@charset "UTF-8";
.title001 {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.title001 h2{
    font-size: .36rem;
    color: #204198;
    line-height: .4rem;
    font-family: 'songti_b',serif;
}
.title001 .more{
    font-size: .16rem;
    line-height: .2rem;
    color: #2c49af;
    position: relative;
    z-index: 5;
}
.title001.mid{
    position: relative;
    justify-content: center;
    margin-bottom: .8rem;
}
.title001.mid .more{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.container01 .txt a{
    display: block;
}
.container01 .txt h2{
    font-size: .48rem;
    color: #fff;
    font-weight: 600;
    text-align: center;
    line-height: .54rem;
    margin-bottom: .2rem;
}
.container01 .txt p{
    font-size: .18rem;
    line-height: .32rem;
    color: rgba(255, 255, 255, 0.7);
    text-align: center;
}
.container01{
    padding-top: .82rem;
    padding-bottom: .32rem;
    background: #2946ac;
}
.container02 .left{
    width: 64.12%;
}
.list1w a{
    display: block;
    position: relative;
}
.list1w a .pic{
    padding-top: 6.7rem;
}
.list1w a .txt{
    position: absolute;
    left: 0;
    right: 0;
    bottom: .44rem;
    z-index: 3;
    padding-left: 1.17rem;
    padding-right: 1.25rem;
}
.list1w a .txt h2{
    font-size: .24rem;
    color: #fff;
    font-weight: 600;
    line-height: .3rem;
    margin-bottom: .13rem;
}
.list1w a .txt p{
    font-size: .16rem;
    line-height: .28rem;
    color: #fff;
    -webkit-line-clamp: 3;
    height: .84rem;
}
.list1w a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: url("../images/s2-img02.png") repeat-x bottom center;
    background-size: auto;
}
.list1w .btn{
    width: .44rem;
    height: .44rem;
    top: auto;
    bottom: .8rem;
    transform: none;
    border-radius: 50%;
    background-color: #fff;
    background-position: 50%;
    background-repeat: no-repeat;
    z-index: 3;
    transition: .5s;
}
.list1w .prev{
    left: .22rem;
    background-image: url("../images/prev01.png");
}
.list1w .next{
    right: .24rem;
    background-image: url("../images/next01.png");
}
.list1w .btn:hover{
    background-color: #cc9933;
}
.list1w .prev:hover{
    background-image: url("../images/prev02.png");
}
.list1w .next:hover{
    background-image: url("../images/next02.png");
}
.container02 .right{
    width: 35.88%;
    padding: 0 .39rem;
    background: #f4f6fb;
}
.list_box1 li{
    position: relative;
    border-bottom: 1px solid #cccccc;
}
.list_box1 li:after{
    position: absolute;
    content: '';
    left: -.39rem;
    right: -.5rem;
    top: -1px;
    bottom: 0;
    background: url("../images/s2-img03.png") no-repeat bottom left;
    background-size: 100% 100%;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    box-shadow: 0 0.07rem .07rem  rgba(0, 0, 0, 0.1);
}
.list_box1 li:last-child{
    border: none;
}
.list_box1 li a{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 3;
    height: 1.33rem;
    transition: .5s;
}
.list_box1 li a h4{
    font-size: .2rem;
    color: #222;
    line-height: .32rem;
    position: relative;
    margin-bottom: .1rem;
    width: 100%;
    transition: .5s;
}
.list_box1 li a h4 span{
    padding-right: 1.1rem;
    max-height: .64rem;
    font-size: 0.2rem;
    color: #222222;
}
.list_box1 li a h4 time{
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    font-size: .16rem;
    opacity: .6;
    color: #666666;
}
.list_box1 li a p{
    font-size: .16rem;
    line-height: .24rem;
    color: rgba(34, 34, 34, 0.6);
    width: 100%;
}
.list_box1 li:hover:after{
    opacity: 1;
    visibility: visible;
}
.list_box1 li:hover a h4{
    color: #2946ac;
}
.list_box1 li:hover a{
    transform: translateX(.11rem);
}
.list_box1 li:hover a h4 time{
    opacity: 1;
}
.container02:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    height: 76.71%;
    background: #2946ac;
}
.container02{
    position: relative;
}
.container03 .left{
    width: 57.35%;
}
.container03 .left .title001 .more a{
    display: none;
}
.container03 .left .title001 .more a.active{
    display: block;
}

.list_tabs{
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 3;
    margin-left: 1.8rem;
    margin-top: -.34rem;
}
.list_tabs .li{
    font-size: .18rem;
    color: #204198;
    line-height: .28rem;
    border: 1px solid rgba(32, 65, 152, 0.4);
    padding-left: .14rem;
    padding-right: .15rem;
    font-family: 'songti_b',serif;
    margin-right: .13rem;
    cursor: pointer;
    transition: .5s;
}
.list_tabs .li.active{
    color: #fff;
    background: #2946ac;
    border-color: #2946ac;
}

