.news-list-content {
    margin: auto;
    background-color: #f7f7f7;
    width: 1200px;
    height: 210px;
    padding: 10px;
}

.news-list-title {
    width: 540px;
    height: 30px;
    text-align: left
}

.news-list-description {
    width: 640px;
    height: 145px;
    -webkit-line-clamp: 6;
    text-align: left;
    text-indent: 2em;
    line-height: 24px;
}

.news-list-infotime {
    float: left;
    text-align: center;
    width: 160px;
    padding-left: 172px
}

.news-list-infotime-line {
    margin: auto;
    width: 80px;
    height: 2px;
    border-bottom: 3px solid #ddd;
}
