﻿.section{
    width: 100%;
    overflow: hidden;
    background: #fff;
}
.section .wrap{
    width: 1262px;
    margin: 143px auto 85px;
}
.section .wrap .title{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.section .wrap .title .picture{
    width: 653px;
    height: 396px;
    overflow: hidden;
    display: block;
}
.section .wrap .title .picture img{
    width: 100%;
    height: 100%;
    transition: 2.5s;
}
.section .wrap .title .picture img:hover{
    transform: scale(1.1);
}
.section .wrap .title .text{
    width: 475px;
}
.section .wrap .title .text .time{
    font-size: 14px;
    font-family: Nexa Text-Trial;
    font-weight: 400;
    color: #464646;
    margin: 0 0 26px 0;
}
.section .wrap .title .text .headline{
    font-size: 22px;
    font-family: Roboto;
    font-weight: 400;
    color: #1D1D1D;
    line-height: 33px;
    display: block;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0 0 37px 0;
    transition: 1s;
}
.section .wrap .title .text p{
    font-size: 16px;
    font-family: Roboto;
    font-weight: 400;
    color: #848484;
    line-height: 24px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.section .wrap .title .text .more{
    width: 140px;
    height: 44px;
    background: #F08300;
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-family: Roboto;
    font-weight: 400;
    color: #FFFFFF;
    margin: 51px 0 0 0;
}
.section .wrap .title .text .headline:hover{
    color: #F08300;
}
.section .wrap .content{
    margin: 77px 0 0 0;
}
.section .wrap .content .item{
    width: 100%;
    height: 179px;
    background: #FFFFFF;
    box-shadow: 0px 0px 65px 0px rgba(36,38,39,0.04);
    padding: 38px 39px 20px 65px;
    display: flex;
    align-items: center;
}
.section .wrap .content .item:not(:last-child){
    margin: 0 0 40px 0;
}
.section .wrap .content .item .time{
    padding: 0 70px 0 0;
    margin: 0 36px 0 0;
    position: relative;
}
.section .wrap .content .item .time span{
    font-size: 38px;
    font-family: Nexa Text-Trial;
    font-weight: bold;
    color: #303030;
    display: block;
    margin: 0 10px 0 0;
}
.section .wrap .content .item .time p{
    font-size: 12px;
    font-family: Nexa Text-Trial;
    font-weight: 400;
    color: #6C6C6C;
}
.section .wrap .content .item .time:after{
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 116px;
    background: #EFEFEF;
}
.section .wrap .content .item .text{
    width: 801px;
    margin: 0 68px 0 0;
}
.section .wrap .content .item .text span{
    font-size: 22px;
    font-family: Roboto;
    font-weight: 400;
    color: #1D1D1D;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 0 20px 0;
    display: block;
    transition: 1s;
}
.section .wrap .content .item .text p{
    width: 760px;
    font-size: 14px;
    font-family: Roboto;
    font-weight: 400;
    color: #979595;
    line-height: 21px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.section .wrap .content .item .more{
    width: 140px;
    height: 44px;
    border: 1px solid #E6E6E6;
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-family: Roboto;
    font-weight: 400;
    color: #252525;
    transition: 1s;
}
.section .wrap .content .item:hover .text span{
    color: #F08300;
}
.section .wrap .content .item:hover .more{
    background: #F08300;
    color: #fff;
    border: 1px solid #F08300;
}
.section .wrap .paging{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 70px 0 0 0;
}
.section .wrap .paging a{
    transition: 1s;
}
.section .wrap .paging a:not(:first-child,:last-child){
    font-size: 18px;
    font-family: Nexa Text-Trial;
    color: #ADADAD;
    margin: 0 8px;
}
.section .wrap .paging a:first-child,.section .wrap .paging a:last-child{
    margin: 0 42px;
    width: 50px;
    height: 50px;
    border: 1px solid rgba(92, 92, 92, 0.17);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section .wrap .paging a .iconfont{
    color: #5C5C5C;
    font-size: 13px;
    transition: 1s;
}
.section .wrap .paging a:first-child .iconfont{
    transform: rotate(180deg);
}
.section .wrap .paging a:not(:first-child,:last-child):hover{
    text-decoration: underline;
    color: #F08300;
}
.section .wrap .paging .on{
    text-decoration: underline;
    color: #F08300!important;
}
.section .wrap .paging a:first-child:hover,.section .wrap .paging a:last-child:hover{
    background: #F08300;
    border: 1px solid transparent;
}
.section .wrap .paging a:first-child:hover .iconfont,.section .wrap .paging a:last-child:hover .iconfont{
    color: #fff;
}
#news_page .banner .wrap{
    display: flex;
    align-items: center;
}
#news_page .banner .wrap .text {
    width: 800px;
    margin: 0 215px 0 0;
}
#news_page .banner .wrap .text .time{
    font-size: 18px;
    font-family: Nexa Text-Trial;
    font-weight: 400;
    color: #FFFFFF;
    margin: 0 0 55px 0;
}
#news_page .banner .wrap .text h2{
    font-size: 30px;
    font-family: Roboto;
    font-weight: 300;
    color: #FFFFFF;
    line-height: 46px;
}
#news_page .banner .wrap .return{
    width: 160px;
    height: 46px;
    background: #F08300;
    border-radius: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 40px;
}
#news_page .banner .wrap .return .iconfont{
    color: rgba(255, 255, 255, 1);
    font-size: 20px;
    margin: 0 13px 0 0;
}
#news_page .banner .wrap .return p{
    font-size: 14px;
    font-family: Roboto;
    font-weight: 400;
    color: #FFFFFF;
}
.page{
    width: 100%;
    overflow: hidden;
    background: #fff;
}
.page .wrap{
    width: 772px;
    margin: 140px auto 131px;
}
.page .wrap p{
    font-size: 16px;
    font-family: Roboto;
    font-weight: 400;
    color: #303030;
    line-height: 24px;
}
.page .wrap .line{
    width: 100%;
    height: 1px;
    background: #EDEDED;
    margin: 50px 0 56px 0;
}
.page .wrap a{
    font-size: 16px;
    font-family: Roboto;
    font-weight: 300;
    color: #303030;
    display: block;
    transition: 1s;
}
.page .wrap a:not(:last-child){
    margin: 0 0 21px 0;
}
.page .wrap a:hover{
    color: rgba(240, 131, 0, 1);
}


