@charset "utf-8";

body {
	padding: 0;
	margin: 0;
	font-family: 'Microsoft Yahei', Verdana, Arial;
	font-size: 16px;
	-webkit-text-size-adjust: none;
	background-color: #fff;
}

@font-face {
	font-family: 'icomoon';
	src: url('../fonts/icomoon.eot?2z3o0y');
	src: url('../fonts/icomoon.eot?#iefix2z3o0y')
		format('embedded-opentype'), url('../fonts/icomoon.woff?2z3o0y')
		format('woff'), url('../fonts/icomoon.ttf?2z3o0y') format('truetype'),
		url('../fonts/icomoon.svg?2z3o0y#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

img {
	border: none;
}

dl, dt, dd, ul, li, form, input, textarea {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix {
	zoom: 1;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
}

a {
	color: #333;
	text-decoration: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.border {
	border: 1px solid #ccc;
	box-sizing: border-box;
}

.border-gray {
	border: 1px solid #f2f2f2;
	border-top: none;
}

.white-bg {
	background-color: #fff;
}

.mt-space {
	margin-top: 10px;
}

.mt-space02 {
	margin-top: 5px;
}

.max-wrap {
	max-width: 1920px;
	min-width: 1003px;
	margin: 0 auto;
	position: relative;
}

.main-wrap {
	width: 1003px;
	margin: 0 auto;
}
/*top-bar--start*/
.top-bar {
	color: #888;
	font-size: 0.75em;
	line-height: 36px;
	background-color: #f6f7fb;
}

.top-bar a {
	color: #888;
}

.top-bar .english {
	color: #f15447;
}

.top-bar a:hover {
	text-decoration: underline;
}

.link-sep:before {
	content: "|";
	display: inline-block;
	padding: 0 5px;
}

.version-links {
	
}
/*top-bar--end*/

/*banner动画*/
.fullSlide {
	width: 100%;
	position: relative;
	height: 250px;
	background: #fff;
}

.fullSlide .bd {
	margin: 0 auto;
	position: relative;
	z-index: 0;
	overflow: hidden;
}

.fullSlide .bd ul {
	width: 100% !important;
}

.fullSlide .bd li {
	width: 100% !important;
	height: 250px;
	overflow: hidden;
	text-align: center;
}

.fullSlide .bd li a {
	display: block;
	height: 410px;
}

.fullSlide .hd {
	display: none;
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	height: 40px;
	line-height: 40px;
}

.fullSlide .hd ul {
	text-align: center;
}

.fullSlide .hd ul li {
	cursor: pointer;
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 42px;
	height: 8px;
	margin: 2px;
	overflow: hidden;
	background: #fff;
	border-radius: 1px;
	filter: alpha(opacity = 50);
	opacity: 0.5;
	line-height: 999px;
}

.fullSlide .hd ul .on {
	background: #f00;
}

.fullSlide .prev, .fullSlide .next {
	display: none !important;
	position: absolute;
	z-index: 1;
	top: 50%;
	margin-top: -30px;
	left: 8%;
	z-index: 1;
	width: 40px;
	height: 60px;
	cursor: pointer;
	filter: alpha(opacity = 50);
	opacity: 0.5;
	display: none;
}

.fullSlide .next {
	left: auto;
	right: 8%;
	background-position: -6px -137px;
}

/*文字部分*/
.fullSlide .samk {
	position: relative;
	top: 0;
	left: 0;
	z-index: 999;
	width: 1003px;
	margin: 0 auto;
	text-align: center;
	height: 100%;
}

.fullSlide .satext {
	width: 100%;
	position: absolute;
	top: 70px;
	right: 0;
	text-align: right;
	z-index: 999;
}

.mt-10 {
	margin-top: 10px;
}
/* 文字动画效果 */
#fonta_01 {
	position: relative;
	animation: fonta_01 6s 1;
	-moz-animation: fonta_01 6s 1;
	-webkit-animation: fonta_01 6s 1;
	-o-animation: fonta_01 6s 1;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	opacity: 1;
}

@
keyframes fonta_01 { 0% {
	opacity: 0;
	left: -400px;
	top: 70px;
}

50%
{
opacity
:
 
1;
left
:
-68px;
 
top
:
70px;
}
75%
{
opacity
:
 
1;
left
:
-68px;
 
top
:
70px;
}
100%
{
opacity
:
 
0;
left
:
-68px;
 
top
:
70px;
}
}
@
-moz-keyframes fonta_01 /* Firefox */ { 0% {
	opacity: 0;
	left: -400px;
	top: 70px;
}

50%
{
opacity
:
 
1;
left
:
-68px;
 
top
:
70px;
}
75%
{
opacity
:
 
1;
left
:
-68px;
 
top
:
70px;
}
100%
{
opacity
:
 
0;
left
:
-68px;
 
top
:
70px;
}
}
@
-webkit-keyframes fonta_01 /* Safari 和 Chrome */ { 0% {
	opacity: 0;
	left: -400px;
	top: 70px;
}

50%
{
opacity
:
 
1;
left
:
-68px;
 
top
:
70px;
}
75%
{
opacity
:
 
1;
left
:
-68px;
 
top
:
70px;
}
100%
{
opacity
:
 
0;
left
:
-68px;
 
top
:
70px;
}
}
@
-o-keyframes fonta_01 /* Opera */ { 0% {
	opacity: 0;
	left: -400px;
	top: 70px;
}

50%
{
opacity
:
 
1;
left
:
-68px;
 
top
:
70px;
}
75%
{
opacity
:
 
1;
left
:
-68px;
 
top
:
70px;
}
100%
{
opacity
:
 
0;
left
:
-68px;
 
top
:
70px;
}
}
#fonta_02 {
	position: relative;
	animation: fonta_02 6s 1;
	-moz-animation: fonta_02 6s 1;
	-webkit-animation: fonta_02 6s 1;
	-o-animation: fonta_02 6s 1;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	opacity: 1;
}

@
keyframes fonta_02 { 0% {
	opacity: 0;
	left: -500px;
	top: 70px;
}

50%
{
opacity
:
 
1;
left
:
0px;
 
top
:
70px;
}
75%
{
opacity
:
 
1;
left
:
0px;
 
top
:
70px;
}
100%
{
opacity
:
 
0;
left
:
0px;
 
top
:
70px;
}
}
@
-moz-keyframes fonta_02 /* Firefox */ { 0% {
	opacity: 0;
	left: -500px;
	top: 70px;
}

50%
{
opacity
:
 
1;
left
:
0px;
 
top
:
70px;
}
75%
{
opacity
:
 
1;
left
:
0px;
 
top
:
70px;
}
100%
{
opacity
:
 
0;
left
:
0px;
 
top
:
70px;
}
}
@
-webkit-keyframes fonta_02 /* Safari 和 Chrome */ { 0% {
	opacity: 0;
	left: -500px;
	top: 70px;
}

50%
{
opacity
:
 
1;
left
:
0px;
 
top
:
70px;
}
75%
{
opacity
:
 
1;
left
:
0px;
 
top
:
70px;
}
100%
{
opacity
:
 
0;
left
:
0px;
 
top
:
70px;
}
}
@
-o-keyframes fonta_02 /* Opera */ { 0% {
	opacity: 0;
	left: -500px;
	top: 70px;
}

50%
{
opacity
:
 
1;
left
:
0px;
 
top
:
70px;
}
75%
{
opacity
:
 
1;
left
:
0px;
 
top
:
70px;
}
100%
{
opacity
:
 
0;
left
:
0px;
 
top
:
70px;
}
}
#fonta_03 {
	position: relative;
	animation: fonta_03 6s 1;
	-moz-animation: fonta_03 6s 1;
	-webkit-animation: fonta_03 6s 1;
	-o-animation: fonta_03 6s 1;
	opacity: 1;
}

@
keyframes fonta_03 { 0% {
	opacity: 0;
	right: 0px;
	top: 130px;
}

50%
{
opacity
:
 
1;
right
:
0px;
 
top
:
70px;
}
75%
{
opacity
:
 
1;
right
:
0px;
 
top
:
70px;
}
100%
{
opacity
:
 
0;
right
:
0px;
 
top
:
70px;
}
}
@
-moz-keyframes fonta_03 /* Firefox */ { 0% {
	opacity: 0;
	right: 0px;
	top: 130px;
}

50%
{
opacity
:
 
1;
right
:
0px;
 
top
:
70px;
}
75%
{
opacity
:
 
1;
right
:
0px;
 
top
:
70px;
}
100%
{
opacity
:
 
0;
right
:
0px;
 
top
:
70px;
}
}
@
-webkit-keyframes fonta_03 /* Safari 和 Chrome */ { 0% {
	opacity: 0;
	right: 0px;
	top: 130px;
}

50%
{
opacity
:
 
1;
right
:
0px;
 
top
:
70px;
}
75%
{
opacity
:
 
1;
right
:
0px;
 
top
:
70px;
}
100%
{
opacity
:
 
0;
right
:
0px;
 
top
:
70px;
}
}
@
-o-keyframes fonta_03 /* Opera */ { 0% {
	opacity: 0;
	right: 0px;
	top: 130px;
}

50%
{
opacity
:
 
1;
right
:
0px;
 
top
:
70px;
}
75%
{
opacity
:
 
1;
right
:
0px;
 
top
:
70px;
}
100%
{
opacity
:
 
0;
right
:
0px;
 
top
:
70px;
}
}
#fonta_04 {
	position: relative;
	animation: fonta_04 6s 1;
	-moz-animation: fonta_04 6s 1;
	-webkit-animation: fonta_04 6s 1;
	-o-animation: fonta_04 6s 1;
	opacity: 1;
}

