@charset "utf-8";
/*重置*/
button,input,select,textarea{border:none; margin:0;outline:none; padding:0;background: none;}
/*公共css部分*/
/*清除浮动*/
.fix{*zoom:1;}
.fix:after{display:table; content:''; clear:both;}

.dib{display:inline-block;}
.vm{vertical-align:middle;}
.bora_5{ border-radius: 5px;}

/*内容框*/

/*查询*/
.search_list{ background-color: #f5f5f5; padding: 8px 10px 8px 5px;}
.search_list .box{ height: 32px; line-height: 32px;  color: #333; margin-left: 10px;width: 365px;}
.search_list input{ background-color: #fff; border:#eee solid 1px; height: 32px; border-radius: 3px; 
	text-indent: 10px; font-size: 14px; color: #333; width: 280px;
}
.search_list input:focus{ border-color: #0755bd; }
.search_list button{ width:80px; height: 32px; border-radius: 3px; background-color: #0755bd; 
	font-size: 16px; color: #fff; cursor: pointer; vertical-align: middle; margin-left: 5px; margin-top: 2px;
}
.search_list button:hover{ background-color: #005eac; }


/*子页内容框*/
.zy_contentbox{ min-height: 580px; margin-top: 30px; padding:0 5px; }
.zy_content{ margin-bottom: 50px; }



/* Table Styles */

.table-wrapper{
    margin-top: 10px;
    box-shadow: 0px 35px 50px rgba( 0, 0, 0, 0.2 );
}

.fl-table {
    border-radius: 5px;
    font-size: 12px;
    font-weight: normal;
    border: none;
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
    background-color: white;
}

.fl-table td, .fl-table th {
    text-align: center;
    padding: 8px;
}

.fl-table td {
    border-right: 1px solid #f8f8f8;
    font-size: 12px;
}

.fl-table thead th {
    color: #ffffff;
    background: #0755bd;
}


.fl-table thead th:nth-child(odd) {
    color: #ffffff;
    background: #000;
}

.fl-table tr:nth-child(even) {
    background: #F8F8F8;
}
