@charset "UTF-8";
.banner{
    position: relative;
}
.banner a{
    position: relative;
    display: block;
    overflow: hidden;

}
.banner a img{
    display: block;
    width: 100%;
}
.banner .page{
    font-size: 0;
    bottom: 0.7rem;
}
.banner  .page>span{
    position: relative;
    width: 0.1rem;
    height: 0.1rem;
    margin: 0 0.25rem;
    background: #fff;
    opacity: 1;
    vertical-align: middle;
    transition:  .3s ease-in;
}
.banner  .page>span:before{
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    margin-left: -0.15rem;
    margin-top: -0.15rem;
    width: .3rem;
    height: .3rem;
    background: url("../images/dots.png") no-repeat 50%;
    background-size: .3rem;
    opacity: 0;
    visibility: visible;
    transition: all .3s;
}

.banner .page> .active:before{
    opacity: 1;
    visibility: visible;
}

.tit{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: .4rem;
    /* background: url("../images/tit01.png") repeat-x 50%; */
    /* background-size: auto .11rem; */
}
.tit .ll{
    padding-right: .1rem;
    /* background: #e8f2fd; */
    flex: 1;
    min-width: 0;
    display: flex;
    align-items: center;
}
.tit .ll::after{
    content:"";
    display: block;
    flex: 1;
    min-width: 0;
    background: url(../images/tit01.png) repeat-x 50%;
    background-size: auto .04rem;
    height: .1rem;
}
.tit .ll h3{
    display: inline-block;
    font-size: .36rem;
    color: #333333;
    vertical-align: text-bottom;
    font-weight: 600;
    margin-right: .15rem;
    padding-left: .4rem;
    background: url(../images/tit-bef.png) no-repeat;
    background-position: left center;
    background-size: .29rem;
}
.tit .ll span{
    display: inline-block;
    font-size: .3rem;
    color: #7e7e7e;
    vertical-align: text-bottom;
    display: none;
}
.tit .rr{
    padding-left: .36rem;
    padding-right: .2rem;
    background: url("../images/mores.png") no-repeat 50%;
    background-size: 100%;
}
.tit .rr a{
    font-size: .16rem;
    line-height: 2.5em;
    color: #fff;
}

.list1w a{
    display: block;
    position: relative;
}
.list1w .ll{
    width: 54.36%;


}
.list1w .ll .pic{
    padding-top: 5rem;
}
.list1w .ll time{
    position: absolute;
    left: 0;
    bottom: -.3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 0.9rem;
    height: 1.04rem;
    background: url("../images/s1-img02.png") no-repeat 50%;
    background-size: .9rem;
    color: #fff;
}
.list1w .ll time span{
    font-size: .28rem;
    font-weight: 600;
    margin-bottom: .1rem;
}
.list1w .ll time em{
    font-size: .14rem;
}
.list1w .rr{
    width: 45.64%;
    align-self: flex-end;
}
.list1w .rr .txt{
    position: relative;
    background: #06227b;
    margin-left: -.6rem;
    padding: .22rem .3rem .32rem;
}
.list1w .rr .txt h3{
    font-size: .18rem;
    line-height: .32rem;
    height: .64rem;
    color: #fff;
    font-weight: 600;
    margin-bottom: .1rem;
}
.list1w .rr .txt p{
    font-size: .16rem;
    line-height: .28rem;
    height: .56rem;
    color: rgba(255, 255, 255, 0.68);
}
.list1w .rr .txt i{
    position: absolute;
    right: 0;
    bottom: -.3rem;
    width: .65rem;
    height: .75rem;
    background: url("../images/s1-img03.png") no-repeat 50%;
    background-size: .65rem .75rem;
}
.list1w .slick-list{
    padding-bottom: .3rem;
    z-index: 3;
}

.list2w{
    position: absolute;
    right: 0.3rem;
    bottom: 2.7rem;
    width: 5.8rem;
    /* background: #fff; */
    /*padding: .4rem .3rem .56rem;*/
    z-index: 3;
    overflow: hidden;
}
.list2w ul{
    width: 9.15rem;
    left: -3.2rem;
}
.list2w ul li{
    margin: 0 .15rem;
}
.list2w .pic{
    cursor: pointer;
    padding-top: 1.88rem;
}

