.section {
    padding: 185px 0 105px;
}
.section .wrap {
    width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;

}
.section .wrap .l_box {
    width: 900px;
}
.section .wrap .l_box .title {
    font-weight: bold;
    font-size: 26px;
    color: #111111;
    line-height: 50px;
}
.section .wrap .l_box .date {
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    margin: 20px 0 40px ;
    padding: 0 0 29px;
    border-bottom: 1px solid #F44D00;
}
.section .wrap .l_box .content {
    font-weight: 400;
    font-size: 16px;
    color: #444444;
    line-height: 2;
    margin-bottom: 58px;
}
.section .wrap .l_box .l_box_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.section .wrap .l_box .l_box_bottom .new_page {
    width: 700px;
}
.section .wrap .l_box .l_box_bottom .new_page a {
    display: block;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 32px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: 0.6s;
}
.section .wrap .l_box .l_box_bottom .back {
    width: 140px;
    height: 50px;
    background: #F44D00;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section .wrap .l_box .l_box_bottom .back p {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
}
.section .wrap .l_box .l_box_bottom .new_page a:hover {
    color: #F44D00;
}
.section .wrap .l_box .content img {
    height: unset !important;
}
.section .wrap .r_box {
    width: 380px;
    position: sticky;
    top: 100px;
}
.section .wrap .r_box .title {
    font-weight: bold;
    font-size: 26px;
    color: #111111;
    margin-bottom: 49px;
}
.section .wrap .r_box .item {
    display: block;
    background: #F7F7F7;
    margin-bottom: 20px;
}
.section .wrap .r_box .item .img {
    width: 100%;
    height: 243px;
    overflow: hidden;
}
.section .wrap .r_box .item .img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: 2s;
}
.section .wrap .r_box .item .item_title {
    font-weight: 500;
    font-size: 16px;
    color: #111111;
    padding: 18px 30px 0;
    margin-bottom: 37px;
}
.section .wrap .r_box .item .item_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px 40px;
}
.section .wrap .r_box .item .item_bottom .date {
    font-weight: 400;
    font-size: 12px;
    color: #888888;
}
.section .wrap .r_box .item .item_bottom .more {
    display: flex;
    align-items: center;
    gap: 4px;
    position: relative;
}
.section .wrap .r_box .item .item_bottom .more:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #F44D00;
    opacity: 0.1;
    position: absolute;
    left: 0;
    bottom: -2px;
}
.section .wrap .r_box .item .item_bottom .more:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #F44D00;
    position: absolute;
    left: 0;
    bottom: -2px;
    transform: scaleX(0.4);
    left: 0;
    transform-origin: left;
    transition: 0.6s;
}
.section .wrap .r_box .item .item_bottom .more p {
    font-weight: 400;
    font-size: 14px;
    color: #F44D00;
}
.section .wrap .r_box .item .item_bottom .more .iconfont {
    font-size: 14px;
    color: #F44D00;
}
.section .wrap .r_box .item:hover .item_bottom .more:before {
    transform: scaleX(1);
}
.section .wrap .r_box .item:hover .img img {
    transform: scale(1.1);
}

