/**!
*  通用列表页
* date: 2020-05-28
* author: wuzhou;
*/

.details-info {
    padding: 27px 50px 29px;
}

/* 手机端 */
@media (max-width:767px) {
    .details-info {
        padding: 27px 10px 29px;
    }
}


.details-title {
    padding: 8px 0;
    line-height: 28px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #666;
}

.details-sub {
    padding: 7px 0;
    font-size: 15px;
    color: #999;
    text-align: center;
    line-height: 24px;
}

.details-body {
    margin-top: 16px;
    border-top: 1px dashed #e5e5e5;
    padding-top: 20px;
}

/* 查找 */
.unit-sel {
    margin-top: 10px;
    width: 178px;
    height: 50px;
    border-radius: 5px;
    outline: none;
    font-size: 16px;
    color: #666;
    text-indent: 15px;
    border: 1px solid #e2e0e0;
}

/* 手机端 */
@media (max-width:767px) {
    .unit-sel {
        width: 100%;
    }
}

.chosen-container-single .chosen-single {
    padding: 0 0 0 14px;
    height: 50px;
    border: 1px solid #e2e0e0;
    color: #666;
    font-size: 16px;
    line-height: 50px;
    border-radius: 5px;
}

.search-area {

    margin-top: 10px;
    line-height: 50px;
    color: #666;
    font-size: 16px;
}

/* 手机端 */
@media (max-width:767px) {
    .search-area {
        width: 100%;
    }
}

.ewb-search {
    margin-left: 55px;
    position: relative;
    z-index: 1;
    padding-left: 16px;
    width: 206px;
    height: 50px;
    border-radius: 5px;
    border: 1px solid #d2d2d2;
}

/* 手机端 */
@media (max-width:767px) {
    .ewb-search {
        width: 80%;
    }
}

.ewb-search .input-placeholder {
    position: absolute;
    top: 0;
    left: 16px;
    height: 50px;
    line-height: 49px;
    color: #999;
    z-index: -1;
    cursor: text;
}

.ewb-search .input-box {
    width: 100%;
    height: 50px;
    line-height: 49px;
    border: 0;
    color: #999;
    background: 0 0;
}

/* 表格 */

.list-tb {
    margin-top: 30px;
    width: 100%;
}

/* 手机端 */
@media (max-width:767px) {
    .table-responsive {
        border: 0;
    }

    .list-tb {
        width: 758px;
    }

}

.list-tb thead th {
    text-align: center;
    color: #464646;
    font-size: 18px;
    font-weight: bold;
    height: 55px;
    padding: 0 5px;
    background-color: #f6f6f6;
}

.list-tb tbody td {
    font-size: 16px;
    color: #666;
    text-align: center;
    height: 44px;
    padding: 0 5px;
}

.list-tb tbody tr:nth-child(even) {
    background-color: #f6f6f6;
}

/* 分页 */
.page-box {
    padding-top: 25px;
}

.pager {
    margin: 0;
    padding: 0;
    text-align: center;
}

.m-pagination-page,
.m-pagination-jump {
    float: none;
    display: inline-block;
    margin-top: 0;
    vertical-align: top;
    margin-right: 0;
}

.m-pagination-page>li>a {
    border-radius: 4px;
}


.m-pagination-page>li:hover>a,
.m-pagination-group>button:hover,
.m-pagination-page>li.accfocus>a,
.m-pagination-group>button.accfocus {
    color: #fff;
    border-color: #ef4837;
    background-color: #ef4837;
}

.m-pagination-page>li.active>a {
    color: #fff;
    font-weight: normal;
    background-color: #ef4837;
}

.m-pagination-jump {
    width: 83px;
}

