
.headerView {
    margin-top: 130px;
    width: 100%;
    /* height: 448px; */
    height: 300px;
    background-image: url('../images/common/topbg_news_banner.png');
    background-size: 100% 100%;
    
}
.headerView .img{
    margin-left: 120px;
    /* margin-top: 140px; */
    margin-top: 60px;
}
/* 资讯列表 */
.news_list .item {
     padding: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
     border-bottom: 1px solid #e2e2e2;
}
.news_list .item h3 {
   
    width: 800px;
   color: #000;
}
.news_list .rightView {
    display: flex;
    color: #7a7a7a;
}
.news_list .rightView .num {
    margin-left: 10px;
}
/* 资讯-详情 */
.article-details {
    background-color: #f4f4f4;
}

.article-header{
    margin-bottom: 1px;
    padding: 20px;
    background-color: #F7F7F7;
}
.article-header .meta {
    margin-top: 10px
}
.article-header .meta .muted {
    color: #999;
}
.article-content {
    font-size: 14px;
    padding: 20px;
    background-color: #fff;
}
/* 移动端显示 */
@media (max-width: 1280px) {
    .headerView .img {
        margin-top: 20px;
        margin-left: 50px;
        width: 80%;
    }
   .news_list .item h3 {
   
      width: 400px;
    }
     .headerView {
    margin-top: 100px;
    background-image: url('../images/common/topbg_news_banner_phone.png');
    
}
}