﻿@charset "utf-8";

.mainContent{
    width:100%;
}

.mainBox .mBd {
    padding: 5px;
}

.page{
    padding-left:30px;
}

/* 档案列表搜索 */
.archiveSearchBar {
    height: 30px;
    padding-top: 20px;
    margin-bottom: 20px;
    padding-left: 300px
}

.archiveSearchBar .input-box {
    float: left;
    margin-right: 10px
}

.archiveSearchBar .input-box input {
    height: 38px;
    line-height: 28px;
    width: 300px;
    background: #fff;
    border: 1px solid #dcdcdc;
    padding-left: 10px;
}

.archiveSearchBar .archiveSelect {
    float: left;
    height: 30px;
    line-height: 30px;
    margin-right: 10px
}

.archiveSearchBar .archiveSelect span {
    float: left;
    margin-right: 5px
}

.archiveSearchBar .archiveSelect select {
    height: 40px;
    line-height: 38px;
    width: 120px;
    border: 1px solid #e4e4e4;
    padding-left: 8px;
}

.archiveSearchBar .btn-box {
    float: left;
    margin-right: 10px
}

.archiveSearchBar .btn-box .btn {
    display: block;
    width: 80px;
    height: 40px;
    line-height: 40px;
    border: none;
    background: #009ed6;
    color: #fff;
    font-size: 16px;
}

.archiveScreenCon {
    padding: 30px 40px;
}

    .archiveScreenCon .lable {
        margin-bottom: 20px;
        overflow: hidden
    }

.archiveScreenCon .lable .hd {
    width: 100px;
    float: left;
    background: #009ed6;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    margin-right: 10px;
    position: relative;
    padding: 7px 10px;
    line-height: 20px;
}

.archiveScreenCon .lable .hd:after {
    content: "";
    position: absolute;
    top: 8px;
    right: -15px;
    border-width: 9px;
    border-color: transparent;
    border-style: dashed;
    border-left-color: #009ed6;
    border-bottom-style: solid;
    display: block;
    font-size: 0;
    line-height: 0;
    width: 0;
}

.archiveScreenCon .lable .bd {
    width: 920px;
    float: left;
    margin-left: 10px;
}

.archiveScreenCon .lable .bd ul li {
    float: left;
    height: 34px;
    line-height: 34px;
    margin: 0 10px;
}

.archiveScreenCon .lable .bd ul li a {
    padding: 2px 5px;
}

.archiveScreenCon .lable .bd ul li a:hover {
    background: #f5b749;
    color: #fff;
    text-decoration: none;
    border-radius: 2px;
}

.archiveScreenCon .select {
    background: #f5b749;
    color: #fff;
    text-decoration: none;
    border-radius: 2px;
}


.tableCon {
    padding: 0px 30px
}

.tableCon table {
    width: 100%
}

.tableCon table th {
    padding: 14px 5px;
    background: #fff4de;
    font-size: 16px;
    font-weight: bold;
    color: #993300;
    text-align: center;
}

.tableCon table tr:nth-child(even) {
    background: #f9f9f9
}

.tableCon table td {
    padding: 15px 5px;
    text-align: center
}

.tableCon table td.title {
    background: url(../img/icon-dc.png) no-repeat 10px center;
    padding-left: 40px;
    text-align: left;
}


/* 下载 */
.downloadArchive {
    background: url(../img/icon-down.png) no-repeat left center;
    padding-left: 20px
}

.downloadArchive:hover {
    text-decoration: none;
    color: #87c248
}

.archivePasswordPanl {
    margin-top: 20px;
    font-size: 16px;
}

.archivePasswordPanl .message {
    color: #ff0000;
}

.downloadBtn {
    color: #0068b7;
    text-decoration: underline;
}

.archivePasswordPanl input#archivePassword {
    border: 1px solid #f0f0f0;
    height: 36px;
    border-radius: 3px;
    width: 50%;
    margin-top: 10px;
    padding-left: 5px
}


/* 档案-内容页 -----------------------------------------------------*/
.ueditortable {
    margin-bottom: 30px;
}

.archiveDetailTable td {
    background: #fff;
    padding: 6px 15px;
    width: 35%;
    border: 1px solid #c5c5c5;
    color: #333;
    font-size: 12px;
}

.archiveDetailTable .tdlab {
    text-align: right;
    width: 18%;
    background: #e9e9e9;
    padding-right: 5px
}
