@charset "UTF-8";

.banner.active .txt,
.banner.active .btnBox,
.banner.active .miso_scorll{
    opacity: 0;
    visibility: hidden;
}
.banner .swiper-slide{
    overflow: hidden;

}
.banner .swiper-slide a {
    display: block;
    height:100vh;
    position: relative;
}
.banner .swiper-slide a::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url("../images/b-mask.png") center bottom no-repeat;
    background-size: 100% auto;
}
.banner .swiper-slide img ,
.banner .swiper-slide video{
    width: 100%;
    height:100vh;
    display: block;
    object-fit:cover;

}


.banner .txt{
    position: absolute;
    top: 35%;
    z-index: 10;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
}
.banner .txt h2{
    font-size: .4rem;
    line-height: .6rem;
    color: #fff;
    font-weight: 600;
    margin-bottom: .27rem;
}
.banner .txt p{
    font-size: .16rem;
    line-height: .3rem;
    color: #fff;
}



.miso_scorll {
    position: absolute;
    bottom: .45rem;
    z-index: 100;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}
.miso_scorll .ico img{
    display: block;
    width: .74rem;
}
.miso_scorll .ico {
    animation: index_tips_scroll 2s linear infinite;
}
@keyframes index_tips_scroll {
    0% {
        cy: 4;
        opacity: 0;
        transform: translateY(0);
    }

    45%,55% {
        opacity: 1;
        cy: 9;
        transform: translateY(4px);
    }

    to {
        cy: 14;
        opacity: 0;
        transform: translateY(0);
    }
}

.title001{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.t_mid{
    text-align: center;
}
.title001 img{
    display: block;
    max-height: .1rem;
}

.title001  h3{
    font-size: .34rem;
    color: #333333;
    line-height: .38rem;
    position: relative;
    z-index: 3;
    margin: 0 .4rem;
    flex-shrink: 0;
}

.container01 .wp{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-direction: row-reverse;
    flex-wrap: wrap;
}
.container01 .aright{
    width: 45.33%;
    position: relative;
}
.container01 .aright .pic{
    height: 4.5rem;
}
.container01 .aright .pic .play{
    position: absolute;
    width: .65rem;
    height: .65rem;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 3;
    margin: auto;
    background: url("../images/play.png") no-repeat 50%/100%;
    cursor: pointer;
}
.container01 .aleft{
    width: 45.67%;
}
.con01-txt p{
    font-size: .16rem;
    line-height: .32rem;
    color: #666666;
    -webkit-line-clamp: 4;

}
.con01-txt {
    margin-bottom: .8rem;
}
.list_box2{
    margin-bottom: .4rem;
}
.list_box2 li{
    width: 25%;
}
.list_box2 li h3{
    display: flex;
    align-items: flex-end;
    font-size: 0.18rem;
    line-height: 1;
    color: #234ca9;
    margin-bottom: .15rem;
}
.list_box2 li h3 .num{
  
    font-size: 0.35rem;
    line-height: 1;
    color: #234ca9;
   
}
.list_box2 li h3 i{
    font-size: .42rem;
}
.list_box2 li p{
    font-size: .16rem;
    line-height: .32rem;
    color: #666666;
}
.container01 .title001{
    margin-bottom: .52rem;
}

.container01 {
    position: relative;
    padding-top: .86rem;
    padding-bottom: .97rem;
    background: url("../images/container01.jpg") no-repeat bottom right;
}
.container02 .aleft{
    width: 55.33%;
    position: relative;
    z-index: 3;
    align-self: center;
}
.container02 .aleft .more{
    position: absolute;
    right: .57rem;
    bottom: -.5rem;
    padding-right: 0.35rem;
    padding-left: 0.23rem;
    background: url('../images/mores.png') no-repeat bottom center/100%;
}
.container02 .aleft .more a{
    display: block;
    font-size: .18rem;
    color: #234ca9;
    line-height: .58rem;
}
.list_box3 li a{
    position: relative;
    z-index: 3;
    display: flex;
    padding: .3rem .56rem .3rem .2rem;
    align-items: center;
    justify-content: space-between;
}
.list_box3 li a time{
    width: .9rem;
    color: #234ca9;
    text-align: center;
    display: block;
}
.list_box3 li a time span{
    display: block;
    font-size: .6rem;
    line-height: 1;
    font-family: 'DINPro';
    font-weight: 500;
    margin-bottom: .11rem;
}
.list_box3 li a time em{
    display: block;
    font-size: .16rem;
    line-height: 1;
    font-family: 'PingFang SC';
}
.list_box3 li a .txt{
    width: calc(100% - 1.2rem);
}
.list_box3 li a .txt h2{
    font-size: .18rem;
    line-height: .3rem;
    color: #333;
    margin-bottom: .1rem;
}
.list_box3 li a .txt p{
    font-size: .14rem;
    line-height: .22rem;
    color: #333;
    height: .44rem;
}
.list_box3 li{
    position: relative;
}
.list_box3 li:before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    right: 100%;
    background: url("../images/s2-img01.png") no-repeat 50% /9.71rem 100%;
    transition: .5s;
    opacity: 0;
    visibility: hidden;
}
.list_box3 li:hover:before{
    right: 0;
    opacity: 1;
    visibility: visible;
}
.list_box3 li:hover a time,
.list_box3 li:hover a .txt h2,
.list_box3 li:hover a .txt p{
    color: #fff;
}


