.inner-s9 .history li a{
    display: block;
    padding-bottom: 57px;
    padding-right: 48px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }
.inner-s9 .history li a .pic{
    padding-top: 163px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    }
.inner-s9 .history li a time{
    display: block;
    font-size: 23px;
    line-height: 54px;
    color: #000000;
    max-width: 100%;
    border-radius: 11px;
    font-weight: 700;
    margin-top: 18px;
    }
.inner-s9 .history li a .desc{
    font-size: 18px !important;
    line-height: 27px !important;
    color: #000000;
    position: relative;
    padding: 18px 36px 20px 26px;
    }
.inner-s9 .history li a .desc p{
    padding-left: 19px !important;
    position: relative;
    }
.inner-s9 .history li a .desc *{
    font-size: 18px !important;
    position: relative;
    font-family: 'SourceHanSerifCN',sans-serif !important;
    }
.inner-s9 .history li a .desc p:before{
    position: absolute;
    content: '';
    left: 0;
    top: 12px;
    width: 4px;
    height: 4px;
    background: #FFFFFF;
    border-radius: 50%;
    }
.inner-s9 .history li a .desc:before{
    position: absolute;
    content: '';
    left: 17px;
    top: 0;
    width: 1px;
    bottom: 0;
    background: #000000;
    opacity: .2;
    }
.inner-s9 .history li a .desc:after{
    position: absolute;
    content: '';
    left: 13px;
    bottom: 0;
    width: 8px;
    height: 8px;
    background: #b4b4b4;
    border-radius: 50%;
    }
.inner-s9 .history li .lines{
    position: absolute;
    left: -0.7px;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    border-bottom: 1px solid #999999;
    }
.inner-s9 .history li .lines i{
    display: block;
    width: 0.9px;
    height: 22px;
    background: #010101;
    opacity: .4;
    }
.inner-s9 .history li .lines i:nth-child(1),
.inner-s9 .history li .lines i:nth-child(5),
.inner-s9 .history li .lines i:nth-child(10){
    height: 35.5px;
    }
.inner-s9 .history ul{
    align-items: flex-end;}

.inner-s9 .history .btn{
    position: absolute;
    bottom: 0;
    width: 36px;
    height: 36px;
    background: #5444bc;
    border-radius: 50%;
    /* color: #ffda00; */
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s;
    z-index: 9;
    }
.inner-s9 .history .btn .svg{
    width: 14px;
    height: 20px;
    color: inherit;
    transform: translateX(0.3px);
    }
.inner-s9 .history .prev{
    left: 0;}
.inner-s9 .history .next .svg{
    transform: translateX(-0.3px) rotate(180deg);}
.inner-s9 .history .next{
    right: 0px;}

.inner-s9 .history .btn:hover{
    color: #FFFFFF;
    background: #d70a00;}
.inner-s9 .history{
    overflow: hidden;
    position: relative;
    padding-bottom: 18px;
    }
.inner-page .inner-s9{
width: 98%;
    margin: 0 auto;
    padding: 0;
    background: transparent;
    box-shadow: none;}

.inner-s9 .tab-tit{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 18px;
    margin-top: 36px;
    }
.inner-s9 .tab-tit .li{
    width: 13%;
    position: relative;
    cursor: pointer;
    }
.inner-s9 .tab-tit .li .con{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0;
    font-family: 'SourceHanSerifCN', sans-serif;
    font-weight: 700;
    color: #6557c3;
    text-align: center;
    height: 59px;
    z-index: 2;
    }
.inner-s9 .tab-tit .li h3{
    font-size: 16px;
    line-height: 21px;
    }
.inner-s9 .tab-tit .li h4{
    font-size: 16px;
    }
.inner-s9 .tab-tit .li:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../images/n-img-17.png) no-repeat 50%/100% 100%;}
.inner-s9 .tab-tit .li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../images/n-img-18.png) no-repeat 50%/100% 100%;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;}
.inner-s9 .tab-tit .li.active .con{
    color: #000000;
    }
.inner-s9 .tab-tit .li.active:after{
    opacity: 1;
    visibility: visible;}
