.news-top{
    width: 100%;
    height: 300px;
    border-bottom: 1px dashed #666;
}
.news-top .left{
    width: 200px;
    float: left;
}
.news-top .left img{
    width: 100%;
    margin-top: 50px;
}
.news-top .right{
    width: calc(100% - 200px);
    float: right;
}
.news-top .right .name{
    width: 100%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
    margin-top: 50px;
    margin-bottom: 30px;
}
.news-top .right .text{
    line-height: 26px;
}
.news-list{
    width: 100%;
}
.news-tab{
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin-top: 30px;
    color: #666;
   
}
.news-tab .name{
    text-align: left;
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #ccc;
}
.news-tab .name span{
    float: right;
}
