.news {
    padding: 0 0 83px
}

.news .wrap {
    width: 1560px;
    margin: auto
}

.news .wrap .title {
    font-weight: bold;
    font-size: 40px;
    color: #111111;
    margin: 0 0 66px
}

.news .wrap .content .item {
    padding: 36px 29px 36px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #EEEFF2
}

.news .wrap .content .item:hover .l .img img {
    transform: scale(1.05)
}

.news .wrap .content .item:hover .l .text h1 {
    color: #336DE5
}

.news .wrap .content .item:hover .more {
    transform: translateX(10px)
}

.news .wrap .content .item:first-child {
    border-top: 1px solid #EEEFF2
}

.news .wrap .content .item .more {
    width: 40px;
    transition: .6s ease
}

.news .wrap .content .item .l {
    display: flex
}

.news .wrap .content .item .l .time {
    margin: 40px 0 0 0
}

.news .wrap .content .item .l .time p {
    font-weight: 400;
    font-size: 40px;
    color: #C6CAD1
}

.news .wrap .content .item .l .time .year {
    font-weight: bold;
    font-size: 20px;
    color: #C6CAD1
}

.news .wrap .content .item .l .img {
    width: 300px;
    height: 207px;
    margin: 0 66px;
    position: relative;
    overflow: hidden;
    border-radius: 20px
}

.news .wrap .content .item .l .img img {
    width: 100%;
    height: 100%;
    transition: 1s
}

.news .wrap .content .item .l .text {
    width: 736px;
    margin: 47px 0 0 0
}

.news .wrap .content .item .l .text h1 {
    font-weight: bold;
    font-size: 24px;
    color: #111111;
    margin: 0 0 26px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: .6s ease
}