.list_box3 li a{
    display: block;
}
.list_box3 li h3{
    font-size: .2rem;
    line-height: .3rem;
    color: #222;
    margin-bottom: .19rem;
    transition: .5s;
}
.list_box3 li p{
    font-size: .16rem;
    line-height: .24rem;
    color: #666666;
    height: .48rem;
    margin-bottom: .19rem;
}
.list_box3 li .time{
    position: relative;
}
.list_box3 li .time:after{
    position: absolute;
    content: '';
    right: 0;
    left: 0;
    top: 50%;
    height: 1px;
    background: #cccccc;
}
.list_box3 li time{
    position: relative;
    z-index: 3;
    display: inline-block;
    font-size: .16rem;
    color: #2946ac;
    line-height: .24rem;
    padding-right: .1rem;
    background: #fff;
}
.list_box3 li:hover h3{
    color: #2946ac;
}
.list_box3 li{
    margin-top: .28rem;
}
.list_box3 li:first-child{
    margin-top: 0;
}
.list_bds_li{
    transform: scale(0);
    height: 0;
    visibility: hidden;
}
.list_bds_li.active{
    transform: scale(1);
    height: auto;
    visibility: visible;
}
.container03 .left .list_bds{
    padding-top: .6rem;
}

.container03 .right{
    width: 37.94%;
}

.list_box4 li{
    position: relative;
    border-bottom: 1px solid #cccccc;
}
.list_box4 li:after{
    position: absolute;
    content: '';
    bottom: -.03rem;
    height: .03rem;
    width: .64rem;
    background: #2946ac;
}
.list_box4 li:before{
    position: absolute;
    content: '';
    left: -0.17rem;
    right: 0;
    top: 0;
    bottom: 0;
    border-left: .03rem  solid #cc9933;
    background: url("../images/s3-img01.png") no-repeat bottom left;
    background-size: 100% 100%;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    box-shadow: 0 0.05rem .1rem rgba(0, 0, 0, 0.2);
}
.list_box4 li a{
    padding-top: .34rem;
    display: flex;
    justify-content: space-between;
    padding-bottom: .3rem;
    position: relative;
    z-index: 3;
    transition: .5s;
}
.list_box4 li a time{
    display: block;
    width: .72rem;
    text-align: right;
    color: #2946ac;
}
.list_box4 li a time span{
    display: block;
    font-size: .24rem;
    line-height: .36rem;
    font-family: 'songti_b',serif;
}
.list_box4 li a time span i{
    color: #cccccc;
}
.list_box4 li a time em{
    display: block;
    font-size: .18rem;
    line-height: .24rem;
    font-family: 'songti_b',serif;
}
.list_box4 li .txt{
    width: calc(100% - 1.04rem);
}
.list_box4 li .txt h3{
    font-size: .2rem;
    color: #222;
    line-height: .36rem;
    margin-bottom: .05rem;
    transition: .5s;
}
.list_box4 li .txt p{
    font-size: .16rem;
    color: #666666;
    line-height: .24rem;
}
.list_box4 li:hover:before{
    opacity: 1;
    visibility: visible;
}
.list_box4 li:hover:after{
    opacity: 0;
    visibility: hidden;
}
.list_box4 li:hover a{
}
.list_box4 li:hover a time{
    color: #fff;
}
.list_box4 li:hover a time span i{
    color: #fff;
}
.list_box4 li:hover .txt h3{
    color: #fff;
}
.list_box4 li:hover .txt p{
    color: rgba(255, 255, 255, 0.8);
}
.container03 .right .title001{
    margin-bottom: .37rem;
}
.container03{
    padding-top: 1rem;
    padding-bottom: .64rem;
}

.container04 .content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.container04 .left{
    width: 47.77%;
}
.list_box5 ul li{
    position: relative;
    line-height: .79rem;
    border-bottom: 1px solid #ddd;
}
.list_box5 ul li:before{
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: .06rem;
    height: .06rem;
    background: #2946ac;
    border-radius: 50%;
}
.list_box5 ul li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: -1px;
    height: 1px;
    background: #2946ac;
    transition: .5s;
    opacity: 0;
    visibility: hidden;
}
.list_box5 ul li:last-child{
    border-bottom: none;
}
.list_box5 ul li a{
    font-size: .2rem;
    color: #222;
    padding-left: .15rem;
    padding-right: 1.35rem;
    transition: .5s;
}
.list_box5 ul li time{
    position: absolute;
    right: 0;
    top: 0;
    font-size: .16rem;
    color: #2946ac;
}
.list_box5 ul li:hover:after{
    opacity: 1;
    visibility: visible;
}
.list_box5 ul li:hover a{
    color: #2946ac;
}
.container04 .right{
    width: 47.77%;
}
.container04 .title001{
    margin-bottom: .22rem;
}
.container04 .content{
    padding: .54rem .54rem .45rem;
    background: #fff;
}
.container04{
    padding-top: .64rem;
    background: url("../images/container04.jpg") no-repeat top center;
    background-size: cover;
}