@media screen and (max-width: 1856px) {

}

@media screen and (max-width: 1792px) {

}

@media screen and (max-width: 1680px) {

}

@media screen and (max-width: 1600px) {

}

@media screen and (max-width: 1440px) {

}

@media screen and (max-width: 1400px) {

}

@media screen and (max-width: 1366px) {

}

@media screen and (max-width: 1365px) {
    .section .wrap{
        width: 90%;
        margin: 30px auto 50px;
    }
    .section .wrap .title{
        flex-direction: column;
    }
    .section .wrap .title .picture{
        width: 100%;
        height: auto;
    }
    .section .wrap .title .text{
        width: 100%;
        margin: 10px 0 0 0;
    }
    .section .wrap .title .text .headline{
        margin: 0 0 20px 0;
    }
    .section .wrap .title .text .time{
        font-size: 13px;
        padding: 8px 0;
        margin: 0 0 10px 0;
    }
    .section .wrap .title .text p{
        font-size: 14px;
    }
    .section .wrap .title .text .more{
        margin: 40px 0 0 0;
    }
    .section .wrap .content {
        margin: 43px 0 0 0;
    }
    .section .wrap .content .item{
        height: auto;
        flex-direction: column;
        align-items: unset;
        padding: 10% 5%;
    }
    .section .wrap .content .item .time:after{
        display: none;
    }
    .section .wrap .content .item .text{
        width: 100%;
        margin: 20px 0 0 0;
    }
    .section .wrap .content .item .text span{
        margin: 0 0 10px 0;
    }
    .section .wrap .content .item .text p{
        width: 100%;
        font-size: 13px;
    }
    .section .wrap .content .item .more{
        margin: 30px 0 0 0;
    }
    .section .wrap .content .item:not(:last-child) {
        margin: 0 0 24px 0;
    }
    .page .wrap{
        width: 90%;
        margin: 50px auto;
    }
    .page .wrap p img{
        width: 100%;
        height: auto;
        object-fit: contain;
    }
    .page .wrap .line {
        margin: 41px 0 44px 0;
    }
    #news_page .banner .wrap{
        width: 90%;
        flex-direction: column;
        align-items: unset;
    }
    #news_page .banner .wrap .text .time{
        font-size: 16px;
    }
    #news_page .banner .wrap .text h2{
        font-size: 28px;
        line-height: 36px;
    }
    #news_page .banner .wrap .text{
        width: 100%;
    }
    .page .wrap a{
        font-size: 15px;
    }
    .page .wrap a:not(:last-child) {
        margin: 0 0 15px 0;
    }
}