.container02 .aright{
    width: 44.67%;
}

.list1w a{
    display: block;
    position: relative;
}
.list1w a .pic{
    padding-top: 4.4rem;
}
.list1w a .txt{
    position: absolute;
    left: 0;
    right: 0;
    bottom: .34rem;
    z-index: 3;
    padding-left: .45rem;
    padding-right: 2.6rem;
}
.list1w a .txt time{
    display: block;
    font-size: .36rem;
    line-height: .4rem;
    color: #e97a1b;
    font-family: 'DINPro';
    margin-bottom: .12rem;
}
.list1w a .txt p{
    font-size: .2rem;
    color: #ffffff;
    line-height: .24rem;
}
.list1w a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: url("../images/s2-img03.png") no-repeat bottom center/100%  ;
}
.list1w{
    position: relative;
}
.list1w  .page{
    font-size: 0;
    left: auto;
    width: auto;
    bottom: 0.35rem;
    right: .15rem;
}
.list1w .page span{
    left: 0;
    width: auto;
    height: auto;
    font-size: .22rem;
    color: #fff;
    line-height: 1;
    opacity: .5;
    background: transparent;
    margin-right: .24rem;
    position: relative;
}
.list1w .page span:after{
    position: absolute;
    content: '';
    width: .36rem;
    height: 1px;
    background: #fff;
    bottom: .08rem;
    right: -.5rem;
    opacity: 0;
    visibility: hidden;
}
.list1w  .page span.swiper-pagination-bullet-active{
    font-size: .36rem;
    opacity: 1;
    margin-right: .7rem;
}
.list1w  .page span.swiper-pagination-bullet-active:after{
    opacity: 1;
    visibility: visible;
}

.container02 .title001{
    margin-bottom: .6rem;
}
.container02{
    padding-top: .56rem;
    padding-bottom: 1.58rem;
    background: url("../images/container02.jpg") no-repeat bottom center/cover;
}


.list2w_top a{
    display: flex;
    padding: 0 .65rem ;
    justify-content: space-between;
    flex-direction: row-reverse;
    flex-wrap: wrap;
}
.list2w_top a .pic{
    width: 3.7rem;
    height: 2.6rem;
}
.list2w_top a .txt{
    width: calc(100% - 4.6rem);
    padding-right: .97rem;
    align-self: center;
}
.list2w_top a .txt p{
    font-size: .16rem;
    line-height: .32rem;
    color: #666666;
    -webkit-line-clamp: 6;
    height: 1.92rem;
    margin-bottom: .29rem;
    text-indent: 2em;
}
.list2w_top a .txt h5{
    font-size: .16rem;
    line-height: .32rem;
    color: #234ca9;
    display: inline-block;
    padding-right: .43rem;
    background: url("../images/s3-img02.png") no-repeat right center/.28rem .08rem;
}
.list2w_top .btn,
.list2w_bottom .btn{
    width: .48rem;
    height: .48rem;
    background-size: .48rem;
}
.list2w_top .prev,
.list2w_bottom .prev{
    left: -.8rem;
    background-image: url("../images/prev.png");
}
.list2w_top .next,
.list2w_bottom .next{
    right: -.8rem;
    background-image: url("../images/next.png");
}
.list2w_bottom .btn{
    display: none;
}
.list2w_top{
    position: relative;
}

