/*正文*/
.content{
    width:100%;
}
.content .container_header{
    width: 1200px;
    height:86%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    background-color: #ffffff;
   
}
.container_header .content {
	width: 1200px;
	height: 100%;
	margin: auto;
	padding-left: 3px;
	padding-right: 3px;
	background-color: #ffffff;
}
/*正文*/
.chax{
	width: 100%;
	height: 26px;
	padding-left: 28px;
	color: #467eeb;
	text-align: left;
	border-left: 5px solid #467eeb;
	margin-bottom: 16px;
	font-size: 1.125rem;
}
.content .title{
	width: 1172px;
	height: 34px;
	background-color: #f5f5f5;
	padding: 14px;
	margin-bottom: 15px;
	text-align: left;
}
.title .c-search {
    width: 570px;
    border: 1px solid #dcdcdc;
    height: 32px;
    line-height: 32px;
    padding: 0 8px;
    border-radius: 4px 0px 0px 4px;
    outline: none;
}
.title i {
    width: 40px;
    height: 34px;
    float: right;
    line-height: 34px;
    border-radius: 0 4px 4px 0;
    position: absolute;
    margin-top: 0px;
    background: #4d8aff url(../images/sous.png) no-repeat center center;
    background-size: 20px;
    position: absolute;
    cursor: pointer;
}
/*表格*/
table.tab_b {
    border-left: 1px solid #e3ecf1;
    border-bottom: 1px solid #e3ecf1;
    color: #444444;
	position: relative;
}
table.tab_b tr td {
    border-right: 1px solid #e3ecf1;
    border-top: 1px solid #e3ecf1;
    padding: 12px;
    line-height: 22px;
    font-size: 0.75rem;
    text-align: center;
}
.fs13{
	font-size: 0.813rem !important;
}
table.tab_b tr td a{
	display: block;
	margin: 0 auto;
	width: 104px;
	height: 94px;
	border: 1px solid transparent;
	
}
table.tab_b tr td a:hover{
	border: 1px solid #dddddd;
}
/*翻页*/
.fany{
	margin: 0 auto;
	padding: 36px 340px;
}
.fany p{
	float: left;
	height: 36px;
	line-height: 36px;
	margin-top: 5px;
	font-size: 0.875rem;
	margin-right: 6px;
}
.fany ul li{
	display: block;
	padding: 5px 3px 5px 10px;
	float: left;
}
.fany ul li a{
	display: block;
	border: 1px solid #333333;
    padding: 5px 12px 5px 12px;
    color: #333333;
    margin-right: 3px;
    border: 1px solid #efefef;
    border-radius: 4px;
}
.fany ul li a:hover{
	border: 1px solid transparent;
	background-color: #457fed;
	color: white;
}
