.newsmain{
    width:1016px;
    /* border: 1px solid red; */
    height:100%;
    /* margin-left: 184px; */
    text-align: center;
    /* margin-top: 76px; */
}
.newsmaintop{
    width: 100%;
    height: 56px;
    line-height: 56px;
    /* border: 1px solid red; */
    text-align: left;
}
.newsmaintop span{
    width: auto;
    margin-right: 15px;
    font-size: 16px;
    color: #999999;
}
.newsmaintop span:first-child{
    margin-left: 20px;
}
.title{
    margin-top: 20px;
    font-size: 20px;
    color: #333333;
    font-weight: bold;
}
table{
    width: 996px;
    font-size: 12px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    float: right;
}
table tr:first-child{
    width: 100%;
    height: 36px;
    background: rgba(196, 224, 236,16%);
    line-height: 36px;
    color: #666666;
    border-bottom: 0px solid #7C88B1;
}
table tr{
    width: 100%;
    min-height: 52px;
    line-height: 20px;
    color: #333333;
    border-bottom: 1px solid rgba(124, 136, 177, 0.16);
    align-items:center;
    display: flex;
}
th,td{
    text-align: center;
    width: 100%;
    overflow:hidden;
}
th p,td p{
    width:498px;
    float:left;
    overflow: hidden;
}
th a{
    text-decoration: none;
    display:inline-block;
    width:50%;
}
tr:not(:first-child):hover{color:#123A87;font-weight:bold;}
.pages{
    width: 100%;
    height: 32px;
    margin-top: 30px;
}
.pages span{
    display: inline-block;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
}
.pages input{
    width: 48px;
    height: 28px;
    outline: none;
    border: 1px solid #DDDDDD ;
    margin: 0 8px 0 8px;
}
.pages button{
    background: #FFFFFF;
    width: 76px;
    height: 30px;
    outline: none;
    border: 1px solid #DDDDDD;
    color: #333333;
    cursor: pointer;
}
.main-container{
    height: auto !important;
    min-height: 830px !important;
    overflow: hidden;
    background: white;
}
.page-block {
    /* float: right; */
    display: flex;
    width: 100%;
    position: relative;
    padding-top: 30px;
}
.paginationjs-go-input {
    position: absolute;
    right: 0;
}
.paginationjs-pages {
    position: absolute;
    right: 132px;
    font-size:12px;
}
.paginationjs-prev {
    margin-right: 60px;
    width: 76px;
    /* height: 32px; */
}
.paginationjs .paginationjs-pages li.paginationjs-prev {
    /* border-right: 1px solid #aaa; */
}
.paginationjs-next {
    width: 76px;
    /* height: 32px; */
}
.paginationjs .paginationjs-pages li{
    justify-content: center;
    align-items: center;
}
.paginationjs .paginationjs-pages li>a {
    font-size: 12px;
    height: 32px;
    line-height: 32px;
}
.paginationjs .paginationjs-go-input>input[type=text] {
    width: 48px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    margin:0 8px;
    color:#333333;
}