@
keyframes fonta_04 { 0% {
	opacity: 0;
	right: 28px;
	top: 170px;
}

50%
{
opacity
:
 
1;
right
:
28px;
 
top
:
70px;
}
75%
{
opacity
:
 
1;
right
:
28px;
 
top
:
70px;
}
100%
{
opacity
:
 
0;
right
:
28px;
 
top
:
70px;
}
}
@
-moz-keyframes fonta_04 /* Firefox */ { 0% {
	opacity: 0;
	right: 28px;
	top: 170px;
}

50%
{
opacity
:
 
1;
right
:
28px;
 
top
:
70px;
}
75%
{
opacity
:
 
1;
right
:
28px;
 
top
:
70px;
}
100%
{
opacity
:
 
0;
right
:
28px;
 
top
:
70px;
}
}
@
-webkit-keyframes fonta_04 /* Safari 和 Chrome */ { 0% {
	opacity: 0;
	right: 28px;
	top: 170px;
}

50%
{
opacity
:
 
1;
right
:
28px;
 
top
:
70px;
}
75%
{
opacity
:
 
1;
right
:
28px;
 
top
:
70px;
}
100%
{
opacity
:
 
0;
right
:
28px;
 
top
:
70px;
}
}
@
-o-keyframes fonta_04 /* Opera */ { 0% {
	opacity: 0;
	right: 28px;
	top: 170px;
}

50%
{
opacity
:
 
1;
right
:
28px;
 
top
:
70px;
}
75%
{
opacity
:
 
1;
right
:
28px;
 
top
:
70px;
}
100%
{
opacity
:
 
0;
right
:
28px;
 
top
:
70px;
}
}
#fonta_05 {
	position: relative;
	animation: fonta_05 6s 1;
	-moz-animation: fonta_05 6s 1;
	-webkit-animation: fonta_05 6s 1;
	-o-animation: fonta_05 6s 1;
	opacity: 1;
}

@
keyframes fonta_05 { 0% {
	opacity: 0;
	right: 50px;
	top: 170px;
}

50%
{
opacity
:
 
1;
right
:
50px;
 
top
:
70px;
}
75%
{
opacity
:
 
1;
right
:
50px;
 
top
:
70px;
}
100%
{
opacity
:
 
0;
right
:
50px;
 
top
:
70px;
}
}
@
-moz-keyframes fonta_05 /* Firefox */ { 0% {
	opacity: 0;
	right: 50px;
	top: 170px;
}

50%
{
opacity
:
 
1;
right
:
50px;
 
top
:
70px;
}
75%
{
opacity
:
 
1;
right
:
50px;
 
top
:
70px;
}
100%
{
opacity
:
 
0;
right
:
50px;
 
top
:
70px;
}
}
@
-webkit-keyframes fonta_05 /* Safari 和 Chrome */ { 0% {
	opacity: 0;
	right: 50px;
	top: 170px;
}

50%
{
opacity
:
 
1;
right
:
50px;
 
top
:
70px;
}
75%
{
opacity
:
 
1;
right
:
50px;
 
top
:
70px;
}
100%
{
opacity
:
 
0;
right
:
50px;
 
top
:
70px;
}
}
@
-o-keyframes fonta_05 /* Opera */ { 0% {
	opacity: 0;
	right: 50px;
	top: 170px;
}

50%
{
opacity
:
 
1;
right
:
50px;
 
top
:
70px;
}
75%
{
opacity
:
 
1;
right
:
50px;
 
top
:
70px;
}
100%
{
opacity
:
 
0;
right
:
50px;
 
top
:
70px;
}
}
/*banner动画--结束*/
.pd-10 {
	padding: 10px;
	box-sizing: border-box;
}

.pd-30 {
	padding: 20px 30px;
	box-sizing: border-box;
}

.pd-80 {
	padding: 20px 80px;
	box-sizing: border-box;
}

.logo-bar {
	position: absolute;
	width: 100%;
	top: 86px;
	z-index: 99;
}

.logo img {
	display: block;
}

/*搜索-模块化-start*/
.search-wrap {
	width: 220px;
	padding-top: 9px;
}

.find-bar {
	position: relative;
}

.find-bar>* {
	display: inline-block;
	height: 28px;
	line-height: 28px;
}

.find-bar input[type="submit"] {
	padding: 0 6px;
	outline: none;
	cursor: pointer;
	color: #db403e;
	font-size: 0.9375em;
	border: none;
	-webkit-appearance: none;
	box-sizing: border-box;
	vertical-align: bottom;
}

.find-bar input[type="text"] {
	outline: none;
	margin: 0;
	height: 28px;
	line-height: 30px;
	font-size: 0.875em;
	background: #fff;
	color: #999;
	padding-left: 10px;
	box-sizing: border-box;
	border: 1px solid #dbdbdb;
	width: 160px;
}

.find-bar em {
	position: absolute;
	background: none !important;
	color: red;
	font-style: normal;
	font-size: 0.875em;
	line-height: 32px;
	width: 100px;
	z-index: 99;
	padding-left: 6px;
	left: 90px;
	top: 26px;
}

.find-bar>span {
	width: 80px;
	color: #db403e;
}

.letter-search-wrap .find-bar input[type="text"] {
	width: 240px;
}
/*搜索*-模块化-end*/

/*下拉菜单--start*/
.main-nav-bg {
	position: relative;
	z-index: 100;
	background-color: #cc0000;
	height: 45px;
}

.main-nav {
	margin-right: 230px;
	overflow: hidden;
}

#menu a {
	display: block;
	color: #333;
}

#menu li:hover>ul {
	display: block;
}
/* 一级菜单 */
#menu>ul {
	display: table;
	table-layout: fixed;
	width: 100%;
}

#menu>ul>li {
	display: table-cell;
	vertical-align: top;
	position: relative;
}

#menu>ul>li:hover {
	background-color: #ff9900;
}

#menu>ul>li.focus {
	background-color: #a90c0c;
}

#menu>ul>li:hover>a {
	color: #fff;
}

#menu>ul>li>a {
	height: 45px;
	line-height: 45px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
	color: #fff;
	font-size: 1.125em;
}

#menu>ul>li {
	-webkit-transition: background-color 400ms;
	transition: background-color 400ms;
}

#menu>ul>li.focus>a {
	color: #fff;
}

#menu>ul>li.focus:hover {
	background-color: #ff9900;
}
/* 下拉的菜单栏 */
#menu>ul>li ul {
	display: none;
	position: absolute;
	background-color: #f0f0f0;
	left: 0;
	width: 100%;
	border: 1px solid #e8e8e8;
	border-top: none;
}
/* 下拉菜单的菜单项 */
#menu>ul>li>ul li {
	text-align: center;
	position: relative;
}

#menu>ul>li>ul li>a {
	color: #333;
	font-size: 0.875em;
	padding: 10px 0;
}

#menu>ul>li>ul li:first-child>a {
	border-top: 1px solid #f0f0f0;
}

#menu>ul>li>ul li:first-child>a:hover {
	border-top: 1px solid #2e428d;
}

#menu>ul>li>ul li>a:hover {
	background-color: #233273;
	color: #fff;
}
/* 三级及以下的菜单项的定位 */
#menu>ul>li>ul>li ul {
	left: 100px;
	top: -1px;
}

#menu>ul>li>ul>li ul>li {
	font-size: 0.75em;
}

@media screen and (max-width: 1000px) {
	#menu>ul>li>a:after {
		display: none;
	}
	#menu>ul>li:first-child>a:before {
		display: none;
	}
	.main-nav {
		width: 45px;
		height: 45px;
		float: right;
		margin-right: 0;
	}
	#menu {
		display: none;
		float: right;
		position: absolute;
		top: 45px;
		right: 0;
		padding: 0;
		width: auto;
		background-color: #fff;
		border-left: 1px solid #e5e5e5;
		z-index: 99;
	}
	#menu li:hover>ul {
		display: none;
	}
	#menu>ul {
		display: block;
		float: right;
	}
	#menu>ul>li {
		display: block;
		text-align: center;
		float: none;
	}
	.main-nav:after {
		content: "";
		display: block;
		background: url(../images/icon_list.png) center center no-repeat;
		width: 45px;
		height: 45px;
		background-size: 55%;
		position: absolute;
		right: 0;
		top: 0;
	}
	#menu>ul>li>a {
		height: auto;
		line-height: 22px;
		padding: 10px;
		border-bottom: 1px solid #e8e8e8;
		box-sizing: border-box;
		background: none;
		color: #333;
		width: 120px;
		text-align: center;
		font-size: 1em;
		font-weight: normal;
		margin: 0;
		white-space: inherit;
		overflow: inherit;
		text-overflow: inherit;
	}
	#menu>ul>li.focus a {
		border-bottom: none;
		background-image: none;
		background-color: #E5E2E2;
		color: #333;
		width: 100%;
	}
	#menu>ul>li.last>a:before {
		display: none;
	}
}
/* 下拉的菜单--end*/

/*ad--start*/
.ad a {
	display: block;
}

.ad img {
	display: block;
	width: 100%;
}
/*ad--end*/

/*Special-column*/
.specialColumn-bar {
	background-color: #f6f6f6;
	border: 1px solid #e8e8e8;
	box-sizing: border-box;
}

.specialColumn-bar>a {
	width: 38px;
	text-align: center;
	color: #fff;
	font-size: 0.875em;
	font-family: Simsun;
	vertical-align: middle;
	background-color: #db403e;
	padding: 5px 6px;
	box-sizing: border-box;
}

.specialColumn-bar>ul {
	margin-top: 10px;
}

/*friend-list*/
.friend-list {
	background-color: #E8E8E8;
	position: relative;
}

.friend-list li {
	float: left;
	border-right: 1px solid #ccc;
	border-top: 1px solid #e8e8e8;
}

.friend-list li:hover {
	background: #fff;
	border-top: 1px solid #dcdcdc;
}

.friend-list li a {
	font-size: 14px;
	padding: 0 35px;
	height: 36px;
	line-height: 36px;
	display: block;
	color: #333;
	text-decoration: none;
}

.friend-list li:first-child a {
	color: #ff2626;
}

.friend-list li:first-child a:hover {
	background-color: #e8e8e8;
}

.friend-list li span {
	float: left;
	padding: 15px 0;
	position: absolute;
	left: 0;
	top: 36px;
	display: none;
	width: 1003px;
	background: #fff;
	color: #bbb;
	z-index: 99;
	border: 1px solid #e8e8e8;
	box-sizing: border-box;
	border-top: none;
}

.friend-list li:hover span {
	display: block;
}

.friend-list li span a {
	display: block;
	width: 160px;
	white-space: nowrap;
	float: left;
	padding: 0px;
	text-align: center;
	line-height: 22px;
}

/*icon-list*/
.icon-list a {
	display: block;
	float: left;
	text-align: center;
	box-sizing: border-box;
	color: #656565;
	background-color: #f2f2f2;
}

.icon-list a i {
	font-style: normal;
	font-family: "icomoon";
	display: block;
	font-size: 2em;
}

