@charset "UTF-8";
.banner {
    height: 100vh !important;
}
.banner .swiper-slide{
    overflow: hidden;
    width: 100vw !important;
    position: relative;
}
.banner .swiper-slide a {
    display: block;
    height:100vh;
    overflow: hidden;
    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 {
    width: 100vw;
    height: 100vh;
    vertical-align: middle;
    object-fit: cover;
    transform: scale(1.175);
    transition: 6s;
}
.banner .swiper-slide video {
    width: 100%;
    display: block;
    object-fit: cover;
    position:absolute;
    left:0;
    bottom:0;
    right:0;
    top:0;height:100%
}
.banner .swiper-slide a .h3{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0.3rem;
    line-height: 1;
    padding-left: .3rem;
    font-size:.3rem;
    color:#fff;
    z-index: 999;
    max-width: 50%;
padding-right: 0.2rem
}
.banner .swiper-slide.swiper-slide-active img {
    transform: scale(1);
}
.banner .btnBox{
    position: absolute;
    left: 0;
    right: 0;

    bottom: .32rem;
    z-index: 3;
    padding-right: .42rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.banner .btnBox .paga{
    position: static;
    width: auto;
    font-size: .3rem;
    color: #fff;
    line-height: .32rem;
    font-weight: 100;
}
.banner .btnBox .paga .swiper-pagination-current{
    font-size: .3rem;
    font-family: Impact;
}
.banner .btnBox .paga .swiper-pagination-total{
    font-size: .24rem;
    font-family: Impact;
}
.banner .btnBox .btn{
    position: static;
    width: .36rem;
    height: .36rem;
    margin-top: 0;
    background-size: 100% 100%;
}
.banner .btnBox .prev{

    background-image: url("../images/b-prev.png");
}
.banner .btnBox .next{
    margin-left: .16rem;
    background-image: url("../images/b-next.png");
}
.banner .btnBox i{
    display: block;
    width: 1.08rem;
    height: 1px;
    background: #fff;
    margin: 0 0.12rem;
}

.miso_scorll {
    position: absolute;
    bottom: .26rem;
    z-index: 100;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}
.miso_scorll .ico img{
    display: block;
    width: .6rem;
}
.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;
}
.title001.center{
    text-align: center;
}
.title001 .title{
    display: inline-block;
    position: relative;
    padding-top: .47rem;
    padding-bottom: .05rem;
    background: url("../images/tit001.png") no-repeat bottom center;
    background-size: auto 1.26rem;
}
.title001 .title h3{
    font-size: .4rem;
    color: #333333;
    line-height: .44rem;
    font-family: 'SHSCN-Bold';
    position: relative;
    z-index: 3;
    margin-bottom: .08rem;
}
.title001 .title p{
    font-size: .18rem;
    color: #007750;
    line-height: .22rem;
    text-align: center;
    position: relative;
    z-index: 3;
    font-family: 'SHSCN-Bold';
}

.title001 .mores{
    position: absolute;
    right: 0;
    top: 50%;
    font-size: .16rem;
    color: #626262;
    line-height: .2rem;
    padding-right: .4rem;
    transform: translateY(-50%);
     
 background: url("../images/mores.png") no-repeat right center;
    background-size: .34rem;
}


.container01 .aleft{
    width: 71.33%;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}
.container01 .aleft .ll{
    width: 60%;
}

.list1w a{
    display: block;
}
.list1w a .cover_img{
    padding-top: 4.09rem;
}
.list1w a .txt{
    padding: .4rem .48rem .3rem;
    background: url("../images/s1-img03.jpg") no-repeat bottom center;
    background-size: 100% 100%;
}
.list1w a .txt h2{
    font-size: .2rem;
    color: #fff;
    line-height: .36rem;
    font-weight: 600;
    height: .72rem;
    margin-bottom: .2rem;
}
.list1w a .txt time{
    display: block;
    font-size: .14rem;
    line-height: .34rem;
    color: #fff;
}
.list1w a .txt time i{
    display: inline-block;
    font-size: .32rem;
    font-family: Impact;
    margin-right: .1rem;
}
.list1w .paga{
    font-size: 0;
    text-align: right;
    padding-right: .4rem;
    bottom: .39rem;
}
.list1w .paga span{
    position: relative;
    width: .09rem;
    height: .09rem;
    background: #fff;
    margin: 0 .08rem;
    opacity: 1;
}
.list1w .paga span:before{
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    width: .19rem;
    height: .19rem;
    background: url("../images/s1-img02.png") no-repeat 50%;
    background-size: .19rem .19rem;
    transform: translate(-50%,-50%);
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.list1w .paga span.swiper-pagination-bullet-active:before{
    opacity: 1;
    visibility: visible;
}
.container01 .aleft .rr{
    width: 36.64%;
    align-self: flex-end;
}
.list01 li a{
    display: block;
}
.list01 li a .cover_img{
    padding-top: 2.41rem;
}
.list01 li a .cover_img time{
    position:absolute;
    top:0;
    left:0;
    z-index:3;
    font-size: .16rem;
    color:#fff;
    padding:0 .15rem;
    line-height:.4rem;
    background: #007750;
    border-radius:0 .5rem .5rem 0;
}
.list01 li a h2{
    font-size: .16rem;
    color: #111111;
    line-height: .2rem;
    margin-top: .13rem;
   
}
.list01 li{
    margin-top: .17rem;
}
.container01 .aright{
    width: 26.13%;
    align-self: flex-end;
}
.container01 .title001{
    margin-bottom: .3rem;
}
.container01{
    padding-top: .28rem;
    padding-bottom: .49rem;
    background: url("../images/container01.jpg") no-repeat bottom center;
    background-size: cover;
}

.container02 .aleft{
    width: 48.33%;
    padding-right: .22rem;
    padding-bottom: .19rem;
    background: #00754f;
    border-radius: 0 0  0 .5rem;
}
.container02 .aleft .con{
    padding: .2rem .25rem .1rem .35rem;
    background: url("../images/s2-img02.jpg") no-repeat bottom center;
    background-size: 100% 100%;
    border-radius: 0 0  0 .5rem;
    box-shadow: 0 0 10px rgba(51, 51, 51, 0.2);
    overflow: hidden;
}
.titleBox{
    position: relative;
    margin-bottom: .28rem;
}
.titleBox .mores{
    position: absolute;
    right: 0;
    top: 50%;
    font-size: .16rem;
    color: #626262;
    line-height: .2rem;
    padding-right: 0.4rem;
    background: url('../images/mores.png') no-repeat right center;
    background-size: 0.34rem;
}
.titleBox .mores a{
    display: none;
}
.titleBox .mores a.active{
    display: block;
}
.list_tabs1{
    display: flex;
    align-self: center;
}
.list_tabs1 .li{
    position: relative;
    padding: 0 .3rem;
    cursor: pointer;
}
.list_tabs1 .li:before{
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    width: 1px;
    height: .38rem;
    background: #c5c5c5;
    margin-top: -.13rem;
}
.list_tabs1 .li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: -0.23rem;
    height: .13rem;
    background: url("../images/s2-img01.png") no-repeat 50%;
    background-size: auto .13rem;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.list_tabs1 .li:first-child{
    padding-left: .18rem;
}
.list_tabs1 .li:first-child:before{
    display: none;
}
.list_tabs1 .li .title{
    text-align: center;
    padding-top: 0.47rem;
    padding-bottom: 0.05rem;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: auto 1.26rem;
}
.list_tabs1 .li .title h2{
    font-size: .34rem;
    color: #333;
    line-height: .44rem;
    font-family: 'SHSCN-Bold';
    margin-bottom: .1rem;
}
.list_tabs1 .li .title p{
    font-size: .18rem;
    color: #007750;
    line-height: .22rem;
    text-align: center;
    font-family: 'SHSCN-Bold';
}
.list_tabs1 .li.active .title{
    background-image: url('../images/tit001.png') ;
}
.list_tabs1 .li.active:after{
    opacity: 1;
    visibility: visible;
}
.list_tabs1 .li.active .title h2{
    font-size: .4rem;
    color: #007750;
}


.list02 li a{
    padding-top: .1rem;
    padding-bottom: .1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 3;
}
.list02 li a time{
    width: .68rem;
    text-align: center;
}
.list02 li a time span{
    display: block;
    font-size: .22rem;
    color: #fff;
    line-height: .3rem;
    /* font-family: Georgia; */
    background: #007750;
    transition: .5s;
}
.list02 li a time em{
    display: block;
    font-size: .14rem;
    color: #8b8b8b;
    line-height: .3rem;
    font-family: Arial;
    background: #e8e8e8;
}
.list02 li a .txt{
    width: calc(100% - .85rem);
}
.list02 li a .txt p{
    font-size: .18rem;
    color: #373636;
    line-height: .22rem;
    font-weight: 600;
    transition: .5s;
    max-height: .44rem;
}
.list02 li{
    position: relative;
    border-top: 1px dashed #dcdcdc;
}
.list02 li:before{
    position: absolute;
    content: '';
    left: -.33rem;
    right: -.25rem;
    top: 0;
    bottom: 0;
    background: url("../images/s2-img03.jpg") no-repeat 50%;
    background-size: cover;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.list02 li:first-child{
    border-top: none;
}
.list02 li:hover:before{
    opacity: 1;
    visibility: visible;
}
.list02 li:hover a time span{
    background: #dc5310;
}
.list02 li:hover a .txt p{
    color: #fff;
}
.list_bds1_li .gd{
    display: none;
    text-align: center;
}
.list_bds1_li .gd a{
    display: inline-block;
    font-size: .18rem;
    line-height: .46rem;
    color: #333;
    border: 1px solid #ddd;
    padding: 0 .3rem;
    border-radius: 5px;
}
.list_bds1 .list_bds1_li{
    transform: scaleX(0);
    visibility: hidden;
    height: 0;
}
.list_bds1 .list_bds1_li.active{
    transform: scaleX(1);
    visibility: visible;
    height: auto;
}
.container02 .aright{
    width: 48.33%;
    padding-left: 0.22rem;
    padding-bottom: 0.19rem;
    background: #00754f;
    border-radius: 0 0 0.5rem 0 ;
}
.container02 .aright .con{
    padding: 0.2rem 0.25rem 0.2rem 0.35rem;
    background: url("../images/s2-img11.jpg") no-repeat bottom center;
    background-size: 100% 100%;
    border-radius: 0 0 0.5rem 0 ;
    box-shadow: 0 0 10px rgba(51, 51, 51, 0.2);
    overflow: hidden;
}
.container02 .aright .title001{
    margin-bottom: .35rem;
}
.container02 .aright .pt a{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.container02 .aright .pt a .cover_img{
    width: 2.74rem;
    height: 1.83rem;
}
.container02 .aright .pt a .txt{
    width: calc(100% - 3rem);
}
.container02 .aright .pt a .txt h2{
    font-size: .18rem;
    line-height: .28rem;
    color: #2e2e2e;
    height: .56rem;
    font-weight: 600;
    margin-bottom: .2rem;
}
.container02 .aright .pt a .txt p{
    font-size: .14rem;
    line-height: .26rem;
    color: #616161;
    height: .52rem;
    margin-bottom: .17rem;
}
.container02 .aright .pt a .txt time{
    display: flex;
    align-items: center;
    font-size: .14rem;
    line-height: .26rem;
    color: #616161;
}
.container02 .aright .pt a .txt time img{
    display: block;
    width: .18rem;
    margin-right: .1rem;
}
.container02 .aright .pt{
    margin-bottom: .29rem;
}
.list03 li {
    position: relative;
    padding-left: .13rem;
}
.list03 li:before{
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: .06rem;
    height: .06rem;
    background: #00734d;
    border-radius: 50%;
}
.list03 li a{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.list03 li img{
    display: block;
    margin-right: 0.07rem;
    max-height: 0.25rem;
}

.list03 li a p {
    font-size: 0.16rem;
    line-height: .42rem;
    color: #3a3a3a;
    transition: .5s;
}
.list03 li:hover a p{
    color: #007750;
    font-weight: 600;
}

.container02{
    padding-top: .43rem;
    padding-bottom: 0.41rem;
    background: url("../images/container02.jpg") no-repeat bottom 1.12rem center;
    background-size: 100% ;
}

.container03 .aleft{
    width: 63%;
    position: relative;
}
.container03 .aleft .ll{
    width: 41.38%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
}
.list_hg a{
    display: block;
}
.list_hg a .cover_img{
    padding-top: 5rem;
    border-radius: 0 .5rem 0 .5rem;
}
.list_hgg{
    position: relative;
    padding-top: 1.28rem;
}
.list_hgg .swiper-container{
    margin-left: 1.45rem;
    border-radius: 0 .5rem 0 .5rem;
    padding-left: 2.45rem;
    background: url("../images/s3-img02.jpg") no-repeat bottom center;
    background-size: cover;
}
.list_hgg a{
    display: block;
    height: 100%;
    position: relative;
    padding: .39rem .78rem 1.04rem .36rem;
}
.list_hgg a h2{
    font-size: .2rem;
    color: #fff;
    line-height: .3rem;
    height: .6rem;
    font-weight: 600;
    margin-bottom: .2rem;
}
.list_hgg a time{
    display: block;
    font-size: .14rem;
    color: #fff;
    line-height: .34rem;
    height: .34rem;
    margin-bottom: .53rem;
}
.list_hgg a time i{
    display: inline-block;
    font-size: .32rem;
    font-family: Impact;
    margin-right: .1rem;
}
.list_hgg a p{
    font-size: .16rem;
    line-height: .3rem;
    color: #fff;
    -webkit-line-clamp: 4;
    height: 1.2rem;
    position: relative;
    z-index: 3;
}
.list_hgg a b{
    position: absolute;
    right: 0;
    bottom: 0;
    width: .82rem;
    height: .84rem;
    background: url("../images/s3-img03.png") no-repeat 50%;
    background-size: .82rem .84rem;
}
.list_hgg .btnBox{
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: .36rem;
    padding-right: .62rem;
}
.list_hgg .btnBox>div{
    width: .38rem;
    height: .38rem;
    margin-top: auto;
    top: auto;
    background-size: 100% 100%;
    position: static;
}
.list_hgg .btnBox .prev{
    background-image: url("../images/s3-img04.png");
}
.list_hgg .btnBox .next{
    margin-left: .12rem;
    background-image: url("../images/s3-img05.png");
}
.list_hgg .btnBox i{
    display: block;
    max-width: 3.38rem;
    width: 100%;
    height: 1px;
    background: #9acbbd;
    margin-right: .23rem;
}

.container03 .aright{
    width: 34.33%;
}
.container03 .aright .pt a{
    display: flex;
    align-items: center;
    padding-top: .23rem;
    padding-bottom: .27rem;
    border-bottom: 1px solid #e0e0e0;
    justify-content: space-between;
}
.container03 .aright .pt a .cover_img{
    width: 2.19rem;
    height: 1.24rem;
    border-radius: 0.1rem;
}
.container03 .aright .pt a .txt{
    width: calc(100% - 2.35rem);
}
.container03 .aright .pt a .txt h2{
    font-size: .18rem;
    line-height: .3rem;
    color: #111111;
    height: .6rem;
    font-weight: 600;
    margin-bottom: .25rem;
}
.container03 .aright .pt a .txt time{
    display: block;
    font-size: .14rem;
    color: #236341;
    line-height: .28rem;
    font-family: "Times New Roman";
}
.container03 .aright .pt a .txt time img{
    display: inline-block;
    vertical-align: middle;
    margin-right: .05rem;
    margin-top: -.03rem;
}
.container03 .aright .pt {
    margin-bottom: .14rem;
}
.list04 li a{
    font-size: .16rem;
    line-height: .54rem;
    color: #111111;

}
.list04 li a:before{
    display: inline-block;
    content: '';
    width: .06rem;
    height: .09rem;
    background: url("../images/s3-img08.png") no-repeat left center;
    background-size: .06rem;
    vertical-align: middle;
    margin-right: .12rem;
}

.container03 .title001{
    margin-bottom: .45rem;
}
.container03 .title001 .mores2{    
right: auto;
left: 0;   
padding-right: 0;   
padding-left: .4rem;   
background: url(../images/mores.png) no-repeat left center;  
background-size: .34rem;
}
.container03 {
    padding-top: .29rem;
    padding-bottom: 0.49rem;
    background: url("../images/container03.jpg") no-repeat 50%;
    background-size: cover;
}

.container04 .aleft{
    width: 23%;
    /*height: 100%;*/
    position: relative;
    background: url("../images/s4-img02.jpg") no-repeat 50%;
    background-size: cover;
}
.container04 .aleft .title001{
    display: none;
}
.container04 .aleft img{
    position: absolute;
    width: 2.18rem;
    height: 4.35rem;
    top: 1.13rem;
    left: .4rem;
}
.container04 .aleft a span{
    position:absolute;
    font-size: .18rem;
    color:#fff;
    line-height: .24rem;
    bottom: 0.4rem;
    right: 0.3rem;
    background: url(../images/mores.png) no-repeat right center;
    background-size: 0.34rem;
    padding-right: 0.4rem;
}

.container04 .aright{
    width: 75.73%;
}
.container04 .aright .t_list li,
.container04 .aright .b_list li{
    width: 49.29%;
}
.container04 .aright .t_list li a{
    display: block;
    position: relative;
}
.container04 .aright .t_list li a:after,
.container04 .aright .b_list li a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("../images/s4-img04.png") repeat-x bottom center;
}
.container04 .aright .t_list li a .cover_img{
    padding-top: 3.56rem;
}
.container04 .aright .t_list li a p,
.container04 .aright .b_list li a p{
    font-size: .2rem;
    line-height: .3rem;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: .22rem;
    padding: 0 .28rem;
    z-index: 3;
}
.container04 .aright .top{
    margin-bottom: .16rem;
}
.container04 .aright .b_list li a{
    display: block;
    position: relative;
}

.container04 .aright .b_list li .cover_img{
    padding-top: 3.36rem;
}
.container04 .aright .b_list li.video .play{
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: auto;
    z-index: 3;
}
.container04 .aright .b_list li.video .play img{
    display: block;
    width: .65rem;
    height: .65rem;
    margin: 0 auto;
}
.container04 .aright .b_list li.video .play p{
    font-size: .2rem;
    line-height: .24rem;
    color: #fff;
    text-align: center;
    position: static;
    margin-top: .2rem;
}

.container04{
    padding-top: .4rem;
    padding-bottom: .16rem;
}

.list2w {
    position: relative;
    padding: 0 .69rem;
}
.list2w a{
    display: block;
}
.list2w a .cover_img{
    padding-top: 135.51%;
    border-radius: 0.1rem;
}
.list2w .btn{
    width: .53rem;
    height: .53rem;
    margin-top: auto;
    transform: translateY(-50%);
    background-size: 100% 100%;
}
.list2w .prev{
    left: 0;
    background-image: url("../images/s5-img05.png");
}
.list2w .next{
    right: 0;
    background-image: url("../images/s5-img06.png");
}

.container05 .title001{
    margin-bottom: .3rem;
}
.container05{
    padding-top: .2rem;
    padding-bottom: .49rem;
    background: url("../images/container05.jpg") no-repeat bottom center;
    background-size: 100%;
}

@media screen and (max-width: 1200px){
    .banner .swiper-slide a {
        height:50vw;
    }
.miso_scorll{display:none;}
    .banner .swiper-slide img {
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

    .banner {
        height: auto !important;
    }
}
@media screen and (max-width: 1024px){
    .banner{
        margin-top: .75rem;
    }
 .banner .swiper-slide a .h3{
        display:none;
    }
    .banner .btnBox{
        display: block;
        position: static;
        height: 0;
    }
    .banner .btnBox i{
        display: none;
    }
    .banner .btnBox .btn{
        position: absolute;
        top: 50%;
        bottom: auto;
        transform: translateY(-50%);
    }
    .banner .btnBox .prev{
        left: .1rem;
    }
    .banner .btnBox .paga{
        position: absolute;
        width: 100%;
        padding-right: .1rem;
        text-align: right;
    }
    .title001 .title h3,
    .list_tabs1 .li .title h2{
        font-size: .26rem;
        line-height: .36rem;
        margin-bottom: 0;
    }
    .title001 .title p,
    .list_tabs1 .li .title p{
        font-size: .16rem;
    }
    .title001 .title,
    .list_tabs1 .li .title{
        padding-top: .3rem;
        padding-bottom: .2rem;
        background-position: 50%;
        background-size: .96rem;
    }
    .container01 .title001 {
        margin-bottom: 0.3rem;
    }
    .container01 .aleft,
    .container01 .aleft .ll{
        width: 100%;
        margin-bottom: .2rem;
    }
    .container01 .aright,
    .container01 .aleft .rr{
        width: 100%;
    }
    .list01 ul{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .list01 li{
        width: 49%;
    }
    .list1w a .cover_img{
        padding-top: 63.81%;
    }
    .list1w a .txt{
        padding: .3rem .25rem;
        background-image: url("../images/s1-img05.png");
    }
    .list01 li a .cover_img{
        padding-top: 61.48%;
    }
    .list01 li a h2{
        font-size: .18rem;
    }
    .container01{
        padding-top: .3rem;
        padding-bottom: .4rem;
    }
    .container02 .aleft{
        width: 100%;
        margin-bottom: .3rem;
    }
    .container02 .aright{
        width: 100%;
    }
    .list_tabs1 .li.active .title h2{
        font-size: .3rem;
    }
    .list_tabs1 .li:after{
        bottom: -.2rem;
        left: .15rem;
        right: .15rem;
        background-size: 100% .13rem;
    }
    .container02 .aleft .con,
    .container02 .aright .con{
        padding: .3rem .25rem;
    }
    .container02 .aright .title001{
        margin-bottom: .3rem;
    }
    .container03 .aleft{
        width: 100%;
        margin-bottom: .3rem;
    }
    .container03 .aright{
        width: 100%;
    }
    .container02{
        padding-top: .4rem;
        padding-bottom: .4rem;
    }
    .list_hg a .cover_img{
        padding-top: 127.88%;
    }
    .container03 .aleft .ll{
        position: static;
        max-width: 4rem;
        margin: 0 auto;
    }
    .list_hgg .swiper-container{
        margin-left: 0;
        padding-left: 0;
    }
    .list_hgg a{
        padding: .3rem .2rem;
    }
    .list_hgg a time{
        margin-bottom: .2rem;
    }
    .list_hgg{
        padding-top: .9rem;
    }
    .container03 .title001{
        margin-bottom: .3rem;
    }
    .list04 li a,
    .list03 li a p{
        font-size: .18rem;
    }
    .container03{
        padding-top: .3rem;
        padding-bottom: .4rem;
    }
    .container04 .aleft{
        width: 100%;
        background: none;
    }
    .container04 .aleft a span{
        display:none;
    }
    .container04 .aleft .title001{
        display: block;
        margin-bottom: .3rem;
    }
    .container04 .aright{
        width: 100%;
    }
    .container04 .aright .t_list li a .cover_img{
        padding-top: 63.57%;
    }
    .container04{
        padding-top: .4rem;
        padding-bottom: .4rem;
    }
    .container05 .title001{
        margin-bottom: .3rem;
    }
    .list2w{
        padding: 0;
    }
    .container05{
        padding-bottom: .3rem;
    }
}

@media screen and (max-width: 768px){
    
    .title001.center{
         text-align: left; 
    }
    .container03 .title001.center{
        text-align: center;
    }
    .container03 .title001.center .mores{
        top:.1rem;
        transform:none
    }
    .title001 .title,
    .list_tabs1 .li.active .title,
    .list_tabs1 .li .title{
        padding: 0;
        background: transparent;
    }
    .title001 .title p,
    .list_tabs1 .li .title p{
        text-align: left;
    }
    .list1w a .txt{
        padding: .2rem;
    }
    .list1w a .txt h2{
        line-height: .3rem;
        height: .6rem;
        margin-bottom: .15rem;
    }
    .container02 .aleft,
    .container02 .aright{
        padding: 0;
    }
    .container02 .aleft .con,
    .container02 .aright .con{
        border-radius: 0;
        background-size: 110% 110%;
    }
    .list_hg a .cover_img{
        border-radius: 0 0.4rem 0 0.4rem;
    }
    .list_hgg .btnBox i{
        display: none;
    }
    .container04 .aright .b_list li{
        width: 49.29%;
    }
    .container04 .aright .b_list li.video{
        width: 49.29%;
    }
    .container04 .aright .b_list li.video .cover_img{
        padding-top: 63.57%;
    }
    .container04 .aright .b_list li .cover_img{
        padding-top: 63.57%;
    }
    .container04 .aright .t_list li a p,
    .container04 .aright .b_list li a p{
        bottom: 0.1rem;
        padding: 0 0.1rem;
    }
    .list1w a .txt time i{
        font-size: .26rem;
    }
    .container02 .titleBox .mores{
        display: none;
    }
    .list_tabs1{
        justify-content: center;
    }
    .list_bds1_li .gd{
        display: block;
    }
    .list02 li a .txt p{
        line-height: .28rem;
        max-height: .56rem;
    }
}

@media screen and (max-width: 480px){
    .container04 .aright .t_list li,
    .container04 .aright .b_list li,
    .container04 .aright .b_list li.video{
        width: 100%;
        margin-top: .2rem;
    }
    .container04 .aright .b_list li:first-child{
        margin-top: 0;
    }
    .container04 .aright .t_list li:first-child{
        margin-top: 0;
    }
    .container02 .aright .pt a .cover_img{
        width: 100%;
        padding-top: 65.38%;
    }
    .container02 .aright .pt a .txt{
        width: 100%;
        padding: .2rem 0 0;
    }
    .container03 .aright .pt a .cover_img{
        width: 1.79rem;
        height: 1.04rem;
    }
    .container03 .aright .pt a .txt{
        width: calc(100% - 1.95rem);
    }
    .container03 .aleft .ll{
        width: 3rem;
    }
}








container01 .title001 .mores{
    /* padding: 0 .1rem; */
    padding-left: .25rem;
    padding-right: .15rem;
   background:red url('')no-repeat bottom center/100% 100%
}
.container01 .title001 .mores a{
    display:block;
    background: url(../images/mores.png) no-repeat right center;
    background-size: 0.34rem;
    color:#fff;
    line-height: .38rem;
    padding-right: .4rem;
}



.sjmor_hov {
    display: none;
}
@media screen and (max-width: 1024px){
.sjmor_hd {
    display: none;
}
.container03 .title001.center {
    text-align: left;
}
.sjmor_hov {
    display: flex;
    font-size: .16rem;
    color: #626262;
    line-height: .2rem;
    padding-right: 0.4rem;
    transform: translateY(-50%);
    background: url(../images/mores.png) no-repeat right center;
    background-size: 0.34rem;
    justify-content: flex-end;
    width: 100%;
    margin-top: 0.2rem;
}
}
