/* news左侧 */

.news_left {
    width: 950px;
    margin-top: 50px;
}
.news_right {
    width: 234px;
    margin-top: 50px;
}


/* 左侧详情内容 */
.detail_box {
    width: 850px;
    /* margin: auto; */
}
.detail_box h1 {
    font: 28px/36px "Microsoft Yahei";
    text-align: center;
}

.detail_box h2 {
    font: 28px/1 "Microsoft Yahei";
    text-align: center;
}
.label_btns {
    margin-top: 22px;
    text-align: center;
}
.label_btns a {
    font-size: 14px;
    line-height: 14px;
    color: #b5b5b5;
    padding: 8px 14px;
    border: 1px solid #b5b5b5;
    margin-right: 20px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    margin-bottom: 10px;
}
.label_btns a:last-child {
    margin-right: 0;
}
.label_btns a:hover {
    color: #d70c19;
    border: 1px solid #d70c19;
}
.label_btns span {
    font-size: 14px;
    color: #b5b5b5;
}

.time_info {
    margin-top: 10px;
    font-size: 14px;
    line-height: 14px;
    color: #b5b5b5;
    text-align: center;
}
.time_info span {
    /* display: block; */
}
.time_info span.detail_source {
    margin-right: 30px;
}
.detail_img {
    min-width: 650px;
    max-width: 820px;
    margin: auto;
    margin-top: 30px;
    text-align: center;
}
.detail_img img {
    max-width: 850px;
    max-height: 650px;
}


/* 右侧列表 */
h3.common_titile {
    font-size: 20px;
    margin-bottom: 30px;
    position: relative
}
h3.common_titile:after {
    content: '';
    position: absolute;
    width: 40px;
    height: 2px;
    background-color: #d70c19;
    left: 0;
    bottom: -10px;  
}


.right_list {
    width: 100%;
    overflow: hidden;
}
.right_list li {
    width: 232px;
    height: auto;
}
.right_list li .right_list_href {
    cursor: pointer;

}
.right_list li .right_list_img {
    width: 100%;
    height: 131px;
    background-color: #ffc;
    overflow: hidden;
}
.right_list li .right_list_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.right_list li h3 {
    font-size: 14px;
    line-height: 24px;
    margin: 10px 0 20px;
    overflow : hidden;
    max-height: 48px;
}
.right_list li:hover h3 {
    color: #d70c19;
}