.list2w_bottom .swiper-slide{
    width: calc(75.8% / 7 );
}
.list2w_bottom .swiper-slide-thumb-active {
    width: 175px !important;
}
.list2w_bottom a{
    display: block;
}
.list2w_bottom a .box1 .icon{
    position: relative;
    width: .51rem;
    height: .5rem;
    margin:  0 auto;
}
.list2w_bottom .box1 h2{
    font-size: .18rem;
    color: #666666;
    line-height: .22rem;
    text-align: center;
    margin-bottom: .2rem;
}
.list2w_bottom .box1 .dots i{
    display: block;
    width: .08rem;
    height: .08rem;
    background: #9aabd2;
    margin: 0 auto;
    border-radius: 50%;
}

.list2w_bottom .box1 .dots {
    margin: .19rem 0 .26rem;
}
.list2w_bottom .box2 h2{
    font-size: 0.20rem;
    line-height: .32rem;
    color: #234ca9;
    text-align: center;
    margin-bottom: .29rem;
}
.list2w_bottom .box2 .iconBox{
    padding-top: .38rem;
    width: 1.43rem;
    height: 1.43rem;
    position: relative;
    margin: 0 auto;
    z-index: 3;
}
.list2w_bottom .box2 .icon{
    width: .65rem;
    height: .65rem;
    position: relative;
    margin: 0 auto;
    z-index: 3;
}
.list2w_bottom .box2 .iconBox:before{
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    margin-top: -0.715rem;
    margin-left: -0.715rem;
    width: 1.43rem;
    height: 1.43rem;
    background: url("../images/s3-img03.png") no-repeat 50%/ 100% 100%;
    z-index: 3;
}


.list2w_bottom .swiper-slide-thumb-active .box1,
.list2w_bottom .swiper-slide .box2
{
    display: none;
}
.list2w_bottom .swiper-slide-thumb-active .box2{
    display: block;
}
.list2w_bottom .swiper-wrapper{
    align-items: flex-end;
}
.list2w_bottom{
    position: relative;
    padding: 0 0.5rem;
    margin-bottom: .6rem;
}
.list2w_bottom:after{
    position: absolute;
    content: '';
    left: 1.9rem;
    right: 1.6rem;
    bottom: .72rem;
    border-top: 1px dashed #bac8e6;
}


.container03 .title001{
    margin-bottom: .6rem;
    z-index: 3;
}
.container03{
    position: relative;
    z-index: 3;
    overflow: hidden;
    padding-top: .7rem;
    padding-bottom: .82rem;
    background: url("../images/container03_pc.jpg") no-repeat bottom center/cover;
}
.list3w a{
    display: block;
    position: relative;
}
.list3w a:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
    background: rgba(0,0,0,.4);
}
.list3w a .pic{
    height: 3.8rem;
}
.list3w a img{
    display: none;
}
.list3w .swiper-slide {
    width: 6.6rem;
    height: 3.8rem
}

.list3w .swiper-slide-active a:after {
    display: none
}
.list3w .btn{
    width: .48rem;
    height: .48rem;
    margin-top: auto;
    transform: translateY(-50%);
    background-size: .48rem .48rem;
}
.list3w .prev{
    left: .8rem;
    background-image: url("../images/prev01.png");
}
.list3w .next{
    right: .8rem;
    background-image: url("../images/next01.png");
}
.container04{
    padding: .4rem 0;
      background: url("../images/container05.jpg") no-repeat top center;
}
.list_box4 li{
    width: 30.66%;
    transform-style: preserve-3d;
    perspective: 500px;
}
.list4w a{
    display: block;
    position: relative;
}
.list4w .pic{
    padding-top: 3rem;
}
.list4w a p{
    position: absolute;
    left: 0;
    right: 0;
    bottom: .18rem;
    font-size: .18rem;
    line-height: .22rem;
    color: #fff;
    padding: 0 .3rem;
    z-index: 3;
}
.list_box4 li:nth-child(1) a{
    transform: scale(1.01) rotateY(10deg) translate3d(24px, 0,20px);
}
.list_box4 li:nth-child(2) a{
    transform: scale(1) rotateY(0deg) translate3d(0, 0,0px);
}
.list_box4 li:nth-child(3) a{
    transform: scale(1.01) rotateY(-10deg) translate3d(-24px, 0,20px);
}



