/**!
 * 管委会文件
 * date:2022-8-09
 * author: jjuan;
 */
 .common-table{
     margin-top: 25px;
     width: 100%;
     table-layout: fixed;
 }

 .table-th th{
     /*padding-left: 32px;*/
     padding-left: 10px;/*20221026*/
     text-align: center;
     height: 30px;
     line-height: 30px;
     background: #d3e7fe;
     font-size: 15px;
     font-weight: bold;
     color: #666;
 }

 .common-table .table-th-name{
     color: #333;
 }

 .table-tb tr{
     line-height: 30px;
     height: 30px;
 }

 .table-tb td{
    /*padding-left: 32px;*/
    padding-left: 10px;/*202210026*/
    color: #333333;
    font-weight: 200;
	padding-top:6px;/*202210026*/
	line-height:26px;/*202210026*/
 }

 .table-tb td>a{
     display: inline-block;
     color: #3269B8;
	 padding-right: 20px;/*202210026*/
 }

 .table-tb .center{
     text-align: center;
 }

 /* 分页 */
.gxhpager1{
    margin-top: 17px;
}

.m-pagination-page > li.active > a{
    background: none;
    border: none;
    color: #f99a8f;
    font-weight: bold;
}

.m-pagination-page > li > a{
    padding: 0 15px;
    color: #666;
}

.m-pagination-info{
    color: #666;
}

.m-pagination-info .go{
    color: #666;
    margin: 0 8px 0 10px;
}

.m-pagination-group > input{
    width: 36px;
    margin-right: 6px;
    border: 1px solid #dedede;
}

.m-pagination-jump{
    width: auto;
}

/*20221026*/
.text-overflow {
    white-space: inherit !important;
}

.ope-btn {
    padding-right: 0px !important;
}