.icon-list a span {
	display: block;
	padding-top: 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.icon-list.col-2 a {
	width: 48%;
	margin-left: 4%;
	padding: 10px 0;
}

.icon-list.col-2 a:nth-child(2n-1) {
	margin-left: 0;
}

.icon-list.col-3 a {
	width: 33.3333%;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	padding: 26px 0;
}

.icon-list.col-3 a:hover {
	background-color: #ef6362;
	color: #fff;
}

.icon-list.col-3 a:nth-child(3n-2) {
	border-left: none;
}

.icon-list.col-5 {
	border-top: 1px dashed #ccc;
	border-right: 1px dashed #ccc;
}

.icon-list.col-5 a {
	width: 20%;
	background: url(../images/twill.jpg);
	border-left: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
	padding: 36px 0;
}

.icon-list.col-5 a i {
	
}

.icon-list.col-5 a:hover {
	background: none;
	background-color: #ef6362;
	color: #fff;
}

.mlxz-title {
	width: 93px;
}

.xzgk {
	width: 406px;
	padding: 0 20px;
	box-sizing: border-box;
}

.xzgk span {
	color: #656565;
}

.xzgk p {
	color: #999;
	font-size: 0.875em;
	line-height: 1.875em;
	margin: 0;
	margin-top: 10px;
	text-indent: 2em;
}

.wqhg>a {
	display: block;
	float: left;
	width: 22px;
	background-color: #db403e;
	color: #fff;
	font-size: 0.875em;
	font-family: Simsun;
	text-align: center;
	padding: 6px 0;
}

.wqhg>ul {
	margin-left: 32px;
	overflow: hidden;
}

.interview-module>a {
	width: 80px;
	height: 96px;
	float: left;
	background: url(../images/interview_photo_default.jpg) no-repeat;
	background-size: cover;
}

.interview-module>a img {
	width: 100%;
	border: 1px solid #ccc;
	background-color: #fff;
	padding: 3px;
	box-sizing: border-box;
}

.interview-module>div {
	margin-left: 86px;
	overflow: hidden;
}

.interview-module>div>* {
	display: block;
	font-size: 0.875em;
	color: #656565;
	padding-top: 2px;
}

.interview-module>div>span i, .interview-module>div>a i {
	font-style: normal;
	color: #FF6633;
	text-align: justify;
	text-align-last: justify;
	width: 45px;
	display: inline-block;
}

.interview-module>div>span em, .interview-module>div>a em {
	font-style: normal;
}

.interview-module>div>span em:before, .interview-module>div>a em:before
	{
	content: ":";
	padding-right: 6px;
}

.more.more-right.btn {
	border-radius: 5px;
	background-color: #fff;
	color: #7d3e3e;
	border: 1px solid #ccc;
	height: 26px;
	line-height: 26px;
	padding: 0 8px;
}

.more.more-right.btn:hover {
	color: red;
}

.enter-interview {
	float: right;
	color: #db403e;
}

/*mlxz-btn-list*/
.mlxz-btn-list a {
	display: block;
	width: 100%;
	float: left;
	box-sizing: border-box;
	color: #656565;
	font-size: 0.875em;
}

.mlxz-btn-list.col-5 a {
	width: 18.4%;
	margin-left: 2%;
	text-align: center;
	margin-top: 18px;
}

.mlxz-btn-list.col-5 a:nth-child(5n-4) {
	margin-left: 0;
}

.mlxz-btn-list.col-5 a>* {
	display: block;
}

.mlxz-btn-list a i {
	font-style: normal;
	font-family: "icomoon";
	font-size: 2.5em;
	color: #ccc;
	border: 1px solid #e8e8e8;
	padding: 20px 0;
	border-radius: 5px;
}

.mlxz-btn-list a span {
	margin-top: 6px;
}

.mlxz-btn-list.col-5 a:hover i {
	border: 1px solid #ef6362;
	color: #ef6362;
}

/*hdgl-btn-list*/
.hdgl-btn-list a {
	display: block;
	width: 100%;
	float: left;
	box-sizing: border-box;
	color: #656565;
	font-size: 0.875em;
}

.hdgl-btn-list a>* {
	display: block;
	text-align: center;
}

.hdgl-btn-list a i {
	width: 70px;
	height: 70px;
	border-radius: 100px;
	border: 1px solid #e4dbdb;
	margin: 0 auto;
	vertical-align: middle;
}

.hdgl-btn-list.col-5 a {
	width: 18.4%;
	margin-left: 2%;
	text-align: center;
	margin-top: 18px;
}

.hdgl-btn-list.col-5 a i img {
	opacity: .56;
	filter: alpha(opacity = 56);
}

.hdgl-btn-list.col-5 a:hover i img {
	opacity: 1;
	filter: alpha(opacity = 100);
}

.hdgl-btn-list a span {
	margin-top: 6px;
}

.hdgl-btn-list.col-5 a:first-child {
	margin-left: 0;
}

.hdgl-font {
	font-size: 0.875em;
	color: #999;
	line-height: 1.875em;
	text-indent: 2em;
	padding: 0 8px;
	text-align: justify;
}

.hdgl-font a {
	color: #DB403E;
	float: right;
	text-indent: 0;
}

.hdgl-font a:hover {
	color: #E57F7F;
}

/*btn-list color*/
.btn-list a {
	display: block;
	width: 100%;
	float: left;
	box-sizing: border-box;
	text-align: center;
}

.btn-list.color a {
	color: #656565;
	background-color: #fafafa;
}

.btn-list.color.col-5 a {
	width: 19.6%;
	margin-left: 0.5%;
	text-align: center;
	padding: 9px 0;
}

.btn-list.color.col-5 a:first-child {
	margin-left: 0;
}

.btn-list.color.col-5 a>* {
	display: inline-block;
	color: #fff;
	vertical-align: bottom;
}

.btn-list.color a i {
	font-style: normal;
	font-family: "icomoon";
	font-size: 1.25em;
}

.green-bg {
	background-color: #37bd9c !important;
}

.grass-green-bg {
	background-color: #8dc153 !important;
}

.violet-bg {
	background-color: #967bdc !important;
}

.yellow-bg {
	background-color: #f6bb43 !important;
}

.blue-bg {
	background-color: #0c92d1 !important;
}

.gray-bg {
	background-color: #f6f6f6;
}

/*btn-list bzzl*/
.btn-list.bzzl {
	border-top: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
}

.btn-list.bzzl a {
	font-size: 0.875em;
	color: #656565;
	border-left: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
	box-sizing: border-box;
	text-align: center;
	padding: 9px 0;
}

.btn-list.bzzl a:hover {
	background-color: #f2f2f2;
}

.btn-list.bzzl.col-2 a {
	width: 50%;
}

.btn-list.bzzl.col-4 a {
	width: 25%;
}

.bzzl-title {
	border: 1px solid #e8e8e8;
}

.bzzl-title span {
	display: inline-block;
	width: 50%;
	background-color: #f2f2f2;
	text-align: center;
	height: 36px;
	line-height: 36px;
	color: #DB403E;
}

/*btn-list gray-bg*/
.btn-list.gray-bg {
	border-top: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
}

.btn-list.gray-bg a {
	font-size: 0.875em;
	color: #656565;
	border-left: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	box-sizing: border-box;
	padding: 31px 0;
	background-color: #f6f6f6;
}

.btn-list.gray-bg a:hover {
	background-color: #ef6362;
	color: #fff;
}

.btn-list.gray-bg a>* {
	display: block;
}

.btn-list.gray-bg a i {
	font-style: normal;
	font-family: "icomoon";
	font-size: 1.75em;
}

.btn-list.gray-bg a span {
	padding-top: 17px;
}

.btn-list.gray-bg.col-2 a {
	width: 50%;
}

.btn-list.gray-bg.col-4 a {
	width: 25%;
}

.btn-list.gray-bg.col-6 a {
	width: 16.6666%;
	padding: 20px 0;
}

.btn-list.gray-bg.col-6 i {
	font-size: 3em;
	color: #ef6362;
}

.btn-list.gray-bg.col-6 a:hover i {
	color: #fff;
}

.btn-list.gray-bg.col-6 a span {
	padding-top: 10px;
}

/*process-description*/
.process-description>* {
	font-style: normal;
	padding: 10px 6px;
	box-sizing: border-box;
}

.process-description>i {
	width: 90px;
	color: #db403e;
	text-align: center;
	padding-top: 13px;
}

.process-description>span {
	font-size: 0.875em;
	color: #656565;
	line-height: 1.875em;
}

.process-description .letter-search-wrap {
	width: 345px;
	border-left: 1px solid #e8e8e8;
	padding-top: 20px;
	padding-left: 10px;
}

/*select*/
.select-links select {
	float: left;
	display: block;
	margin-left: 1%;
	font-size: 0.875em;
	line-height: 35px;
	height: 35px;
	color: #656565;
	cursor: pointer;
	width: 24.25%;
	box-sizing: border-box;
	padding-left: 10px;
	border: 1px #eaeaea solid;
	background-color: #fafafa;
}

.select-links select:first-child {
	margin-left: 0;
}

/*列表--模块化--start*/
.small-title {
	display: none;
}

.news-list>li:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
}

.news-list>li {
	padding-left: 10px;
	position: relative;
}

.news-list>li>a {
	display: block;
	color: #656565;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 0.875em;
	height: 30px;
	line-height: 30px;
}

.news-list>li:before {
	content: "·";
	position: absolute;
	height: 30px;
	line-height: 30px;
	left: 0;
}

.news-list>li>a:hover {
	color: #990000 !important;
}

.news-list>li>em {
	font-style: normal;
	color: #999;
	font-size: 0.75em;
	font-family: Arial, Verdana;
	line-height: 1.8333em;
}

.news-list.date-right>li>a:before {
	content: attr(date-time);
	color: #999;
	font-family: Arial;
	float: right;
}

.news-list.date-bottom>li>a:after {
	content: attr(date-time);
	color: #999;
	font-family: Arial;
	padding-top: 5px;
	display: block;
}

.news-list.no-date>li>a:before {
	display: none;
}

.news-list.border-b>li>a {
	height: 45px;
	line-height: 45px;
}

.news-list.border-b>li:before {
	height: 45px;
	line-height: 45px;
}

.news-list.border-b>li {
	border-top: 1px dashed #e8e8e8;
}

.news-list.border-b>li:first-child {
	border-top: none;
}

.news-list.col-2 li {
	float: left;
	width: 48%;
	margin-left: 4%;
}

.news-list.col-2:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}

.news-list.col-2 li:nth-child(2n-1) {
	margin-left: 0;
}

.news-list.col-2 li:nth-child(2n) {
	margin-left: 4%;
}

