/*页码*/

.table-wrapper{
    margin: 0px;
    
	width: 100%;
    margin: 0 auto 30px;
}

.fl-table {
	border:1px solid #ccc;
    border-radius: 5px;
    font-size: 18px;
    font-weight: normal;
    box-shadow: 0px 5px 20px rgba( 11, 58, 130, 0.2 );
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
    white-space: nowrap;
    background-color: white;
}

.fl-table td, .fl-table th {
    text-align: center;
    padding: 8px;
}

.fl-table td {
    border-right: 1px solid #f8f8f8;
    font-size: 16px;
}

.fl-table thead th {
    color: #ffffff;
font-size:16px;
    background: #56a4c5;
}


.fl-table thead th:nth-child(odd) {
    color: #ffffff;
font-size:16px;
    background: #1c4c96;
}

.fl-table tr:nth-child(even) {
    background: #F8F8F8;
}

/* Responsive */
.cullist-sj{ display:none}

@media screen and (max-width: 680px) {
.table-wrapper {
    margin: 0px;
    box-shadow: 0px 5px 20px rgba( 11, 58, 130, 0.2 );
    overflow: scroll;
}
.fl-table thead th:nth-child(odd) {
    color: #ffffff;
    font-size: 12px;
    background: #1c4c96;
}
.fl-table thead th {
    color: #ffffff;
    font-size: 12px;
    background: #56a4c5;
}
.fl-table td {
    border-right: 1px solid #f8f8f8;
    font-size: 12px;
}
.fl-table td, .fl-table th {
    text-align: center;
    padding: 0px;
}
}
.pages{ display: flex;
  justify-content: center; 
  align-items: center;}
#yema {
	clear: both;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 30px;
}
#yema .pages a {
	vertical-align: middle;
	font-size: 14px;
	margin:5px;
	font-family: "Microsoft YaHei";
	padding: 5px 15px;
	line-height: 25px;
	text-align: center;
	border: 1px solid #ccc;
	color: #333;border-radius: 5px;
	display: inline-block;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
#yema .pages span {
	vertical-align: middle;
	color: #ffffff;
	width: 27px;
	height: 27px;
	line-height: 27px;
	background-color: #0050A3;
	display: inline-block;
	font-size: 14px;
}
#yema .pages a.pages_btn {
	width: 60px
}
#yema .pages a.pages_num {
	width: 60px
}
/*通用*/

* {
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
}
ul {
	padding: 0;
	margin: 0;
}
.clearfix, .c {
	zoom: 1;
	clear: both;
}
.clearfix:after, .clearfix:before, .c:after, .c:before {
	display: table;
	content: "";
}
.clearfix:after, .c:after {
	clear: both;
}
.l {
	float: left;
}
.r {
	float: right;
}
.box {
	width: 1300px;
	margin: 0 auto;
}
.logo {
    width: 445px;
	float:left;
	margin-top:12px;
    
}
.navs{ width:730px; float:right;margin-top: 28px;}
