@charset "utf-8";
/* box */
.box-gb .box-title {
	height: 46px;
	line-height: 46px;
	text-align: center;
	border-bottom: 3px solid #355e92;
}
.box-gb .box-title .box-title-cnt { font-size: 18px;}
.box-gb .box-title .box-title-cnt.b-left {
	font-size: 24px;
	color: #c31f0b;
}
.box-gb .box-btn { font-size: 18px;}
.box-gb .box-btn.b-left:before ,
.box-gb .box-btn.b-right:after {
	font-family: "瀹嬩綋";
	font-weight: bold;
	color: #b52b06;
}
.box-gb .box-btn.b-left:before {
	content: "<<";
	padding-right: 5px;
}
.box-gb .box-btn.b-right:after {
	content: ">>";
	padding-left: 5px;
}
.box-jj {
	padding-left: 29px;
	border-bottom: 1px dotted #ddd;
}
.box-jj .box-title {
	padding-left: 5px;
	line-height: 60px;
	font-size: 24px;
	color: #c31f0b;
	border-bottom: 2px solid #355e92
}
.box-jj .box-cnt {
	padding-top: 10px;
	padding-bottom: 25px;
	line-height: 36px;
	color: #333;
}
.box-gbjs { padding-left: 29px;}
.box-gbjs .box-title {
	padding: 10px 0;
	padding-left: 5px;
	line-height: 60px;
	font-size: 24px;
	color: #c31f0b;
}
/* box */

/* list */
.box-gb .list .list-title {
	height: 44px;
	padding-left: 36px;
	line-height: 44px;
	font-size: 20px;
	font-weight: bold;
	color: #355e92;
	background: #f6f6f6 url(/wimages/li_nav.png) no-repeat 10px center;
}
.box-gb .list-card .list-item {
    width: 170px;
    height: 60px;
    line-height: 60px;
    margin-top: 20px;
    margin-left: 20px;
}
.box-gb .list-card .list-item:nth-child(4n+1) { margin-left: 0;}
.box-gb .list-card .list-item div { border: none;}
/* list */

/* logo */
.logo-gb {
	height: 260px;
	background: url(/wimages/bg_logo_zfgb.png) no-repeat 150px;
}
/* logo */

/* search */
.search-gb {
	line-height: 34px;
	font-size: 18px;
	color: #333;
}
.search-gb .search-item { margin-bottom: 20px;}
.search-gb .search-item-name {
	float: left;
	width: 80px;
	text-align: right;
}
.search-gb .search-item-cnt { margin-left: 100px;}
.search-gb .search-select ,
.search-gb .search-input {
	position: relative;
	width: 100%;
	height: 32px;
	padding: 0 9px;
	line-height: 32px;
	box-sizing: border-box;
	border: 1px solid #ddd;
	overflow: hidden;
}
.search-gb .search-select:after {
	content: ">";
	position: absolute;
	top: 0;
	right: 0;
	width: 32px;
	height: 32px;
	text-align: center;
	color: #fff;
	background-color: #355e92;
	transform: rotate(90deg);
}
.search-gb .search-select-text { color: #bbb;}
.search-gb .search-select select {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	filter:alpha(opacity=0);
	cursor: pointer;
	z-index: 999;
}
.search-gb .search-input input {
	width: 100%;
	height: 32px;
	background: none;
	border: none;
}
.search-gb .search-btn {
	display: inline-block;
	height: 34px;
	padding: 0 48px;
	line-height: 34px;
	color: #fff;
	background-color: #355e92;
	border-radius: 3px;
}
.search-gb .search-btn:hover { opacity: .8;}
.search-gb .search-item:first-child .search-select {
	text-align: center;
	background-color: #eee;
	border-color: #eee;
}
.search-gb .search-item:first-child .search-select:after {
	position: relative;
	display: inline-block;
	width: auto;
	background: none;
	color: #355e92;
}
.search-gb .search-item:first-child .search-select-text { color: #355e92;}
/* search */

/* select */
.box-gb .box-title .select {
	position: relative;
	width: 132px;
	height: 32px;
	margin-top: 6px;
	line-height: 32px;
	text-align: left;
	border: 1px solid #ddd;
}
.box-gb .box-title .select {
	padding-left: .5em;
	color: #474747;
}
.box-gb .box-title .select:after {
    content: ">";
    position: absolute;
 	top: -1px;
	right: -1px;
	width: 32px;
	height: 34px;
	text-align: center;
	color: #fff;
	background-color: #355e92;
   transform: rotate(90deg);
}
.box-gb .box-title .select select { z-index: 999;}
/* select */