@charset "utf-8";
.gjjl:after{
    display: none;
}
.title001 {
    position: relative;
    z-index: 2;

}
.title001 h4 i{
    display: block;
    width: .3rem;
    height: .02rem;
    background: #0A52AB;
    margin-right: .1rem;
}
.title001 h4{
    display: flex;
    align-items: center;
    font-size: .16rem;
    line-height: .24rem;
    color: rgba(102, 102, 102, 0.5);
    text-transform: uppercase;
    font-family: 'SourceHanSerifCN-Regular', sans-serif;
}
.title001 h2 span.span1{
    color: #0A52AB;
}
.title001 h2 img{
    display: block;
    width: .5rem;
    margin: 0 .055rem;
}
.title001 h2{
    display: flex;
    align-items: center;
    font-size: .4rem;
    line-height: .56rem;
    color: #333333;
    font-weight: bold;
    position: relative;
    z-index: 2;
    font-family: 'SourceHanSerifCN-Bold', sans-serif;
}

.title001 .more a{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .18rem;
    line-height: .42rem;
    color: #0A52AB;
    transition: .5s;
    position: relative;
    z-index: 2;
}
.title001 .more{
    position: absolute;
    right: 0;
    top: 50%;
    width: 1.38rem;
    transform: translateY(-50%);
    background: url("../images/more-1.png") no-repeat 50%/100% 100%;
}
.title001 .more:before{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: url("../images/more-2.png") no-repeat 50%/100% 100%;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}

.title001 .more:hover a{
    color: #fff;
}
.title001 .more:hover:before{
    opacity: 1;
    visibility: visible;
}



.gj-s1 .left{
    width: 46.25%;
    position: relative;
    padding-bottom: .36rem;
}