.news-list>li.top-news>a {
	font-weight: bold;
	color: #333;
	font-size: 1.25em;
	text-align: center;
}

.news-list>li.top-news>a:before {
	display: none;
}

.news-list>li.top-news {
	padding-top: 10px;
	padding-bottom: 15px;
	margin-bottom: 5px;
	border-bottom: 1px dashed #e8e8e8;
	padding-left: 0;
}

.news-list>li.top-news:before {
	display: none;
}

.top-news p {
	text-indent: 2em;
	color: #999;
	font-size: 0.875em;
	margin: 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	line-height: 1.5em;
	max-height: 3em;
}

.news-list.interval-gray-bg li:nth-child(2n) {
	background-color: #f5f5f5;
}

.news-list.interval-gray-bg>li {
	padding: 1px 0 1px 16px;
	position: relative;
}

.news-list.interval-gray-bg>li>a {
	height: 28px;
	line-height: 28px;
}

.news-list.interval-gray-bg>li:before {
	content: "";
	position: absolute;
	background: url(../images/mail_icon.gif) no-repeat left center;
	width: 10px;
	height: 28px;
}

.news-list.myzj>li.top-news>a {
	font-weight: normal;
}

.news-list.myzj>li>a:before {
	color: #db403e;
}

.box-tab.whzt>dd {
	margin-top: 0;
}

.news-list.border-b-solid>li {
	padding: 0 20px;
	border-top: 1px solid #f2f2f2;
	box-sizing: border-box;
}

.news-list.border-b-solid>li>a {
	height: 38px;
	line-height: 38px;
}

.news-list.border-b-solid>li:before {
	height: 38px;
	line-height: 38px;
	left: 10px;
}

.news-list.border-b-solid>li:hover {
	background-color: #f2f2f2;
}

.news-list.wqhg>li:before, .news-list.wqhg>li>a {
	height: 26px;
	line-height: 26px;
}
/*列表--添加分割*/
.add-division li:nth-child(5n-4) {
	border-top: 1px dotted #999;
	margin-top: 5px;
	padding-top: 5px;
}

.add-division li:first-child {
	border-top: none !important;
}
/*列表--模块化--end*/

/*complex-list*/
.complex-list li {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 8px 0;
}

.complex-list li:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}

.complex-list li>em {
	float: right;
	font-style: normal;
	font-size: 0.875em;
	color: #656565;
}

.complex-list li>a {
	color: #656565;
	font-size: 0.875em;
}

.border-b-dashed li {
	border-top: 1px dashed #ccc;
}

.border-b-dashed li:first-child {
	border-top: none;
}

.complex-list li>em span {
	margin-left: 10px;
	display: inline-block;
	font-size: 0.875em;
}

/*二级栏目切换--模块化--start*/
.box-tab>dt {
	border-bottom: 1px solid #e57f7f;
}

.box-tab>dd {
	margin-top: 10px;
}

.box-tab.col-b-h>dd {
	margin-top: 6px;
}

.box-tab>dt>ul>li {
	float: left;
}

.box-tab>dt>ul>li:first-child {
	margin-left: 0;
}

.box-tab>dt>ul>li>a {
	display: block;
	text-align: center;
	height: 32px;
	line-height: 32px;
	padding: 0 15px;
	box-sizing: border-box;
}

.box-tab>dd>ul>li {
	display: none;
}

.box-tab>dt>ul>li.focus>a {
	color: #DB403E;
	border-bottom: 1px solid #E57F7F;
}

.box-tab>dd>ul>li.focus {
	display: block;
}

.box-tab>dt>ul:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}

.box-tab>dt>ul.d-table:after {
	display: none;
}

.box-tab>dt>ul.d-table>li {
	float: none;
}

/*module*/
.box-tab.module>dt {
	border-bottom: none;
}

.box-tab.module>dt>ul>li>a {
	background-color: #e3e3e3;
	border-left: 1px solid #fff;
	height: 40px;
	line-height: 40px;
	font-size: 1.25em;
	border-bottom: none;
	position: relative;
}

.box-tab.module>dt>ul>li.focus>a {
	background-color: #db403e;
	color: #fff;
}

.box-tab.module>dt>ul>li.focus>a:after {
	content: "";
	display: block;
	background: url(../images/triangle01.png);
	width: 7px;
	height: 4px;
	margin: 0 auto;
}

.switch-title {
	display: none;
}

/*gray-border*/
.box-tab.gray-border>dt {
	border-bottom: 1px solid #e8e8e8;
}

.box-tab.gray-border>dt>ul>li>a {
	padding: 0 18px;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	background-color: #fff;
	margin-bottom: -1px;
	border-bottom: 1px solid #e8e8e8;
	box-sizing: border-box;
}

.box-tab.gray-border>dt>ul>li.focus>a {
	border-top: 2px solid #DB403E;
	border-left: 2px solid #e8e8e8;
	border-right: 2px solid #e8e8e8;
	border-bottom: none;
}

.more {
	color: #656565;
	font-size: 0.75em;
}

.more:hover {
	color: #ff2626;
}

.more.more-right {
	height: 32px;
	line-height: 32px;
}

.more.more-right:after {
	content: ">>";
}
/*二级栏目切换--模块化--end*/

/*mail*/
.mail li>a span:after {
	content: "|";
	padding: 0 6px;
}

.mail li>a span:before {
	content: "";
	width: 16px;
	height: 14px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
}

.zx {
	color: #2a7bb3;
}

.zx:before {
	background: url(../images/mail_icon_01.gif) no-repeat;
}

.jy {
	color: #65a00f;
}

.jy:before {
	background: url(../images/mail_icon_02.gif) no-repeat;
}

.ts {
	color: #a96306;
}

.ts:before {
	background: url(../images/mail_icon_03.gif) no-repeat;
}

.jb {
	color: #ec4413;
}

.jb:before {
	background: url(../images/mail_icon_04.gif) no-repeat;
}

.box-tab.mail_bg>dt {
	background: url(../images/mail_title_bg.jpg) no-repeat;
	height: 35px;
	border-bottom: none;
}

.box-tab.mail_bg>dt>ul>li.focus>a {
	border-bottom: none;
	color: #656565;
	font-weight: bold;
	padding-left: 23px;
	padding-top: 5px;
}

.mail_bg .more.more-right {
	font-size: 0.875em;
	padding-right: 15px;
	padding-top: 2px;
}

.mail_bg .more.more-right:after {
	display: none;
}

.mail_bg .more.more-right:before {
	content: "";
	display: inline-block;
	background: url(../images/write-letters-icon.png) no-repeat;
	width: 20px;
	height: 14px;
	vertical-align: middle;
	padding-right: 4px;
}

/*d-table*/
.d-table {
	display: table;
	table-layout: fixed;
	width: 100%;
}

.d-table>* {
	display: table-cell;
	vertical-align: top;
}

.d-table-sub {
	display: table;
	table-layout: fixed;
	width: 100%;
}

.d-table-sub>* {
	display: table-cell;
	vertical-align: top;
}

.col-half {
	width: 50%;
}

.col-a-left {
	float: left;
	width: 450px;
}

.col-a-right {
	margin-left: 470px;
	overflow: hidden;
}

.col-b-left {
	width: 430px;
}

.col-c-left {
	width: 290px;
}

.col-space {
	width: 30px;
}

.col-narrow {
	width: 336px;
}

.col-middle {
	width: 20px;
}

.col-middle01 {
	width: 2px;
}

.col-middle02 {
	width: 10px;
}

.col-a-h {
	height: 266px;
	/*	background-color: yellow;*/
}

.col-b-h {
	height: 303px;
}

.map-mobile {
	display: none;
}

/*二级页面左右结构-start*/
.sub-nav-left {
	width: 240px;
}

.sub-nav-left .title {
	
}

.sub-nav-left .title-name {
	
}

.sub-nav-left .nodes {
	
}

.sub-nav-left .nodes span {
	display: inline-block;
}

.sub-nav-left .nodes a {
	display: block;
	font-size: 0.875em;
}

.sub-nav-left .nodes a:first-child {
	border-top: none;
}

.sub-nav-left .nodes li a.focus {
	background-color: #eaeaea;
}

/*二级栏目-左侧菜单*/
.sub-nav-left.nodes-d-table .nodes {
	background-color: #f9f9f9;
	border: 1px solid #e8e8e8;
}

.sub-nav-left.nodes-d-table .nodes li {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-top: 1px solid #e8e8e8;
}

.sub-nav-left.nodes-d-table .nodes li:first-child {
	border-top: none;
}

.sub-nav-left.nodes-d-table .nodes li>* {
	display: table-cell;
	vertical-align: top;
}

.sub-nav-left.nodes-d-table .nodes li>span {
	width: 54px;
	text-align: center;
	vertical-align: middle;
}

.sub-nav-left.nodes-d-table .nodes li>a {
	border-left: 1px solid #e8e8e8;
	padding: 15px;
	font-size: 1em;
}

.sub-nav-left.nodes-d-table .nodes li>a:hover, .sub-nav-left.nodes-d-table .nodes li.focus>a
	{
	color: #db403e;
}

.box-tab.sub-box-c {
	position: relative;
}

.box-tab .third-title {
	margin: 10px 10px 0;
}

.box-tab .third-title a {
	display: inline-block;
	font-size: .875em;
	border-radius: 100px;
	padding: 0 10px;
	background: none;
	line-height: 30px;
	height: 30px;
	margin: 4px 5px 4px 0px;
	background-color: #f6f6f6;
}

.box-tab .third-title a.focus {
	background-color: #e7b24c;
	color: #fff;
	border-bottom: none;
	margin-bottom: 4px;
}
/*三级栏目较多的情况下-start*/
.box-tab .third-title-2 {
	padding: 0 15px;
	border-bottom: 1px solid #dbdbdb;
}

.box-tab .third-title-2 a {
	display: block;
	float: left;
	color: #000;
	margin: 10px 5px 10px 5px;
	line-height: 1.8em;
	font-size: .875em;
	padding: 0 8px;
}

