.more-content{
    background: url(../images/bg46.jpg)no-repeat center;background-size: cover;height: 7.25rem;padding-top: 1rem;
}
.more-content ul{
    padding: 0 1rem;
}
.more-content li{
    border-radius: .1rem;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    -ms-border-radius: .1rem;
    -o-border-radius: .1rem;padding: 2px;width: 31%;height: 5.05rem;overflow: hidden;
}
.more-content li::after{
    content: '';position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-color: #eeeeee;
}
.more-content li .tit{
    height: 1.1rem;width: 100%;background-color: #f5f7fa;z-index: 1;border-bottom: 1px #eee solid;line-height: 1.1rem;padding-left: .4rem;
}
.more-content li .tit a:hover{    text-decoration: underline;}
.more-content li .tit span{
    width: .6rem;height: .6rem;background-position: center;background-repeat: no-repeat;background-size:100%;margin-right: .2rem;
}
.more-content li:nth-child(1) .tit span{
    background-image: url(../images/icon70.png);
}
.more-content li:nth-child(2) .tit span{
    background-image: url(../images/icon71.png);
}
.more-content li:nth-child(3) .tit span{
    background-image: url(../images/icon72.png);
}
.more-content li .content{
    top: 1.1rem;
    background:#FFF url(../images/tbg18.jpg)no-repeat center bottom;
    background-size: cover;
    z-index: 1;
    border-radius: 0 0 .1rem .1rem;
    -webkit-border-radius: 0 0 .1rem .1rem;
    -moz-border-radius: 0 0 .1rem .1rem;
    -ms-border-radius: 0 0 .1rem .1rem;
    -o-border-radius: 0 0 .1rem .1rem;left: 2px;position: absolute;right: 2px;bottom: 2px;
    padding-top: .2rem;
}
.more-content li .content a{
    line-height: .8rem;padding-left: .4rem;
}
.more-content .p_r:nth-child(2) .content a{color: #5b626c;}
@media (min-width:1025px) {
    .more-content li:hover::after{
        background-image: linear-gradient(45deg, #1d82d6, #02b4ee);
    }
    .more-content li:hover .tit{
        background-image: linear-gradient(45deg, #1d82d6, #02b4ee);color: #FFF;
    }
    .more-content li:nth-child(1):hover .tit span{
        background-image: url(../images/icon70-on.png);
    }
    .more-content li:nth-child(2):hover .tit span{
        background-image: url(../images/icon71-on.png);
    }
    .more-content li:nth-child(3):hover .tit span{
        background-image: url(../images/icon72-on.png);
    }
    /*.more-content .p_r:nth-child(1) .content a:hover{
        background-color: #f4f6f9;color: #0080cc;padding-left: .7rem;
    }
    .more-content .p_r:nth-child(1) .content a:hover::after{
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        left: .4rem;
        width: 5px;
        height: 5px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;background-color: #0080cc;
}
  .more-content .p_r:nth-child(3) .content a:hover{
        background-color: #f4f6f9;color: #0080cc;padding-left: .7rem;
    }
    .more-content .p_r:nth-child(3) .content a:hover::after{
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        left: .4rem;
        width: 5px;
        height: 5px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;background-color: #0080cc;
}*/
      .more-content .act:hover{
        background-color: #f4f6f9;color: #0080cc;padding-left: .7rem;
    }
    .more-content .act:hover::after{
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        left: .4rem;
        width: 5px;
        height: 5px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;background-color: #0080cc;
}
}
@media (max-width:1199px) {
    .more-content ul{
        padding: 0;
    }
    .more-content li .tit span{
        width: .8rem;height: .8rem;
    }
}

@media (max-width:950px) {
    .more-content{
        height: auto;padding-bottom: 1.2rem;
    }
    .more-content li{
        height: 7rem;
    }
    .more-content li .tit{
        height: 1.8rem;
    }
    .more-content li .content{
        top: 1.8rem;
    }
    .more-content li .content a{
        line-height: 1rem;
    }
}
@media (max-width:480px) {
    .more-content li{
        margin: .6rem 0;
        width: 100%;
        height: 12rem;
    }
    .more-content li .tit{
        height: 2.6rem;
    }
    .more-content li .content{
        top: 2.6rem;padding-top: .6rem;
    }
    .more-content li .tit span{
        width: 1.4rem;height: 1.4rem;
    }
    .more-content li .content a{
        line-height: 2rem;
    }
}