.fg-box{
	width:100%;
	background: url(../images/bg.png) no-repeat center top;
	position: relative;
}
.fgk-logo{	
	width: 1120px;
	height: 60px;
	position: relative;
	margin: 0 auto;
}
.fgk-logo img{
	height: 40px;
	position: absolute;
	top:10px;
	left: 0px;

}
.fg-tit{
	margin-bottom:100px;
	
}

.fg-tit p{
	text-align: center;
	font-family: '微软雅黑';
	font-size: 55px;
	font-weight: bold;
	color: #feffff;
}
.fg-con{
	width:1122px;
	margin: 0 auto;
	background: #fff;
	padding-top: 36px; 
}
.fg-search{
	width:1048px;
	height: 178px;
	background: #f5f5f5;
	margin: 0 36px 36px 36px;
	line-height: 178px;
}
.search-k{
	position: relative;
}
#search-i{
	width:700px;
	height: 42px;
	margin-right:25px;
	border: 2px solid #0f5a9b;
	border-radius: 10px; 
	margin-left: 106px;
	font-size: 16px;
	font-family: "微软雅黑";
	padding-left: 30px;
	color: #b7b7b7;
}
#but{
	width: 110px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	background: #0f5a9b;
	font-family: "微软雅黑";
	font-size: 18px;
	color:#fff;
	border-radius: 10px;
	border: 0px solid #fff;

}
.search-tm{
	width:200px;
	height: 30px;
	font-size: 16px;
	font-family: "微软雅黑";
	position: absolute;
	left: 50%;
	margin-left: -100px;
	bottom: 90px;
}
.search-tm span{
	color:#1e64a1;
}
.con-tit{
	width: 1048px;
	margin:0 auto;
	background: #fff;
}
.dtgx{
	width: 200px;
	height: 40px;
	font-family: '微软雅黑';
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	position: absolute;
	left:50%;
	margin-left: -66px;
	top:190px;
}
/*表格样式*/
.xh{
	width: 70px;
	text-align: left;
}
.gzbt {
	width: 450px;
}
.xz {
	width: 195px;
}
.tb_zcfg_title th {
	height: 80px;
	line-height: 80px;
	font-size: 20px;
	color: #333;
	border-bottom: 2px solid #0f5a9b;
	font-family: '宋体';
}
.zc_info span {
	display: block;
	font-family: '宋体';
	font-size: 16px;
	font-weight: bold;
	height: 50px;
	line-height:50px;
}
.zc_info em{font-style: normal; color: red;}
.zc_info span.sub-til {
	font-size: 14px;
	color: #5d89b6;
	font-family: '宋体';
	height: 20px;
	line-height:20px;
}
.even-tr {
	background-color: #eee;
}
.xz-btn{
	font-size: 14px;
        text-align: center;
}
.xz-btn a:first-child{
	margin-right: 30px;
}
table {
	border: 1px solid #fff;
    color: #4d4d4d;
    border-collapse: collapse;
    border-spacing: 0;
}
/*分页*/
/*#pagination-input{ width:40px; height:24px; line-height:18px; margin:0 5px; padding:0; overflow:hidden; border:1px solid #ccc;}
#page_div .pagination-index,#page_div .pagination-num{color: #666666;border: 1px #b2b2b2 solid;padding:5px 12px;margin-right:6px;text-align:center;font-size:14px;}
#page_div .pagination-index a, #page_div .pagination-num a{padding:0px; margin:0px;text-align:center;  color:#666666; display:block; font-size:14px;  }
#page_div pagination-num:hover, #page_div{padding:0px; margin:0px;text-align:center; font-size:14px;}
#page_div .pagination_index_last{width:260px; float:right; text-align:right; margin:0 auto;}

#page_div a.hover{background-color: #257295;color:#fff;font-size:14px;}
#page_div a.hover a:hover{ color:#fff;}
.page_num{padding-top:25px; padding-bottom:20px;height:auto;overflow:hidden;width:96%;margin:auto;font-size:14px; clear: both;}
.newspage{ height:30px; color:#000;margin:0 auto;line-height: 30px;}*/

/* 分页 */

.page_num{
    text-align: center; padding: 25px 0;
}
.page_num li{
    display: inline-block; font-size: 14px;box-sizing: border-box; margin: 0 4px 5px;
}
.page_num a, .page_num .prev_page span, .page_num .next_page span{
    display: inline-block; padding: 3px 10px; line-height: 22px; box-sizing: border-box; border: 1px solid #e8e8e8; color: #333;
}
.page_num a:hover,.page_num a.current{
    background-color: #1a5284; color: #fff;
}
#page_input{
    display: inline-block; width: 34px; height: 30px; line-height: 30px; padding: 0 1px; border: 1px solid #e8e8e8; margin:0 2px; box-sizing: border-box; vertical-align: top;
}
.page_jump a{
    margin-left: 5px;
}


@media screen and (max-width:1200px) {
.dtgx i {width: calc((100% - 150px) / 2)}
.fg-con,.fg-search {width: 100%;}
.fg-search{margin: 0;}
.search-k {padding: 0 5px;}
#search-i{width: calc(100% - 115px);margin: 0;}
.con-tit,.con-tit table {width: 100%;}
.xh {width: 100px;}
.xz-btn a {display: block;margin:0;}
.xz-btn a:first-child{margin-right: 0; margin-bottom: 10px;}
.zc_info span {height: auto;padding: 10px 0;line-height: 20px;}
}