.fs-22{font-size: 22px;}
.fs-20{font-size: 20px;}
.fs-18 {font-size: 18px;}
.fs-17 {font-size: 17px;}
.fs-15{font-size: 15px;}
.fs-13{font-size: 13px;}
.fw-b{font-weight: bold;}
.bc-df002c{background-color: #df002c;}
.fc-fff{color: #ffffff;}
.fc-808080{color: #808080;}
.fc-101010{color: #101010;}
.float-r{float: right;}
#news-content {
    float: left;
    width: 100%;
    padding: 35px 50px;
    background-color: #f6f6f6;
    box-sizing: border-box;
    margin-bottom: 20px;
}
#news-content-article  .index{
    vertical-align: top;
    display: inline-block;
    margin-right: 12px;
    font-size: 20px;
    font-weight: bold;
}
.pagebutton {
    display: inline-block;
}

#change-page {
    margin-top: 20px;
    margin-bottom: 20px;
}

#news-content-article {
    line-height: 42px;
}

.news-date, .news-title {
    display: inline-block;
}

.news-title {
    width: 600px;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news-date {
    width: 20%;
    text-align: right;
    vertical-align: top;
    float: right;
}

.news-page-input {
    width: 25px;
    line-height: 21px;
    margin: 0 8px;
}

.currpage {
    background-color: #808080;
    color: white;
}

.page-btn {
    border-radius: 2px;
    padding: 0 3px;
    line-height: 25px;
    box-sizing: border-box;
    margin: 0 9px;
    background: #df002c;
    color: white;
    cursor: pointer;
    display: inline-block;
}
.pagebutton {
    padding: 0 8px;
    line-height: 18px;
    cursor: pointer;
}
.page-ellipsis{
    display: inline-block;
    height: 24px;
    font-size: 18px;
    vertical-align: text-bottom;
    margin: 0 4px;
}

