.rec_container {
    background: #FFFFFF;
}

.aside {
    width: 417px;
}

.main {
    width: calc(100% - 480px);
}

.rec_news2_title {
    height: 51px;
    line-height: 51px;
    text-align: center;
    background: #F08F11;
    font-family: Arial-Regular;
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
}

.rec_news2_div {
    margin-top: 25px;
}

.rec_news2_div .imgBox {
    padding-bottom: 50%;
}

.rec_news2_bottom {
    padding: 12px 15px;
}

.rec_news2_time {
    font-family: Open Sans-Regular;
    font-weight: 400;
    font-size: 16px;
    color: #999999;
}

.rec_news2_tit {
    display: block;
    margin-top: 10px;
    font-family: Arial-Regular;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
}

.blog_btn {
    background: #F2F2F2;
}

.news_title {
    font-family: Lato-Bold;
    font-weight: bold;
    font-size: 24px;
    color: #F08F11;
    line-height: 2;
}

.news_time_share {
    font-family: Open Sans-Regular;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
    padding: 18px 0;
}

.news_time img {
    width: 24px;
    margin-right: 6px;
}

.share_box {
    color: #999999;
    margin-left: 100px;
}

.news_content {
    margin: 20px 0;
}

.news_content,
.news_content * {
    font-family: Lato-Regular;
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    line-height: 2;
}

.news_content img {
    max-width: 100%;
}

@media only screen and (max-width: 950px) {
    .main{
        width: 100%;
    }

    .news_time_share{
        flex-wrap: wrap;
    }

    .share_box{
        margin-top: 20px;
        margin-left: 0;
    }

    .mobile-head-item.mobile-head-aside{
        display: none;
    }
}