@media screen and (max-width: 1919px) {
    .section{
        padding: 9.6354166667vw 0px 5.46875vw;
    }
    .section .wrap{
        width: 72.9166666667vw;
    }
    .section .wrap .l_box{
        width: 46.875vw;
    }
    .section .wrap .l_box .title{
        font-size: 1.3541666667vw;
        line-height: 2.6041666667vw;
    }
    .section .wrap .l_box .date{
        font-size: 0.7291666667vw;
        margin: 1.0416666667vw 0px 2.0833333333vw;
        padding: 0px 0px 1.5104166667vw;
    }
    .section .wrap .l_box .content{
        font-size: 0.8333333333vw;
        margin-bottom: 3.0208333333vw;
    }
    .section .wrap .l_box .l_box_bottom .new_page{
        width: 36.4583333333vw;
    }
    .section .wrap .l_box .l_box_bottom .new_page a{
        font-size: 0.8333333333vw;
        line-height: 1.6666666667vw;
    }
    .section .wrap .l_box .l_box_bottom .back{
        width: 7.2916666667vw;
        height: 2.6041666667vw;
        border-radius: 1.3020833333vw;
    }
    .section .wrap .l_box .l_box_bottom .back p{
        font-size: 0.8333333333vw;
    }
    .section .wrap .r_box{
        width: 19.7916666667vw;
        top: 5.2083333333vw;
    }
    .section .wrap .r_box .title{
        font-size: 1.3541666667vw;
        margin-bottom: 2.5520833333vw;
    }
    .section .wrap .r_box .item{
        margin-bottom: 1.0416666667vw;
    }
    .section .wrap .r_box .item .img{
        height: 12.65625vw;
    }
    .section .wrap .r_box .item .item_title{
        font-size: 0.8333333333vw;
        padding: 0.9375vw 1.5625vw 0px;
        margin-bottom: 1.9270833333vw;
    }
    .section .wrap .r_box .item .item_bottom{
        padding: 0px 1.5625vw 2.0833333333vw;
    }
    .section .wrap .r_box .item .item_bottom .date{
        font-size: 0.625vw;
    }
    .section .wrap .r_box .item .item_bottom .more{
        gap: 0.2083333333vw;
    }
    .section .wrap .r_box .item .item_bottom .more::after{
        bottom: -0.1041666667vw;
    }
    .section .wrap .r_box .item .item_bottom .more::before{
        bottom: -0.1041666667vw;
    }
    .section .wrap .r_box .item .item_bottom .more p{
        font-size: 0.7291666667vw;
    }
    .section .wrap .r_box .item .item_bottom .more .iconfont{
        font-size: 0.7291666667vw;
    }
}
@media screen and (max-width: 768px) {
    .section {
        padding: 100px 0 60px;
    }
    .section .wrap {
        width: 90%;
        display: block;
    }
    .section .wrap .l_box {
        width: 100%;
    }
    .section .wrap .l_box .title {
        font-size: 22px;
        line-height: 1.4;
    }
    .section .wrap .l_box .date {
        font-size: 14px;
        margin: 15px 0 30px;
        padding: 0 0 15px;
    }
    .section .wrap .l_box .content {
        font-size: 15px;
        margin-bottom: 40px;
    }
    .section .wrap .l_box .l_box_bottom .new_page {
        width: 50vw;
    }
    .section .wrap .l_box .l_box_bottom .new_page a {
        font-size: 15px;
        line-height: 2;
    }
    .section .wrap .l_box .l_box_bottom .back {
        width: 120px;
        height: 40px;
        border-radius: 20px;
    }
    .section .wrap .l_box .l_box_bottom .back p{
        font-size: 14px;
    }
    .section .wrap .r_box {
        width: 100%;
        margin: 50px 0 0 ;
        position: unset;
    }
    .section .wrap .r_box .item .img {
        height: 56vw;
    }
    .section .wrap .r_box .item .item_title {
        padding: 20px 15px 0;
        font-size: 16px;
        margin-bottom: 15px;
    }
    .section .wrap .r_box .item .item_bottom {
        padding: 0 15px 30px;
    }
    .section .wrap .r_box .title {
        font-size: 22px;
        margin-bottom: 30px;
    }
    .section .wrap .r_box .item {
        margin-bottom: 30px;
    }
    .section .wrap .r_box .item .item_bottom .date {
        font-size: 14px;
    }
    .section .wrap .r_box .item .item_bottom .more p {
        font-size: 14px;
    }
    .section .wrap .r_box .item .item_bottom .more .iconfont {
        font-size: 14px;
    }
    .section .wrap .r_box .item .item_bottom .more {
        gap: 4px;
    }
}
