/**!
* 青海政务
* date:2019-12-03
* author: huangweiping;
*/

.list-info {
    position: relative;
    height: 65px;
}

.list-info .info-box {
    margin-top: 30px;
    height: 15px;
    line-height: 15px;
    color: #666666;
}

.info-tb {
    width: 100%;
    table-layout: fixed;
}

.info-tb th {
    height: 44px;
    background-color: #f8f8f8;
    text-align: center;
    font-size: 16px;
    color: #666666;
}

.info-tb thead tr th:nth-child(1) {
    width: 360px;
}

.info-tb thead tr th:nth-child(3) {
    width: 150px;
}

.info-tb thead tr th:nth-child(4) {
    width: 200px;
}

.info-tb tbody td {
    height: 64px;
    text-align: center;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 15px;
}

.info-tb tbody tr {
    border-bottom: 1px solid #e8edf2;
}

.info-name {
    color: #1492ff;
}

.ope-btn {
    color: #1492ff;
}

.pos-name {
    margin-top: 30px;
    font-size: 16px;
}

.new-position .position {
    margin-top: 30px;
    height: 20px;
}

.new-position .position-btn {
    display: inline;
    border: none;
    line-height: 20px;
    background: url("../images/adminpermit2/arrow-b.png") no-repeat right 12px
        center;
    color: #1492ff;
    font-size: 16px;
}

.new-position .position-drop {
    top: 30px;
}

.new-position .position-drop-inner:before {
    left: 74px;
}