.list4w .btnBox{
    display: flex;
    justify-content: center;
    align-items: center;
}
.list4w .btn{
    position: static;
    width: .12rem;
    height: .21rem;
    top: auto;
    margin-top: auto;
    background-size: .12rem .21rem;
}
.list4w .prev{
    background-image: url("../images/s5-img02.png");
}
.list4w .next{
    background-image: url("../images/s5-img03.png");
}
.list4w .page{
    position: static;
    font-size: 0;
    margin:0 .28rem ;
}
.list4w .page span{
    vertical-align: middle;
    width: .1rem;
    height: .1rem;
    margin: 0 .12rem;
    border: 1px solid #819fd4;
    opacity: 1;
    background: transparent;
}
.list4w .page span.swiper-pagination-bullet-active{
    width: .17rem;
    height: .17rem;
    border-color: #e97a1b;
    background: #e97a1b;
}

.list4w .swiper-container{
    padding: .3rem 0;
    margin-bottom: .38rem;
}
.lis4w_wap{
    display: none;
}
.container05 .title001{
    margin-bottom: .52rem;
}

.container05 {
    padding-top: .54rem;
    padding-bottom: .84rem;
  
    background-size: cover;
}
.container01 .title001{
    margin-left: -1.44rem;
}
.container01 .title001 img:first-child{
    width: 1.08rem;
    height: .1rem;
    object-fit: cover;
    object-position:right center;
}
.container01 .title001 img:nth-child(3){
    max-width: 5.12rem;
    height: .1rem;
    object-fit: cover;
    object-position:left center;
}

/* 右飘窗 */
.right-nav {
    position: fixed;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 86px;
    z-index: 20;}

.right-nav .nav-item {
    margin-bottom: 2px;}

.right-nav .nav-item > .item-name {
    cursor: pointer;
    height: 86px;
    background-color: #234ca9;
    line-height: 32px;
    letter-spacing: 1px;
    color: #fff;
    text-align: center;
    padding-top: 48px;
    background-repeat: no-repeat;
    background-position: center top 15px;}

