﻿@charset "utf-8";

.banner a{
    display: block;
    position: relative;
}
.banner img{
    display: block;
    width: 100%;
}
.banner .swiDots{
    font-size: 0;
    bottom: .41rem;
}
.banner .swiDots span{
    width: .1rem;
    height: .1rem;
    margin: 0 .1rem;
    background: #fff no-repeat 50%/100%;
    opacity: .6;
    vertical-align: middle;
}
.banner .swiDots span.active{
    opacity: 1;
    width: .24rem;
    height: .33rem;
    background-color: transparent;
    background-image: url("../images/dots-1.png");
}

.title001{
    position: relative;
    padding-bottom: .17rem;
}
.title001 h2 span{
    color: #0b66ad;
    display: block;
}
.title001 h2{
    display: flex;
    font-size: .32rem;
    line-height: 1;
    color: #333333;
    font-family: 'SourceHanSansCN-Bold',sans-serif;
}
.title001 h4{
    font-size: .16rem;
    line-height: 1;
    color: #333333;
    opacity: .2;
    margin-top: .05rem;
}
.title001 .more a img{
    display: block;
    height: .06rem;
}
.title001 .more a{
    display: block;
}
.title001 .more{
    position: absolute;
    right: 0;
    bottom: .4rem;
}
.title001:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: .13rem;
    background: url("../images/tit-1.png") no-repeat 50%/100% 100%;
}
.index_s1 .left{
    width: 31.5625%;
}

.list_box1 li a{
    height: .62rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.list_box1 li h3{
    flex: 1;
    font-size: .18rem;
    color: #333333;
    transition: .5s;
}
.list_box1 li time{
    display: block;
    font-size: .16rem;
    color: #333333;
    opacity: .6;
    margin-left: .2rem;
    flex-shrink: 0;
}
.list_box1 li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: linear-gradient(90deg,#d6d6d6 85%, transparent 50%) repeat-x bottom/.1rem 1px;
}
.list_box1 li{
    position: relative;
}
.list_box1 li:hover h3{
    color: #0b66ad;
    font-family: 'SourceHanSansCN-Bold',sans-serif;
}
.list_box1{
    margin-top: .07rem;
}
.index_s1 .cen{
    width: 31.5625%;
}
.tab-tit {
    display: flex;
}
.tab-tit .li{
    font-size: .16rem;
    line-height: .24rem;
    color: rgba(51, 51, 51, 0.6);
    transition: .5s;
    cursor: pointer;
}
.tab-tit .li.active{
    color: #0b66ad;
}
.index_s1 .content{
    position: relative;
}

.index_s1 .tab-cont .child{
    display: none;
}
.index_s1 .tab-cont .child.active{
    display: block;
}
.index_s1 .tab-cont .child.active .list_box1{
    animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.index_s1 .cen .more a{
    display: none;
}
.index_s1 .cen .more a.active{
    display: block;
}
.index_s1 .right{
    width: 31.5625%;
}
.index_s1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index_s2 .left{
    width: 47.9375%;
}
.index_s2 .left .top a{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.index_s2 .left .top .pic{
    width: 2.5rem;
    height: 1.6rem;
}
.index_s2 .left .top .txt{
    width: calc(100% - 2.92rem);
}
.index_s2 .left .top h3{
    font-size: .18rem;
    line-height: .3rem;
    color: #333333;
    transition: .5s;
}
.index_s2 .left .top p{
    font-size: .16rem;
    line-height: .24rem;
    color: #333333;
    height: .48rem;
    opacity: .6;
    margin-top: .19rem;
}
.index_s2 .left .top time{
    display: block;
    font-size: .16rem;
    color: #0b66ad;
    line-height: .24rem;
    margin-top: .21rem;
}
.index_s2 .left .top:hover h3{
    color: #0b66ad;
    font-family: 'SourceHanSansCN-Bold',sans-serif;
}
.index_s2 .left .top:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: linear-gradient(90deg,#d6d6d6 85%, transparent 50%) repeat-x bottom/.1rem 1px;
}
.index_s2 .left .top{
    position: relative;
    padding: .3rem 0 .21rem;
}
.index_s2 .right{
    width: 47.9375%;
}
.list_box2 li a{
    display: block;
    padding: .15rem 0 .2rem;
}
.list_box2 li time{
    display: block;
    font-size: .16rem;
    line-height: .24rem;
    color: #333333;
    opacity: .6;
}
.list_box2 li h3{
    margin-top: .05rem;
    font-size: .18rem;
    line-height: .24rem;
    color: #333333;
    transition: .5s;
}
.list_box2 li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: linear-gradient(90deg,#d6d6d6 85%, transparent 50%) repeat-x bottom/.1rem 1px;
}
.list_box2 li:hover h3{
    color: #0b66ad;
    font-family: 'SourceHanSansCN-Bold',sans-serif;
}
.list_box2 li{
    position: relative;
}
.list_box2{
    margin-top: .26rem;
}
.index_s2 .title001:after{
    background-image: url("../images/tit-2.png");
}
.index_s2{
    margin-top: .6rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index_page{
    padding: .9rem 0 1.2rem;
}
@media (min-width: 1025px) {
    .tab-tit .li + .li{
        margin-left: .26rem;
    }
    .tab-tit{
        position: absolute;
        top: -.6rem;
        left: 1.67rem;
    }
}
@media (max-width: 1025px) {
    .banner .swiDots span.active{
        width: .18rem;
        height: .24rem;
    }
    .banner .swiDots span{
        margin: 0 .08rem;
    }
    .banner .swiDots{
        bottom: .2rem;
    }
    .title001 h2{
        font-size: .26rem;
    }
    .index_s1 .left{
        width: 100%;
    }
    .title001:after{
        height: 1px;
        background: #0b66ad;
    }
    .title001 .more{
        bottom: auto;
        top: 50%;
        transform: translateY(-50%);
    }
    .title001{
        padding-bottom: .1rem;
    }
    .list_box1 li h3{
        font-size: .2rem;
    }
    .index_s1 .cen{
        width: 100%;
        margin-top: .4rem;
    }
    .tab-tit{
        gap: 0 .2rem;
        margin-top: .15rem;
        justify-content: center;
    }
    .tab-tit .li{
        font-size: .2rem;
        line-height: .3rem;
    }
    .index_s1 .right{
        width: 100%;
        margin-top: .4rem;
    }
    .index_s2 .left{
        width: 100%;
    }
    .index_s2 .left .top{
        padding: .2rem 0;
    }
    .index_s2 .left .top h3{
        font-size: .2rem;
    }
    .index_s2 .left .top p{
        margin-top: .1rem;
    }
    .index_s2 .left .top time{
        margin-top: .1rem;
    }
    .index_s2 .left .top .txt {
        width: calc(100% - 2.7rem);
    }
    .index_s2 .right{
        width: 100%;
        margin-top: .4rem;
    }
    .list_box2 li a{
        padding: .15rem 0;
    }
    .list_box2 li h3{
        font-size: .2rem;
        line-height: .3rem;
    }
    .list_box2{
        margin-top: .1rem;
    }
    .index_page{
        padding: .4rem 0;
    }
}

@media (max-width: 481px) {
    .banner .swiDots{
        bottom: .1rem;
    }
    .index_s2 .left .top .pic{
        width: 100%;
        height: auto;
        padding-top: 64%;
    }
    .index_s2 .left .top .txt{
        width: 100%;
        margin-top: .2rem;
    }
}