.news .wrap .content .item .l .text p {
    font-weight: 400;
    font-size: 16px;
    color: #9097A8;
    line-height: 30px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.news .wrap .content .paging {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px 0 0 0
}

.news .wrap .content .paging a {
    transition: .6s ease
}
.news .wrap .content .paging a.active{
    color: #336DE5 !important;
}
.news .wrap .content .paging a:first-child {
    transform: rotate(180deg)
}

.news .wrap .content .paging a:first-child,
.news .wrap .content .paging a:last-child {
    width: 53px;
    height: 53px;
    background: #F2F3F5;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #111;
    border-radius: 50%;
    margin: 0 23px
}

.news .wrap .content .paging a:first-child:hover,
.news .wrap .content .paging a:last-child:hover {
    background: #FFD500
}

.news .wrap .content .paging a:not(:first-child, :last-child) {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    margin: 0 12px
}

.page {
    padding: 0 0 89px
}

.page .wrap {
    width: 1554px;
    margin: auto
}

.page .wrap .back {
    display: flex;
    align-items: center;
    margin: 0 0 59px
}

.page .wrap .back:hover p {
    transform: translateX(10px);
    color: #336DE5
}

.page .wrap .back img {
    width: 24px;
    margin: 0 16px 0 0
}

.page .wrap .back p {
    font-weight: 400;
    font-size: 18px;
    color: #111111;
    transition: 1s
}

.page .wrap .w {
    width: 1200px;
    margin: auto
}

.page .wrap .w .title {
    padding: 0 0 23px;
    margin: 0 0 48px;
    border-bottom: 1px solid #EEEFF2
}

.page .wrap .w .title h1 {
    font-weight: bold;
    font-size: 30px;
    color: #030303;
    margin: 0 0 15px
}

.page .wrap .w .title .time {
    font-weight: 400;
    font-size: 18px;
    color: #9097A8
}

.page .wrap .w .content {
    font-weight: 400;
    font-size: 16px;
    color: #9097A8;
    line-height: 40px;
    padding: 0 0 51px;
    margin: 0 0 53px;
    border-bottom: 1px solid #EEEFF2
}

.page .wrap .w .content p img {
    height: fit-content
}

.page .wrap .w .cut {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.page .wrap .w .cut .list {
    display: flex;
    align-items: center
}

.page .wrap .w .cut .list:first-child .circle {
    transform: rotate(180deg)
}

.page .wrap .w .cut .list:last-child {
    flex-direction: row-reverse
}

.page .wrap .w .cut .list:last-child .circle {
    margin: 0 0 0 21px
}

.page .wrap .w .cut .list:hover .circle {
    background: #FFD500
}

.page .wrap .w .cut .list .circle {
    border-radius: 50%;
    width: 53px;
    height: 53px;
    background: #F2F3F5;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #111111;
    font-size: 16px;
    transition: .6s ease;
    margin: 0 21px 0 0
}

.page .wrap .w .cut .list p {
    font-weight: 400;
    font-size: 18px;
    color: #030303
}

@media screen and (max-width: 1920px) {
    .news {
        padding: 0 0 4.3229166667vw
    }
    
    .news .wrap {
        width: 81.25vw;
    }
    
    .news .wrap .title {
        font-size: 2.0833333333vw;
        margin: 0 0 3.4375vw
    }
    
    .news .wrap .content .item {
        padding: 1.875vw 1.5104166667vw 1.875vw 1.25vw;
    }
    
    .news .wrap .content .item:hover .more {
        transform: translateX(0.5208333333vw)
    }
    
    .news .wrap .content .item .more {
        width: 2.0833333333vw;
    }
    
    .news .wrap .content .item .l .time {
        margin: 2.0833333333vw 0 0 0
    }
    
    .news .wrap .content .item .l .time p {
        font-size: 2.0833333333vw;
    }
    
    .news .wrap .content .item .l .time .year {
        font-size: 1.0416666667vw;
    }
    
    .news .wrap .content .item .l .img {
        width: 15.625vw;
        height: 10.78125vw;
        margin: 0 3.4375vw;
        border-radius: 1.0416666667vw
    }
    
    .news .wrap .content .item .l .text {
        width: 38.3333333333vw;
        margin: 2.4479166667vw 0 0 0
    }
    
    .news .wrap .content .item .l .text h1 {
        font-size: 1.25vw;
        margin: 0 0 1.3541666667vw;
    }
    
    .news .wrap .content .item .l .text p {
        font-size: 0.8333333333vw;
        line-height: 1.5625vw;
    }
    
    .news .wrap .content .paging {
        margin: 2.6041666667vw 0 0 0
    }
    
    .news .wrap .content .paging a:first-child,
    .news .wrap .content .paging a:last-child {
        width: 2.7604166667vw;
        height: 2.7604166667vw;
        font-size: 0.8333333333vw;
        margin: 0 1.1979166667vw
    }
    
    .news .wrap .content .paging a:not(:first-child, :last-child) {
        font-size: 0.8333333333vw;
        margin: 0 0.625vw
    }
    
    .page {
        padding: 0 0 4.6354166667vw
    }
    
    .page .wrap {
        width: 80.9375vw;
    }
    
    .page .wrap .back {
        margin: 0 0 3.0729166667vw
    }
    
    .page .wrap .back:hover p {
        transform: translateX(0.5208333333vw);
    }
    
    .page .wrap .back img {
        width: 1.25vw;
        margin: 0 0.8333333333vw 0 0
    }
    
    .page .wrap .back p {
        font-size: 0.9375vw;
    }
    
    .page .wrap .w {
        width: 62.5vw;
    }
    
    .page .wrap .w .title {
        padding: 0 0 1.1979166667vw;
        margin: 0 0 2.5vw;
    }
    
    .page .wrap .w .title h1 {
        font-size: 1.5625vw;
        margin: 0 0 0.78125vw
    }
    
    .page .wrap .w .title .time {
        font-size: 0.9375vw;
    }
    
    .page .wrap .w .content {
        font-size: 0.8333333333vw;
        line-height: 2.0833333333vw;
        padding: 0 0 2.65625vw;
        margin: 0 0 2.7604166667vw;
    }
    
    .page .wrap .w .cut .list:last-child .circle {
        margin: 0 0 0 1.09375vw
    }
    
    .page .wrap .w .cut .list .circle {
        width: 2.7604166667vw;
        height: 2.7604166667vw;
        font-size: 0.8333333333vw;
        margin: 0 1.09375vw 0 0
    }
    
    .page .wrap .w .cut .list p {
        font-size: 0.9375vw;
    }
}
@media screen and (max-width: 1024px) {
    .news .wrap{
        width: 90%;
        padding-top: 60px;
    }
    .news{
        padding-bottom: 60px;
    }
    .news .wrap .title{
        font-size: 24px;
        margin-bottom: 30px;
    }
    .news .wrap .content{

        border-top: 1px solid #EEEFF2;
    }
    .news .wrap .content .list{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .news .wrap .content .item{
        padding: 20px 0;
        width: 48%;
    }
    .news .wrap .content .item .l{
        flex-direction: column;
        width: 100%;
    }
    .news .wrap .content .item .l .time{
        margin-top: 0;
        display: flex;
        align-items: center;
        order: 1;
        margin-bottom: 10px;
    }
    .news .wrap .content .item .l .time p{
        font-size: 18px;
    }
    .news .wrap .content .item .l .time .year{
        font-size: 14px;
        margin-left: 5px;
    }
    .news .wrap .content .item .l .text {
        margin-top: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        order: 2;
        width: 100%;
    }
    .news .wrap .content .item .l .img{
        width: 100%;
        height: auto;
        margin: 0;
        margin-bottom: 10px;
        order: 0;
    }
    .news .wrap .content .item .l .text h1{
        font-size: 16px;
        margin-bottom: 10px;
    }
    .news .wrap .content .item .l .text p{
        font-size: 14px;
        line-height: 1.6;
    }
    .news .wrap .content .item .more{
        display: none;
    }
    .news .wrap .content .item:first-child{
        border-top: none;
    }
    .page .wrap{
        width: 90%;
        padding-top: 60px;
    }
    .page .wrap .back p{
        font-size: 14px;
    }
    .page .wrap .back img{
        width: 16px;
        margin-right: 10px;
    }
    .page .wrap .w{
        width: 100%;
    }
    .page .wrap .w .title{
        padding-bottom: 10px;
        margin-bottom: 20px;
    }
    .page .wrap .w .title h1{
        font-size: 24px;
        margin-bottom: 5px;
    }
    .page .wrap .w .title .time{
        font-size: 14px;
    }
    .page .wrap .w .content{
        font-size: 14px;
        line-height: 1.6;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
    .page .wrap .w .cut .list .circle{
        width: 40px;
        height: 40px;
        font-size: 14px;
    }
    .page .wrap .w .cut .list p{
        font-size: 14px;
    }
    .page .wrap .back{
        margin-bottom: 40px;
    }
    .page .wrap .back img{
        object-fit: fill;
    }
    .page .wrap .w .cut .list .circle {
        margin-right: 10px;
    }
    .page .wrap .w .cut .list:last-child .circle{
        margin-left: 10px;
    }
    .page{
        padding-bottom: 60px;
    }
}

@media screen and (max-width: 767px) {
    .news .wrap .content .item {
        width: 100%;
    }
    .page .wrap .w .cut .list .circle {
        width: 30px;
        height: 30px;
        font-size: 12px;
    }
    .page .wrap .w .cut .list p {
        font-size: 12px;
    }
    .page .wrap .w .title h1 {
        font-size: 20px;
    }
    .page{
        padding-bottom: 50px;
    }
    .page .wrap{
        padding-top: 50px;
    }
    .page .wrap .w .content{
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
}