.box-tab .third-title-2 a.focus {
	border-bottom: none;
	background-color: #1bbc9b;
	color: #fff;
	border-radius: 15px;
}
/*三级栏目较多的情况下-end*/
.box-tab.sub-box-c .sub-title .arrow-down {
	display: none;
	content: "";
	background:
		url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAACuUlEQVRoQ93YS6hNURzH8eMRkTwGokwUtxgIAyHJW4kUyvsx4BbJjJAy8ShFDCQDMTJgcMujDISMGHgMkBRF3hflTaLj+zvZdfz7H517z2Ovv199Jv99zt5rnbXO2nvtQrFY/C+4xYjcYkRuMSK3GJFbjMgtRuQWI3KLEbnFiNxiRG4xIrcYkVuMqDyDcAon0F+FRNMdh3AWQ1UoTw/swE98xiakmlV4h184gF4oZTB2QZ3QGMl7bEBXpJIuWIZ2ZO1UZw5jOAqzcB/ZwYxGphXdkHfUicV4C9tOdWw1ShmNe7Af+oA10InyzAK8hm3fC0zHX+0bBW9kPmEl8socvIRt1zPMhJtxeAT7JY3MUjQ7M/AUtj3PMRf/zFR4ndFcnI9mZTIewrbjFRahqszGY9iTaDh1rNGZAG+av8EKdCiam2q4PdkTzEOjMhHewqNOLEenoqnkrRYarWmod8biLuz1dF/T6llTFsJbvx9gCuoV3QJuw15H97O1qPnmrDV6CfSr2ItoHk9CrdHSfwP2/F+gJww9X9Ul+jU0P73O3MF4dDYjcQ32vF+hZ766dSKLRmYddIO0F72FMeho9Ix0FfZ837AFDX3WWw8Nub24pob+rNWmBZdhz/Md29CU6GHyI2wjbqKazgzDRdjvazptRVOzEd40uw79eStFm6ELsN/TSOxELtkMb5pp3o+AzRCcgf38D+xGrtkOTQnbuCvQ/yCLNnBtsJ/Thm4fct/3aGXRNlm/qm3kJQxET5z+U7P2Q8eTiPb8e6Ctp22oOnDc1DLapvZBUukN7f29zniOoC+SjDqzF+UvMjzHkPIrp1LUmYOoNDIn0Q8hos4chR0ZLb3JTqdK0QKgKZR15hySn06Vos6ch26QA1SIHO2/9e6psfHebEfkFiNyixG5xYjcYkRuMSK3GE+x8Buma2tLCblf5wAAAABJRU5ErkJggg==)
		no-repeat center center;
	opacity: .80;
	filter: alpha(opacity = 80);
	height: 40px;
	width: 40px;
	background-size: 42%;
	cursor: pointer;
	position: absolute;
	right: 0;
}

.box-tab.sub-box-c .sub-title .arrow-up {
	background:
		url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAACuklEQVRoQ93YS4hOcRjH8XGJSC4LUTYKxUJYaEhyGZRGCuV+WaBIdoSUzQylRiwkC7GyGAvlUhZCVixcFkiKItdxKXcSvb6/d5yaeXqGmXnPe855/OpT0/POnPP/z/9yzv+tKZVK/wW3GJFbjMgtRuQWI3KLEbnFiNxiRG4xIrcYkVuMyC1G5BYjyiJTMLv1x7jpg/O4iiEqRIw6cQw/obE/h8EIlf44iqQTiTMYiBBRJw7iF9p2InESg1DoqBP7YEfC0pQr7DRTJxrQ0UhYR1C4aaaFvRdeJ07huKklDmMACpGe2I0fsA29hKHoC3XIfi5N0Oe5Zxe+wjbwCsYgyXCchv09raf96IXcsg1fYBunB+BY2IyAtmD7+xrNRuSSLfgE26jrGI+OMhIXYP/uO/Yg02zER9jG3MQk/CujcBH27zVFdyCTbII3nW6gM51IovVzGfY6GpmdqFp6YAO86XQLE9HVjIbWk73eN2yHdsRUowuuxHvYm95BLbqbcbgGe11Ns63ojVSikVgGrxP3MQ2VRpuDpqa9vqbwZqTSmcV4C3uTB5iBtDIBt2Hv8xnrUdE0W4gW2Is/xiykHW0Wd2Hvp9mwDt3KfDyDvegTLEC1MhX3YO/7BlqnXco86L9uL6aO6bNqR+d8rT97f3VmFTqVmXgEe5HX0FTLKtPxELYdr7AEf81keJ34gOXIOnV4Ctue56iHG22B3nDqAbgaeUVr9SVsuzTN56BdtPV5C0wjod1Cz5I8swje7vkC+s6s3L658EZC+7deDnM9J/yJGroU3vNMa3ctygcenbXbfmGgfVtP1NTfdSqIOrMCanjSTh2tdVzWO1s5OnPruKrOaCT0jlPUrME7qBMH0A/tMgzNOIEifyOo965DOAsd0lrjfbMdkVuMyC1G5BYjcosRucWI3GJEbjGeUs1vU5NrS5yfGOQAAAAASUVORK5CYII=)
		no-repeat center center;
	opacity: .80;
	filter: alpha(opacity = 80);
	background-size: 42%;
}

.box-tab.sub-box-c .box-title-name {
	color: #333;
	float: left;
	display: block;
	height: 40px;
	line-height: 36px;
	font-size: 1.125em;
}

.box-tab.sub-box-c .sub-title {
	border-bottom: 1px solid #e8e8e8;
	box-sizing: border-box;
}

.box-tab.sub-box-c.no-title .sub-title {
	display: none;
}

.box-tab.sub-box-c .sub-nav {
	display: none;
	padding: 0 10px;
	background: #fafafa;
	border: 1px solid #dbdbdb;
	width: 100%;
	box-sizing: border-box;
	padding-top: 15px;
	position: absolute;
	top: 39px;
	z-index: 8;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}

.box-tab.sub-box-c .sub-nav a {
	display: block;
	padding: 0 15px 15px 0px;
	font-size: .875em;
	float: left;
	color: #333;
}

.box-tab.sub-box-c .sub-nav a.focus {
	color: #cc0000;
}

.no-title .border.mt-space:first-child {
	margin-top: 0;
}

/*文化旅游-左侧菜单*/
.sub-nav-left.whly>.title {
	background: url(../images/nav_top01.jpg) no-repeat;
	width: 100%;
	height: 69px;
	border: 1px solid #ded2bb;
	border-bottom: none;
	box-sizing: border-box;
}

.sub-nav-left.whly>.title .title-name {
	color: #fff;
	font-weight: bold;
	font-size: 0.875em;
	padding: 20px;
}

.sub-nav-left.whly>.nodes {
	background-color: #f7edda;
	border: 1px solid #ded2bb;
	border-top: none;
}

.sub-nav-left.whly>.nodes li span {
	display: none !important;
}

.sub-nav-left.whly>.nodes li a {
	padding: 10px 0;
	border-top: 1px dotted #5a1500;
	color: #5a1500;
	padding-left: 20px;
}

.sub-nav-left.whly>.nodes li.focus a {
	font-weight: bold;
	color: #c04a04;
}

.sub-nav-left.whly>.nodes li:first-child a {
	border-top: none;
}

.sub-nav-left.whly>.nodes li a:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	background: url(../images/whly_nav_icon.jpg) no-repeat;
	width: 12px;
	height: 11px;
	padding-right: 8px;
}

.box-tab.sub-box-c.whly .sub-title {
	background: url(../images/whly_title_bg.jpg) repeat-x;
	height: 30px;
}

.box-tab.sub-box-c.whly .sub-title:before {
	content: "";
	display: inline-block;
	background: url(../images/whly_title_icon.jpg);
	width: 49px;
	height: 29px;
	float: left;
}

.box-tab.sub-box-c.whly .box-title-name {
	color: #895f4b;
	font-size: 0.875em;
	padding-left: 9px;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
}

.whly-title {
	background: url(../images/whly_title_bg.jpg) repeat-x;
	height: 30px;
	border-bottom: 1px solid #e8e8e8;
	box-sizing: border-box;
}

.whly-title:before {
	content: "";
	display: inline-block;
	background: url(../images/whly_title_icon.jpg);
	width: 49px;
	height: 29px;
	float: left;
}

.whly-title-name {
	float: left;
	display: block;
	color: #895f4b;
	font-size: 0.875em;
	padding-left: 9px;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
}

.whly-title .more {
	height: 30px;
	line-height: 30px;
	padding-right: 10px;
}

/*公众交流-左侧菜单*/
.sub-nav-left.gzjl>.title {
	background: url(../images/nav_top02.jpg) no-repeat;
	width: 100%;
	height: 88px;
	border: 1px solid #e7ca86;
	border-bottom: none;
	box-sizing: border-box;
}

.sub-nav-left.gzjl>.title .title-name {
	display: none;
	color: #fff;
	font-weight: bold;
	font-size: 0.875em;
	padding: 20px;
}

.sub-nav-left.gzjl>.nodes {
	background-color: #fff5dc;
	border: 1px solid #e7ca86;
	border-top: none;
}

.sub-nav-left.gzjl>.nodes li span {
	display: none !important;
}

.sub-nav-left.gzjl>.nodes li a {
	color: #333;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 9px 20px;
	background-color: #ddd;
	border-radius: 5px;
	background-color: #fcfcfc;
	padding: 3px 0;
	box-shadow: 0 1px 3px #ccc;
	background: -moz-linear-gradient(top, rgb(255, 255, 255),
		rgb(241, 241, 241));
	background: -ms-linear-gradient(top, rgb(255, 255, 255),
		rgb(241, 241, 241));
	background: -o-linear-gradient(top, rgb(255, 255, 255),
		rgb(241, 241, 241));
	background: -webkit-linear-gradient(top, rgb(255, 255, 255),
		rgb(241, 241, 241));
}

.sub-nav-left.gzjl>.nodes li a:hover, .sub-nav-left.gzjl>.nodes li.focus a
	{
	color: #fff;
	background: -moz-linear-gradient(top, rgb(234, 189, 91),
		rgb(226, 165, 59));
	background: -ms-linear-gradient(top, rgb(234, 189, 91),
		rgb(226, 165, 59));
	background: -o-linear-gradient(top, rgb(234, 189, 91), rgb(226, 165, 59));
	background: -webkit-linear-gradient(top, rgb(234, 189, 91),
		rgb(226, 165, 59));
}

.sub-nav-left.gzjl>.nodes li:first-child {
	padding-top: 20px;
}

.sub-nav-left.gzjl>.nodes li:first-child a {
	border-top: none;
	margin-top: 0;
}

.sub-nav-left.gzjl>.nodes li a:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	background: url(../images/arrow_right.png) no-repeat;
	width: 9px;
	height: 9px;
	margin: 0 10px;
}

.box-tab.sub-box-c.gzjl .sub-title {
	background: url(../images/whly_title_bg.jpg) repeat-x;
	height: 30px;
}

