<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
html,body .body_h {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.banner .swiper-slide a{
    position: relative;
    display: block;
    height: 100vh;
    overflow: hidden;
    width: 100%;
}
.banner .swiper-slide a .bg{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    transition: linear 5s;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

    transform: scale(1.175);
}
.banner .swiper-slide.swiper-slide-active a .bg {
    transform: scale(1);
}

.banner .paga{
    position: absolute;
    z-index: 5;
    bottom: 0.32rem;
}

.banner .paga span{
    display: inline-block;
    width: 0.13rem;
    height: 0.13rem;
    background: transparent no-repeat 50%/100%;
    margin: 0 0.15rem;
    opacity: .7;
    vertical-align: bottom;
    border: 1px solid #fff;
    margin-bottom: .03rem;
}
.banner .paga .swiper-pagination-bullet-active{
    width: 0.27rem;
    height: 0.3rem;
    opacity: 1;
    border-radius: 0;
    border-color: transparent;
    background-image: url("../images/dots.png");
    margin-bottom: 0;
}
.banner .btn{
    width: 0.4rem;
    height: 0.62rem;
    margin-top: auto;
    transform: translateY(-50%);
    background: rgba(0,0,0 ,50%) no-repeat 50% /.12rem;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.banner .prev{
    left: .2rem;
    background-image: url("../images/prev01.png");
}
.banner .next{
    right: .2rem;
    background-image: url("../images/next01.png");
}
.banner:hover .btn{
    opacity: 1;
    visibility: visible;
}
.body_b {
    position: fixed;
    left: 0;
    top: 100%;
    bottom: 0;
    right: 0;
    background: #fff;
    transition: top 0.7s cubic-bezier(0.5,0,0.2,1) 0s;
    z-index: 99;
    overflow: auto;
    outline: none;
}
.body_b.showdiv {
    top: 0;
}

.title001{
    position: relative;
    margin-bottom: .48rem;
}
.title001 .tit{
    display: inline-block;
    position: relative;
}
.title001 .tit:after{
    position: absolute;
    content: '';
    left: 50%;
    top: -.24rem;
    margin-left: -.83rem;
    bottom: .12rem;
    width: 1.66rem;
    height: .56rem;
    background: url("../images/tit001.png") no-repeat 50%;
    background-size: 100% 100%;
}
.title001 .tit h2{
    font-size: .36rem;
    color: #005390;
    line-height: .48rem;
    font-family: 'songti',sans-serif;
}
.title001 .tit p{
    font-size: .14rem;
    color: #999999;
    line-height: .18rem;
    text-align: center;
}
.title001 .mores{
    position: absolute;
    right: 0;
    bottom: .2rem;
    transition: .5s;
}
.title001 .mores a{
    display: block;
   width: 0.6rem;
    height: 0.31rem;
}
.title001 .mores:hover{
    right: -.1rem;
}
.title001.center{
    text-align: center;
}
.container01 .aleft{
    width: 56.25%;
}
.list1w a{
    display: block;
    position: relative;
}
.list1w a .pic{
    padding-top: 5.4rem;
}

.list1whg{
    position: relative;
}
.list1whg a{
    position: relative;
    z-index: 3;
    display: block;

    padding: .2rem .26rem .3rem;
    transition: .5s;
}

.list1whg a h3{
    font-size: .18rem;
    line-height: .32rem;
    color: #333333;
    height: .64rem;
    margin-bottom: .16rem;
    transition: .5s;
}
.list1whg a time{
    display: block;
    font-size: .16rem;
    color: #999999;
    line-height: .2rem;
}
.list1whg .swiper-slide{
    position: relative;
    background: #ebf6ff;
}
.list1whg .swiper-slide:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 100%;
    background: #fff;
    transition: .5s ease-out;
}
.list1whg .swiper-slide-active:after{
    bottom: 0;
}
.list1whg .swiper-slide-active a{
    z-index: 3;
    box-shadow: 0 0 .2rem rgba(12, 103, 163, 0.2);
}

.list1whg .swiper-slide-active a h3{
    color: #005390;
    font-weight: 600;
}


.list1w .btn{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 0.4rem;
    height: 0.62rem;
    margin-top: auto;
    transform: translateY(-50%);
    background: rgba(0,0,0 ,50%) no-repeat 50% /.12rem;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    z-index: 5;
   cursor: pointer;
}
.list1w .prev{
    left: 0;
    background-image: url("../images/prev01.png");
}
.list1w .next{
    right:0;
    background-image: url("../images/next01.png");
}

.list1w:hover .btn{
    opacity: 1;
    visibility: visible;
}



.container01 .aright{
    width: 41.125%;
}
.list_box1 li a{
    position: relative;
    z-index: 3;
    padding-top: .28rem;
    padding-bottom: .27rem;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.list_box1 li a:after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff url(../images/list_box1itembg.png) no-repeat;
    background-position: center bottom;
    opacity: 0;
    z-index: -1;
    transition: .5s;
    box-shadow: 0 0 .2rem rgba(12, 103, 163, 0.2);
}
.list_box1 li time{
    display: block;
    width: 1.04rem;
    text-align: center;
}
.list_box1 li time span{
    display: block;
    font-size: .28rem;
    line-height: 1;
    color: #045591;
    margin-bottom: .05rem;
    font-weight: 600;
}
.list_box1 li time em{
    display: block;
    font-size: .14rem;
    line-height: 1;
    color: #045591;
    font-weight: 200;
}
.list_box1 li .txt{
    width: calc(100% - 1.05rem);
    padding-right: .3rem;
}

.list_box1 li .txt h3{
    font-size: .18rem;
    line-height: .3rem;
    color: #333333;

}
.list_box1 li .txt p{
    font-size: .14rem;
    line-height: .26rem;
    color: rgba(0, 83, 144, 0.4);
    height: 0;
    opacity: 0;
    transition: .5s;
}

.list_box1 li.show .txt p{
    height: .56rem;
    opacity: 1;
margin-top: .14rem;
}
.list_box1 li.show .txt h3{
    color: #005390;
   
    font-weight: 600;
}

.list_box1 li.show time span{
    font-size: .36rem;

}
.list_box1 li.show time em{
    font-size: .16rem;

}
.list_box1 li.show a:after{
    opacity: 1;
}
.list_box1 li *{
    transition: .5s;
}

.list_box1 li{
    flex: 1;
    position: relative;
    border-top: 1px dashed #cccccc;
    transition: .5s;
}
.list_box1 li:first-child{
    border: none;
}
.list_box1 li.show{
    flex-grow:1.42
}
.list_box1 li.show a{
    padding-top: .26rem;
    padding-bottom: .26rem;
}
.list_box1 li.show:before{
    opacity: 1;
    visibility: visible;
}
.list_box1 li.show:after{
    transform: perspective(300px) rotateX(0deg);
    opacity: 1;
    visibility: visible;
}
.list_box1 li.show+li,
.list_box1 li.show{
    border-color: transparent;
}
.list_box1 li.show a{
    background-size: 100% 100%;
    box-shadow: 0 0 .1rem rgba(23, 74, 125, 0.1);
}
.list_box1 ul{
    display:flex;
    flex-direction:column;
    height:6.9rem;
    background: url(../images/list_box1bg.png) no-repeat;
    background-size: cover;
    background-position: right center;
    position:relative;
    z-index:3;
}
.list_box1 li.show{
    flex-grow:1.42
}


.container01 .title001{
    margin-bottom: .3rem;
}

.container01:after{
    position: absolute;
    content: '';
    left: 0;
    right: 5.21vw;
    bottom: 0;
    width: 94.79vw;
    height: 7.45rem;
    background: url("../images/s1-img02.png") no-repeat bottom center;
    background-size: 100%;
}

.container01 {
    position: relative;
    padding: calc(5vw + 1.03rem) 0 .55rem;
    background: url("../images/container01.jpg") no-repeat bottom center;
    background-size: cover;
}

.container02 .aleft{
    width: 48.75%;
}





.list01 li .block1 {
    height: 100%;
    position: relative;
    line-height: .55rem;
    border-bottom: 1px solid #eeeeee;
}
.list01 li .block1:before{
    
}
.list01 li .block1 a{
    position: relative;
    z-index: 3;
    display: block;
    padding-right: 1.4rem;
   /* background: url(../images/s2-img01.png) no-repeat top center;
    background-size: 100% 0*/
}
.list01 li .block1 a h2{
    color: #333;
    font-size: .18rem;
    line-height: .55rem;
}
.list01 li .block1 a p{
    font-size: .14rem;
    line-height: .26rem;
    color: rgb(255 255 255 / 50%);
    /*height: 0.52rem;*/
    height: 0;
    opacity: 0;
    display: none;
}
.list01 li .block1 h2:before{
    content: '›';
    display: inline-block;
    margin-right: .12rem;
    transform: translateY(-.018rem);
    transition: .5s;
}
.list01 li .block1 .time1{
    position: absolute;
    right: .2rem;
    top: 0;
    color: #999999;
}
.list01 li .block1 .time2{
    position: absolute;
    left: 0.12rem;
    top: 0.18rem;
    width: .72rem;
    color: #fff;
    padding: .12rem 0;
    opacity: 0;
    visibility: hidden;
    text-align: center;
}

.list01 li .block1 a .time2 span{
    display: block;
    font-size: .36rem;
    line-height: .4rem;
    margin-bottom: .04rem;
    font-weight: 600;
}
.list01 li .block1 a .time2 em{
    display: block;
    font-size: .14rem;
    line-height: .2rem;
}

.list01 li .block2 a{
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: .16rem .18rem;
    justify-content: space-between;

}

.list01 li .block2 a time span{
    display: block;
    font-size: .36rem;
    line-height: .4rem;
    margin-bottom: .04rem;
    font-weight: 600;
}
.list01 li .block2 a time em{
    display: block;
    font-size: .14rem;
    line-height: .2rem;
}
.list01 li .block2 a .txt h2{
    font-size: .18rem;
    color: #005390;
    line-height: .28rem;
    margin-bottom: .08rem;
}
.list01 li .block2 a .txt p{
    font-size: .14rem;
    line-height: .26rem;
    color: rgba(0, 83, 144, 0.4);
    height: .52rem;
}

.list01 li.show .block1 a{
    /* padding: .16rem .47rem .18rem 1.04rem; */
    /* height: 100%; */
}
.list01 li.show .block1:before{width: 100%;}
.list01 li.show .block1 .time2{
    /* opacity: 1; */
    /* visibility: visible; */
}

.list01 li.show .block1 a h2{
    /* color: #fff; */
    /* font-weight: 600; */
    /* line-height: .26rem; */
    /* margin-bottom: .1rem; */
    color: #005390;
}
.list01 li.show .block1 a h2:before{
    /*display: none;*/
    color: #005390;
}
.list01 li.show .block1 a p{
    /* height: .52rem; */
    /* opacity: 1; */
}
.list01 li.show .block1 .time1{
    /* opacity: 0; */
    /* visibility: hidden; */
}
.list01 li{
    position: relative;
}

.list01 li:hover .block1 h2:before{
    margin-right:.05rem
}

.list01 li:hover .block1 .time1{
    color:#005390
}


@keyframes hideIndex{
    0%{
        background-size:100% 0 ;
    }
    100%{
        background-size: 100% 100% !important;

    }
}
.list01 li{
    /* flex: 1; */
}
.list01 li.show{
    /* flex-grow: 2.31; */
}
.list01 ul{
    display: flex;
    flex-direction: column;
    height: 4.1rem;
}
.list01 li *{
    transition: .5s ;
}
.container02 .s1 .list01{
    padding-top: .1rem;
}
.container02 .aright{
    width: 49.875%;
}
.list2w {
    padding: .1rem;
}
.list2w a{
    display: block;
}
.list2w a .pic{
    padding-top: 2.8rem;
}
.list2w a .pic time{
    position: absolute;
    right: 0;
    top: .2rem;
    font-size: .2rem;
    line-height: .42rem;
    color: #fff;
    font-family: Impact;
    background: rgba(13, 123, 193, 0.8);
    padding: 0 0.14rem;
    z-index: 3;
    transition: .5s;
    opacity: 0;
    visibility: hidden;
}
.list2w a .txt p{
    font-size: .18rem;
    line-height: .32rem;
    color: #333;
    height: .64rem;
}
.list2w a .txt{
    background: #fff;
    padding: .3rem .2rem .36rem;
}
.list2w a:hover .pic time{
    opacity: 1;
    visibility: visible;
}
.list2w a:hover{
    box-shadow: 0 0 .1rem rgba(51, 51, 51, 0.25);
}
.list2w a .aline_r{
    background-image: linear-gradient( #175db3, #175db3)
}
.list2w a:hover .aline_r{
    color: #175db3
}


.list2w .btn{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 0.35rem;
    height: 0.55rem;
    margin-top: auto;
    transform: translateY(-50%);
    background: rgba(0,0,0 ,50%) no-repeat 50% /.12rem;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    z-index: 5;
   cursor: pointer;
}
.list2w .prev{
    left: .1rem;
    background-image: url("../images/prev01.png");
}
.list2w .next{
     right: .1rem;
    background-image: url("../images/next01.png");
}

.list2w:hover .btn{
    opacity: 1;
    visibility: visible;
}


.container02 .s1 .title001{
    margin-bottom: .39rem;
}
.container02 .s1{
    margin-bottom: .55rem;
}

.list3w a{
    display: block;
    position: relative;
}
.list3w .txt{
    padding: .74rem .27rem .5rem;
    background: #fff;
}

.list3w .txt h2{
    font-size: .18rem;
    line-height: .32rem;
    color: #333;
    font-weight: 600;
    height: .64rem;
    margin-bottom: .14rem;
}
.list3w .txt.lin1 h2{
    margin-bottom: .2rem;
    height: auto;
}
.list3w .txt p{
    font-size: .14rem;
    color: #999999;
    line-height: .26rem;
    -webkit-line-clamp: 3;
    height: .78rem;
    margin-bottom: .26rem;
}
.list3w .txt.lin1 p{
    margin-bottom: .52rem;
}
.list3w .txt time{
    display: block;
    font-size: .2rem;
    color: #999999;
    line-height: .24rem;
    font-family: Impact;
}
.list3w .txt .tag{
    position: absolute;
    left: .19rem;
    top: -.45rem;
    font-size: .24rem;
    color: #fff;
    font-weight: 600;
    line-height: .72rem;
    padding-left: .92rem;
    padding-right: .22rem;
    background: url("../images/s2-img04.png") no-repeat left center;
    background-size: 100% 100%;
}
.list3w .txt img{
    position: absolute;
    width: .97rem;
    height: .96rem;
    left: -.12rem;
    top: -.13rem;
}
.list3w a .img_hz{
    position: absolute;
    left: -.2rem;
    right: -.2rem;
    top: 0;
    bottom:0;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.list3w a .img_hz .pic{
    padding-top: 3.3rem;
}
.list3w a .img_hz .pic p{
    font-size: .18rem;
    color: #fff;
    line-height: .2rem;
    padding:0 .2rem;
    position: absolute;
    left: 0;
    right: 0;
    bottom: .16rem;
    z-index: 3;
}
.list3w a .img_hz .pic:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("../images/s2-img07.png") repeat-x bottom center;
}
.list3w .swiper-container{
    padding-top: .6rem;
}
.list3w a:hover .img_hz{
    opacity: 1;
    visibility: visible;
    z-index: 3;
    transform: translateY(-.6rem);
}
.list3w a:hover .txt{
    opacity: 0;
    visibility: hidden;
}

.list3w .paga{
    font-size:0;
    position:static;
    margin-top:.2rem;
}
.list3w .paga span{
    width:.1rem;
    height:.1rem;
    margin:0 .1rem;
    background: #005390 no-repeat 50%/100%;
    opacity:1;
    vertical-align:middle;
}

.list3w .paga span.swiper-pagination-bullet-active{
    width:.32rem;
    height:.32rem;
    background-color:transparent;
    background-image:url('../images/img1-1.png');
}
.container02 .s2 .title001{
    margin-bottom: .65rem;
}

.container02{
    padding-top: .65rem;
    padding-bottom: .55rem;
    background: #fafafa;
    background-size: cover;
}

.container03 .left{
    width: 56.25%;
}

.list_box2 li{
    align-self: flex-start;
    width: 50%;

}
.list_box2 li:nth-child(2){
    margin-top: .5rem;
}
.list_box2 li a{
    display: block;
}
.list_box2 li .pic{
    padding-top: 2.89rem;
}

.list_box2 li .txt h3{
    font-size: .18rem;
    line-height: .32rem;
    color: #333333;
    -webkit-line-clamp: 3;
    height: .7rem;
    margin-bottom: .1rem;
}
.list_box2 li .txt p{
    font-size: .14rem;
    line-height: .28rem;
    color: #999999;
    height: .56rem;
    margin-bottom: .19rem;
}
.list_box2 li .txt time{
    display: block;
    font-size: .24rem;
    line-height: .28rem;
    color: #999999;
    font-family: Impact,sans-serif;
}
.list_box2 li .txt{
    position: relative;
    z-index: 3;
    padding: .21rem .3rem .36rem;
    background: url("../images/s3-img01.png") no-repeat bottom center;
    background-size: 100%;
    box-shadow: 0 0 .1rem rgba(0, 0, 0, 0.1);
}
.list_box2 li .txt *{
    transition: .5s;
    position: relative;
    z-index: 3;
}
.list_box2 li .txt:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: url("../images/s3-img02.png") no-repeat bottom center;
    background-size: 100%;
    transform: scaleY(0);
    transform-origin: top center;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.list_box2 li:hover .txt:after{
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
}
.list_box2 li:hover .txt h3{
    color: #fff;
}
.list_box2 li:hover .txt p{
    color: #65afe7;
}
.list_box2 li:hover .txt time{
    color: #65afe7;
}

.container03 .right{
    width: 41.375%;
}

.list_box3 li a{
    display: block;
    position: relative;
    z-index: 3;
    padding: .07rem  .5rem .18rem .32rem;
}

.list_box3 li time{
    display: block;
    width: 1.3rem;
    font-size: .16rem;
    line-height: .32rem;
    color: #005390;
    border-radius: 0 .5rem .5rem 0;
    margin-bottom: .07rem;
}

.list_box3 li h3{
    font-size: .18rem;
    line-height: .3rem;
    color: #333333;
    max-height: .6rem;
}
.list_box3 li *{
    transition: .5s;
}
.list_box3 li:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("../images/s3-img04.png") no-repeat bottom center;
    background-size: 100% 100%;

}
.list_box3 li:hover time{
    margin-left: -.32rem;
    margin-bottom: .18rem;
    background: #066bb7;
    color: #fff;
    text-align: center;
}

.list_box3 li:hover h3{
    color: #346fa0;
}
.list_box3 li:hover:before{
    box-shadow: 0 0 .1rem rgba(23, 74, 125, 0.14);
}
.list_box3 li{
    position: relative;
    margin-bottom: .24rem;

}
.list_box3 li:last-child{
    margin-bottom: 0;
}

.container03 .content{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.container03 .title001{
    margin-bottom: .22rem;
}

.container03{
    padding-top: 0.65rem;
    padding-bottom: 0.55rem;
    background: url("../images/container03.png") no-repeat 50%;
    background-size: cover;
}
.title002 {
    position: relative;
    display: inline-block;
    padding-right: .85rem;
    margin-bottom: .15rem;
}
.title002:after{
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    bottom: 0;
    width: 100vw;
    background: #c0282b;
    border-radius: 0 1rem  1rem 0;
}
.title002 div{
    display: flex;
    align-items: flex-end;
}
.title002 div:after{
    position: absolute;
    content: '';
    left: 0;
    top: .03rem;
    bottom: .12rem;
    width: 1.66rem;
    height: .56rem;
    background: url("../images/tit002.png") no-repeat 50%;
    background-size: 100% 100%;
}
.title002 h2{
    font-size: .48rem;
    line-height: 1.2rem;
    color: #fff;
    margin-right: .1rem;
    font-family: 'songti', sans-serif;
}
.title002 i{
    font-size: .14rem;
    color: #fff;
    line-height: 0.8rem;
}



.list4w ul li{
    width: 25%;
}
.list4w ul li a{
    display: block;
    position: relative;
    height: 5rem;
}
.list4w ul li a .txt{
    width: 3.3rem;
    position: absolute;
    left: 0;
    transition: .5s;
}
.list4w ul li a .txt time{
    display: inline-block;
    font-size: .16rem;
    line-height: .38rem;
    color: #fff;
    text-align: center;
    padding: 0px 0.15rem;
    min-width: 1.3rem;
    background: #c0282b;
    border-radius: 0.5rem;
}

.list4w ul li a .txt p{
    font-size: .16rem;
    line-height: .3rem;
    color: #333333;
}
.list4w ul li a .txt.lin5 p{
    -webkit-line-clamp: 5;
    height: 1.5rem;
}
.list4w ul li a .txt.lin4 p{
    -webkit-line-clamp: 4;
    height: 1.2rem;
}
.list4w ul li a .txt .dots{
    position: relative;
    height: 0.77rem;
}

.list4w ul li a .txt .dots i{
    position: absolute;
}
.list4w ul li a .txt .dots i.i1{
    width: .34rem;
    height: .34rem;
    top: 0;
    left: 0.17rem;
    background: url("../images/s4-img01.png") no-repeat 50%;
    background-size: cover;
}
.list4w ul li a .txt .dots i.i2{
    left: .3rem;
    bottom: 0;
    width: .09rem;
    height: 0.44rem;
    background: url("../images/s4-img02.png") no-repeat bottom center;
    background-size: 100%;
}
.list4w ul li a .picBox {
    position: absolute;
    left: 0;
    width: 3.6rem;
    height: 4.74rem;
    top: 100%;
    padding: .39rem .3rem;
    background: #c6292d;
    border-radius: .15rem;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    z-index: -1;
}
.list4w ul li a .picBox time{
    display: block;
    font-size: .3rem;
    color: #fff;
    line-height: .34rem;
    font-family: Impact,sans-serif;
    margin-bottom: .28rem;
}

.list4w ul li a .picBox .img{
    display: flex;
    justify-content: flex-end;
    position: relative;
    margin-bottom: .21rem;
}
.list4w ul li a .picBox .img:before{
    position: absolute;
    content: '';
    left: 0;
    right: .89rem;
    bottom: 1px;
    height: .02rem;
    background: linear-gradient(to left,#fff 0 ,transparent 100%);
}

.list4w ul li a .picBox .img img{
    display: block;
    height: .26rem;
}
.list4w ul li a .picBox p{
    font-size: .16rem;
    color: #fff;
    line-height: .3rem;
    -webkit-line-clamp: 9;
    height: 2.7rem;
}


.list4w .slide1 a .txt time{
    margin-bottom: 0.1rem;
}
.list4w .slide1 a .txt .dots{
    margin-bottom: .1rem;
}
.list4w .slide2 a .txt time{
    margin-bottom: .1rem;
}
.list4w .slide2 a .txt p{
    margin-bottom: .15rem;
}
.list4w .slide1 a .txt{
    top: 1.35rem;
}
.list4w .slide2 a .txt{
    top: 0rem;
    left: -0.1rem;
}
.list4w .slide2 a .picBox{
    left: -0.8rem;
}
.list4w .slide3 a .picBox{
    left: -0.8rem;
}
.list4w .slide2 a .txt .dots i.i2{
    bottom: auto;
    top: 0;
    background-image: url("../images/s4-img05.png");
    background-position:top center;
}
.list4w .slide2 a .txt .dots i.i1{
    top: auto;
    bottom: 0;
}
.list4w .slide3 a .txt{
    top: 2.42rem;
    left: -0.7rem;
}

.list4w .slide4 a .txt{
    top: 0rem;
    left: 0rem;
}
.list4w .slide4 a .picBox{
    left: -.3rem;
}
.list4w .swiper-slide a:hover .picBox{
    opacity: 1;
    visibility: visible;
    z-index: 3;
    top: 0.2rem;
}
.list4w .swiper-slide a:hover .txt{
    transform: translateY(-.2rem);
    opacity: 0;
    visibility: hidden;
}
.list4w .btn,
.list4w2 .btn{
    width: .6rem;
    height: .6rem;
    top: auto;
    margin-top: auto;
    bottom: .7rem;
    z-index: 10;
    background-size: 100% 100%;
}

.list4w .prev,
.list4w2 .prev{
    left: auto;
    right: 1rem;
    background-image: url("../images/s4-img06.png");
}
.list4w .next,
.list4w2 .next{
    right: .2rem;
    background-image: url("../images/s4-img07.png");
}

.list4w2 a{
    display: block;
    position: relative;
    background: #c0282b;
    padding: .2rem;
    border-radius: .1rem;
}

.list4w2 a time{
    display: block;
    font-size: .22rem;
    line-height: .26rem;
    color: #fff;
    font-family: Impact;
    margin-bottom: .2rem;
}

.list4w2 a .img{
    display: flex;
    justify-content: flex-end;
    position: relative;
    margin-bottom: .21rem;
}
.list4w2 a .img:before{
    position: absolute;
    content: '';
    left: 0;
    right: .89rem;
    bottom: 1px;
    height: .02rem;
    background: linear-gradient(to left,#fff 0 ,transparent 100%);
}

.list4w2  a  .img img{
    display: block;
    height: .26rem;
}
.list4w2 a p{
    font-size: .18rem;
    line-height: .32rem;
    color: #fff;
    -webkit-line-clamp: 5;
    height: 1.6rem;
}
.list4w2 .swiper-container{
    margin-bottom: .2rem;
}
.list4w2{
    display: none;
    position: relative;
}

.list4w2 .btnBox{
    display: flex;
    align-items: center;
    justify-content: center;
}
.list4w2 .btn{
    position: static;
    margin: 0 .1rem;
}
.container04 .more{
    position: absolute;
    right: .9rem;
    top: .5rem;
    font-size: .16rem;
    color: #c0282b;
    display: flex;
    align-items: center;
    z-index: 9;
}
.container04 .more img{
    display: block;
    width: .34rem;
    margin-left: .1rem;
}

.container04 .wp{
    position: relative;
}

.container04:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    height: 4.57rem;
    background: url("../images/s4-img04.png") no-repeat bottom center;
    background-size: 100%;
}
.container04{
    padding-top: .4rem;
    padding-bottom: 0.4rem;
    position: relative;
    background: url("../images/container04.png") no-repeat 50%;
    background-size: cover;
}

.list5w a{
    display: block;
    position: relative;
}

.list5w a .icon{
    width: .77rem;
    height: .77rem;
    margin: 0 auto;
    position: relative;
}
.list5w a .icon .img02,
.list5w a:hover .icon .img01{
    transform: rotateY(180deg);
    opacity: 0;
    visibility: hidden;
}
.list5w a:hover .icon .img02{
    transform: rotateY(0);
    opacity: 1;
    visibility: visible;
}
.list5w a p{
    font-size: .18rem;
    color: #333;
    line-height: .24rem;
    text-align: center;
    margin-top: .13rem;
}
.list5w a:hover p{
    color: #0365b3;
}
.container05 .title001{
    margin-bottom: .29rem;
}
.container05{
    padding-top: .65rem;
    padding-bottom: .55rem;
}

.list6w a{
    display: block;
    position: relative;
}
.list6w a .pic{
    padding-top: 4rem;
}
.list6w a p{
    font-size: .22rem;
    line-height: .26rem;
    color: #fff;
    padding: 0 0.1rem;
    position:absolute;
    left: 0;
    right: 0;
    bottom: .16rem;
    z-index: 3;
    transform: translateY(200% );
    transition: .5s;
    text-align: center;
}
.list6w a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("../images/s6-img06.png") repeat-x bottom center;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.list6w a:hover:after{
    opacity: 1;
    visibility: visible;
}
.list6w a:hover p{
    transform: none;
}

.list6w .btn{
    width: .34rem;
    height: .54rem;
    background: rgba(0, 0, 0, 0.5) no-repeat 50%/.1rem;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.list6w .prev{
    left: 0;
    background-image: url("../images/prev01.png");
}
.list6w .next{
    right: 0;
    background-image: url("../images/next01.png");
}
.list6w:hover .btn{
    opacity: 1;
    visibility: visible;
}

.container06{
    padding-top: .65rem;
    padding-bottom: .55rem;
}
.homea{
    background: url("../images/n_homea.png") no-repeat bottom center;
    background-size: cover;
}
@media screen and (max-width: 1200px){
    html, body .body_h{
        height: auto;
        overflow: auto;
    }
    .body_b {
        position: static;
    }
    .banner .swiper-slide a{
        height: auto;
        padding-top: 50%;
    }
    .container01{
        padding-top: .4rem;
    }
    .banner{
        margin-top: .75rem;
    }
}
@media screen and (max-width: 1024px){
    .banner .paga{
        right: .1rem;
        bottom: .15rem;
    }
    .banner .paga .swiper-pagination-bullet-active,
    .list1w .page .swiper-pagination-bullet-active{
        width: .2rem;
        height: .23rem;
        margin-top: 0;
    }
    .banner .paga span,
    .list1w .page span{
        width: .1rem;
        height: .1rem;
        margin: 0.06rem .05rem 0;
        vertical-align: middle;
    }
    .list1w .page{
        right: 0.1rem;
        bottom: 1.05rem;
    }
    .list1w .btn{
        bottom: auto;
        top: 50%;
        transform: translateY(-50%);
        margin-top: -.7rem;
    }
    .list1w .prev{
        left: 0;
    }
    .list1w .next{
        right: 0;
    }
    .title001,
    .container02 .s1 .title001,
    .container02 .s2 .title001{
        margin-bottom: .3rem;
    }
    .title001 .tit h2{
        font-size: .28rem;
    }
    .container01 .aleft{
        width: 100%;
        margin-bottom: .3rem;
    }
    .list1w a .pic{
        padding-top: 69.23%;
    }
    .list1w a .txt{
        padding: .14rem 0;
    }
    .list1w a .txt h3{
        color: #333;
        line-height: .3rem;
    }
    .list1w a .txt p{
        color: #666;
        line-height: .26rem;
    }
    .container01 .aright{
        width: 100%;
    }
    .container01:after{
        display: none;
    }
    .container01,
    .container02{
        padding: .4rem 0;
    }
    .container02 .aleft{
        width: 100%;
        margin-bottom: .3rem;
    }
    .container02 .s1 .list01{
        padding-top: 0;
    }
    .container02 .aright{
        width: 100%;
    }
    .list2w a .pic{
        padding-top: 71.79%;
    }
    .list2w a .txt{
        padding: .2rem;
    }
    .container02 .s1{
        margin-bottom: .4rem;
    }
    .list3w .txt .tag{
        font-size: .22rem;
        line-height: .52rem;
        padding-left: .72rem;
        top: -0.25rem;
    }
    .list3w .txt img{
        width: .77rem;
        height: .76rem;
    }
    .list3w .swiper-container {
        padding-top: 0.4rem;
    }
    .list3w a:hover .img_hz{
        transform: translateY(-0.2rem);
    }
    .list3w a .img_hz{
        left: 0;
        right: 0;
    }
    .list3w .txt {
        padding: 0.54rem 0.2rem 0.25rem;
    }
    .list3w a .img_hz .pic{
        padding-top: 80.49%;
    }
    .container03 .left{
        width: 100%;
        margin-bottom: .4rem;
    }
    .list_box2 li .pic{
        padding-top: 64.22%;
    }
    .list_box2 li:nth-child(2){
        margin-top: 0;
    }
    .list_box2 li .txt{
        padding: .2rem ;
    }
    .list_box2 li .txt time{
        font-size: .2rem;
    }
    .list_box2 li .txt p{
        margin-bottom: .1rem;
    }
    .container03 .right{
        width: 100%;
    }
    .list_box3 li a{
        padding: .15rem .2rem;
    }
    .list_box3 li:hover time{
        margin-left: -.2rem;
    }
    .container03{
        padding-top: .4rem;
        padding-bottom: .4rem;
    }
    .list4w2{
        display: block;
    }
    .list4w{
        display: none;
    }
    .container04:after{
        display: none;
    }
    .title002 h2{
        font-size: .28rem;
        line-height: .72rem;
    }
    .title002 i{
        line-height: .6rem;
    }
    .title002{
        padding-right: .35rem;
        padding-left: 15px;
        margin-bottom: .3rem;
    }
    .container04{
        padding-top: .4rem;
        padding-bottom: 0.3rem;
    }
    .list5w a .icon{
        width: 0.57rem;
        height: 0.57rem;
    }
    .container05 {
        padding-top: 0.4rem;
        padding-bottom: 0.2rem;
    }
    .list6w a .pic{
        padding-top: 148.15%;
    }
    .container06{
        padding-bottom: .4rem;
    }
    .list6w a p{
        font-size: .2rem;
    }

    .list01 li .block1{
        font-size: .18rem;
    }
    .container04 .more{
        right: 15px;
        top: .24rem;
    }
}

@media screen and (max-width: 768px){
    .container03 .con2 .item a p{
        font-size: .2rem;
    }

    .container01 .aright .item{
        width: 100%;
        margin-bottom: .2rem;
    }
    .container01 .aright .item-pic a .pic{
        padding-top: 66.67%;
    }
    .container01 .aright .top,
    .container01 .aright .top2{
        flex-wrap: wrap;
        flex-direction: row;
        margin-top: 0;
    }
    .container01 .aright .top .item-txt a h2,
    .list01 li .block2 a .txt h2{
        font-size: .2rem;
    }
    .container01 .aright .top .item-txt a p,
    .list01 li .block2 a .txt p{
        font-size: .16rem;
    }
    .container01{
        padding-bottom: .2rem;
    }

    .list01 li .block1{
        font-size: .18rem;
    }
    .list3w .txt p{
        font-size: .16rem;
    }
    .list3w a .img_hz .pic{
        display: none;
    }
    .list3w a:hover .txt{
        opacity: 1;
        visibility: visible;
    }
    .container03{
        padding-top: .3rem;
    }
    .title001,
    .container02 .s1 .title001,
    .container02 .s2 .title001{
        margin-bottom: .2rem;
    }
    .list1w a .txt h3{
        font-size: .2rem;

    }
    .list_box1 li a{
        padding: .2rem 0;
    }
    .list_box1 li time{
        width: .8rem;
    }
    .list_box1 li .txt {
        width: calc(100% - 1rem);
        padding-right: 0;
    }
    .list_box1 li.show .txt{
        padding-right: .1rem;
    }
}

/*2023-11-01 修改*/

.list5w .box{
    width: 1.76rem;
    height: 1.76rem;
    border-radius: 50%;
    border: .13rem solid transparent;
    margin: 0 auto;
    transition: .5s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.list5w a:hover .box{
    background: #0973bc;
    border-color:#e6f1f9;
}
.list5w a p{
    margin-top: .1rem;
}
.list5w a:hover p{
    color: #fff;
}
@media screen and (max-width: 1024px){
    .list5w .box{
        width: 1.5rem;
        height: 1.5rem;
    }
}
@media screen and (max-width: 480px){
    .list5w .box{
        width: 1.4rem;
        height: 1.4rem;
        border-width: .08rem;
    }

    .list_box2 li{
        width: 100%;
        margin-bottom: .3rem;
    }
    .list_box2 li:last-child{
        margin-bottom: 0;
    }
    .list1w .btn{
        margin-top: -.3rem;
    }
    .list1w a time{
        top: .1rem;
        right: .1rem;
    }
}

/*new*/
.title001 .mores a img{
    display: block;
    width: 100%;
}
.mt_list{
    position: absolute;
    right: .5rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
}
.mt_list ul{
    display: flex;
    align-items: center;
    justify-content: center;
}
.mt_list li{
    width: 0.6rem;
    position: relative;
    margin: 0 0.15rem;
}
.mt_list li a{
    display: block;
    width: .6rem;
    height: .6rem;
}
.mt_list li img{
    display: block;
    width: 100%;
    height: 100%;
}
.mt_list li .code{
    width: 1rem;
    height: 1rem;
    position: absolute;
    left: 50%;
    top: .8rem;
    transform: translateX(-50%);
    transition: .5s;
    background: #fff;
    box-shadow: 0 .04rem 0.1rem rgba(0, 0, 0, 0.1);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    border-radius: .05rem;
    opacity: 0;
    visibility: hidden;
    padding: .05rem ;
}
.mt_list li .code:after{
    position: absolute;
    left: 50%;
    content: '';
    top: 0;
    transform: translate(-50%,-100%);
    border: 0.05rem solid #fff;
    border-color: transparent transparent #fff;
}
.mt_list li:hover .code{
    opacity: 1;
    visibility: visible;
}

@media screen and (max-width: 1025px){
    .container02 .s2 .title001{
        z-index: 3;
    }
    .container02 .s2 .title001 .mores{
        top: .2rem;
        bottom:auto;
    }
    .mt_list{
        position: static;
        margin-top: .2rem;
        transform: translateY(0);
    }
    .mt_list li{
        width: 0.5rem;
    }
    .mt_list li a{
        width: 0.6rem;
        height: .6rem;
    }
}</pre></body></html>