.list_box6 li{
    width: 30.35%;
    margin-left: 4.475%;
    margin-bottom: .6rem;
}
.list_box6 li:nth-child(3n+1){
    margin-left: 0;
}
.list_box6 li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.list_box6 li a .pic{
    width: 2.41rem;
    height: 1.33rem;
}
.list_box6 li a .txt{
    width: calc(100% - 2.65rem);
}
.list_box6 li a p{
    font-size: .2rem;
    line-height: .3rem;
    color: #fff;
    -webkit-line-clamp: 4;
    height: 1.2rem;
}

.list_box6 li a p span{
    background-image: linear-gradient(transparent,transparent);
}
.list_box6 li a:hover p span.aline_r{
    color: #fff;
    font-weight: 600;
}
.list_box6 li a .img_ico{
    position: absolute;
    width: .9rem;
    top: 0;
    left: -.1rem;
    height: .42rem;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
}
.list_box6 li a .img_ico:after{
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    border: .05rem solid transparent;
    border-right-color: #000066;
    border-top-color: #000066;
    z-index: 5;
}
.list_box6 li a .img_ico img{
    display: block;
    max-height: .28rem;
}
.container05 .title001 h2,
.container05 .title001 .more{
    color: #fff;
}

.container05{
    padding-top: .62rem;
    padding-bottom: .46rem;
    background: url("../images/container05.jpg") no-repeat 50%;
    background-size: cover;
}

.list2w a{
    display: block;
}
.list2w a .pic{
    padding-top: 2.49rem;
}
.list2w a .txt h2{
    font-size: .2rem;
    color: #222;
    line-height: .27rem;
    height: .54rem;
    margin-bottom: .2rem;
}
.list2w a .txt p{
    font-size: .145rem;
    line-height: .27rem;
    color: #666666;
    -webkit-line-clamp: 3;
    height: .81rem;
}

.list2w a .txt{
    padding: .22rem .25rem;
    background: #fff;
}
.list2w .swiper-slide{
    transform: scale(.72) translateX(-0.7rem);
}

.list2w .swiper-slide-prev,
.list2w .swiper-slide-next{
    transform: scale(.89) translateX(-0.7rem);
}
.list2w .swiper-slide-next{
    transform: scale(.89) translateX(0.7rem);
}
.list2w .swiper-slide-next + div{
    transform: scale(.72) translateX(0.7rem);
}
.list2w .swiper-slide-active{
    transform: scale(1.1) translateX(0);
}
.list2w .swiper-slide-active a .txt h2{
    color: #2946ac;
}
.list2w .swiper-slide-active a .txt{
    background: transparent url("../images/s6-img04.png") repeat-x top center;
    background-size: 100% 100%;
}
.list2w .swiper-container{
    padding: .2rem 0;
    margin-bottom: .25rem;
}
.list2w .page{
    font-size: 0;
    text-align: center;
}
.list2w .page span{
    width: .12rem;
    height: .12rem;
    margin: 0 .2rem;
    border-radius: 50%;
    background: #2946ac;
    opacity: 1;
}
.list2w .page span.swiper-pagination-bullet-active{
    background: #cc9933;
}
.list2w:before{
    position: absolute;
    content: '';
    width: 1.06rem;
    height: .04rem;
    background: #cc9933;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
}
.list2w:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    width: .04rem;
    height: .28rem;
    background: #cc9933;
    margin: auto;
}
.list2w{
    padding-top: .27rem;
    overflow: hidden;
    position: relative;
    margin-bottom: .4rem;
}
.list3w a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff no-repeat 50%;
    background-size: cover;
    transition: .5s;
    padding: .17rem 0 .26rem;
    height: 1.8rem;
}
.list3w a .ll{
    width: 1.4rem;
    padding: 0 .2rem;
    position: relative;
}
.list3w a .ll .pic{
    width: .9rem;
    height: .9rem;
    margin: 0 auto .12rem;
    border-radius: 50%;
}
.list3w a .ll h3{
    font-size: .22rem;
    line-height: .28rem;
    color: #2e4aae;
    text-align: center;
}
.list3w a .ll:after{
    position: absolute;
    content: '';
    right: 0;
    top: 50%;
    margin-top: -.6rem;
    width: 1px;
    height: 1.2rem;
    background: rgba(195, 205, 234, 0.53);
}
.list3w a .rr{
    width: calc(100% - 1.66rem);
    padding-right: .3rem;
}
.list3w a .rr p{
    font-size: .18rem;
    line-height: .3rem;
    -webkit-line-clamp: 4;
    height: 1.2rem;
    color: #333333;
}
.list3w a:hover{
    transform: translateY(-.1rem);
    background-image: url("../images/s6-img03.jpg");
}
.list3w a:hover .ll h3{
    color: #ffc342;
}
.list3w a:hover .rr p{
    color: #fff;
}
.list3w a:hover .ll:after{
    background: rgba(195, 205, 234, 0.32);
}
.list3w .swiper-container{
    padding: .1rem 0;
    position: relative;
    z-index: 3;
}
.list3w .btn{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: .11rem;
    height: .23rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100%;
    cursor: pointer;
    z-index: 2;
}
.list3w .prev{
    left: -.4rem;
    background-image: url("../images/prev01.png");
}
.list3w .next{
    right: -.35rem;
    background-image: url("../images/next01.png");
}
.list3w:after{
    position: absolute;
    content: '';
    left: -1.1rem;
    right: -1.1rem;
    top: 50%;
    height: 1px;
    background: rgba(41, 70, 172, 0.5);
}
.list3w{
    position: relative;
}
.container06 .title001{
    margin-bottom: .26rem;
}
.container06{
    padding-top: .48rem;
    padding-bottom: 1.12rem;
    background: url("../images/container06.jpg") no-repeat bottom center;
    background-size: cover;
}
.container07 .title001 h2,
.container07 .title001 .more{
    color: #fff;
}