.box-tab.sub-box-c.gzjl .box-title-name {
	color: #db403e;
	font-size: 0.875em;
	font-weight: bold;
	padding-left: 9px;
	height: 30px;
	line-height: 30px;
}
/*二级页面左右结构--模块化--end*/

/*信息排行*/
.info-number-title {
	border-bottom: 1px solid #e57f7f;
	margin-bottom: 10px;
}

.info-number-title-name {
	display: inline-block;
	color: #DB403E;
	border-bottom: 1px solid #E57F7F;
	line-height: 34px;
	height: 34px;
	padding: 0 5px;
}

.info-number {
	width: 100%;
	border-collapse: collapse;
}

.info-number tr th, .info-number tr td {
	border: 1px solid #e8e8e8;
	color: #656565;
	padding: 7px 10px;
}

.info-number tr td:first-child {
	width: 20px;
	color: #db403e;
	text-align: center;
}

.info-number td {
	font-size: 0.875em;
}

.info-number tr th+th, .info-number tr td+td+td {
	text-align: center;
}

.info-number th {
	font-size: 1em;
	font-weight: normal;
	background-color: #f6f6f6;
}

/*网站帮助-start*/
.sub-content-title {
	margin: 10px 0;
	border-bottom: 1px solid #d29e76;
}

.sub-content-title span {
	font-weight: bold;
	color: #cc5b00;
	font-size: 0.875em;
	display: block;
	padding-left: 14px;
}

.sub-content-title span:before {
	content: "";
	display: inline-block;
	background: url(../images/help_title_icon.gif) no-repeat;
	width: 11px;
	height: 11px;
	padding-right: 6px;
}

.help-pic-list li {
	border-bottom: 1px dashed #dbdbdb;
	padding-bottom: 15px;
}

.help-pic-list {
	color: #656565;
}

.help-pic-list>li>a {
	display: block;
	padding: 10px 0;
	font-weight: bold;
	font-size: 0.9375em;
}

.help-pic-list>li>a:hover {
	color: #db403e;
}

.help-pic-list>li .d-table-sub span {
	width: 130px;
	padding-right: 20px;
}

.help-pic-list>li .d-table-sub span img {
	width: 100%;
	display: block;
	border: 1px solid #999;
	height: 140px;
}

.help-pic-list>li .d-table-sub p {
	font-size: 0.875em;
	text-indent: 2em;
	line-height: 1.5em;
	text-align: justify;
}
/*网站帮助-end*/

/*单页排版-start*/
.article {
	color: #656565;
	line-height: 1.875em;
}

.article .article-title {
	display: block;
	font-size: 1.25em;
	font-weight: bold;
	color: #333;
	padding: 10px 0;
}

.article p {
	text-indent: 2em;
	color: #656565;
}

.article p img {
	max-width: 100%;
	margin-left: -2em;
}

.article.have-bg {
	position: relative;
	background: url(../images/article_bg.jpg) no-repeat right bottom;
}
/*单页排版-end*/

/*专题图片列表*/
.pic-list li {
	float: left;
	width: 100%;
}

.pic-list li a {
	display: block;
}

.pic-list li a>* {
	display: block;
	font-style: normal;
	text-align: center;
}

.pic-list li a>img {
	margin: 0 auto;
	width: 100%;
}

.pic-list li a>em {
	font-size: 0.875em;
	padding-top: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.pic-list li a:hover>em {
	color: #db403e;
}

.pic-list.col-3 li {
	width: 30.6666%;
	padding-left: 4%;
}

.pic-list.col-3 li:nth-child(3n+1) {
	padding-left: 0;
}

.pic-list.col-4 li {
	width: 23.5%;
	padding-left: 2%;
}

.pic-list.col-4 li:nth-child(4n+1) {
	padding-left: 0;
}

.pic-list li a>img {
	height: 90px;
	border: 1px solid #de9a2d;
	box-sizing: border-box;
}

.pic-list.zt li {
	border-bottom: 1px dashed #e8e8e8;
	padding-top: 15px;
	padding-bottom: 15px;
}
/*help*/
.help {
	color: #666;
	font-size: 0.875em;
}

.help .help-title {
	color: #222;
	font-weight: bold;
	border-top: 1px dashed #ccc;
	padding-top: 8px;
}

.help p {
	line-height: 1.5em;
	margin-top: 5px;
}

.help p:after {
	content: "";
	display: block;
	clear: both;
}

.help p img {
	margin-left: 0;
	border: 1px solid #666;
	width: 120px;
	height: 150px;
	margin-right: 15px !important;
}
/*重定义邮箱*/
.search-bar-icon {
	top: -1px !important;
	right: 36px !important;
}

.mail-list-search-bar>input[type=submit] {
	background: #ff7900 !important;
}

/*版权--start*/
.copyright {
	line-height: 1.875em;
	color: #656565;
	margin-top: 10px;
	text-align: center;
}

.copyright .copyright-top {
	background-color: #cc0001;
	margin-bottom: 15px;
}

.copyright .copyright-top a {
	display: inline-block;
	color: #fff;
	height: 36px;
	line-height: 36px;
	font-size: 1.0769em;
	font-size: 0.875em;
}

.copyright .copyright-top a:hover {
	color: #f3efc0;
}

.copyright .copyright-top a:before {
	content: "|";
	padding: 0 6px;
	font-size: 0.75em;
	vertical-align: bottom;
}

.copyright .copyright-top a:first-child:before {
	display: none;
}

.copyright table {
	width: 100%;
	table-layout: fixed;
	font-size: 0.75em;
	line-height: 1.875em;
}

.copyright table td a {
	color: #656565;
}

.copyright table td a:hover {
	color: #ff2626;
}

.copyright table td a img {
	vertical-align: middle;
}

.copyright table td span {
	display: inline-block;
}

.copyright table td span img {
	vertical-align: middle;
}

.copyright-btn {
	font-weight: bold;
	font-size: 1.125em;
}

.small-copyright {
	display: none;
	padding: 10px;
	box-sizing: border-box;
	text-align: center;
	line-height: 18px;
	color: #fff;
	background-color: #cc0001;
	color: #f3cfcf;
}
/*版权--end*/
@media screen and (max-width: 1000px) {
	.max-wrap {
		max-width: 100%;
		min-width: 100%;
	}
	.main-wrap {
		width: auto;
	}
	.right-float {
		display: none;
	}
	.top-bar {
		display: none;
	}
	.logo-bar {
		display: block;
		position: relative;
		top: 0;
	}
	.logo img {
		display: none;
	}
	.logo-bar:before {
		display: block;
		content: "新郑市人民政府";
		font-size: 1.35em;
		color: #c00;
		padding: 10px;
		font-weight: bold;
	}
	.fullSlide {
		display: none;
	}
	.search-wrap {
		float: left;
		padding-left: 10px;
	}
	.border {
		border: none;
	}
	.pd-30 {
		padding: 0;
	}
	/*1000以下--d-table*/
	.d-table {
		display: block;
	}
	.d-table>* {
		display: block;
	}
	.col-half {
		width: 100%;
	}
	.col-middle, .col-middle01, .col-middle02, .col-middle03 {
		display: none;
	}
	.box-tab>dt {
		display: none;
	}
	.box-tab>dd, .col-b-h.box-tab>dd {
		margin-top: 0;
	}
	.box-tab>dd>ul>li {
		display: block;
	}
	.news-list>li:before {
		display: none;
	}
	.news-list>li>a:before {
		display: none !important;
	}
	.pd-10 {
		padding: 0;
	}
	/*1000以下--列表页*/
	.news-list>li {
		padding: 0 10px !important;
		border-top: 1px solid #e8e8e8 !important;
		background: none !important;
	}
	.news-list>li:first-child {
		border-top: none !important;
	}
	.news-list>li.top-news {
		border-bottom: none;
	}
	.news-list>li>a {
		height: auto !important;
		white-space: inherit;
		text-overflow: inherit;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		line-height: 1.5em !important;
		margin: 10px 0;
		font-size: 1em;
		color: #444;
	}
	.complex-list li {
		padding: 8px 10px;
	}
	.col-a-left, .col-b-left {
		float: none;
		width: 100%;
	}
	.col-a-right {
		margin-left: 0;
		width: 100%;
	}
	.col-narrow {
		width: 100%;
	}
	.col-a-h, .col-b-h {
		height: auto;
	}
	.wqhg>a {
		float: none;
		width: 76px;
	}
	.wqhg>ul {
		margin-left: 0;
	}
	.process-description {
		padding: 10px;
		box-sizing: border-box;
	}
	.process-description>* {
		padding: 5px 0 !important;
		width: 100% !important;
		text-align: left !important;
		border: none !important;
	}
	.icon-list a {
		width: 33.3333% !important;
		background: none !important;
		border-left: none !important;
		border-bottom: none !important;
		padding: 10px 0 !important;
	}
	.icon-list a span {
		font-size: 0.875em;
	}
	.icon-list {
		border-right: none !important;
		border-top: none !important;
	}
	.small-title {
		display: block;
		background-color: #ededed;
		height: 40px;
		line-height: 40px;
		border-left: 3px solid #cc0000;
		padding-left: 10px;
		color: #333;
	}
	.mlxz-title {
		display: none;
	}
	.xzgk {
		width: 100%;
		padding: 10px 10px 0;
	}
	.xzgk span {
		font-weight: bold;
	}
	.xzgk p {
		color: #666;
	}
	.mlxz-btn-list.col-5 a {
		width: 32%;
	}
	.mlxz-btn-list a i {
		padding: 10px 0;
	}
	.mlxz-btn-list.col-5 {
		padding: 0 10px;
	}
	.mlxz-btn-list.col-5 a:nth-child(5n-4) {
		margin-left: 2%;
	}
	.mlxz-btn-list.col-5 a:nth-child(3n-2) {
		margin-left: 0;
	}
	.info-number tr th, .info-number tr td {
		padding: 5px;
	}
	.icon-list a:hover {
		background: none !important;
	}
	.icon-list a:hover>* {
		color: #656565 !important;
	}
	.more.more-mobile {
		float: right;
		padding: 0 10px;
		font-size: 0.75em;
	}
	#map {
		display: none;
		position: relative !important;
		margin: 10px auto !important;
	}
	.map-mobile {
		display: block;
	}
	.map-mobile img {
		display: block;
		margin: 0 auto;
		max-width: 100%;
	}
	.hdgl-btn-list a i {
		width: 50px;
		height: 50px;
	}
	.hdgl-btn-list.col-5 a i img {
		width: 50px;
	}
	.interview-module>div>* {
		padding-top: 3px;
	}

	/*1000以下左右结构*/
	.sub-nav-left {
		display: none;
	}
	.box-tab.sub-box-c .sub-title {
		display: block;
		background: none !important;
		height: 40px !important;
	}
	.box-tab.sub-box-c.whly .sub-title:before {
		display: none;
	}
	.box-tab.sub-box-c {
		padding: 0;
		border: none;
	}
	.box-tab.sub-box-c.no-title .sub-title {
		display: block;
	}
	.box-tab.sub-box-c .sub-title .arrow-down {
		display: block;
	}
	.box-tab.sub-box-c .sub-title .arrow-down {
		display: block;
	}
	.box-tab.sub-box-c .sub-nav-block {
		display: block;
	}
	.box-tab .box-title-name.second-title {
		display: block;
	}
	.box-tab .third-title a.focus {
		color: #fff;
		border-bottom: none;
		margin-bottom: 4px;
	}
	.box-tab .sub-title.second-title {
		display: block !important;
	}
	.box-tab .third-title {
		margin: 10px;
	}
	.box-tab.sub-box-c .box-title-name {
		padding-left: 10px !important;
		font-size: 0.9375em !important;
		color: #333 !important;
		height: 40px !important;
		line-height: 40px !important;
		font-weight: bold;
	}
	.switch-title {
		display: block;
		background-color: #db403e;
		margin-top: 10px !important;
	}
	.switch-title .title-name {
		display: block;
		color: #fff;
		padding: 9px 10px;
		font-size: 1.125em;
	}
	.specialColumn-bar>a {
		display: none;
	}
	.friend-list {
		display: none;
	}
	.article {
		padding: 0 10px;
	}
	.pic-list li {
		width: 48% !important;
		padding: 10px 1% !important;
	}
	.pic-list li {
		border-bottom: none !important;
	}
	.border-gray {
		border: none;
	}
	.btn-list {
		background-color: #dbdbdb;
	}
	.btn-list a {
		padding: 15px 0 !important;
		width: 50% !important;
		margin: 0 !important;
	}
	.btn-list a span {
		padding-top: 5px !important;
	}
	.btn-list.bzzl a {
		background-color: #fff;
	}
	.col-c-left {
		width: 100%;
	}
	.whly-title {
		background: none;
		background-color: #ededed;
		height: 40px;
		line-height: 40px;
		border-left: 3px solid #cc0000;
		padding-left: 10px;
		color: #333;
		border-bottom: none;
	}
	.whly-title:before {
		display: none;
	}
	.whly-title-name {
		height: 40px;
		line-height: 40px;
		color: #333;
		font-size: 1em;
		font-weight: normal;
	}
	.whly-title .more {
		height: 40px;
		line-height: 40px;
	}
	.info-number-title2 {
		margin-top: 10px;
	}
	.meta-float {
		display: none !important;
	}
	.copyright {
		margin-top: 10px;
		padding: 0;
	}
	.copyright table {
		display: none;
	}
	.copyright .copyright-top {
		display: none;
	}
	.small-copyright {
		display: block;
	}
}

