.section{
    width: 100%;
    overflow: hidden;
}
.section .warp{
    margin: 128px auto 186px;
}
.section .warp .title{
    width: 1440px;
    margin: auto;
}
.section .warp .title .text{
    display: flex;
    align-items: center;
    border-bottom: 2px solid #000;
    padding-bottom: 23px;
}
.section .warp .title .text span{
    font-size: 37px;
    font-weight: 400;
    color: #1C1C1C;
    position: relative;
    top: -3px;
}
.section .warp .title .text .circle{
    width: 4px;
    height: 4px;
    background: #000000;
    border-radius: 50%;
    margin-left: 20px;
    margin-right: 20px;
}
.section .warp .title .text p{
    font-size: 32px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #1C1C1C;
}
.section .warp .title .cut{
    display: flex;
    margin-top: 16px;
}
.section .warp .title .cut a{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #6B6B6B;
    margin-right: 50px;
}
.section .warp .title .cut a:last-child{
    margin-right: 0;
}
.section .warp .title .cut .active{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #1C1C1C;
}
.section .warp .content{
    margin-top: 53px;
}
.section .warp .content .item{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.section .warp .content .item:after{
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 100%;
    background-color: #F8F7F6;
    z-index: 0;
    transition: 0.8s;
}
.section .warp .content .item:before{
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1440px;
    height: 1px;
    background-color: #EFEDEC;
    z-index: 0;
}
.section .warp .content .item:first-child:before{
    display: none;
}
.section .warp .content .item:hover:after{
    width: 100%;
}
.section .warp .content .item .shell{
    width: 1440px;
    margin: 35px auto;
    display: flex;
    position: relative;
    z-index: 1;
}
.section .warp .content .item .shell .images{
    width: 444px;
    height: 186px;
    display: block;
    overflow: hidden;
    margin-right: 57px;
}
.section .warp .content .item .shell .images img{
    width: 100%;
    height: 100%;
    transition: 2s;
}
.section .warp .content .item .shell .images img:hover{
    transform: scale(1.05);
}
.section .warp .content .item .shell .text{
    margin-right: 360px;
}
.section .warp .content .item .shell .text .headline{
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #1C1C1C;
    margin-bottom: 121px;
    display: block;
    width: 510px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.section .warp .content .item .shell .more{
    width: 79px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #707070;
    padding-bottom: 4px;
}
.section .warp .content .item .shell .more p{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #1C1C1C;
    margin-right: 7px;
}
.section .warp .content .item .shell .more .iconfont{
    color: #161616;
    font-size: 12px;
    transform: rotate(90deg);
}
.section .warp .content .item .shell .clearfix{
    text-align: right;
}
.section .warp .content .item .shell .clearfix span{
    font-size: 59px;
    font-family: Marcellus;
    font-weight: 400;
    color: #1C1C1C;
}
.section .warp .content .item .shell .clearfix p{
    font-size: 16px;
    font-family: Marcellus;
    font-weight: 400;
    color: #7E7E7E;
    margin-bottom: 2px;
}
.page{
    width: 100%;
    overflow: hidden;
}
.page .warp{
    margin: 308px auto 29px;
    display: flex;
    justify-content: center;
}
.page .warp .time{
    margin-right: 144px;
}
.page .warp .time span{
    font-size: 59px;
    font-family: Marcellus;
    font-weight: 400;
    color: #1C1C1C;
}
.page .warp .time p{
    font-size: 16px;
    font-family: Marcellus;
    font-weight: 400;
    color: #7E7E7E;
    margin-bottom: 2px;
}
.page .warp .text{
    width: 516px;
}
.page .warp .text span{
    font-size: 34px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #1C1C1C;
    line-height: 44px;
    margin-bottom: 126px;
}
.page .warp .text h2{
    font-size: 22px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #1C1C1C;
}
.page .warp .text p{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #1C1C1C;
    line-height: 28px;
}
.page .warp .scroll_images .images{
    width: 1076px;
    height: 1040px;
    overflow: hidden;
}
.page .warp .scroll_images img{
    width: 100%;
}
.page .warp .scroll_images p{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #1C1C1C;
    text-align: center;
    margin-top: 29px;
}

.section .warp .details{
    display: flex;
    /*justify-content: space-between;*/
    width: 1520px;
    margin: 64px auto 0;
    flex-wrap: wrap;
}
.section .warp .details .con{
    width: 480px;
    margin-right: 40px;
}
.section .warp .details .con:nth-child(3n){
    margin-right: 0;
}
.section .warp .details .con:nth-child(1),.section .warp .details .con:nth-child(3){
    margin-top: 75px!important;
}
.section .warp .details .con:nth-child(1n) {
    margin-top: 0;
}
.section .warp .details .con:nth-child(3n+5){
    margin-top: -75px;
}
.section .warp .details .con .item{
    margin-bottom: 50px;
    border: 1px solid rgba(207, 207, 207, 1);
}
.section .warp .details .con .images{
    width: 100%;
    height: 260px;
    overflow: hidden;
    display: block;
}
.section .warp .details .con .images:hover img{
    transform: scale(1.05);
}
.section .warp .details .con .images img{
    width: 100%;
    height: 100%;
    transition: 2s;
}
.section .warp .details .con .text{
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.section .warp .details .con .text .center{
    width: 90%;
    margin: 20px auto;
}
.section .warp .details .con .text .caption{
    font-size: 24px;
    font-family: Marcellus;
    color: #15161A;
    margin-bottom: 25px;
    display: block;
}
.section .warp .details .con .text p{
    font-size: 14px;
    font-family: Marcellus;
    color: #999999;
    line-height: 25px;
}
.section .warp .details .con .text .time{
    font-size: 14px;
    font-family: Marcellus;
    color: #CD987E;
    margin-top: 61px;
    margin-bottom: 20px;
}

.page .warp .scroll_images .images{
    width: 100%;
}
.scroll_images{
    width: 900px;
    margin: 0 0 0 40px;
}
@media screen and (max-width: 1856px) {

}
@media screen and (max-width: 1680px) {
    .scroll_images{
        width: 800px;
        margin-left: 50px;
    }
    .page .warp .scroll_images .images{
        width: 100%;
    }
    .section .warp .details{
        width: 91%;
    }
    #news_page .page .warp .time {
        margin-right: 83px;
    }
    #news_page .page .warp .text span{
        font-size: 28px;
    }
}
@media screen and (max-width: 1600px) {
    .section .warp .details .con{
        width: 31%;
    }
}
@media screen and (max-width: 1440px) {
    .page .warp .text {
        width: 461px;
    }
    .page .warp {
        margin: 158px auto 29px;
    }
    .section .warp .title{
        width: 91%;
    }
    #news_page .scroll_images{
        width: 657px;
    }
}
@media screen and (max-width: 1400px) {

}
@media screen and (max-width: 1366px) {
    .scroll_images {
        width: 700px;
    }
}
@media screen and (max-width: 1024px) {
    .page .warp {
        width: 90%;
        margin: 133px auto 29px;
        flex-direction: column;
    }
    .page .warp .text p{
        width: 100%;
        font-size: 12px;
        line-height: 26px;
    }
    .page .warp .text{
        width: 100%;
    }
    .page .warp .text h2{
        font-size: 20px;
    }
    .page .warp .time {
        margin-right: 0;
    }
    .scroll_images{
        width: 100% !important;
        margin-left: 0;
        margin-top: 25px;
    }
    .page .warp .scroll_images .images{
        height: auto;
        pointer-events: none;
        margin: 0 0 30px 0;
    }
    .page .warp .scroll_images p{
        margin-top: 0;
        font-size: 12px;
    }
    .section .warp .title .text span,.section .warp .title .text p{
        font-size: 22px;
    }
    .section .warp .title .text {
        border-bottom: 1px solid #000;
    }
    .section .warp .title .cut a{
        margin-right: 41px;
        font-size: 14px!important;
    }
    .section .warp .details {
        margin: 47px auto 0;
    }
    body .section .warp .details .con{
        width: 100%;
        margin: 0!important;
    }
    .section .warp .details .con:nth-child(1), .section .warp .details .con:nth-child(3){
        margin-top: 0!important;
    }
    .section .warp .details .con .item{
        margin-bottom: 25px;
    }
    .section .warp .details .con .images{
        height: auto;
    }
    .section .warp .details .con .text .caption{
        font-size: 18px;
    }
    .section .warp .details .con .text p {
        font-size: 12px;
        line-height: 22px;
    }
    .section .warp .details .con .text .time {
        font-size: 12px;
        margin-top: 45px;
    }
    .section .warp {
        margin: 128px auto 16px;
    }
    .page .warp .time span{
        font-size: 30px;
    }
    .page .warp .time p{
        font-size: 12px;
    }
    #news_page .page .warp .time{
        margin-bottom: 24px;
    }
    #news_page .page .warp .text span{
        font-size: 22px;
        line-height: 36px;
        margin-bottom: 39px;
    }
}