/**!
 * [依申请公开-申请信息]
 * date:2019-01-07
 * author: [zhuchenghao];
 */

.header-1 h2.title-font {
    font-size: 24px;
    border-left: 5px solid #d2a261;
    line-height: 1;
    padding-left: 10px;
    font-weight: bold;
    margin: 20px 0;
}

.header-1 h2.title-font a {
    color: #d2a261;
}

.header-1 h2.title-font>span {
    display: block;
    font-size: 14px;
    color: #999999;
}

@media (min-width: 992px) {
    .header-1 h2.title-font>span {
        display: inline-block;
        margin-left: 22px;
    }
}

.header-1 h2.title-font span.total {
    color: #d2a261;
    font-size: 15px;
}

.tab-content .info-detail {
    width: 63%;
    margin: 0 auto;
}

.info-detail .item {
    font-size: 15px;
    line-height: 35px;
    margin-bottom: 0;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

.info-detail .item>span {
    display: inline-block;
    color: #999999;
    text-align: right;
}

@media (min-width: 992px) {
    .info-detail .two-items .item {
        float: left;
        width: 50%;
    }
}

.info-detail .textarea {
    outline: none;
    resize: none;
    width: 100%;
    height: 100px;
    border: 1px solid #bebebe;
    color: #333333;
    vertical-align: middle;
}


/* 历史类似申请 */

.apply-similar .apply-table {
    width: 100%;
    table-layout: fixed;
}

.apply-table .thead th {
    font-size: 15px;
    font-weight: bold;
    height: 40px;
    background-color: #ffdbdb;
    text-align: center;
    border: 1px solid #ffdbdb;
}

.apply-table .thead th.last {
    border-right: none;
}

.apply-table .tbody td {
    font-size: 15px;
    height: 40px;
    background-color: #f7f7f7;
    text-align: center;
    border: 1px solid #ffdbdb;
    white-space: normal;
    padding: 0 10px;
}

.apply-table .tbody td.last {
    border-right: none;
}

.apply-table .tbody td.link-item {
    padding: 0 20px;
}

.tbody td.id {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tbody .link-item a {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tbody .not-handle {
    color: #d2a261;
}


/* 继续提交和取消提交按钮  */

.btns {
    font-size: 0;
    text-align: center;
}

.btns .btn {
    border: 1px solid #eee;
    /*border: none;*/
    /*outline: none;*/
    width: 150px;
    height: 40px;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    margin: 0 20px;
    border-radius: 4px;
}

.btns .btn-submit {
    background-color: #d2a261;
}

.btns .btn-cancle {
    background-color: #b3b3b3;
}