.list2w .txt{
    padding-top: .2rem;
}
.list2w .txt h3{
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.24rem;
    letter-spacing: 0rem;
    color: #333333;
    height: .48rem;
}
.list2w li:hover .txt h3{
    color: #004aa7;
}
.container01 .content:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: .3rem;
    top: .3rem;
    /* background: #fff; */
}
.container01 .content{
    position: relative;
}

.list3w a{
    display: block;
}
.list3w a time{
    display: block;
    font-size: .16rem;
    color: #004aa7;
    line-height: .32rem;
    margin-bottom: .05rem;
}
.list3w a time i{
    font-size: .24rem;
    font-weight: 600;
    display: inline-block;
    margin-right: .1rem;
}
.list3w a h3{
    font-size: .18rem;
    line-height: .32rem;
    color: #333333;
    height: .64rem;
    margin-bottom: .32rem;
}
.list3w a .dots{

}
.list3w a .dots div{
    width: .2rem;
    height: .2rem;
    margin-left: 1rem;
    background: url("../images/s1-img04.png") no-repeat 50%;
    background-size: .2rem;
}
.list3w a:hover .dots div{
    background-image: url("../images/s1-img05.png");
}
.list3w:after{
    position: absolute;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    bottom: .09rem;
    height: 1px;
    background: rgba(141, 166, 196, 0.4);
}
.list3w{
    position: relative;
    padding-top: .22rem;
}

.container01{
    padding-top: .56rem;
    padding-bottom: .6rem;
    background: rgba(240, 247 ,255,.4) url(../images/s1-rtext.png) no-repeat;
    background-size: 2.03rem auto;
    background-position: 98% 77%;
}
.container02 .tit{
    margin-bottom: .2rem;
}
.container02 .tit .ll,
.container02 .tit .rr{
    /* background-color: #fff; */
}

.container02 .tit .rr {
  background: url(../images/mores2.png) no-repeat 50%;
    background-size: 100%;
}
.container02 .tit .rr a{
    color: #06227b;
}
.container02 .tit .ll h3{
    font-size: .32rem;
    margin-right: 0;
    color: #fff;
}
.container02 .aLeft{
    width: 47.86%;
}

