@charset "utf-8";

.banner img{
    display: block;
    width: 100%;
}
.ny-main{
    padding-bottom: 0.46rem;
}
.leftNav{
    position: relative;
    float: left;
    width: 3.5rem;
    background: #ed9036;
    padding-left: 0.15rem;
    margin-top: -1.02rem;
    padding-right: 0.15rem;
}
.leftNav h4{
    position: relative;
    font-size: 0.3rem;
    line-height:0.76rem;
    color: #fff;
    text-align: center;
    font-weight: 600;

    background: #ed9036;
}
.leftNav>ul{
    background: #fff;
    padding-bottom: 0.19rem;
    box-shadow:5px 5px 10px -4px rgba(17, 17, 17, 0.15);
}
.leftNav>ul>li{
    position: relative;
    line-height: 0.63rem;
    border-top: 1px solid #e3e3e3;
}
.leftNav>ul>li:first-child{
    border: none;
}
.leftNav>ul>li>a{
    text-align: center;
    display: block;
    font-size: 0.18rem;
    color: #333333;
    padding: 0 0.1rem;
    transition: all .3s;
}
.leftNav>ul>li>span{
    position: absolute;
    top: 0;
    right: 0.3rem;
    height: 0.66rem;
    width: 0.12rem;
    background-image: url("/images/img50.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 0.12rem 0.07rem;
    cursor: pointer;
    /* opacity: 0; */
    /* visibility: hidden; */
}
.leftNav>ul>li ul{
    background: #f0f7ff;
    display: none;
}
.leftNav>ul>li ul a{
    display: block;
    font-size: 0.18rem;
    color: #666666;
    line-height: 0.67rem;
    text-align: center;
    transition: all .3s;
}
.leftNav>ul>li:hover span{
    opacity: 1;
    visibility: visible;
}
.leftNav>ul>li:hover,
.leftNav>ul>li.active,
.leftNav>ul>li.on{
    background-color: #f1f1f1;
}
.leftNav>ul>li.active>a,
.leftNav>ul>li.on>a{
    font-size: 0.18rem;
    font-weight: 600;
}
.leftNav>ul>li.on>a{
    font-weight: 600;
}

.leftNav>ul>li ul a:hover{
    color: #0c5fb7;
    font-weight: 600;
}
.ny-right {
    width: 10.2rem;
}
.ny-tit {
    position: relative;
    border-bottom: 1px solid #e2e2e2;
}
.ny-tit h4{
    position: relative;
    font-size: 0.276rem;
    display: inline-block;
    line-height: 0.82rem;
    color: #333333;
}
.ny-tit h4:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 0.03rem;
    background-color: #ed9036;
}
.ny-tit .position {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.ny-tit .position>*{
    display: inline-block;
    vertical-align: middle;
    font-size: 0.14rem;
    color: #666666;
    line-height: 1;
    margin: 0 1px;
}
.ny-tit .position img{
    width: 15px;
    height: 15px;
}
.ny-tit .position>a:hover{
    color: #003e73;
}

/*list*/
.list li{
    line-height: 0.59rem;
    position: relative;
    font-size: 0.16rem;
    color: #333;
    border-bottom: 0.01rem dashed #c6c6c6;
}
.list li:before{
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    width: 5px;
    height: 6px;
    background: url("/images/ny-img03.png") no-repeat 50%;
    transform: translateY(-50%);
}
.list li a{
    display: block;
    padding-left: 0.13rem;
    padding-right: 1.25rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list li span{
    position: absolute;
    right: 0;
    top: 0;
}
.list li:hover a{
    color: #003e73;
    font-weight: 600;
}
.list li:hover span{
    color: #003e73;
}
.list{
    margin-top: 0.17rem;

}
/**/
.pagination {
    text-align: center;
    font-size: 0;
    padding-top: 0.4rem;
}

.pagination a {
    display: inline-block;
    border: 1px solid #dcdcdc;
    padding: 0 0.12rem;
    height: 0.35rem;
    font-size: 0.14rem;
    line-height: 0.35rem;
    text-align: center;
    color: #666;
    margin: 0 7px;
}

.pagination a.active {
    background: #003e73;
    color: #fff;
    border: 1px solid #003e73;
}

.pagination a:hover {
    background: #003e73;
    color: #fff;
    border: 1px solid #003e73;
}

.pagination span {
    display: inline-block;
    font-size: 0.14rem;
}

.foot{
    padding-top: 0.35rem;
    padding-bottom: 0.36rem;
    background: url("/images/ny-img04.jpg") no-repeat 50%;
    background-size: cover;
}

/*pic-list*/

.pic-list li {
    padding: 0.36rem 0;
    border-top: 0.01rem dashed #c6c6c6;
}
.pic-list li:first-child{
    border: none;
}
.pic-list li a{
    display: block;
    overflow: hidden;
    font-size: 0;
}
.pic-list li a .cover_img {
    display: inline-block;
    vertical-align: middle;
    width: 2.3rem;
    height: 1.6rem;
    padding-top: unset;
}
.pic-list li a .txt{
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 2.54rem);
    margin-left: 0.23rem;
}
.pic-list li a .txt h4{
    font-size: 0.18rem;
    color: #333333;
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.pic-list li a .txt p{
    font-size: 0.14rem;
    color: #999999;
    line-height: 0.24rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 0.48rem;
    margin-top: 0.21rem;
}
.pic-list li a .txt span{
    display: block;
    font-size: 0.14rem;
    color: #999999;
    line-height: 0.16rem;
    padding-left: 0.26rem;
    background: url('/images/ny-img06.png') no-repeat left center;
    background-size: 0.16rem;
    margin-top: 0.25rem;
}
.pic-list li:hover a .txt h4 {
    color: #003e73;
}

/*dpzw*/

.dpzw p{
    font-size: 0.16rem;
    color: #333;
    line-height: 0.34rem;
    text-indent: 2em;
    margin-top: 0.34rem;
    text-align: justify;
}
.dpzw p i{
    font-weight: 600;
}
/*content*/
.con-tit{
    padding-top: 0.45rem;
    margin-bottom: 0.25rem;
}
.con-tit h4{
    font-size: 0.24rem;
    color: #333333;
    line-height: 1.8;
    text-align: center;
}
.con-tit .con-tit-p {
    position: relative;
    font-size: 0;
    margin-top: 0.25rem;
}
.con-tit .con-tit-p p{
    text-align: center;
}
.con-tit .con-tit-p p span{
    display: inline-block;
    font-size: 0.15rem;
    color: #999999;
    line-height: 2.13em;
    margin: 0 0.16rem;
}
.con-tit .con-tit-p>div{
    position: absolute;
    top: 0;
    right: 0;
}
.con-tit .con-tit-p>div span{
    font-size: 0.15rem;
    color: #999999;
    display: inline-block;
    vertical-align: middle;
}
.con-tit .con-tit-p>div a{
    display: inline-block;
    vertical-align: middle;
    width: 0.32rem;
    height: 0.32rem;
    margin: 0 0.09rem;
    line-height: 0.32rem;
    font-size: 0.2rem;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.con-tit .con-tit-p>div a.a1{
    /* background-image: url("/images/ny-img07.png"); */
    /* background-size: 0.21rem; */
}
.con-tit .con-tit-p>div a.a1:hover{/* background-image: url("/images/ny-img07-1.png"); */}
.con-tit .con-tit-p>div a.a2{
    /* background-image: url("/images/ny-img08.png"); */
    /* background-size: 0.23rem; */
}
.con-tit .con-tit-p>div a.a2:hover{/* background-image: url("/images/ny-img08-1.png"); */}
.con-tit .con-tit-p>div a.a3{
    /* background-image: url("/images/ny-img09.png"); */
    /* background-size: 0.2rem; */
}
.con-tit .con-tit-p>div a.a3:hover{/* background-image: url("/images/ny-img09-1.png"); */}
.wrap .ny-right .content .con-main p{
    font-size: 0.16rem !important;
    color: #333;
    line-height: 0.34rem;
    margin-top: 0.11rem;
    text-indent: 2em;
    text-align: justify;
}
.con-main img{
    display: inline-block;
    max-width: 100%;
    
    margin: 0 auto;
}
.con-info {
    margin-bottom: 0.18rem;
    padding-bottom: 0.3rem;
    border-bottom: 1px solid #e8e8e8;
}
.pnext p {
    text-indent: initial;
    font-size: 0.16rem;
    line-height: 0.48rem;
    color: #333333;
    font-weight: 600;
}

.pnext p a {
    font-size: 0.16rem;
    color: #333333;
    font-weight: normal;
}
.pnext p:hover a {
    color: #003e73;
}
.con-info span{
    display: block;
    font-size: 0.16rem;
    color: #333;
    padding-left: 0.38rem;
    background: url("/images/ny-img12.png") no-repeat left center;
    background-size: 0.19rem;
    margin-top: 0.29rem;
}
.con-li li{
    position: relative;
}
.con-li li a{
    /* display: block; */
    font-size: 0.16rem;
    color: #333;
    line-height: 0.4rem;
    padding-left: 0.13rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
.con-li li:before{
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    width: 5px;
    height: 6px;
    background: url('/images/ny-img03.png') no-repeat 50%;
    transform: translateY(-50%);
}

@media screen and (max-width: 1024px){
    .pic-list li a .txt p{
        line-height: 0.36rem;
        height: 0.72rem;
    }
}
@media screen and (max-width: 800px){
    .leftNav, .ny-right{
        float: none;
        width: auto;
    }
    .leftNav{
        margin-top: 0.3rem;
        padding-left: 0.1rem;
    }
    .leftNav h4{
        line-height: 0.66rem;
        font-size: 0.3rem;
        text-align: left;
        padding-left: 0.25rem;
    }
    .leftNav h4 span {
        position: absolute;
        top: 50%;
        right: 0.15rem;
        width: 0.37rem;
        height: 0.46rem;
        transform: translateY(-50%);
        background: url('/images/ny-img13.png') no-repeat center center;
        background-size: 0.3rem;
    }
    .leftNav>ul{
        display: none;
       
    }
    .leftNav>ul>li>a{
        font-size: 13px;
        text-align: left;
        padding-left: 0.25rem;
    }
    .leftNav>ul>li>span{
        right: 0.25rem;
        width: 0.2rem;
        background-size: 0.2rem;
        opacity: 1;
        visibility: visible;
    }
    .leftNav>ul>li ul a{
        font-size: 12px;
        text-align: left;
        padding-left: 0.35rem;
    }
    .ny-tit h4{
        font-size: 0.32rem;
    }
    .list li {
        font-size: 0.26rem;
        line-height: 0.84rem;
    }
    .list li a{
        padding-left: 0.25rem;
        padding-right: 1.65rem;
    }
    .pic-list li a .txt h4{
        font-size: 0.28rem;
    }
    .pic-list li a .txt p{
        font-size: 0.24rem;
        line-height: 0.46rem;
        height: 0.92rem;
    }
    .pic-list li a .txt span{
        font-size: 0.24rem;
        padding-left: 0.35rem;
        background-size: 0.25rem;
        line-height: 0.44rem;
        margin-top: 0.15rem
    }
    .pic-list li a .cover_img{
        width: 3.2rem;
        height: 2.2rem;
    }
    .pic-list li a .txt{
        width: calc(100% - 3.43rem);
    }
    .dpzw p,
    .con-main p
    {
        font-size: 0.26rem;
        line-height: 1.8;
    }
    .con-main p
    {
        font-size: 0.26rem !important;
        line-height: 1.8  !important;
    }

    .pnext p ,
    .pnext p a,
    .con-li li a{
        font-size: 0.26rem;
        line-height: 2;
    }
    .con-info span{
        font-size: 0.26rem;
    }
    .con-li li a {
        padding-left: 0.25rem;
    }
    .con-tit h4{
        font-size: 0.3rem;
        font-weight: 600;
    }
    .con-tit .con-tit-p p span,
    .con-tit .con-tit-p>div span{
        font-size: 0.25rem;
    }
    .con-tit .con-tit-p>div{
        position: static;
        margin-top: 0.3rem;
        text-align: center;
    }
    .con-tit .con-tit-p>div a{
        width: 23px;
        height: 20px;
    }
    .con-tit .con-tit-p>div a.a1{
        background-size: 21px;
    }
    .con-tit .con-tit-p>div a.a2{
        background-size: 23px;
    }
    .con-tit .con-tit-p>div a.a3{
        background-size: 20px;
    }
}

@media screen and (max-width: 550px){
    .leftNav h4{
        padding-left: 0.15rem;
    }
    .ny-tit .position{
        position: static;
        transform: none;
    }
    .ny-tit .position{
        line-height: 3;
    }
    .pic-list li a .cover_img{
        display: block;
        width: auto;
        height: auto;
        padding-top: 69.56%;
    }
    .pic-list li a .txt{
        display: block;
        width: auto;
        margin-left: auto;
        margin-top: 0.25rem;
    }
}

/*dept_item*/

.sub_tit{
    display: inline-block;
    position: relative;
    line-height:.54rem;
    font-size:.26rem;
    padding:0 .3rem;
    width: auto;
    margin: 0 .3rem 0 .04rem;
    background: linear-gradient(to left,#0b5db8,#075ca6);
    vertical-align: middle;
    color: #fff;
    text-align: center;
}
.sub_tit:after{
    position: absolute;
    content: '';
    right:-.2rem;
    width:.2rem;
    top: 0;
    background-image:url('/images/ny-img14.png');
    background-size: 100% 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
}
.sub_tit:before {
    content: '';
    position: absolute;
    left: -.04rem;
    top: 0;
    bottom: 0;
    width: .02rem;
    background: #0068b7;
}
.list_deptlink {
    overflow: hidden;
    margin: 0.2rem -0.14rem 0.34rem;
}
.list_deptlink a {
    float: left;
    width: calc(33.33% - 0.5rem);
    margin: 0.15rem 0.25rem;
    position: relative;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    line-height: .54rem;
    padding: 0 0.5rem 0 0.17rem;
    transition: .3s transform ease-in
}
.list_deptlink a:hover{
    color:#fff;
    background:linear-gradient(to left,#0c5fba,#075aa3);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0068b7', endColorstr='#ff12afb2',GradientType=1);
    transform:translateY(-5px);
}
.list_deptlink a:before,
.list_deptlink a:after{
    content:'';
    position:absolute;
    top: 0;
    width:.11rem;
    height:100%;
    background-position:50%;
    background-repeat:no-repeat;
    background-size: 100% 100%;
}
.list_deptlink a:before{
    left:-.11rem;
    background-image:url('/images/ny-img15.png');
}
.list_deptlink a:after{
    right:-.11rem;
    background-image:url('/images/ny-img16.png');
}
.list_deptlink a:hover:before{
    background-image:url('/images/ny-img17.png');
}
.list_deptlink a:hover:after{
    background-image:url('/images/ny-img18.png');
}
.list_deptlink em{
    display:block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list_deptlink b{
    position: absolute;
    right: .1rem;
    top:0;
    bottom:0;
    width: .2rem;
    background:url('/images/ny-img19.png') 50% no-repeat;
    background-size: .19rem;
}
.list_deptlink a:hover b{
    background-image:url('/images/ny-img20.png');
    -webkit-animation:ani_toRight 1s ease-in infinite;
    animation:ani_toRight 1s ease-in infinite;}
.list_deptlink span{
    position: absolute;
    right:0;
    bottom:0;
    left:0;
    top: 0;
    background: url('/images/ny-img21.png') 100% 100% no-repeat;
}
-webkit-@keyframes ani_toRight{0%,100%{right:.13rem}50%{right:.07rem}}
-moz-@keyframes ani_toRight{0%,100%{right:.13rem}50%{right:.07rem}}
-ms-@keyframes ani_toRight{0%,100%{right:.13rem}50%{right:.07rem}}
@keyframes ani_toRight{0%,100%{right:.13rem}50%{right:.07rem}}
.dept_item{
    margin-top: 0.4rem;
}
@media screen and (max-width: 800px){
    .sub_tit{
        font-size: 0.3rem;
        line-height: 0.68rem;
    }
    .list_deptlink em{
        font-size: 0.26rem;
        line-height: 0.64rem;
    }
    .list_deptlink a{
        width: calc(50% - .3rem);
        margin: .1rem .15rem;
        padding: 0 .35rem 0 .05rem
    }
}
@media screen and (max-width: 550px){
    .list_deptlink a{
        display: block;
        float: none;
        width: auto;
        margin: .1rem .15rem;
        padding: 0 .35rem 0 .05rem
    }
    .list_deptlink{
        margin-left: auto;
        margin-right: auto;
    }
}

.con-tit .con-tit-p>div a{
    /* border: none; */
    /* border-radius: unset; */
}

.social-share .icon-wechat .wechat-qrcode{
    width: 2rem;
    height: auto;
    top: -2.65rem;
    left: -0.9rem;
}
.social-share .icon-wechat .wechat-qrcode .qrcode{
    width: 1.05rem;
    margin: 0.1rem auto;
}
.social-share .icon-wechat .wechat-qrcode .qrcode img{
    width: 100%;
}
.social-share .icon-wechat .wechat-qrcode .help p{
    font-size: 0.16rem;
    line-height: 0.32rem;
}
@media screen and (max-width: 1024px){
    .social-share .icon-wechat .wechat-qrcode{
        top: -3.05rem;
        left: -0.9rem;
    }
}
@media screen and (max-width: 550px){
    .social-share .icon-wechat .wechat-qrcode {
        width: 3rem;
        height: auto;
        top: -3.35rem;
        left: -1.24rem;
    }
}

/*new*/
.pic-list .a-list{
    overflow: hidden;
    margin: 0 -0.24rem;
}
.pic-list .a-list a{
    display: block;
    float: left;
    width: calc(33.33% - 0.48rem);
    margin: 0.2rem 0.24rem;
}
.pic-list .a-list a .pic{
    padding-top: 66.81%;
}
.pic-list .a-list a p{
    font-size: 0.16rem;
    color: #333;
    text-align: center;
    line-height: 1;
    margin-top: 0.15rem;
}
.pic-list .a-list a p{
    color: #0b5db8;
}

@media screen and (max-width: 800px){
    .pic-list .a-list a{
        width: calc(50% - 0.48rem);
    }
    .pic-list .a-list a p{
        font-size: 0.24rem;
    }
}
@media screen and (max-width: 550px){
    .pic-list .a-list a{
        width: calc(50% - 0.24rem);
        margin: 0.12rem;
    }
    .pic-list .a-list{
        margin: 0 -0.12rem;
    }
}




/*new*/

.ld_box{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 8.68rem;
    margin: .6rem auto 0;
}
.ld_box .ld_tit{
    width: .75rem;
    background: #ed9036;
}
.ld_box .ld_tit h4{
    display: flex;
    height: 100%;
    justify-content: center;
    padding-top: .8rem;
}
.ld_box .ld_tit h4 span{
    font-size: 0.3rem;
    color: #fff;
    letter-spacing: 0.05rem;
    writing-mode: tb-lr;
    writing-mode: vertical-lr;
    position: relative;
    font-family: "思源黑体_CN_rg";
}

.ld_box .ld_list{
    width: calc(100% - 0.75rem);
    padding-top: .56rem;
    padding-bottom: .6rem;
    box-shadow: 0 0 0.1rem rgba(139, 139, 139, 0.2);
}
.ld_box .ld_list li{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 0.12rem 0.3rem 0.12rem 0.55rem;
}
.ld_box .ld_list li span{
    font-size: .18rem;
    color: #666666;
    line-height: 2em;
    font-weight: 600;
    width: 0.85rem;
    font-family: "思源黑体_CN";
    display: inline-block;
    text-align: justify;
    text-align-last: justify;
    /* padding-right: .6rem; */
    margin-right: .6rem;
}
.ld_box .ld_list li .ld_a{
    width: calc(100% - 1.45rem);
    font-size: 0;
}
.ld_box .ld_list li .ld_a a{
    display: inline-block;
    vertical-align: middle;
    font-size: .18rem;
    color: #666666;
    line-height: 2em;
    margin-right: .58rem;
    font-family: "思源黑体_CN_rg";
}
.ld_box .ld_list li .ld_a a:hover{
    color: #ed9036;
}
.ld_box .ld_list li:nth-child(2n+1){
    background: #fffaf5;
}

@media screen and (max-width: 800px){
    .ld_box{
        max-width: none;
        width: 100%;
        margin-top: .3rem;
    }
    .ld_box .ld_list li span,
    .ld_box .ld_list li .ld_a a{
        font-size: .26rem;
    }
    .ld_box .ld_list li span{
        width: 1.2rem;
    }
    .ld_box .ld_list li .ld_a{
        width: calc(100% - 1.8rem);
    }
    .ld_box .ld_tit h4 span{
        font-size: .32rem;
    }
}
@media screen and (max-width: 640px){
    .ld_box .ld_list li .ld_a a{
        margin-right: .4rem;
    }
}

/*new*/
.eduTit{
    position: relative;
    text-align: center;
    margin-bottom: .45rem;
}
.eduTit h3{
    display: inline-block;
    position: relative;
    cursor: pointer;
    transition: .3s;
}
.eduTit h3.active{
    padding: 0 1.3rem;
    background: url("/images/n_add_tit.png") no-repeat 50%;
    background-size: 100% 100%;
}
.eduTit h3 span{
    display: inline-block;
    font-size: .3rem;
    color: #333333;
    line-height: .78rem;
}
.eduTit h3.active span{

    color: #003e73;

    font-weight: 600;
}

.eduTit .mores{
    position: absolute;
    right: 0;
    font-size: .14rem;
    color: #333333;
    line-height: 1;
    top: 50%;
    transform: translateY(-50%);
}
.edu-s1 .edu-list ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.edu-s1 .edu-list li{
    width: 31.43%;
}
.edu-s1 .edu-list li a{
    display: block;
}
.edu-s1 .edu-list li a .cover_img{
    padding-top: 68.18%;
    margin-bottom: .24rem;
}
.edu-s1 .edu-list li a p{
    font-size: .2rem;
    line-height: 1.6em;
    color: #333333;
    height: 3.2em;
    transition: .3s;
}
.edu-s1 .edu-list li:hover a p{
    color: #003e73;
    font-weight: 600;
}
.edu-s1 .edu-list li a .cover_img>div{
    transition: .3s;
}
.edu-s1 .edu-list li:hover a .cover_img>div{
    transform: scale(1.1);

}
.edu-s1{
    margin-bottom: .67rem;
    margin-top: .47rem;
}
.eduTit ul,.eduTit li{
    display: inline-block;
}
.eduTit li{
    margin-left: 1rem;
}
.eduTit li:first-child{
    margin-left: 0;
}
.eduTit li.active h3{
    padding: 0 1.3rem;
    background: url("/images/n_add_tit.png") no-repeat 50%;
    background-size: 100% 100%;
}
.eduTit li.active h3 span{
    color: #003e73;
    font-weight: 600;
}

.edu-s2 .tabb ul{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.edu-s2 .tabb ul li{
    width: 31.43%;
    position: relative;
    margin-bottom: .67rem;
    padding: .24rem .43rem .36rem .24rem;
    box-shadow: 0 0 .1rem rgba(196, 196, 196, 0.4);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
}
.edu-s2 .tabb ul li:nth-child(3n+2){
    margin-left:2.855%;
    margin-right:2.855%;
}
.edu-s2 .tabb ul li a{
    display: block;
}
.edu-s2 .tabb ul li h3{
    font-size: .2rem;
    color: #333333;
    line-height: 1.6em;
    height: 3.2em;
    padding-right: .65rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: .21rem;
}
.edu-s2 .tabb ul li p{
    font-size: .14rem;
    color: #999999;
    line-height: 2em;
    height: 4em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}
.edu-s2 .tabb ul li .time{
    text-align: center;
    color: #003e73;
    position: absolute;
    right: .15rem;
    top: -.08rem;
    padding: .16rem .08rem;
    background: #f5faff;
}
.edu-s2 .tabb ul li .time span{
    display: block;
    font-size: .3rem;
    line-height: 1;
    margin-bottom: .05rem;
}
.edu-s2 .tabb ul li .time em{
    display: block;
    font-size: .14rem;
    line-height: 1;
}
.edu-s2 .tabb ul li:hover{
    background-image: url("/images/n_add_list.png");
}
.edu-s2 .tabb ul li:hover .time{
    background: #003e73;
    color: #fff;
}

.tabb{
    padding-top: .2rem;
}

@media screen and (max-width: 800px){
    .edu-s2 .tabb ul li{
        margin-bottom: .3rem;
    }
    .edu-s1{
        margin-top: .3rem;
        margin-bottom: .3rem;
    }
    .eduTit{
        margin-bottom: .3rem;
    }
    .eduTit h3 span{
        font-size: 17px;
        line-height: 48px;
    }
    .eduTit h3.active ,
    .eduTit li.active h3{
        padding: 0 0.9rem;
    }
    .eduTit li{
        margin-left: .3rem;
    }
    .edu-s2 .tabb ul li h3,
    .edu-s1 .edu-list li a p{
        font-size: .24rem;
    }
    .edu-s2 .tabb ul li h3{
        padding-right: 44px;
    }
    .edu-s2 .tabb ul li p{
        font-size: .18rem;
    }
    .edu-s2 .tabb ul li{
        /* width: 48%; */
    }
    .tabb{
        padding-top: 0;
    }
}

@media screen and (max-width: 640px){
    .edu-s1 .edu-list li{
        width: 100%;
        margin-bottom: .2rem;
    }
    .edu-s1{
        margin-bottom: 0;
    }
    .edu-s2 .tabb ul li{
        width: 100%;
        margin-bottom: .3rem;
        margin-left: 0;
    }
    .edu-s2 .tabb ul li:nth-child(3n+2){
        margin-left: 0;
        margin-right:0;
    }
    .eduTit ul{
        display: block;
        text-align: left;
    }
    .edu-s2 .tabb ul li h3,
    .edu-s1 .edu-list li a p{
        font-size: 14px;
    }
    .edu-s2 .tabb ul li p{
        font-size: 12px;
    }
    .edu-s2 .tabb ul li .time span{
        font-size: 20px;
    }
    .edu-s2 .tabb ul li .time em{
        font-size: 12px;
        line-height: 20px;
    }
    .eduTit li.active h3{
        background: #f7f9fb;
    }
    .eduTit h3.active{
        padding: 0 1.6rem;
    }
}

@media screen and (max-width: 480px){

    .eduTit li.active h3 {
        padding: 0 .3rem;
    }

}