/**!
 * 新疆维吾尔自治区一体化在线政务服务平台项目-权责清单详情
 * date:2020-08-028
 * author: hujiahua;
 */
.main-container {
    border: 1px solid #DFEBF8;
    margin: 20px auto 30px;
}

.main-box {
    padding: 19px 60px;
}

.main-title {
    height: 42px;
    font-size: 26px;
    color: #333;
    line-height: 42px;
    text-align: center;
}

.basic-infor {
    margin-top: 10px;
}


.details-title-box {
    height: 36px;
    border-bottom: 2px solid #c5d5ea;
}

.details-title {
    float: left;
    height: 36px;
    font-size: 18px;
    font-weight: bold;
    color: #1080cc;
    line-height: 36px;
    border-bottom: 2px solid #1080cc;
    padding: 0 15px;
}

.infor-list {
    margin-top: 28px;
}

.detailed-list {
    margin-top: 30px;
}

/* 基础信息表格 */
.details-table {
    margin-top: 28px;
}

.details-table td {
    height: 40px;
    border: 1px solid #c5d5ea;
    padding-left: 20px;
}

.details-table td p {
    max-width: 907px;
    line-height: 28px;
}

.infor-content-box {
    margin: 5px 0;
}

.details-table td.infor-title {
    font-weight: bold;
    padding-right: 20px;
    text-align: right;
    background: #f4f9fd;
}


/* 表格样式 */
.tb-container {
    height: auto;
    border: none;
    padding: 15px 0 0 0;
    text-align: center;
    margin-bottom: 0;
}

.operate {
    width: 230px;
    margin: 0 auto;
    cursor: pointer;
}

.operate-btn {
    float: left;
    height: 28px;
    border: 1px solid #1080CC;
    border-radius: 5px;
    line-height: 28px;
    color: #1080CC;
    text-align: left;
}

.declare {
    width: 52px;
    padding-left: 56px;
    background: url("../images/declare.png")no-repeat left 24px center;
    margin-right: 10px;
}

.declare.disabled {
    color: #999;
    border: 1px solid #999;
    background: url("../images/declare-disabled.png")no-repeat left 24px center;
    cursor: not-allowed;
}


.work-guide {
    width: 70px;
    padding-left: 38px;
    background: url("../images/work-guide.png")no-repeat left 13px center;
}