.news_bn_bg {
    background-image: url('/themes/theme-earth/assets/images/ck/banner/411/news.jpg')
}

@media only screen and (min-device-width: 10px) and (max-device-width: 768px) {
    .news_bn_bg {
        background-image: url('/themes/theme-earth/assets/images/ck/sm/banner/news.jpg')
    }
}

.news_item_img {
    width: 285px !important;
    height: 160px !important;
    border-radius: 4px;
    margin-right: 24px;
    overflow: hidden;
    /*border: 1px solid #ccc;*/
}

.news_item_img img {
    width: 282px;
    height: 160px;
    border-radius: 4px;
}

.news_item_title {
    font-family: "PingFangBold";
    color: #111F2C;
    font-size: 20px;
    height: 21px;
    margin: 5px 0px 7px 0px;
    font-weight: 500;
    font-size: 20px;
    color: #111F2C;
    line-height: 20px;
    font-family: "PingFangMedium";
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_item_content {
    margin-top: 6px;
    margin-bottom: 6px;
    width: 535px;
    height: 99px;
    font-size: 16px;
    font-weight: 400;
    color: rgba(17, 31, 44, 0.8);
    line-height: 24px;
    text-align: justify;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_item_time {
    font-size: 14px;
    color: #111F2C
}


.news_row_line {
    height: 1px;
    background-color: #ECEDEE;
    margin: 20px 0px 20px 0px
}

.news_row_1 {
    display: flex;
    flex-direction: row;
}

.news_row_2 {
    width: 235px;
}

@media only screen and (min-device-width: 10px) and (max-device-width: 768px) {
    .news_row_2 {
        width: calc(97vw - 142px);
    }
}

.news_row_4 {
    font-size: 12px;
    color: rgba(17, 31, 44, 0.8);
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_row_5 {

}

.news_row_6 {
    width: 120px;
}

.news_row_7 {
    width: 120px;
}

.news_row_8 {
    display: flex;
    flex-direction: row;
    margin-bottom: 14px;
    justify-content: space-between;
}

.news_row_9 {
    width: 100%;
    /*padding: 0px 10px;*/
}

.news_row_10 {
    display: block;
    font-size: 13px;
    height: 21px;
    overflow: hidden;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #111F2C;
}

.news_row_11 {
    font-size: 10px;
    color: rgba(17, 31, 44, 0.8);
    margin-top: 5px;
}

.news_row_12 {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: calc((100vw - 39px)/2);
    height: auto;
    margin-bottom: 10px;
    border: 1px solid #ccc;
}

.news_row_13 {
    width: 100%;
}

.news_row_14 {
    width: 100%;
}


.news_row_17 {
    width: 100%;
    font-size: 13px;
    text-align: justify;
    padding: 5px 5px;
}

.news_row_18 {
    width: 100%;
}

.news_row_15 {
    width: 100%;
    margin-bottom: 10px;
}

.news_row_16 {
    width: 100%;
    font-size: 12px;
    color: rgba(17, 31, 44, 0.8);
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0px 5px;
}
