.lbox {
    margin-top: -5%;
    padding-top: 5%;
    background: #232323;
}

.lbox2 {
    padding-top: 0;
    padding-bottom: 5%;
}

.news_top_desc {
    font-family: DIN-Medium;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 80px;
}

.news_list {
    margin-bottom: 40px;
    background: #191919;
    padding: 40px 0;
}

.news_list:last-child {
    margin-bottom: 0;
}

.news_div {
    justify-content: space-between;
}

.news_img {
    width: 32.5%;
}

.news_img .imgBox {
    border-radius: 20px;
    padding-bottom: 87.3%;
}

.news_right {
    width: 63%;
}

.news_time {
    font-family: DIN-Medium;
    font-weight: 500;
    font-size: 16px;
    color: #666666;
    padding-bottom: 20px;
    border-bottom: 1px solid #666666;
}

.news_title {
    font-family: DIN-Medium;
    font-weight: 500;
    font-size: 40px;
    color: #FFFFFF;
    margin: 20px 0;
    line-height: 1.2em;
}

.news_desc {
    font-family: DIN-Medium;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
}

.news_btn {
    margin-top: 20px;
    width: 176px;
    padding: 0 30px;
    height: 53px;
    justify-content: space-between;
    font-family: DIN-Medium;
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    border-radius: 9px;
    border: 1px solid #666666;
}

.news_btn b {
    display: inline-block;
    width: 13px;
    height: 13px;
    background: url('img/right6.webp') no-repeat;
    background-size: 100% 100%;
}

.news_div:hover .news_time {
    border-bottom: 1px solid #006ed0;
}

.news_div:hover .news_btn {
    background: #006ed0;
    border: 1px solid #006ed0;
}


/* details */
.aside {
    width: 430px;
}

.main {
    width: calc(100% - 590px);
}

.inner_news_time {
    font-family: DIN-Medium;
    font-weight: 500;
    font-size: 16px;
    padding-bottom: 20px;
    color: #FFFFFF;
    text-align: center;
    border-bottom: 1px solid #666666;
}

.inner_news_title {
    font-family: DIN-Medium;
    font-weight: 500;
    font-size: 40px;
    color: #FFFFFF;
    text-align: center;
    margin: 25px auto;
}

.inner_news_share {
    justify-content: center;
}

.inner_news_content img {
    max-width: 100%;
}

.inner_news_content {
    font-family: DIN;
    font-weight: 500;
    font-size: 16px;
    color: rgba(204, 204, 204, .8);
    line-height: 37px;
    margin: 30px 0;
}

.inner_mx_title {
    font-family: DIN-Medium;
    font-weight: 500;
    font-size: 40px;
    color: #FFFFFF;
    margin-right: 35px;
}

.inner_news_mx_imgs {
    justify-content: space-between;
}

.inner_news_mx_img {
    width: calc((100% - 18px) / 2);
}

.inner_news_mx_img .imgBox {
    padding-bottom: 66%;
}


.inner_news_btn {
    border-bottom: 1px solid rgba(102, 102, 102, .8);
}

.inner_news_btn_tit {
    font-family: DIN-Medium;
    font-weight: 500;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 57px;
    margin-right: 35px;
}

.inner_news_btn_link,
.inner_news_btn_link a {
    font-family: DIN-Medium;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
}

.inner_news_btn_link a:hover {
    color: #006ed0;
}

.inner_news_aside_box {
    background: #191919;
    border-radius: 21px;
    padding: 30px 20px;
    margin-bottom: 25px;
}

.inner_news_aside_tit {
    font-family: DIN-Medium;
    font-weight: 500;
    font-size: 24px;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.inner_news_aside_tit::before {
    content: '';
    width: 4px;
    height: 20px;
    background: #006ed0;
    margin-right: 13px;
    display: inline-block;
}

.inner_news_aside_a {
    display: block;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(102, 102, 102, .5);
}

.inner_news_aside_a_tit {
    font-family: DIN-Medium;
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
    margin-bottom: 8px;
}

.inner_news_aside_a_time {
    font-family: DIN-Medium;
    font-weight: 500;
    font-size: 16px;
    color: #666666;
}

.inner_news_aside_a:hover .inner_news_aside_a_tit {
    color: #006ed0;
}

.inner_news_aside_swi_div {
    display: block;
}

.inner_news_aside_swi_tit {
    font-family: DIN-Medium;
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.inner_news_aside_swi_div .imgBox {
    padding-bottom: 51.8%;
    border-radius: 10px;
}

.inner_news_aside_swi_box {
    padding-bottom: 30px;
}

.inner_news_aside_swi_box .swiper-pagination {
    left: 50%;
    bottom: 46px;
    transform: translateX(-50%);
}


.inner_news_aside_swi_box .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background: #666666;
    border-radius: 50%;
    margin: 0 3px;
}

.inner_news_aside_swi_box .swiper-pagination-bullet-active {
    background: #006ed0;
}
@media only screen and (max-width: 950px) {
    .lbox {
        padding-top: 30px;
    }
    .page_main_div,.news_div {
        flex-wrap: wrap;
    }
    .aside{
        width: 100%;
        display: block;
    }
    .main,.news_img{
        width: 100%;
        margin-bottom: 30px;
    }
    .news_right{
        width: 100%;
    }
    .inner_news_title,.news_title{
        font-size: 30px;
    }
    .news_top_desc{
        margin-bottom: 30px;
    }
}