/* * 主体信息
 * author:zhouzongyi
 * date:2021-11-01 */

 *,
 ::after,
 ::before {
     box-sizing: border-box;
 }

 .module input {
    border: 1px solid #e2e2e2;
    border-radius: 2px;
    padding: 0 11px;
}

/* 头部搜索 */
.module-hd {
    height: 107px;
    overflow: hidden;
    line-height: normal;
    margin: 0 14px;
    border-bottom: 1px solid #f2f2f2;
    padding-top: 30px;
    padding-bottom: 30px;
}

.infor-search {
    margin-left: 25%;
    height: 46px;
}

.infor-search input {
    height: 46px;
    width: 410px;
}

.infor-search .search-span {
    display: inline-block;
    width: 90px;
    height: 46px;
    line-height: 46px;
    padding-left: 46px;
    background: url("../images/query_ico.png") 19px center no-repeat #b01127 ;
    font-size: 16px;
    color: #fff;
    margin-left: 17px;
    cursor: pointer;
}

.infor-search .search-drop {
    display: inline-block;
    height: 46px;
    line-height: 46px;
    color: #b0b0b0;
    padding-right: 23px;
    background: url("../images/drop-down.png") right center no-repeat;
    cursor: pointer;
    margin-left: 28px;
}

/* 点击下拉框 */
.drop {
    height: auto;
    overflow: visible;
}

.drop input {
    height: 38px;
    line-height: 38px;
}

.drop  .drop-down {
    display: block;
}

.drop-down {
    display: none;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 20px;
}

.drop-down>li {
    float: left;
    height: 46px;
    line-height: 46px;
    margin-bottom: 16px;
}

.drop-down>li:nth-child(1),
.drop-down>li:nth-child(2)   {
    min-width: 560px;
    width: 50%;
    padding-left: 20px;
}

.drop-down>li:nth-child(1) input, 
.drop-down>li:nth-child(2) input {
    min-width: 400px;
    width: 78%;
}

.drop-down>li:nth-child(3),
.drop-down>li:nth-child(4) {
    min-width: 300px;
    width: 25%;
    padding-left: 35px;
}
.drop-down>li:nth-child(3) input,
.drop-down>li:nth-child(4) input {
    min-width: 160px;
    width: 53%;
}


.drop-down>li:nth-child(5) .chosen-container-single .chosen-single {
    height: 38px;
    line-height: 38px;
}

.drop-down .chosen-container {
    margin-right: 40px;
}
 

.drop-down .chosen-container-single .chosen-single div b {
    display: block;
    width: 100%;
    height: 100%;
    background: url("../js/lib/chosen/chosen-sprite.png") no-repeat 0px 9px;
}

.drop-down .chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 9px;
}

.drop-down .chosen-container-single .chosen-single {
    color: #aaa;
}

.drop .search-drop {
    content: "收起";
    background: url("../images/drop-down1.png") right center no-repeat;
}

/* 内容列表 */

.module-bd {
    padding-top: 40px;
}

.table-hd {
    height: 42px;
    line-height: 42px;
    background-color: #f9e7e7;
    border-radius: 4px;
    text-align: center;
}

.infor-index{
    width: 10%;
}

.infor-code {
    width: 25%;
}

.infor-name {
    width: 40%;
    text-align: left;
}

.infor-people {
    width: 12%;
}

.infor-place {
    width: 13%;
}

.table-hd>li {
    float: left;
}

.infor-list {
    margin-left: 0;
    height: auto;
}

.infor-item {
    height: 60px;
    line-height: 60px;
    text-align: center;
}

.infor-link {
    display: block;
    font-size: 0;
    color: #333;
}

.infor-link>span {
    display: inline-block;
    font-size: 14px;
    vertical-align: top;
}
.infor-item:hover .infor-link {
    background: url("../images/table-tbody-acitve.png") no-repeat center center ;
    background-size: 100% 52px;
}
.pager {
    margin-left: 30%;
}

.m-pagination-jump::after {
    left: 83px;
}