.inner-s9 .tab-cont .child{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    opacity: 0;
    transform: translate3d(0,20px,0);
    transition: all .5s;}
.inner-s9 .tab-cont .child.active{
    position: relative;
    pointer-events: auto;
    opacity: 1;
    transform: translate3d(0,0,0);}
.inner-s9 .tab-cont{
    position: relative;
    margin-top: 2px;}


.pic .a{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-position: 50%;background-repeat: no-repeat;background-size: cover;transition: all 0.3s ease-in;}
.bg-mask:hover .pic .a {-webkit-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);}
.pic img:hover, .bg-mask:hover .cover_img .a{transform: scale(1.00);}
.bg-mask:hover .pic:before {-webkit-animation: shine .5s;animation: shine .5s;}










.history.history1 ul li::marker {
    color: white;
    font-size: 0;
}
.inner-s3 .list ul{
    display: flex;
    flex-wrap: wrap;
}
.inner-s3 .list li{
    width: 31.38%;
    margin: 40px 0 0 2.93%;
    position: relative;
    background: #FFFFFF;
    border-radius: 11px;
    box-shadow: 0 2px 3px 0 #E5E5E5;
}
.inner-s3 .list li:nth-child(-n+3){
    margin-top: 0;
}
.inner-s3 .list li:nth-child(3n+1){
    margin-left: 0;
}
.inner-s3 .list li a{
    display: block;
    border-radius: .16rem;
    overflow: hidden;
    position: relative;
    z-index: 2;
}
.inner-s3 .list li .pic{
    padding-top: 244px;
    position: relative;
    overflow: hidden;
}
.inner-s3 .list li h3{
    font-size: 20px;
    line-height: 29px;
    color: #000000;
    height: 58px;
    transition: all .5s;
}
.inner-s3 .list li time{
    display: block;
    font-size: .2rem;
    line-height: .3rem;
    color: #A91D17;
    margin-top: .18rem;
    transition: all .5s;
    text-align: right;
}
.inner-s3 .list li .text{
    padding: 31px 27px 27px;
}
.inner-s3 .list li:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(180deg, #6557c3 0%, #5444bc 100%);
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
    border-radius: 14px;
}
.inner-s3 .list li:hover h3{
    color: #ffffff;
    font-weight: 700;
}
.inner-s3 .list li:hover time{
    color: #FFD012;
}
.inner-s3 .list li:hover:before{
    opacity: 1;
    visibility: visible;
}
.inner-s3 .list{
    margin-top: 36px;
}
.inner-page .inner-s3{
    padding: 36px 36px 72px;
}

@media (max-width: 1025px) {
    .inner-s9 .tab-tit .li h3{font-size:14px;}
     .inner-s9 .tab-tit .li h4{font-size:14px;}
    .inner-s9 .tab-tit{
    display: flex;
    justify-content: center;
}

    .inner-s9 .tab-tit .li{
    width: 25%;
    }
.inner-s9 .history li a time {
      font-size: 14px;
    line-height: 32px;
    width: 128px;
    padding: 0 16px;
    border-radius: 4px;
    margin-top: 8px;
}
    
.inner-s9 .history li a .desc {
    font-size: 14px;
    line-height: 22px;
    padding: 8px 8px 32px 8px;
}
 .inner-s9 .history li a .desc *{
        font-size:16px!important;
    }
    
.inner-s3 .list li {
        width: 32%;
        margin: 0;
    }
        .inner-s3 .list ul {
        gap: 16px 2%;
    }
        .inner-s3 .list li .pic {
        padding-top: 56.39%;
    }
        .inner-s3 .list li .text {
        padding: 16px;
    }
        .inner-s3 .list li h3 {
        font-size: 16px;
        line-height: 24px;
        height: 48px;
    }
}

@media (max-width: 769px) {
       .inner-s9 .tab-tit .li{
    width: 30%;

    }
.inner-s3 .list li {
        width: 49%;
        margin: 0;
    }
    .inner-s9 .history li a .desc *{
        font-size:14px!important;
    }
}

@media (max-width: 481px) {
    .inner-s3 .list li {
        width: 100%;
    }
}