.list1wBox li a{
    display: block;
    position: relative;
}
.list1wBox li .pic{
    padding-top: 5.4rem;
}
.list1wBox li time{
    position: absolute;
    width: 1.26rem;
    height: .97rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #dfa866;
    color: #ffffff;
    right: .7rem;
    top: -.72rem;
}
.list1wBox li time span{
    display: block;
    font-size: .28rem;
    line-height: 1;
    font-weight: 700;
}
.list1wBox li time em{
    display: block;
    font-size: .18rem;
    line-height: 1;
    margin-top: .12rem;
}
.list1wBox li h3{
    font-size: .2rem;
    line-height: .3rem;
    color: #ffffff;
    height: .6rem;
    transition: all .5s;
}
.list1wBox li .text{
    position: relative;
    margin-top: .25rem;
    padding-right: 2.4rem;
}
.list1wBox li:hover h3{
    color: #dfa866;
}
.list1wBox .swiDots span{
    height: .05rem;
    bottom: 0;
    top: auto;
    background: #dfa866;
}
.list1wBox .swiDots{
    position: relative;
    margin-top: .4rem;
    margin-right: .2rem;
    height: .02rem;
    background: rgba(255, 255, 255, 0.4);
}
.list1wBox .btns{
    position: absolute;
    right: .97rem;
    bottom: .29rem;
    width: .73rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.list1wBox .btn{
    position: static;
    transform: none;
    width: .12rem;
    height: .21rem;
    background: no-repeat 50% 50%;
    background-size: 100%;
}
.list1wBox .prev{
    background-image: url("../images/arrow-2.png");
}
.list1wBox .next{
    background-image: url("../images/arrow-3.png");
}
.gj-s1 .left .mask{
    position: absolute;
    right: .2rem;
    bottom: 0;
    top: 1.7rem;
    left: calc((100vw - 16rem) / -2);
    background: url("../images/gj-img-1.png") no-repeat 50% 50%;
    background-size: cover;
    pointer-events: none;
}

.gj-s1 .right{
    width: 49.375%;
    margin-top: .2rem;
}

.list-box1 li{
    width: 44.3%;
}
.list-box1 li a{
    display: block;
}
.list-box1 li time{
    display: flex;
    align-items: baseline;
    font-size: .18rem;
    line-height: 1;
    color: #9e9e9e;
}
.list-box1 li time span{
    display: block;
    font-size: .28rem;
    color: #0a52ab;
    font-family: 'SourceHanSansCN-Bold',sans-serif;
    margin-right: .05rem;
}
.list-box1 li h3{
    font-size: .2rem;
    line-height: .3rem;
    color: #171715;
    height: .6rem;
    margin-top: .18rem;
    transition: all .5s;
}
.list-box1 li p{
    font-size: .16rem;
    line-height: .24rem;
    color: rgba(23, 23, 21, 0.6);
    -webkit-line-clamp: 3;
    height: .72rem;
    margin-top: .19rem;
}
.list-box1 li:hover h3{
    color: #0a52ab;
    font-family: 'SourceHanSansCN-Bold',sans-serif;
}
.list-box1 ul{
    gap: 1.15rem 0;
}
.list-box1:before,
.list-box1:after{
    position: absolute;
    content: '';
    border-color: #c7c9cb;
    border-width: .01rem;
    border-style: dashed;
}
.list-box1:before{
    left: 50%;
    top: 0;
    bottom: 0;
}
.list-box1:after{
    left: 0;
    top: 50%;
    right: 0;
}
.list-box1{
    position: relative;
    margin-top: .55rem;
}

.list-box2 ul{
    display: flex;
    flex-wrap: wrap;
    gap: .2rem 6.83%;
}
.list-box2 li{
    width: 19.875%;
    position: relative;
}
.list-box2 li a{
    display: block;
    position: relative;
    z-index: 2;
    padding: .43rem 0 .64rem;
}
.list-box2 li time{
    display: flex;
    align-items: baseline;
    font-size: .18rem;
    color: #9e9e9e;
    line-height: 1;
}
.list-box2 li time span{
    display: block;
    font-size: .28rem;
    color: #0a52ab;
    font-family: 'SourceHanSansCN-Bold', sans-serif;
    margin-right: .05rem;
}
.list-box2 li h3{
    font-size: .2rem;
    line-height: .3rem;
    color: #171715;
    height: .6rem;
    margin-top: .29rem;
    transition: all .5s;
}
.list-box2 li p{
    font-size: .16rem;
    line-height: .24rem;
    color: rgba(23, 23, 21, 0.6);
    -webkit-line-clamp: 3;
    height: .72rem;
    margin-top: .44rem;
}
.list-box2 li:before{
    position: absolute;
    content: '';
    left: -.54rem;
    right: -.54rem;
    top: 100%;
    bottom: 0;
    background: #ffffff;
    transition: all .5s;
}
.list-box2 li:after{
    position: absolute;
    content: '';
    left: 50%;
    right: 50%;
    height: .04rem;
    background: #0a52ab;
    transition: all .5s;
}
.list-box2 li:hover h3{
    color: #0a52ab;
    font-family: 'SourceHanSansCN-Bold', sans-serif;
}
.list-box2 li:hover:before{
    top: 0;
}
.list-box2 li:hover:after{
    left: -.54rem;
    right: -.54rem;
}
.list-box2 li{
    position: relative;
}
.list-box2{
    margin-top: .47rem;
}
.gj-s2 .bg-2{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 39.01vw;
    background: url("../images/gj-s2.png") no-repeat 50% 50%;
    background-size: 100% auto;
    pointer-events: none;
}
.gj-s2{
    padding: .8rem 0 .78rem;
    position: relative;
}

.gj-s3 .left{
    width: 48.9375%;
}
.gj-s3 .right{
    width: 48.9375%;
}

.list-box3 li .show a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: .82rem;
}
.list-box3 li .show h3{
    flex: 1;
    font-size: .2rem;
    line-height: .3rem;
    color: #171715;
    padding-left: .3rem;
    position: relative;
}
.list-box3 li .show h3:before{
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    width: .06rem;
    height: .06rem;
    background: #0a52ab;
    border-radius: 50%;
    transform: translateY(-50%);
}
.list-box3 li .show time{
    display: block;
    font-size: .18rem;
    line-height: .3rem;
    color: #9e9e9e;
    margin-left: .2rem;
    flex-shrink: 0;
}
.list-box3 li .hide a{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    height: 1.15rem;
    overflow: hidden;
}
.list-box3 li .hide time{
    display: flex;
    flex-wrap:wrap;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: .9rem;
    height: .74rem;
    background: #0a52ab;
    margin-right: .3rem;
    flex-shrink: 0;
    color: #ffffff;
    line-height: 1;
}
.list-box3 li .hide time span{
    display: block;
    font-size: .28rem;
    font-family: 'SourceHanSansCN-Bold', sans-serif;
}
.list-box3 li .hide time em{
    display: block;
    font-size: .18rem;
    margin-top: .05rem;
}
.list-box3 li .hide .text{
    flex: 1;
    overflow: hidden;
    padding-right: .64rem;
}
.list-box3 li .hide h3{
    font-size: .2rem;
    line-height: .3rem;
    color: #0a52ab;
    font-family: 'SourceHanSansCN-Bold', sans-serif;
}
.list-box3 li .hide p{
    font-size: .16rem;
    color: rgba(23, 23, 21, 0.6);
    line-height: .26rem;
    margin-top: .06rem;
}
.list-box3 li .hide{
    display: none;
}
.list-box3 li:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: .01rem;
    background: #d0d2d5;
}
.list-box3 li.active .show{
    display: none;
}
.list-box3 li.active .hide{
    display: block;
}
.list-box3 li{
    position: relative;
}
.list-box3:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    height: .01rem;
    background: #d0d2d5;
}
.list-box3{
    position: relative;
    margin-top: .5rem;
}
.gj-s3{
    margin-top: .08rem;
}
.gjjl{
    padding: .9rem 0 1.2rem;
    background: #f1f4f9;
}
@media (max-width: 1025px) {
    .gjjl{
        padding: .4rem 0;
    }
    .title001 h4{
        font-size: .12rem;
        line-height: 1.5;
    }
    .title001 h2{
        font-size: .28rem;
        line-height: .32rem;
        margin-top: .02rem;
    }
    .title001 h2 img{
        width: .4rem;
    }
    .title001 .more a{
        font-size: .14rem;
        line-height: .36rem;
    }
    .title001 .more{
        width: 1.1rem;
    }
    .gj-s1 .right{
        width: 100%;
        margin-top: 0;
        order: 0;
    }
    .list-box1 li h3{
        margin-top: .15rem;
    }
    .list-box1 li p{
        margin-top: .1rem;
    }
    .list-box1 li{
        width: 49%;
    }
    .list-box1 ul{
        gap: .2rem 2%;
    }
    .list-box1:before, .list-box1:after{
        display: none;
    }
    .list-box1{
        margin-top: .25rem;
    }
    .gj-s1 .left{
        width: 100%;
        order: 1;
        margin-top: .4rem;
    }
    .list1wBox li .pic{
        padding-top: 62%;
    }
    .list1wBox li time{
        top: auto;
        bottom: 100%;
        right: auto;
        left: 0;
        width: 1.1rem;
        height: .9rem;
    }
    .list1wBox li time em{
        margin-top: .1rem;
    }
    .list1wBox li .text{
        margin: 0;
        padding: .2rem 0 0;
    }
    .list1wBox .swiDots{
        margin: .2rem 0 0;
    }
    .gj-s1 .left .mask{
        right: -15px;
        left: -15px;
    }
    .list1wBox .btns{
        right: 0.2rem;
        bottom: 1.3rem;
        width: .6rem;
    }
    .list-box2 li{
        width: 49%;
    }
    .list-box2 li a{
        padding: .2rem;
    }
    .list-box2 li h3{
        margin-top: .15rem;
    }
    .list-box2 li p{
        margin-top: .1rem;
    }
    .list-box2 li:before{
        left: 0;
        right: 0;
        top: 0;
    }
    .list-box2 li:after{
        left: 0;
        right: 0;
    }
    .list-box2 ul{
        gap: .2rem 2%;
    }
    .list-box2{
        margin-top: .25rem;
    }
    .gj-s2{
        padding: .4rem 0;
    }
    .gj-s3 .left{
        width: 100%;
    }
    .list-box3{
        margin-top: .25rem;
    }
    .gj-s3 .right{
        width: 100%;
        margin-top: .4rem;
    }
    .list-box3 li .show a{
        height: .7rem;
    }
    .list-box3 li .show h3{
        padding-left: .15rem;
    }
    .list-box3 li .hide .text{
        padding-right: 0;
    }
}
@media (max-width: 769px) {
    .list-box1 li{
        width: 100%;
    }
    .list-box2 li{
        width: 100%;
    }
}