﻿.newsmores {
    width: 1200px;
    margin: 30px auto 30px auto;
    height: auto;
    background: #FFFFFF;
}

.newsOne {
    padding-left: 30px;
    width: 1200px;
    height: 60px;
    background: #FFFFFF;
    line-height: 60px;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #666666;
    border-bottom: 1px solid #E2E2E2;
}

.newsOne a {
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #666666;
}

.newsOne a:hover {
    color: #BC261A;
}

.newsasdf {
    width: 85%;
    margin: 30px auto 0px auto;
    padding-bottom: 30px;
    border-top: 1px solid #E2E2E2;
}

table {
    width: 100%;
}

tr {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #333333;
    padding-left: 30px;
    width: 100%;
    display: flex;
    border-bottom: 1px solid #E2E2E2;
    height: 46px;
    line-height: 46px;
}

tr td:first-child {
    width: 45%;
    margin-right: 7%;
}

tr td {
    width: 20%;
    /* flex: 1; */
}

tr td:last-child {
    width: 10%;
}

.numtitle {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.library-row p a:hover #down {
    background-image: url(../image/downred.png);
}

#down {
    display: inline-block;
    width: 16px;
    height: 14px;
    cursor: pointer;
    margin-top: 8px;
    background-image: url(../image/downgray.png);
}

#down:hover {
    display: inline-block;
    width: 16px;
    height: 14px;
    cursor: pointer;
    margin-top: 8px;
    background-image: url(../image/downred.png);
}

.news-update {
    width: 85%;
    margin: 0 auto 30px auto;
    padding-bottom: 30px;
}

.newsTwo {
    font-size: 28px;
    font-family: Source Han Serif CN;
    font-weight: 600;
    color: #333333;
    text-align: center;
    margin: 60px 0 0px 0;
}

.newsThree {
    width: 100%;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 40px;
    text-align: center;
    margin-top: 17px;
    margin-bottom: 30px;
}

.newsDetail {
    width: 100%;
    /* text-indent: 2em; */
    text-align: justify;
    margin: 0px 0px 30px 0px;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 28px;
}

.newsFour {
    width: 560px;
    height: 419px;
    margin: 0px auto 20px auto;
}

.newsFour img {
    width: 100%;
    height: 100%;
}

.name-tabs {
    border-top: 1px solid #E2E2E2;
    width: 100%;
    height: 60px;
    display: flex;
    flex-direction: row;
    padding: 0 0 20px 0;
    flex-wrap: wrap;
}

a:hover {
    color: #BC261A;
}


/* 分页 */

.getpage {
    width: 85%;
    height: 60px;
    margin: 0 auto 65px auto;
}

.centerpage {
    margin: 0 auto;
    text-align: center;
    width: 442px;
    /* background: gainsboro; */
    height: 25px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.centerpage ul {
    display: flex;
    flex-direction: row;
    margin-right: 20px;
}

.centerpage ul li {
    /* width: 24px; */
    padding: 0px 5px;
    min-width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: #FFFFFF;
    border: 1px solid #E2E2E2;
    border-radius: 4px;
    margin-left: 10px;
    cursor: pointer;
    color: #666666;
}

.centerpage ul li a {
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #666666;
    width: 100%;
    height: 100%;
    display: inline-block;
}

.centerpage ul li a:hover {
    border: 0;
    border-radius: 4px;
    color: #FFFFFF !important;
    background: #BC261A;
}

.active {
    border-radius: 4px !important;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FFFFFF !important;
    background: #BC261A !important;
    line-height: 21px;
    border: 0 !important;
}

.active a {
    color: #FFFFFF !important;
}

.disabled {
    pointer-events: none;
    background: #eff1f2 !important;
    color: #FFFFFF !important;
}

.alltotal {
    height: 14px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 21px;
    margin-right: 10px;
}

.alltotal input {
    text-align: center;
    width: 24px;
    height: 24px;
    background: #FFFFFF;
    border: 1px solid #E2E2E2;
    border-radius: 4px;
    margin: 0 10px;
}

.sure {
    display: inline-block;
    width: 48px;
    height: 24px;
    background: #FFFFFF;
    border: 1px solid #E2E2E2;
    border-radius: 4px;
    cursor: pointer;
}