.main {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}

.news-menu {
    background: #b01f24;
    color: #fff;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    padding-left: 20px;
}

.news {
    width: 752px;
    margin-left: 88px;
}

.news-crumbs {
    color: #999999;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    margin-top: 15px;
    padding-left: 25px;
}
.news-crumbs a {
    color: #999999;

}

.news-main {
    padding: 25px;
    border: 1px solid #c9c9c9;
    padding-bottom: 10px;
}
.news-title {
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 5px;
    border-bottom: 1px solid #d7d7d7;
}

.row {
    height: 98px;
    display: flex;
    padding-bottom: 9px;
    padding-top: 25px;
    border-bottom: 1px dashed #d5d5d5;

}
.row img {
    width: 143px;
    height: 98px;
}
.info {
    margin-left: 15px;
    width: 545px;
}
.info-title {
    font-size: 16px;
    color: #000;
    font-weight: bold;
}
.info-time {
    font-size: 14px;
    color: #666;
    padding: 8px 0;
}
.info-desc {
    line-height: 21px;
    font-size: 14px;
    color: #333;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pages {
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    color: #292929;
    text-align: right;
}
.pages a {
    color: #292929;
}