.container07 .left{
    width: 55.29%;
}

.list4w a{
    display: block;
    padding-right: .28rem;
    height: 1.8rem;
    transform: translateX(2px);
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.list4w a h2{
    font-size: .18rem;
    color: #fff;
    line-height: .28rem;
    height: .56rem;
    margin-bottom: .12rem;
    transition: .5s;
}
.list4w a h5{
    display: flex;
    align-items: center;
    font-size: .16rem;
    line-height: .24rem;
    color: rgba(255, 255, 255, 0.8);
}
.list4w a h5 img{
    display: block;
    width: .15rem;
    margin-right: .1rem;
}
.list4w a:hover h2{
    font-weight: 600;
}

.container07 .left .block1 .title001{
    margin-bottom: .55rem;
}

.container07 .left .block1{
    margin-bottom: .6rem;
}
.container07 .left .block2 .title001{
    position: relative;
    align-items: center;
}
.container07 .left .share{
    max-width: 4.32rem;
    position: absolute;
    right: 0;
    top: 0;
    height: 1.55rem;
    padding: 0 0.16rem;
}
.container07 .left .share .swiper-container{
    height: 100%;
}
.container07 .left .share .li{
    position: relative;
}
.container07 .left .share .li a{
    display: block;
    width: .55rem;
    margin: 0 auto;
}
.container07 .left .share .li img{
    display: block;
    width: 100%;
    max-height: 100%;
}
.container07 .left .share .li .code{
    width: .84rem;
    height: .84rem;
    position: absolute;
    left: 50%;
    top: .7rem;
    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 ;
}
.container07 .left .share .li .code:after{
    position: absolute;
    left: 50%;
    content: '';
    top: 0;
    transform: translate(-50%,-100%);
    border: 0.05rem solid #fff;
    border-color: transparent transparent #fff;
}
.container07 .left .share .li:hover .code{
    opacity: 1;
    visibility: visible;
}

.container07 .left .share .btn{
    width: .11rem;
    height: .23rem;
    top: .17rem;
    transform: none;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
}
.container07 .left .share .prev{
    left: 0;
    background-image: url("../images/s7-prev.png");
}
.container07 .left .share .next{
    right: 0;
    background-image: url("../images/s7-next.png");
}
.container07 .left .block2 .title001{
    margin-bottom: .5rem;
}
.list_box7 li{
    padding: .22rem .2rem .22rem .45rem;
    font-size: .18rem;
    line-height: .3rem;
    color: #fff;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: .3rem;
    transition: .5s;
}
.list_box7 li:last-child{
    border: none;
}
.list_box7 li.li_wx{
    background-image: url('../images/s7-ico01.png');
}
.list_box7 li.li_wb{
    background-image: url('../images/s7-ico02.png');
}
.list_box7 li.li_dy{
    background-image: url('../images/s7-ico05.png');
}
.list_box7 li.li_dxs{
    background-image: url('../images/dxs.png');
}
.list_box7 li.li_zgjyfb{
    background-image: url('../images/zgjyfb.png');
}
.list_box7 li.li_ks{
    background-image: url('../images/s7-ico06.png');
}
.list_box7 li.li_ws{
    background-image: url('../images/s7-ico07.png');
}
.list_box7 li.li_bi{
    background-image: url('../images/s7-ico08.png');
}
.list_box7 li.li_qg{
    background-image: url('../images/s7-ico09.png');
}
.list_box7 li:hover{
    font-weight: 600;
    border-bottom-color: #fff;
}
.list_box7{
    padding: .12rem .37rem .18rem .26rem;
    background: rgba(255, 255, 255, 0.15);
}

.container07 .right{
    width: 41.17%;
}
.container07 .right .title001{
    margin-bottom: .55rem;
}
.container07 .right .content{
    background: rgba(255, 255, 255, 0.15);
    height: 7.34rem;
    padding: .29rem .4rem .2rem .35rem;
}
.tit01{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.tit01 .ll{
    display: flex;
    align-items: center;
}
.tit01 .ll h4{
    font-size: .24rem;
    line-height: .3rem;
    color: #fff;
    display: flex;
    align-items: center;
    margin-right: .18rem;
}
.tit01 .ll h4 img{
    display: block;
    width: .34rem;
    margin-right: .1rem;
}
.tit01 .ll .focus{
    display: block;
    font-size: .14rem;
    color: #ffc13d;
    line-height: .23rem;
    border: 1px solid #ffc13d;
    padding: 0 0.08rem;
    transition: .5s;
    cursor: pointer;
    font-family: 'pingfang sc';
}
.tit01 .ll .focus i{
    font-weight: 600;
    font-size: .16rem;
    font-family: 微软雅黑;
}
.tit01 .ll .focus:hover{
    color: #fff;
    background: #ffc13d;
}
.tit01 .rr a{
    display: block;
    font-size: .16rem;
    color: #fff;
    line-height: .2rem;
}
.wx_list li a{
    display: block;
    padding-top: .2rem;
    padding-bottom: .2rem;
}
.wx_list li a h5{
    font-size: .14rem;
    color: #ffffff;
    line-height: .24rem;
    max-height: .48rem;
    margin-bottom: .12rem;
    transition: .5s;
    font-weight: 600;
}
.wx_list li a time{
    display: block;
    font-size: .14rem;
    line-height: .24rem;
    color: #fff;
    font-family: 'pingfang sc';
}
.wx_list li:first-child a{
    padding-top: .15rem;
}
.wx_list li:hover a h5{
    color: #ffc13d;
}
.wx_list li{
    border-bottom: 1px solid rgba(229, 229, 229, 0.5);
}
.wx_con{
    margin-bottom: .25rem;
}

.wb_list li h5{
    font-size: .14rem;
    line-height: .24rem;
    color: #fff;
    margin-bottom: .15rem;
    font-weight: 600;
}
.wb_list li  img{
    display: block;
    height: .9rem;
    margin-bottom: .1rem;
}
.wb_list li .time{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.wb_list li .time time{
    display: block;
    font-size: .14rem;
    line-height: .24rem;
    color: #fff;
}
.wb_list li .time .rr{
    font-size: 0;
    padding-right: .3rem;
}
.wb_list li  .time .rr a{
    display: inline-block;
    width: .16rem;
    height: .16rem;
    margin-left: .16rem;
}
.wb_list li .time .rr a img{
    display: block;
    width: .16rem;
    height: auto;
}
.wb_list li{
    padding-top: .2rem;
    padding-bottom: .2rem;
    border-top: 1px solid rgba(229, 229, 229, 0.5);
}
.wb_list li:first-child{
    border: none;
}
.wb_list{
    padding-top: .1rem;
}

.container07 {
    padding-top: .73rem;
    padding-bottom: .81rem;
    background: url("../images/container07.jpg") no-repeat 50%;
    background-size: cover;
}

.container08 .left{
    width: 57.35%;
}
.container08 .left .title001{
    margin-bottom: .68rem;
}
.list_box8 li a{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.list_box8 li a .pic{
    width: 2.98rem;
    height: 1.74rem;
}
.list_box8 li a .txt{
    width: calc(100% - 3.28rem);
}
.list_box8 li a .txt h2{
    font-size: .2rem;
    line-height: .32rem;
    color: #222;
    max-height: .64rem;
    margin-bottom: .14rem;
    transition: .5s;
}
.list_box8 li a .txt p{
    font-size: .16rem;
    line-height: .24rem;
    color: #666666;
    height: .48rem;
    margin-bottom: .3rem;
}
.list_box8 li a .txt time{
    display: block;
    font-size: .16rem;
    line-height: 1;
    color: #2946ac;
}
.list_box8 li:hover a .txt h2{
    color: #2946ac;
}
.list_box8 li{
    margin-top: .47rem;
}
.list_box8 li:first-child{
    margin-top: 0;
}
.container08 .right{
    width: 37.06%;
}
.container08 .media_list li{
    position: relative;
}
.container08 .media_list li a{
    display: block;
    padding-top: .25rem;
    padding-bottom: .18rem;
    position: relative;
    z-index: 3;
}
.container08 .right li a time{
    display: block;
    font-size: .16rem;
    color: #2946ac;
    line-height: .2rem;
    margin-bottom: .18rem;
}
.container08 .right li a p{
    font-size: .18rem;
    line-height: .28rem;
    color: #222;
    height: .56rem;
    transition: .5s;
}

.container08 .media_list li {
    border-bottom: 1px solid #cccccc;
}
.search_list li a{
    display: block;
    position: relative;
    padding-top: .18rem;
    padding-bottom: .18rem;
    z-index: 3;
}
.search_list li a time{
    display: block;
    font-size: .16rem;
    color: #2946ac;
    line-height: .18rem;
    margin-bottom: .18rem;
}
.search_list li a p{
    font-size: .18rem;
    line-height: .28rem;
    color: #333333;
    height: .56rem;
    transition: .5s;
}
.search_list li:before,
.media_list li:before{
    position: absolute;
    content: '';
    left: -.25rem;
    right: -.25rem;
    top: 0;
    bottom: 0;
    border-left: 2px solid #cc9933;
    background: url("../images/s8-img02.jpg") no-repeat left center;
    background-size: cover;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 0 .1rem rgba(0, 0, 0, 0.1);
}
.search_list li{
    position: relative;
    border-bottom: 1px solid #cccccc;
}
.search_list li:last-child{
    border: none;
}
.search_list li:hover:before,
.media_list li:hover:before{
    opacity: 1;
    visibility: visible;
}
.search_list li:hover a p,
.search_list li:hover a time,
.media_list li:hover a p,
.media_list li:hover a time{
    color: #fff;
}
.container08 .right .block1{
    margin-bottom: .34rem;
}
.container08 .right .block1 .title001{
    margin-bottom: .26rem;
}
.container08 .right .block2 .title001{
    margin-bottom: .38rem;
}

.container08{
    padding-top: .77rem;
    padding-bottom: .67rem;
    background: url("../images/container08.jpg") no-repeat bottom center;
    background-size: cover;
}

.container09 .left{
    width: 50%;
}

.list5w a{
    display: block;
    position: relative;
}
.list5w a .pic{
    padding-top: 5.04rem;
}
.list5w a h2{
    position: absolute;
    left: 0;
    right: 0;
    bottom: .2rem;
    font-size: .2rem;
    line-height: .24rem;
    color: #fff;
    z-index: 3;
    text-align: center;
    padding: 0 .1rem;
}
.list5w a .play{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: .83rem;
    height: .83rem;
    margin: auto;
    background: url("../images/s9-img02.png") no-repeat 50%;
    background-size: 100%;
    z-index: 3;
}
.list5w a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("../images/s2-img02.png") repeat-x bottom center;
}
.list5w .btn{
    width: .43rem;
    height: .43rem;
    background: rgba(255, 255, 255, 0.63) no-repeat 50%;
    background-size: .11rem;
    border-radius: 50%;
    transition: .5s;
}
.list5w .prev{
    left: .33rem;
    background-image: url("../images/prev02.png");
}
.list5w .next{
    right: .33rem;
    background-image: url("../images/next02.png");
}
.list5w .btn:hover{
    background-color: #cc9933;
}
.container09 .left .title001{
    margin-bottom: .38rem;
}
.container09 .right{
    width: 41.29%;
}

.list6w .swiper-slide{
    width: 3.69rem;
    height: 5.02rem;
    box-shadow: 0 0 .1rem rgba(0, 0, 0, 0.2);
}
.list6w a{
    display: block;
}
.list6w a .pic{
    padding-top: 5.02rem;
}
.list6w{
    position: relative;
    padding: 0 .6rem;
}
.list6w .btn{
    width: .43rem;
    height: .43rem;
    background: #cc9933 no-repeat 50%;
    background-size: .11rem;
    border-radius: 50%;
    transition: .5s;
}
.list6w .prev{
    left: 0;
    background-image: url("../images/prev02.png");
}
.list6w .next{
    right: 0;
    background-image: url("../images/next02.png");
}
.list6w .swiper-container{
    padding: .1rem 0;
    margin-bottom: .1rem;
}
.list6w_b a{
    display: block;
}
.list6w_b a p{
    font-size: .2rem;
    line-height: .3rem;
    color: #333;
    text-align: center;
}

.container09 .right .title001{
    margin-bottom: .28rem;
}
.container09 .title001 h2,
.container09 .title001 .more{
    color: #fff;
}
.container09{
    padding-top: .8rem;
    padding-bottom: .65rem;
    background: url("../images/container09.jpg") no-repeat top center;
    background-size: 100% 4.04rem;
}
.index2{
    background: url(../images/index2.jpg) no-repeat bottom center;
    background-size: cover;
}
@media (max-width: 1199px){
    .container01{
        margin-top: .75rem;
    }
}
@media (max-width: 1025px){
    .title001 h2{
        font-size: .3rem;
    }
    .container01 .txt h2{
        font-size: .32rem;
        line-height: .38rem;
    }
    .container01{
        padding-top: .36rem;
        padding-bottom: .3rem;
    }
    .container02 .left{
        width: 100%;
        margin-bottom: .4rem;
    }
    .list1w a .pic{
        padding-top: 66.65%;
    }
    .list1w .btn{
        bottom: auto;
        top: 50%;
        transform: translateY(-50%);
    }
    .list1w a .txt{
        padding-left: .25rem;
        padding-right: .25rem;
        bottom: .2rem;
    }
    .container02 .right{
        width: 100%;
        padding: 0 .25rem;
        margin-bottom: .4rem;
    }
    .list_box1 li:after{
        left: -.25rem;
        right: -.25rem;
    }
    .container02:after{
        bottom: 0;
        height: 100%;
    }
    .container03 .left{
        width: 100%;
        margin-bottom: .6rem;
    }
    .container03 .right{
        width: 100%;
    }
    .container03 .left .list_bds{
        padding-top: .35rem;
    }
    .container03 .right .title001{
        margin-bottom: .2rem;
    }
    .container03{
        padding-top: .45rem;
        padding-bottom: .45rem;
    }
    .container04 .content{
        padding: .3rem .25rem .2rem;
    }
    .container04 .left{
        width: 100%;
        margin-bottom: .4rem;
    }
    .container04 .right{
        width: 100%;
    }
    .list_box5 ul li{
        line-height: .68rem;
    }
    .container04{
        padding-top: .45rem;
    }
    .list_box6 li{
        width: 48%;
        margin-left: 0;
        margin-bottom: .3rem;
    }
    .list_box6 ul{
        justify-content: space-between;
    }
    .title001.mid{
        margin-bottom: .3rem;
    }
    .container05{
        padding-top: .45rem;
        padding-bottom: .2rem;
    }
    .list2w .swiper-slide-next,
    .list2w .swiper-slide-prev{
        transform: scale(.9) translateX(0rem);
    }
    .list2w .swiper-slide-active{
        transform: scale(1.05) translateX(0);
    }
    .list2w .swiper-slide-active a .txt{
        background: #fff;
    }
    .list2w{
        padding-top: .25rem;
    }
    .container06 .title001.mid{
        margin-bottom: .2rem;
    }
    .list2w .swiper-container{
        padding: .1rem 0;
    }
    .list3w .prev{
        left: -15px;
    }
    .list3w .next{
        right: -15px;
    }
    .list3w .btn{
        z-index: 6;
    }
    .container06{
        padding-top: .45rem;
        padding-bottom: .35rem;
    }
    .container07 .left{
        width: 100%;
        margin-bottom: .4rem;
    }
    .container07 .right{
        width: 100%;
    }
    .container07 .left .block1 .title001{
        margin-bottom: .3rem;
    }
    .container07 .left .block1{
        margin-bottom: .4rem;
    }
    .list4w a{
        padding-bottom: .2rem;

    }
    .container07 .left .block2 .title001{
        margin-bottom: .3rem;
    }
    .container07 .left .share .li{

    }

    .list_box7{
        padding: .1rem .25rem;
    }
    .container07 .right .title001{
        margin-bottom: .3rem;
    }
    .container07 .right .content{
        padding: .25rem;
        height: auto;
    }
    .container07{
        padding: .45rem 0;
    }
    .container08 .left{
        width: 100%;
        margin-bottom: .4rem;
    }
    .container08 .left .title001,
    .container08 .right .block2 .title001{
        margin-bottom: .3rem;
    }
    .list_box8 li{
        margin-top: .3rem;
    }
    .container08 .right{
        width: 100%;
    }
    .container08{
        padding-top: .45rem;
        padding-bottom: .3rem;
    }
    .container09 .left{
        width: 100%;
        margin-bottom: .4rem;
    }
    .container09 .left .title001{
        margin-bottom: .3rem;
    }
    .list5w a .pic{
        padding-top: 65.51%;
    }
    .list5w a .play{
        width: .6rem;
        height: .6rem;
    }
    .container09 .right{
        width: 100%;
    }
    .container09 .right .title001 h2{
        color: #2946ac;
    }
    .container09{
        padding-top: .45rem;
        padding-bottom: .45rem;
    }
}
@media (max-width: 769px){
    .list_box6 li{
        width: 100%;
    }
    .list2w .swiper-slide{
        transform: none !important;
    }
    .list2w a .pic{
        padding-top: 66.4%;
    }
    .list2w a .txt{
        padding: .2rem;
    }
    .list2w .swiper-container{
        padding: 0;
    }
    .list2w .page span{
        margin: 0 .05rem;
    }
    .list2w:before,
    .list2w:after{
        display: none;
    }
    .list2w{
        padding: 0;
    }
    .list1w a .txt h2{
        font-size: .22rem;
        margin-bottom: .1rem;
    }
    .list_tabs{
        margin-top:.3rem;
        margin-left: 0;
    }
    .container07 .left .share{
        position: relative;
        max-width: none;
        margin-top: .3rem;
        width: 100%;
    }
    .container07 .left .block2 .title001{
        flex-wrap: wrap;
    }

    .list_box7{
        margin-top: -1rem;
        position: relative;
    }

}
@media (max-width: 640px){
    .list1w .next{
        right: .1rem;
    }
    .list1w .prev{
        left: .1rem;
    }
    .list6w .swiper-slide{
        width: 50vw;
        height: auto;
    }
    .list6w a .pic{
        padding-top: 136.04%;
    }
    .list_box8 li a .pic{
        width: 2.18rem;
        height: 1.44rem;
    }
    .list_box8 li a .txt {
        width: calc(100% - 2.38rem);
    }
    .list_box8 li a .txt p{
        margin-bottom: .12rem;
    }
    .list_box8 li a .txt h2{
        margin-bottom: .1rem;
        line-height: .3rem;
        height: .6rem;
    }
}
@media (max-width: 480px){
    .list1w .next,
    .list5w .next{
        right: .05rem;
    }
    .list1w .prev,
    .list5w .prev{
        left: .05rem;
    }
    .list1w .btn,
    .list5w .btn{
        width: .32rem;
        height: .32rem;
        background-size: .08rem;
    }
    .list1w a .txt{
        padding-left: .4rem;
        padding-right: .4rem;
        bottom: .1rem;
    }
    .container09{
        background-size: auto 4.04rem;
    }
    .list6w{
        padding: 0 .3rem;
    }
    .list_box8 li a .pic{
        display: block;
        width: 100%;
        height: auto;
        padding-top: 58.39%;
    }
    .list_box8 li a .txt{
        width: 100%;
        padding: .2rem 0 0;
    }
    .list_box1 li a h4 span{
        padding-right: .8rem;
    }
    .list_box6 li a .pic{
        width: 1.7rem;
    }
    .list_box6 li a .txt {
        width: calc(100% - 1.9rem);
    }
    .container01 .txt h2{
        font-size: .26rem;
    }
    .list4w a{
        border: none;
    }
    .list_tabs{
        justify-content: space-between;
    }
    .list_tabs .li{
        margin: 0;
    }
}
@media (max-width: 375px){
    .list_tabs .li{
        margin-right: 0;
        padding: 0 0.1rem;
    }
    .list_tabs{
        justify-content: space-between;
    }
}

/*2024-04-23*/

.home1 .content{
    display: flex;
    position: relative;
    z-index: 9;
    flex-wrap: wrap;
    justify-content: space-between;
}
.home1 .left{
    width: 54.5%;
    position: relative;
    padding: 2.8% 0 5.5% 0;
}
.title001 .more img{
    display: block;
    height: .44rem;
}

.home1 .addtemp-lswiper a{
    display: block;
}
.home1 .addtemp-lswiper a img{
    display: block;
    width: 100%;
    vertical-align: middle;
    transition: .5s;
    object-fit: cover;
}
.home1 .right{
    width: 39%;
    padding: 2.8% 0 1% 4%;
    position: relative;
}

.home1 .right::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: -130px;
    background: #ffffff url(../images/img1-6.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 1;
    box-shadow: 0px 7px 40px 0px rgba(54, 81, 177, 0.13);
}

.home1 .title001{
    position: relative;
    z-index: 3;
    margin-bottom: .5rem;
}

@media screen and (max-width:1024px) {
    .home1 .left {
        width: 100%;
        padding-top: 0;
    }

    .home1 .right{
        width: 100%;
        padding: 25px 15px;
        overflow: hidden;
    }
    .home1{
        padding: .45rem 0;
    }
    .home1 .title001{
        margin-bottom: .3rem;
    }
}