.news li a{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.news li a time{
    width: .8rem;
    height: .88rem;
    background: url("../images/s2-img01.png") no-repeat 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-size: 100%;
}
.news li a time span{
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 5px;
}
.news li a time em{
    font-size: 12px;
    color: rgba(255, 255, 255, 0.68);
}
.news li a .txt{
    width: calc(100% - 1rem);
}
.news li a .txt h4{
    font-size: .18rem;
    color: #fff;
    line-height: .24rem;
    margin-bottom: .12rem;
}
.news li a .txt p{
    font-size: .16rem;
    color: #fff;
    line-height: .24rem;
    opacity: .6;
}
.news li{
    position: relative;
    padding-top: .2rem;
    padding-bottom: .2rem;
    border-top: 1px solid rgba(229, 229, 229,.3);
}
.news li:after{
    position: absolute;
    content: '';
    left: 0;
    height: 2px;
    bottom: -1px;
    width: 0;
    background: #0099e0;
    transition: .3s;
}
.news li:first-child{
    padding-top: 0;
    border: 0;
}
.news li:last-child:after{
    display: none;
}
.news li  a .txt h4 span{
    background-image: linear-gradient(transparent, transparent);
}
.news li:hover a .txt h4 span{
    font-weight: 600;
    color: #fff;
    
}
.news li:hover a .txt p {
    opacity: 1;
}
.news li a .txt p .aline_r{
    background-image: linear-gradient(transparent, transparent);
}
.news li:hover a .txt p .aline_r{
    color: #fff;
    opacity: 1;
    
}
.news li:hover:after{
    width: 2.4rem;
    z-index: 3;
}

.acad li  .txt_1{
    position: relative;
    line-height: .48rem;
}
.acad li  .txt_1 a{
    font-size: .18rem;
    color: #fff;
    padding-left: .24rem;
    padding-right: 1.1rem;
    background: url("../images/s2-img06.png") no-repeat left center;
    background-size: .11rem;
}

.acad li  .txt_1 span{
    position: absolute;
    right: 0;
    top: 0;
    font-size: .18rem;
    color: #a7b4db;
}
.acad li  .txt_2 a{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #005cc4;
    padding: .23rem .4rem .17rem .3rem;
}
.acad li  .txt_2 a .ll{
    width: 73.33%;
    background: url(../images/acad-itembg.png) no-repeat;
    background-position: right bottom;
    background-size: .99rem auto;
}
.acad li  .txt_2 a h3{
    font-size: .18rem;
    color: #fff;
    line-height: .32rem;
    font-weight: 600;
    padding-bottom: .13rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: .22rem;
}
.acad li  .txt_2 a h4{
    font-size: .16rem;
    line-height: .36rem;
    color: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
}
.acad li  .txt_2 a h4 img{
    margin-right: .1rem;
}
.acad li  .txt_2 a .rr{
    width: 1.25rem;
    width: 20.83%;
}
.acad li  .txt_2 a .rr .pic{
    padding-top: 1.78rem;
}
.acad li  .txt_2,
.acad li.show .txt_1{
    display: none;
}
.acad li.show  .txt_2{
    display: block;
    margin-bottom: .15rem;
}

.container02 {
    padding-top: .54rem;
    padding-bottom: .29rem;
    background: url(../images/c2-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}
.tit002{
    position: relative;
    text-align: center;
    background: url("../images/tit002.png") repeat-x 50%;
    background-size: auto .11rem;
}
.tit002 h3{
    display: inline-block;
    font-size: .36rem;
    color: #fff;
    font-weight: 600;
    text-align: center;
    line-height: .4rem;
    padding: 0 .17rem;
}
.tit002 .mores{
    position: absolute;
    right: 0;
    top: 0;
    width: 1.22rem;
    background: url("../images/mores_w.png") no-repeat left;
    background-size: 100% .4rem;
    padding-left: .37rem;
    text-align: left;
}
.tit002 .mores a{
    font-size: .16rem;
    color: #004ba1;
    line-height: .4rem;

}

.list4w a{
    display: block;

}
.list4w .pic{
    padding-top: 64.54%;
}
.list4w .txt h3{
    font-size: .18rem;
    line-height: .32rem;
    color: #333;
    margin-bottom: .13rem;
}
.list4w .txt p{
    font-size: .16rem;
    line-height: .24rem;
    color: #999999;
    height: .48rem;
}
.list4w .swiper-slide:nth-child(2n+1) .txt p{
    display: block;
    height: auto;
    white-space: nowrap;
}
.list4w .swiper-slide:nth-child(2n+1) .txt h3{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: normal;
    height: .64rem;
    margin-bottom: .05rem;
}
.list4w .txt time{
    display: block;
    font-size: .16rem;
    line-height: 1;
    color: #004aa7;
    border-top: 1px solid #e5e5e5;
    margin-top:.14rem;
    padding-top: .28rem;

}
.list4w .txt time i{
    display: inline-block;
    font-size: .24rem;
    font-weight: 600;
    margin-right: .1rem;
    line-height: 1;
}
.list4w .txt{
    background: #fff;
    padding: .22rem .28rem .28rem;
}
.list4w a:hover .txt h3 {
    font-weight: 600;
}
.list4w .btn{
    width: .51rem;
    height: .51rem;
    margin-top: auto;
    transform: translateY(-50%);
    background-size: .51rem;
}
.list4w .prev{
    left: -.8rem;
    background-image: url("../images/s3-l.png");
}
.list4w .next{
    right: -.8rem;
    background-image: url("../images/s3-r.png");
}
.list4w {
    position: relative;
    margin-top: .28rem;
}

.container03{
    padding-top: .65rem;
    padding-bottom: .72rem;
    background: url("../images/bg02.jpg") no-repeat 50%;
    background-size: cover;
    display: none;
}
.container04 .tit002{
    margin-bottom: .46rem;
    background-image: url("../images/tit01.png");
}
.container04 .tit002 h3{
    background: #f0f7ff;
    color: #333333;
}
.container04 .tit002  .mores{
    background-image: url("../images/mores.png");
}

.list5w a{
    display: block;
}
.list5w a .pic{
    padding-top: 1.31rem;
}
.list5w .page{
    font-size: 0;
    bottom: 0;
}
.list5w .page span{
    width: .1rem;
    height: .1rem;
    background: rgba(32, 73, 153, 1);
    margin: 0 .15rem;
    opacity: .4;
}
.list5w .page span.active{
    opacity: 1;
}
.list5w{
    padding-bottom: .4rem;
}

.container04{
    padding-top: .6rem;
    padding-bottom: .32rem;
    background: #f0f7ff;
    display: none;
}

/*==========================================响应 开始=============================================*/

@media screen and (max-width: 1024px){
    .banner{
        /* margin-top: .75rem; */
    }
    .banner .page{
        bottom: 0.2rem;
    }
    .banner .page>span{
        margin: 0 .12rem;
    }
    .list2w .pic{
        padding-top: 68.36%;
    }
    .acad li .txt_2 a .rr .pic{
        padding-top: 143.55%;
    }
    .list2w{
        width: 4.45rem;
    }
    .list2w ul{
        width: 7.05rem;
        left: -0.5em;
    }
    .list5w a .pic{
        padding-top: 40.31%;
    }
}
@media screen and (max-width: 900px){
    .tit .ll h3,
    .container02 .tit .ll h3,
    .tit002 h3{
        font-size: .3rem;
    }
    .tit .ll span{
        font-size: .24rem;
    }
    .tit{
        margin-bottom: .25rem;
    }
    .list2w{
        position: static;
        width: auto;
        background: transparent;
    }
    .list2w ul{
        position: static;
        width: auto;
        background: transparent;
    }
    .container01 .content:after{
        display: none;
    }
    .list1w .ll{
        width: 100%;
    }
    .list1w .ll time{
        bottom: 0;
    }
    .list1w .ll .pic{
        padding-top: 65.7%;
    }
    .list1w .rr{
        width: 100%;
        margin-left: 0;
    }
    .list1w .rr .txt{
        margin-left: 0;
    }
    .list2w ul li{
        position: relative;
    }
    .list2w ul li:after{
        position: absolute;
        content: '';
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        /* border: .05rem solid #004aa7; */
        opacity: 0;
    }

    .list2w ul li.slick-current:after{
        opacity: 1;
    }
    .list3w{
        padding-top: .3rem;
    }
    .container01{
        padding-top: .35rem;
        padding-bottom: .35rem;
background: url("../images/bg03.jpg") no-repeat 50%;
    }
    .container02 .aLeft{
        width: 100%;
        margin-bottom: .3rem;
    }
    .container02{
        padding-top: .35rem;
        padding-bottom: 0;
    }
    .list4w .prev{
        left: 0;
    }
    .list4w .next{
        right: 0;
    }
    .tit002{
        text-align: left;
    }
    .tit002 h3{
        background: #003fba;
        padding-left: 0;
    }
    .container03{
        padding-top: .3rem;
        padding-bottom: .3rem;
    }
    .container04{
        padding-top: .3rem;
        padding-bottom: .3rem;
    }
    .list5w{
        padding-bottom: .25rem;
    }
    .container04 .tit002{
        margin-bottom: .25rem;
    }
    .list5w .page span{
        margin: 0 .08rem;
    }
    .acad li.show .txt_2{
        display: none;
    }
    .acad li.show .txt_1{
        display: block;
    }
}

@media screen and (max-width: 768px){
    .list1w .rr .txt h3,
    .list3w a h3{
        font-size: .2rem;
    }
    .list1w .rr .txt p{
        font-size: .18rem;
    }
    .news li a .txt h4{
        font-size: .2rem;
    }
    .news li a .txt p{
        font-size: .18rem;
    }

    .acad li .txt_1 a,
    .list4w .txt h3{
        font-size: .2rem;
    }
    .acad li .txt_1{
        line-height: .56rem;
    }
    .list4w .txt p{
        font-size: .18rem;
    }

}
@media screen and (max-width: 640px){
    .tit .ll h3, .container02 .tit .ll h3, .tit002 h3{
        font-size: .28rem;
    }
    .list1w .rr .txt,
    .list4w .txt{
        padding: .2rem;
    }
}