@media screen and (max-width:720px) {
	.help-pic-list>li .d-table-sub span {
		margin: 0 auto;
	}
	.meta-float {
		display: none !important;
	}
	.news-list.date-right>li>a:before {
		display: none;
	}
	.d-table-sub {
		display: block;
	}
	.d-table-sub>* {
		display: block;
	}
	.mlxz-title {
		display: none;
	}
	.Special-column>span {
		display: none;
	}
	.focusBox {
		display: none;
	}
	.hdgl-btn-list a {
		width: 32.3333% !important;
		margin: 10px 0.5% !important;
	}
	.icon-list a i {
		font-size: 1.5em;
	}
}

@media screen and (max-width:480px) {
	.pic-list li {
		width: 98% !important;
		padding: 10px 1% !important;
	}
}

/*无障碍阅读-模块化-start*/
.accessible-wrap {
	display: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}

.accessible-body {
	position: fixed;
	z-index: 1000;
	width: 100%;
	min-width: 1000px;
	text-align: right;
	padding: 10px 0;
	font-size: 14px;
	background-color: white !important;
	border-bottom: 1px solid #ddd;
}

.accessible-body-fixed {
	height: 47px;
}

.accessible-body span {
	display: inline-block;
	padding: 0 10px;
	margin-left: 6px;
	border: 1px solid #dbdbdb;
	border-radius: 5px;
	background-color: #f3f3f3 !important;
	line-height: 24px;
	color: #444 !important;
	cursor: pointer;
}

.contrast, .contrast * {
	background: black !important;
	color: white !important;
}

/*无障碍阅读-模块化-end*/

/*网站地图-start*/
.map-box.content-box {
	font-size: 1em;
}

.map-box.content-box>.location {
	font-size: .75em;
}

.map {
	
}

.map>li {
	border-top: 1px solid #e8e8e8;
	padding: 0;
	line-height: 2.4em;
}

.map>li:first-child {
	border-top: none;
}

.map>li .wrap {
	padding: 5px 0;
}

.map>li .title {
	font-size: 1.125em;
	display: block;
	color: #cc5b00;
	padding: 10px 10px 0;
}

.map>li .node {
	display: inline-block;
	color: #333;
	font-size: 0.875em;
	line-height: 2em;
}

.map>li .node:before {
	content: "|";
	display: inline-block;
	vertical-align: middle;
	padding: 0 10px;
	font-family: Simsun;
	color: #999;
}

.map>li .list {
	line-height: .75em;
	margin-bottom: 5px;
	padding-left: 10px;
}

.map>li .sub-node {
	display: inline-block;
	font-size: 0.75em;
	line-height: 2em;
	padding-right: 10px;
	font-family: Simsun;
	color: #656565;
}

.map>li .sub-node:before {
	content: ">";
	font-family: Simsun;
	padding-right: 5px;
}

.map a:hover {
	color: #ff7900;
}

.map>li:first-child .wrap .title {
	padding-top: 0;
}
/*网站地图-end*/

/*内容页-start*/
.location * {
	display: block;
	float: left;
	font-style: normal;
	color: #656565;
}

.location {
	font-size: 0.875em;
	padding: 10px;
	background-color: #f6f6f6;
}

.location>i:before {
	content: "w";
	float: left;
	font-size: 1.35em;
	font-family: icomoon;
	width: 12px;
	margin-right: 9px;
	color: #db403e;
}

.location>span {
	font-weight: bold;
	color: #db403e;
}

.location>a:after {
	content: ">>";
	padding: 0px 8px;
}

.sub-content {
	color: #656565;
}

.sub-content .big-title {
	padding: 10px 0;
	font-size: 1.5em;
	text-align: center;
	color: #333;
}

.sub-content .second-title {
	padding-bottom: 10px;
	font-size: 1.2em;
	text-align: center;
	color: #656565;
}

.sub-content .content-small-title {
	font-size: 0.75em;
	text-align: center;
	color: #999;
	line-height: 1em;
	border-bottom: 1px #e8e8e8 solid;
	padding-bottom: 1.25em;
}

.news_content_description {
	font-size: .75em;
	color: #888;
	text-indent: 2em;
	background-color: #fafafa;
	line-height: 1.75em;
	padding: 15px;
	border: 1px solid #e8e8e8;
	border-top: none;
}

.news_content_content {
	line-height: 1.875em;
	font-size: 1em;
}

.news_content_content p {
	max-width: 100%;
	text-indent: 2em;
}

.news_content_content p img {
	margin-left: -2em;
}

.news_content_content img {
	max-width: 95%;
	height: auto !important;
}

.news_content_content table {
	border-collapse: collapse;
	border: 1px solid #656565;
}

.news_content_content td {
	border: 1px solid #656565;
}

.news_content_other {
	padding: 10px 0px;
}

.news-content-function {
	float: right;
	font-size: .75em;
	color: #999;
}

.news-content-function>span:before {
	content: "[";
}

.news-content-function>span:after {
	content: "]";
}

.news-content-function>span {
	display: inline-block;
	padding: 0 5px;
	cursor: pointer;
	line-height: 36px;
}

.news-content-function>span:hover {
	text-decoration: underline;
}

.news_content_img {
	text-align: center;
	padding-top: 15px;
}

.news_content_img img {
	max-width: 700px;
	height: auto !important;
}

.news-content-share {
	float: left;
}

.statement {
	background-color: #efe4d2;
	border: 1px solid #dad2c6;
	padding: 10px 20px;
	box-sizing: border-box;
	border-radius: 5px;
}

.statement>* {
	display: block;
	font-style: normal;
}

.statement span, .statement i {
	font-size: 0.875em;
	font-weight: bold;
}

.statement span {
	color: #cc0000;
	margin-bottom: 10px;
}

.statement p {
	font-size: 0.75em;
}

@media screen and (max-width: 1000px) {
	.news_content_other {
		display: none;
	}
	.sub-content {
		padding: 0 10px 10px !important;
	}
}

@media screen and (max-width: 720px) {
	.news_content_img img {
		max-width: 100%;
	}
	.news_content_content img {
		max-width: 100%;
	}
	.news_content_other {
		display: none;
	}
	.pd-space {
		padding: 10px;
	}
}

@media screen and (max-width: 480px) {
	.sub-content .big-title, .sub-content .second-title, .sub-content .content-small-title
		{
		text-align: left;
	}
	.sub-content .big-title {
		font-size: 1.25em;
		color: #000;
	}
	.second-title {
		font-size: 1.125em;
	}
}

@media screen and (max-width: 320px) {
	.ptlr-20 {
		padding: 10px;
	}
}
/*内容页-end*/

/*翻页-模块化-start*/
.page-tile {
	display: block;
	border-width: 1px 0;
	font-family: Verdana, Arial;
	padding: 15px 0;
	text-align: center;
}

.page-tile:after {
	display: block;
	content: "";
	clear: both;
}

.page-tile>* {
	color: #888;
	display: inline-block;
	padding: 0 .5em;
	min-width: 1.5em;
	text-align: center;
	font-size: 0.75em;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	border: 1px solid #AFD5F5;
	margin: 0 3px;
}

.page-tile>*:before {
	font-size: 1.25em;
}

.page-tile span.more:before {
	content: "…";
}

.page-tile a.prev:before {
	content: "\2039"
}

.page-tile a.next:before {
	content: "\203A"
}

