body {
    background: #f5f5f5 url(../images/newsbg.png) no-repeat top center fixed;
}

.news-list {
    margin-top: 150px;
    /* margin-bottom: 100px; */
    background-color: #fff;
}

.news-list-title {
    height: 60px;
    line-height: 60px;
    padding-left: 40px;
    margin-top: 0;
    font-size: 20px;
    border-bottom: 1px solid #EEF2F7;
    background: url(/css/../images/newslisttitle.png) no-repeat 5px center;
}

.news-list ul {
    padding: 15px;
}

.news-list ul li {
    background-color: #fafafa;
    /* padding: 15px; */
    box-sizing: border-box;
    margin-bottom: 20px;
}

.news-date {
    margin-top: 10px;
}

.news-day {
    font-size: 52px;
    font-weight: 800;
    color: #999;
    text-align: center;
    vertical-align: middle;
}

.news-year-month {
    text-align: center;
    height: 20px;
    line-height: 20px;
    color: #999;
    font-size: 16px;
    font-weight: 500;
    margin-top: 5px;
}

.news-dt {
    color: #999;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
}

@media (max-width: 767px) {
    .news-date {
        margin-top: 18px;
    }
    .news-day {
        font-size: 40px;
    }
    .news-year-month {
        font-size: 14px;
    }
}

.news-title {
    font-size: 20px;
    color: #333;
    height: 26px;
    /* width: 800px; */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 700;
}

.news-content {
    font-size: 16px;
    color: #888;
    height: 60px;
    line-height: 30px;
    padding-top: 5px;
    /* padding-right: 30px; */
    overflow: hidden;
    text-indent: 2em;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}