
.news-container {
    margin: 0 40px;
    max-width: 1000px;
}
.news-li {
    display: flex;
    margin-top: 40px;
    margin-left: 30px;
}
.news-img {
    width: 245px;
    height: 138px;
    background-color: #F0F0F0;
}
.news-content {
    margin: 5px 0 5px 30px;
    /* margin-left: 30px; */
    width: 574px;
}
.news-title {
    line-height: 22px;
    font-size: 16px;
    color: #333;
}
.news-depict {
    margin-top: 4px;
    height: 78px;
    line-height: 22px;
    font-size: 14px;
    color: #666;
}
.news-tag {
    font-size: 15px;
    color: #888;
}
.news-tag span {
    display: block;
    float: left;
    margin-left: 10px;
    text-align: center;
    width: 77px;
    height: 29px;
    line-height: 29px;
    border-radius: 5px;
    background-color: #eeeeee;
}
.news-tag span:first-child {
    margin-left: 0;
}
.news-tag label{
    float: right;
    line-height: 29px;
}