.page-tile a.last:before {
	content: "\203A\203A"
}

.page-tile span.focus {
	font-weight: bold;
	background-color: #dff0ff;
	color: #000;
}

.page-tile-2 {
	display: none;
	text-align: center;
	font-size: .875em;
	height: 1.875em;
	margin-top: 10px;
	padding-bottom: 10px;
}

.page-tile-2 span.no-click {
	background-color: #ccc;
	color: #fff;
}

.page-tile-2 span {
	padding: 0.5em 1em;
	background-color: #888;
	margin: 0px 3px;
	color: #fff;
	border-radius: 20px;
}

.page-tile-2 span a {
	color: #fff;
}

.page-tile a:hover {
	text-decoration: underline;
}

@media screen and (max-width: 1000px) {
	.page-tile a, .page-tile span {
		display: none;
	}
	.page-tile>* {
		float: none;
		border: 1px solid #e8e8e8;
	}
	.page-tile {
		padding-bottom: 0;
		text-align: center;
		padding: 0;
	}
	.page-tile a.prev, .page-tile a.next {
		display: inline-block;
		box-sizing: border-box;
		height: 40px;
		line-height: 40px;
		color: #333;
		width: 90px;
	}
	.page-tile a.prev:before {
		content: "上一页";
	}
	.page-tile a.next:before {
		content: "下一页";
	}
}
/*翻页-模块化-end*/

/*意见征集-start*/
.suggestion_list_wrap .page-tile {
	
}

.suggestion_input_title {
	font-size: .875em;
	color: #656565;
	line-height: 2em;
	padding-bottom: 10px;
	color: #db403e;
}

.suggestion_input_area {
	display: block;
	border: 1px solid #ddd;
	width: 100%;
	height: 100px;
	background-color: #fafafa;
	resize: none;
}

.suggestion_input_submit_wrap {
	text-align: right;
	padding: 10px 0;
	font-size: .875em;
}

.suggestion_input_captcha_img {
	vertical-align: top;
	height: 30px;
	cursor: pointer;
}

.suggestion_input_captcha {
	width: 60px;
	border: 1px solid #ddd;
	border-radius: 2px;
	height: 22px;
	padding: 3px;
}

.suggestion_input_submit {
	margin-left: 10px;
	border: none;
	background-color: #014785;
	height: 28px;
	padding: 0 10px;
	color: white;
	border-radius: 2px;
	cursor: pointer;
}

.suggestion_list_wrap {
	border: 1px solid #e8e8e8;
	padding: 20px;
	background-color: #fafafa;
}

.suggestion_list>li {
	border-top: 1px solid #eaeaea;
	margin: 15px 0;
	padding: 15px 0;
}

.suggestion_list>li>em {
	font-style: normal;
	font-size: .875em;
	line-height: 2em;
	margin-left: 5px;
	color: #169fa5;
}

.suggestion_list>li>b {
	font-weight: normal;
	font-size: .875em;
	line-height: 2em;
	color: #aaa;
}

.suggestion_list>li>div {
	font-weight: normal;
	font-size: .875em;
	line-height: 1.75em;
}

.suggestion_list>li>span {
	font-weight: normal;
	font-size: .875em;
	line-height: 1.75em;
	color: #FF790A;
	display: block;
}

.suggestion_content_replay {
	font-size: .875em;
	color: #ff4c00;
	border: 1px dotted #ccc;
	background-color: #f3f3f3;
	line-height: 1.75em;
	padding: 5px 15px;
	margin: 5px 5px 20px;
	border-radius: 5px;
}

.suggestion_list_wrap .box-title {
	color: #db403e;
}

@media screen and (max-width: 480px) {
	.suggestion_list>li {
		margin: 0;
	}
}
/*意见征集-end*/
/*网上调查页 start*/
.survey-wrap {
	display: table;
	width: 100%;
	table-layout: fixed;
}

.survey-wrap.pd-15 {
	padding: 0 15px;
	box-sizing: border-box;
}

.survey-wrap>* {
	display: table-cell;
	vertical-align: top;
}

.survey-wrap>.col-narrow-wrap {
	width: 320px;
	text-align: center;
}

.survey-wrap>.col-narrow-wrap img {
	max-width: 60%;
	padding-top: 30px;
}

.survey-title {
	line-height: 22px;
	font-size: 20px;
	color: #666;
	padding: 15px 0 10px;
	font-weight: bold;
}

.survey-wrap .content-small-title>* {
	display: inline-block;
	margin-right: 10px;
}

.survey-description {
	font-size: 0.75em;
	color: #999;
	background-color: #fafafa;
	border: 1px solid #f1f1f1;
	border-radius: 5px;
	padding: 3px 8px;
}

.survey-description>*:before {
	content: "";
	width: 6px;
	height: 6px;
	background-color: #bdbdbd;
	display: inline-block;
	vertical-align: middle;
	margin-right: 3px;
	margin-bottom: 3px;
}

.survey-sub-title {
	font-size: 18px;
	color: #333;
	padding: 15px 0 5px;
}

.survey-option {
	font-size: 14px;
	color: #666;
}

.survey-option ul {
	padding-top: 5px;
}

.survey-option ul:first-child {
	padding-top: 10px;
}

.survey-option li {
	height: 36px;
	line-height: 36px;
	display: table;
	table-layout: fixed;
	width: 100%;
}

.survey-option li>* {
	display: table-cell;
	vertical-align: top;
}

.survey-option li input {
	display: inline-block;
	vertical-align: middle;
	margin: 3px 5px 5px 0;
}

.survey-option textarea {
	border-radius: 3px;
	background-color: #fafafa;
	border: 1px solid #e8e8e8;
	box-sizing: border-box;
	padding: 10px;
	width: 100%;
	min-height: 112px;
}

.survey-btn {
	margin: 10px 0;
}

.survey-btn input[type="submit"] {
	float: left;
	display: block;
	width: 140px;
	height: 40px;
	border: none;
	margin: 0 5px 5px 0;
	border-radius: 3px;
	font-family: "Microsoft Yahei";
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	-webkit-transition: background-color 400ms;
	transition: background-color 400ms;
}

.survey-btn .btn-color-blue {
	float: left;
	display: block;
	width: 140px;
	height: 40px;
	border: none;
	margin: 0 5px 5px 0;
	border-radius: 3px;
	font-family: "Microsoft Yahei";
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	-webkit-transition: background-color 400ms;
	transition: background-color 400ms;
}

.btn-color-orange {
	background-color: #f05553;
}

.btn-color-blue {
	background-color: #f99238;
	float: left;
	color: #fff;
	border-radius: 3px;
	display: block;
	width: 140px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	box-sizing: border-box;
}

.survey-btn input[type="submit"].btn-color-orange:hover {
	background-color: #ff4300;
}

.survey-btn .btn-color-blue:hover {
	background-color: #249b98;
}

.survey-option li>.options {
	width: 22px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.survey-option li>.counter {
	width: 55px;
	white-space: nowrap;
	overflow: hidden;
	text-align: right;
}

a.reply_view {
	color: red;
	padding: 8px 0;
	display: inline-block;
}

.bars .bar {
	height: 14px;
	background-color: #e3e3e3;
	display: block;
	margin-right: 65px;
	margin-top: 11px;
}

.bars .data {
	color: #f29149;
	width: 50px;
	font-weight: bold;
	float: right;
}

.bars .bar .precent {
	background-color: #f9d85a;
	height: 14px;
}

.feedback {
	text-align: center;
}

.feedback>h1 {
	font-style: normal;
	font-weight: normal;
	font-size: 0.9375em;
	color: #aaa;
	margin: 0;
	padding: 15px 0;
}

.feedback>h1:before {
	content: "";
	background: url(../images/icon_empty.jpg) no-repeat center center;
	width: 120px;
	height: 142px;
	display: block;
	margin: 0 auto;
	background-size: 70%;
	margin-bottom: -21px;
}

.feedback>a {
	display: inline-block;
	background-color: #f05553;
	color: #fff;
	width: 280px;
	height: 40px;
	line-height: 40px;
	border-radius: 5px;
	font-size: 14px;
	-webkit-transition: background-color 400ms;
	transition: background-color 400ms;
}

.reply_view_list {
	padding-top: 5px;
}

.reply_view_list>ul>li {
	background-color: #f1f1f1;
	margin-top: 13px;
	padding: 12px 10px;
	font-size: 0.875em;
	border-radius: 5px;
	position: relative;
	color: #333;
	line-height: 22px;
}

.reply_view_list>ul>li span {
	font-family: "icomoon";
	text-align: center;
	display: inline-block;
	border-radius: 100px;
	margin-right: 5px;
	color: #ff7900;
}
/*720以下start*/
@media screen and (max-width:720px) {
	.survey-wrap>.col-narrow-wrap {
		display: none;
	}
	.sub-content .big-title {
		font-size: 1.25em;
	}
	.sub-content .second-title {
		font-size: 1.125em;
	}
}
/*480以下start*/
@media screen and (max-width:480px) {
	.survey-wrap .box-title {
		padding: 20px 20px 10px;
	}
	.survey-wrap>.box-content>.col-wide-wrap {
		padding: 0 20px;
	}
	.survey-btn>* {
		width: 50% !important;
		margin: 0 !important;
		box-sizing: border-box !important;
	}
	.btn-color-orange {
		border-radius: 5px 0 0 5px !important;
	}
	.btn-color-blue {
		border-radius: 0 5px 5px 0 !important;
	}
	.survey-title {
		font-size: 18px;
	}
	.survey-sub-title {
		font-size: 16px;
	}
	.survey-option {
		padding-left: 0;
	}
	.feedback>a {
		display: block;
		width: 100%;
	}
	.news_content_content img {
		max-width: 100%;
		height: auto !important;
	}
	.sub-content .big-title {
		font-size: 1.125em;
	}
	.sub-content .second-title {
		font-size: 1em;
	}
}
@media screen and (max-width: 440px){
	.suggestion_input_submit.disabled{
		width:100%;
		background: #ffffdb!important;
		margin:0;
		margin-top:10px;
		color: #ec642a!important;
		height: 36px;
		font-weight: inherit!important;
	}
}
/*320以下start*/
@media screen and (max-width:320px) {
	.survey-list.date-right>li em {
		display: none;
	}
	.survey-wrap .box-title {
		padding: 20px 10px 10px;
	}
	.survey-wrap>.box-content>.col-wide-wrap {
		padding: 0 10px;
	}
}
/*网上调查页 end*/