.related_products {
    margin-bottom: 5%;
}

.news_li {
    margin-bottom: 58px;
}

.news_li_img {
    width: 31%;
}

.news_li_img .imgBox {
    padding-bottom: 62%;
}

.news_li_R {
    flex: 1;
    margin-left: 40px;
}

.news_time {
    font-family: Roboto-Regular;
    font-size: 16px;
    color: #13B2B5;
}

.news_title {
    font-family: Roboto-Bold;
    font-weight: bold;
    font-size: 24px;
    color: #273A60;
    margin: 15px 0;
}

.news_li:hover .news_title {
    color: #13B2B5;
}

.news_desc {
    font-family: Roboto-Regular;
    font-weight: 400;
    font-size: 16px;
    color: #999999;
}


.detail{
    margin-top: 0;
}

@media only screen and (max-width: 950px) {
    .news_li_img{width: 100%;}
    .news_li_R{
        width: 100%;
        margin-left: 0;
        margin-top: 30px;
    }
    .news_li{
        flex-wrap: wrap;
        margin-bottom: 30px;
    }
    .news_title{
        font-size: 20px;
    }
}