.right-nav .nav-item:hover > .item-name {
    background-color: #e97a1b}

.right-nav .nav-item:hover > .item-name.official-account + .item-val {
    width: 187px;}

.right-nav .nav-item:hover > .item-name.group-group + .item-val {
    width: 1102px;
    padding: 0 16px;}

.right-nav .nav-item:hover .item-val {
    border: solid 1px #bad9ff;}


.right-nav .nav-item:last-child {
    margin-bottom: 0;}

.right-nav .nav-item .item-val {
    height: 100%;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    right: 89px;
    width: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    overflow: hidden;}

.right-nav .nav-item .item-name.official-account {
    background-image: url(../images/icon_right_nav1.jpg);}

.right-nav .nav-item .item-name.official-account + .item-val {
    text-align: center;
    font-family: 'Fontquan-XinYiGuanHeiTi2.0-Regular';
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 1px;
    color: #234ca9;}

.right-nav .nav-item .item-name.official-account + .item-val img {
    margin-top: 20px;
    width: 108px;
    height: 106px;
    margin-bottom: 6px;}

.right-nav .nav-item .item-name.group-group {
    background-image: url(../images/icon_right_nav2.jpg);}


.right-nav .nav-item .item-name.group-group + .item-val .val-hd {
    line-height: 32px;
    font-family: 'Fontquan-XinYiGuanHeiTi2.0-Regular';
    margin-top: 12px;
    overflow: hidden;

}

.right-nav .nav-item .item-name.group-group + .item-val .val-hd .val-title {
    font-size: 24px;
    letter-spacing: 1px;
    color: #333;
    max-width: calc(100% - 150px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;}

.right-nav .nav-item .item-name.group-group + .item-val .val-hd > a.r {
    font-size: 18px;
    letter-spacing: 1px;
    color: #598dda;}

.right-nav .nav-item .item-name.group-group + .item-val .val-bd {
    height: 108px;
    overflow: hidden;}

.right-nav .nav-item .item-name.group-group + .item-val .group-list {
    width: 33.33%;
    margin-top: 8px;
    height: 108px;
    overflow: hidden;}

.right-nav .nav-item .item-name.group-group + .item-val .group-list .list-item > a {
    display: block;
    padding: 0 18px;
    font-size: 14px;
    line-height: 36px;
    height: 36px;
    letter-spacing: 1px;
    color: #666666;
    position: relative;}

.right-nav .nav-item .item-name.group-group + .item-val .group-list .list-item > a > .item-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;}

.right-nav .nav-item .item-name.group-group + .item-val .group-list .list-item > a::before {
    width: 1px;
    height: 100%;
    top: 50%;
    left: 6px;
    content: '';
    position: absolute;
    background-color: #eee;}

.right-nav .nav-item .item-name.group-group + .item-val .group-list .list-item > a::after {
    width: 5px;
    height: 5px;
    background-color: #598dda;
    border-radius: 50%;
    content: '';
    position: absolute;
    left: 4px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);}

.right-nav .nav-item .item-name.group-group + .item-val .group-list .list-item > a:hover {
    color: #f9a21a;}

.right-nav .nav-item .item-name.group-group + .item-val .group-list .list-item > a:hover::after {
    width: 9px;
    height: 9px;
    left: 2px;
    background: url(../images/icon_news_list_point.jpg);}

.right-nav .nav-item .item-name.group-group + .item-val .group-list .list-item:last-child > a::before {
    display: none;}


@media screen and (max-width: 1200px){
    .right-nav{
        display: none;
    }
    .banner a{
        height:auto;
    }
    .banner .swiper-slide img,
    .banner .swiper-slide video{
        height:50vw;
    }
}

@media screen and (max-width: 1024px){

    .miso_scorll{
        display: none;
    }
    .banner .txt h2{
        font-size: .3rem;
        line-height: 1.5;
        margin-bottom: .15rem;
    }
    .list1w .page span.swiper-pagination-bullet-active{
        font-size: .26rem;
        margin: 0 .1rem;
    }
    .list1w .page span{
        margin: 0 .05rem;
    }
    .list1w .page span:after{
        display: none;
    }
    .list1w .page{
        bottom: .2rem;
    }
    .container01 .aleft{
        width: 100%;
    }
    .container01 .aright{
        width: 100%;
    }
    .container01 .aright .pic{
        padding-top: 66.18%;
        height: auto;
    }

    .title001 h3{
        font-size: .28rem;
        margin: 0 .2rem;
    }
    .title001 img{
        max-width: 38% !important;
        width: auto !important;
        height: .1rem;
        object-fit: cover;
    }
    .title001 img:nth-child(1){
        object-position: right center;
    }
    .title001 img:nth-child(3){
        object-position: left center;
    }
    .container01 .title001{
        margin-bottom: .3rem;
        text-align: center;
        margin-left: 0;
    }
    .con01-txt{
        margin-bottom: .3rem;
    }
    .con01-txt p{
        max-height: none;
        display: block;
    }
    .list_box2 li h3 i{
        font-size: .32rem;
    }
    .list_box2 li h3{
        margin-bottom: .1rem;
    }
    .container01{
        padding-top: .3rem;
        padding-bottom: .4rem;
    }
    .container02 .title001{
        margin-bottom: .3rem;
    }
    .title001 .tr a{
        font-size: 12px;
        line-height: .48rem;
    }
    .container02 .aleft{
        width: 100%;
        margin-bottom: .3rem;
    }
    .container02 .aright{
        width: 100%;
    }
    .list_box3 li a{
        padding: .2rem 0;
    }
    .list_box3 li:before{
        background-size: 150% 100%;
    }
    .list_box3 li a time span{
        font-size: .42rem;
    }
    .list_box3 li a time{
        width: .75rem;
    }
    .list_box3 li a .txt{
        width: calc(100% - 1rem);
    }
    .list_box3 li a .txt p{
        font-size: .16rem;
    }
    .list1w a .pic{
        padding-top: 67.05%;
    }
    .list1w a .txt{
        padding-left: .2rem;
        padding-right: 2.6rem;
        bottom: .15rem;
    }
    .list1w .btnBox{
        right: 0;
        width: auto;
        height: auto;
    }
    .list1w .btnBox>div{
        width: .7rem;
        height: .7rem;
        background-size: .7rem;
    }
    .container02{
        padding: .4rem 0 .2rem;
    }
    .container03 .line{
        display: none;
    }
    .list2w_top a{
        padding-left: 0;
        padding-right: 0;
    }
    .list2w_top a .txt{
        padding-right: 0;
        width: calc(100% - 4rem);
    }
    .list2w_bottom a .box1 .icon{
        width: .4rem;
        height: .4rem;
    }
    .list2w_bottom .box1 .dots{
        margin: .15rem 0 .18rem;
    }
    .list2w_bottom .box2 .icon{
        width: .35rem;
        height: .35rem;
    }
    .list2w_bottom .box2 .iconBox{
        width: 1.2rem;
        height: 1.2rem;
    }
    .list2w_bottom .box2 .iconBox:before{
        width: 1.2rem;
        height: 1.2rem;
        margin-top: -.6rem;
        margin-left: -.6rem;
    }
    .list2w_bottom .box2 h2{
        font-size: .22rem;
        line-height: 1;
        margin-bottom: .2rem;
    }
    .list2w_bottom:after{
        bottom: .58rem;
    }
    .list2w_bottom .box1 h2{
        margin-bottom: .15rem;
    }
    .list2w_bottom .btn{
        display: block;
        width: .3rem;
        height: .3rem;
        background-size: .3rem;
    }
    .list2w_top .btn{
        display: none;
    }
    .list2w_bottom{
        padding: 0;
        margin-bottom: .4rem;
    }
    .list2w_bottom .next{
        right: -10px;
    }
    .list2w_bottom .prev{
        left: -10px;
    }
    .list2w_bottom .btn{
        margin-top: auto;
        transform: translateY(20%);
    }
    .container03 .title001 {
        margin-bottom: .3rem;
    }
    .container03{
        padding-top: .4rem;
        padding-bottom: .3rem;
    }
    .list3w .swiper-slide{
        width: 5.6rem;
        height: auto;
    }
    .list3w a .pic{
        display: none;
    }
    .list3w a img{
        display: block;
        width: 100%;
    }
    .list3w .prev{
        left: .1rem;
    }
    .list3w .next{
        right: .1rem;
    }
    .lis4w_pc{
        display: none;
    }
    .lis4w_wap{
        display: block;
    }
    .list4w .pic{
        padding-top: 65.22%;
    }
    .list4w .swiper-container{
        padding: 0;
        margin-bottom: .3rem;
    }
    .list4w .page span.swiper-pagination-bullet-active{
        width: .11rem;
        height: .11rem;
    }
    .list4w .page span{
        width: .08rem;
        height: .08rem;
        margin: 0 .05rem;
    }
    .list4w .page{
        margin: 0 .2rem;
    }
    .container05 .title001{
        margin-bottom: .3rem;
    }
    .container03 .content{
        padding-top: .4rem;
        padding-bottom: .4rem;
    }
    .list1w a .txt{
        padding-right: 1.5rem;
    }
    .container02 .aleft .more{
        position: static;
        background: no-repeat;
        padding: 0;
        margin-top: .2rem ;
    }
    .container02 .aleft .more a{
        display: block;
        width: 1rem;
        line-height: .4rem;
        color: #fff;
        background: #234ca9;
        text-align: center;
        border-radius: .1rem;
        margin: 0 auto;
    }

    .container01{
        margin-top: 0;
    }

    .list2w_bottom:after{
        left: 0;
        right: 0;
    }
    .container05{
        padding-top: .4rem;
        padding-bottom: .4rem;
    }
}

@media screen and (max-width: 768px){
    .list_box3 li a .txt h2{
        font-size: .2rem;
        margin-bottom: .05rem;
    }
    .list_box3 li a .txt p{
        line-height: .26rem;
        height: .52rem;
    }
    .list1w a .txt time{
        font-size: .3rem;
        line-height: .34rem;
        margin-bottom: .08rem;
    }
    .list3w .btn{
        width: .3rem;
        height: .3rem;
        background-size: 100%;
    }

}
@media screen and (max-width: 640px){
    .banner{
        margin-top: .75rem;
    }
    .banner .txt{
        display: none;
    }
    .list2w_top a .txt{
        width: 100%;
        margin-bottom: .2rem;
    }
    .list2w_top a .pic{
        width: 100%;
        height: auto;
        padding-top: 70.27%;
    }
    .list2w_bottom .swiper-slide-thumb-active .box2{
        display: none;
    }
    .list2w_bottom .swiper-slide-thumb-active .box1{
        display: block;
    }
    .list2w_bottom .swiper-slide-thumb-active .box1 h2{
        color: #e97a1b;
    }
    .list2w_bottom .swiper-slide-thumb-active  .box1 .dots i{
        background: #e97a1b;
    }
    .list3w .swiper-slide{
        width: 74vw;
    }
    .list1w .btnBox>div{
        width: .5rem;
        height: .5rem;
        background-size: .5rem;
    }
    .list1w a .txt{
        padding-right: 1.4rem;
    }
    .list3w .prev{
        left: .1rem;
    }
    .list3w .next{
        right: .1rem;
    }
    .list2w_bottom .btn{
        transform: translateY(-50%);
    }

    .title001 img{
        max-width: 32% !important;
    }
}
@media screen and (max-width: 480px){
    .list_box2 li{
        width: 50%;
        margin-bottom: .15rem;
        text-align: center;
    }
    .list_box2 li h3{
        justify-content: center;
        margin-bottom: 0;
    }
    .list_box2{
        margin-bottom: .3rem;
    }

}