/**
页面公用头部和底部的css
 */
html{
    height: 100%;
}
body{
    position: relative;
    background: #F5F5F5;
    min-height: 100%;
}
.header{
    background: #fff;
}
#location{
    color:gray;
    margin-left: 5px;
}
.mainTable{background: #fff;padding: 20px;margin-top: 10px}
.header_tip{
    background: #8c8c91;
    color:#fff;
    padding:10px 0;
}
.header_tip a{
    color:#fff;
    display: inline-block;
    padding: 0 5px;
}
.header_tip a:hover{
    color:#AACE39 !important;
}
.header_tipTime{
    padding-left: 5%;
}
.header_tipOper{
    text-align: center;
}
/*头部搜索*/
.header_search{
  margin: 20px 0;
}
.header_logo_div{
    padding-left:5%;
}
.header_logo{
    height: 63px;
    background: url("../../images/header_logo.png");
    background-repeat: no-repeat;
    background-position: left center;
    line-height: 60px;
    padding-left: 217px;
    font-weight: bold;
    font-size: 18px;
}
.header_search_div{
    margin-top: 15px;
}
.header_search_div input{
    width: 85%;
    border-right: none;
}
.header_search_div button{
    position: absolute;
    top: 0;
    right: 0;
    width: 15%;
    border-left: none;
    border-radius: 0 2px 2px 0;
    background: #AACE39 ;
}
/*头部导航*/
.header_nva{
    background: #AACE39 ;
}
.header_nva{
    padding:15px 0;
    font-size: 16px;
}
.header_nva ul{
    width: 80%;
    margin: auto;
}
.header_nva li{
    float: left;
    width: 150px;
    text-align: center;
}
.header_nva a:hover{
    color:#fff;
}
.header_nva li.active a{
    color:#fff;
}
.content{
    padding: 20px 0 50px 0;
    width: 90%;
    margin: auto;
}
/**
公用底部
 */
.footerDiv {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.footer{
    text-align: center;
    color:#fff;
    background: #383842;
    padding:10px 0;
}
/**
表格同意样式
 */
th{
    text-align: center;
}
/**
附件样式
 */
.fileList{
    margin-bottom:10px;
}
.fileList li{
    padding: 5px 0;
}
.fileList a{
    cursor:pointer;
}
.delIcon{
    margin-left: 5px;
    color: #ce2524;
}
.delIcon i{
    font-size: 12px;
    font-weight: bolder;
}
/**
表单table
 */
.formTable{width: 100%}
.formTable td{padding: 5px;border: 1px solid #AACE39 !important;border-right: 1px;border-left: 1px;}
.formTable td:nth-child(odd){
    background: #E5F0C0;
}
.formTable td:nth-child(even){
    background: #FFFFD5;
}
.formTable td .read{
    background: #FFFFD5;
}
.formBtn{
    text-align: center;margin-top: 20px
}
.formBtn button{
    width: 200px;
}
.disnone{
    display: none;
}
.layui-table-cell a{
    width: 100%;
    display: inline-block;
}