@charset "utf-8";

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

html, body {
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: #333;
	font-family: "simsun";
	background-color: #fff;
	-webkit-text-size-adjust: none;
}

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: #666;
	text-decoration: none;
}

input[type="text"]::-webkit-input-placeholder { /* WebKit browsers */
	color: #aaa;
}

input[type="text"]:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #aaa;
}

input[type="text"]::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #aaa;
}

input[type="text"]:-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #aaa;
}
/*无障碍阅读-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: 10;
	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*/
.max-wrap {
	max-width: 1920px;
	min-width: 1200px;
	margin: 0 auto;
}

.main-wrap {
	width: 1200px;
	margin: 0 auto;
}

.mt-15 {
	margin-top: 15px;
}

.mt-20 {
	margin-top: 20px;
}

.ml-50 {
	margin-left: 50px;
}

.mb-15 {
	margin-bottom: 15px;
}

.ptlr-20 {
	padding: 20px 20px 0;
}

.pb-15 {
	padding-bottom: 15px;
}

.pd-20 {
	padding: 10px 20px;
}

.pt-15 {
	padding-top: 15px;
}

.ptb-30 {
	padding: 0 0 20px;
}

.bg-fa {
	background-color: #fafafa;
}

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

/*.bg-ed {
	background-color: #ededed;
}*/
.bg-sky-blue {
	background-color: #3baeda;
}

.mtb-12 {
	margin: 6px 0;
}

.pd-tb {
	padding: 20px 0 5px;
}

.bd-tlr {
	border: 1px solid #e1e2e3;
	border-width: 1px 1px 0;
}

.bd-blr {
	border: 1px solid #e1e2e3;
	border-width: 0 1px 1px;
}

.bd-all {
	border: 1px solid #e2e2e2;
}

.ptb-20 {
	padding: 10px 0;
}
/*top-bar start*/
.top-bar {
	color: #888;
	font-size: 0.75em;
	line-height: 35px;
	background-color: #f2f2f2;
	border-top: 2px solid #c5221e;
	box-sizing: border-box;
}

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

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

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

.top-bar .four-links {
	float: left;
}

.top-bar .version-links {
	float: right;
}

.link-sep:before {
	content: "|";
	display: inline-block;
	padding: 0 3px;
}
/*top-bar end*/

/*logo 搜索开始*/
.logo {
	z-index: 99;
	position: absolute;
	top: 35px;
	left: 40px;
}

.logo img {
	display: block;
}

.logo a {
	color: #ea4335;
	padding: 10px 15px;
	position: absolute;
	right: 0;
	top: 18px;
	font-family: HelveticaLTStd-Light, Arial;
	display: none;
}

.logo-mobile {
	display: none;
}

.logo-mobile img {
	display: block;
	max-width: 130px;
	padding: 5px 10px 10px;
}

.find-bar-wrap {
	margin-bottom: 10px;
	position: relative;
}

.input-wrap {
	margin-right: 80px;
}

.find-bar input[type="text"] {
	display: block;
	float: left;
	border: 2px solid #F15447;
	width: 100%;
	box-sizing: border-box;
	outline: none;
	margin: 0;
	padding-left: 10px;
	height: 38px;
	color: #666;
	line-height: 38px;
	background: transparent;
	font-family: "Microsoft Yahei";
}

.find-bar input[type="submit"] {
	display: block;
	float: right;
	border: none;
	height: 38px;
	line-height: 38px;
	width: 80px;
	font-family: "microsoft yahei";
	font-size: 0.9375em;
	outline: none;
	cursor: pointer;
	background-color: #F15447;
	color: #fff;
}

.find-bar em {
	position: absolute;
	clear: both;
	padding: 5px 0 0 5px;
	font-size: .75em;
	color: #f00;
	font-style: normal;
	left: 0;
	top: 37px;
}
/*logo 搜索结束*/
/*菜单start*/
.nav-bar {
	clear: both;
	margin-top: 22px;
}

#menu a {
	display: block;
	font-family: "simsun";
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #333;
	text-align: center;
}

#menu>ul>li {
	display: block;
	float: left;
	width: 14.28%;
}

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

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

#menu>ul>li.focus:hover>a {
	background-color: #e2312d;
	color: #fff;
}
/*菜单end*/
/*top-banner start*/
.top-banner {
	position: relative;
	height: 295px;
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.banner-bar li {
	height: 295px;
	display: none;
	left: 0;
	min-width: 1000px;
	position: absolute;
	top: 0;
	width: 100%;
}

.banner-keyword {
	position: absolute;
	top: 90px;
	right: 0;
	width: 530px;
	margin: 0 auto;
}

.banner-keyword>li {
	position: absolute;
	opacity: 0;
}

.top-banner .hd a {
	top: 45% !important;
}

.top-banner .hd a {
	display: none !important;
}
/*news_notice 头条*/
.news-notice {
	padding: 15px 0;
	display: table;
	table-layout: fixed;
	width: 100%;
}

.news-notice>* {
	display: table-cell;
	vertical-align: middle;
}

.news-notice>.title {
	font-size: 0;
	width: 109px;
}

.news-notice>.content {
	font-size: 1.5em;
	font-family: "Microsoft Yahei";
	font-weight: bold;
	color: #555;
	padding: 0 15px;
	height: 40px;
	line-height: 40px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	letter-spacing: 2px;
}

.news-notice>.content:hover {
	color: #333;
}

.news-notice>.details {
	background: url(../images/notice_arrow.png) no-repeat center;
	width: 15px;
}

.news-notice>.details:hover {
	background: url(../images/notice_arrow_hover.png) no-repeat center;
}
/*头条结束*/
.d-table {
	display: table;
	table-layout: fixed;
	width: 100%;
}

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

.col-a-narrow {
	width: 540px;
	box-sizing: border-box;
}

.col-a-narrow.ptlr-20.bg-fa.has-bd {
	width: 800px;
}

.col-a-narrow.has-bd {
	border: 1px solid #E1E2E3;
}

.col-a-wide.has-bd {
	border: 1px solid #e1e2e3;
	border-width: 1px 1px 1px 0;
}

.focus-pic {
	width: 540px;
	float:left;
}
.focus-pic-right {
	width:calc(100% - 580px);
	width:-moz-calc(100% - 580px);
	width:-webkit-calc(100% - 580px);
	float:right;
}
.sub-focus-pic {
	width: 570px;
	float:left;
}
.sub-focus-picright {
	width:calc(100% - 590px);
	width:-moz-calc(100% - 590px);
	width:-webkit-calc(100% - 590px);
	float:right;
} 
/*news-list news-top --start*/
.news-list>li.border-b {
	/*	border-bottom: 1px dotted #c0c0c0;
	padding-bottom: 16px;
	margin-bottom: 16px;*/
	
}

.news-list.pd-t {
	padding-top: 16px;
}

.news-list>li>a {
	display: block;
}

.news-list>li h1 {
	font-weight: normal;
	font-family: "Microsoft Yahei";
	margin: 0;
	color: #333;
	height: 39px;
	line-height: 39px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
	font-size: 0.9375em;
	padding-right: 10px;
}

.news-list>li>a:hover h1 {
	text-decoration: underline;
	color: #ff7900;
}

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

.news-list>li em {
	display: block;
	color: #aaa;
	height: 39px;
	line-height: 39px;
	font-size: 0.875em;
	font-style: normal;
	padding: 0;
	margin: 0;
	font-family: Arial;
}

.news-list.date-right>li em {
	float: right;
}

.news-list.two-lines {
	padding-top: 10px;
	min-height: 122px;
}

.news-list.two-lines>li {
	float: right;
	width: 49%;
}

.news-list.two-lines>li.odd {
	float: left;
}

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

.box-tab>dt>ul>a {
	display: block;
	font-size: 0.875em;
	font-family: "microsoft yahei";
	color: #999;
	height: 30px;
	line-height: 30px;
	float: right;
}

.box-tab>dt>ul>a:after {
	content: ">>";
	font-family: simsun;
}

.box-tab>dt>ul>li>a {
	color: #333;
	font-family: "simsun";
	font-size: .875em;
	line-height: 30px;
	height: 30px;
	padding: 0 14px;
	color: #444;
	font-weight: bold;
	display: block;
}

.box-tab>dt>ul>li.focus>a {
	background-color: #c5221e;
	padding: 0 17px;
	color: #fff;
}

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

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

.box-tab.pt-10 dd {
	padding-top: 10px;
}

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

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

.small-title {
	display: none;
}

.small-more {
	display: none;
	font-size: 0.875em;
	height: 36px;
	line-height: 36px;
}

.small-more:hover {
	color: #ff7900;
}

.small-more.small-more-block {
	display: block;
}

/*news-list news-top --end*/

/*pic-list start*/
.pic-library.col-3 li {
	float: left;
	width: 388px;
	margin-left: 17px;
	position: relative;
}

.pic-library.col-4 li {
	float: left;
	width: 288px;
	margin-left: 16px;
	position: relative;
}

.pic-library.sub.col-3 li {
	width: 289px;
	margin: 10px 10px 0;
	position: relative;
}

.pic-library.sub.col-3 li:first-child {
	margin-left: 10px;
}

.pic-library.col-3 li:first-child {
	margin-left: 0;
}

.pic-library.col-4 li:first-child {
	margin-left: 0;
}

.pic-library>li .img-size {
	padding-top: 75%;
	position: relative;
}

.pic-library img {
	display: block;
	width: 100%;
}

.pic-library>li>a {
	display: block;
}

.img-frame {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #ccc;
	text-align: center;
	font-size: 0;
}

.img-frame img {
	max-height: 100%;
	width: auto !important;
	max-width: 100%;
	vertical-align: middle;
	display: inline-block !important;
}

.img-frame:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 0;
}

.pic-library {
	margin-top: 10px;
}

.pic-library.sub {
	margin-top: 0;
}

.pic-library>li em {
	font-style: normal;
	display: block;
	font-size: 0.9375em;
	font-family: "microsoft yahei";
	color: #666;
	text-align: left;
	height: 50px;
	line-height: 50px;
	padding: 0 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.pic-library.sub>li em {
	text-align: center;
}

.pic-library>li em:before {
	content: "";
	float: right;
	display: block;
	background: url(../images/icon_small_r_arr.png) no-repeat center;
	width: 21px;
	height: 50px;
}

.pic-library.sub>li em:before {
	display: none;
}

.pic-library>li>a:hover em {
	text-decoration: underline;
}

.pic-library>li .player-btn, #video .player-btn {
	width: 49px;
	height: 49px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -45px;
	margin-left: -25px;
	background: url(../images/icon_player.png) no-repeat center;
	cursor: pointer;
}
/*pic-list end*/
/*icon-list btn-wrap big-wrap start*/
.big-wrap a {
	display: block;
	text-align: center;
	border: 1px solid #E1E2E3;
	border-width: 1px 1px 1px 0;
	height: 139px;
	padding-top: 54px;
	box-sizing: border-box;
	font-family: "microsoft yahei";
	font-size: 1.325em;
	line-height: 1em;
	color: #F15447;
	font-weight: bold;
}

.big-wrap a.bg-img02 {
	cursor: default;
	padding-top: 36px;
}

.big-wrap a>span {
	display: inline-block;
}

.big-wrap a>img {
	vertical-align: middle;
}

.big-wrap a>img:first-child+span+img {
	margin-left: 7px;
}

.big-wrap a:first-child {
	border-bottom-width: 0;
}

.bg-img01 {
	background: url(../images/bg_img01.png) no-repeat center;
}

.bg-img02 {
	background: url(../images/bg_img02.png) no-repeat center;
}

.icon-list li {
	float: left;
	text-align: center;
}

.icon-list li>a {
	display: block;
}

.icon-list li>a:hover>span {
	color: #ff7800;
}

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

.icon-list span {
	display: block;
	font-family: "Microsoft Yahei";
	color: #666;
	/*white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;*/
	line-height: 1.5em;
}

.icon-list em {
	display: block;
	font-style: normal;
	font-family: arial;
	font-size: .6875em;
	-webkit-transform: scale(.9);
	color: #aaa;
	line-height: 1.5em;
	word-wrap: break-word;
}

.icon-list.col-3 li {
	width: 33.33%;
}

.icon-list.col-4 li {
	width: 25%;
}

.icon-list.col-7 li {
	width: 14.28%;
}

.icon-list.red-icon {
	padding: 30px 50px 20px;
}

.icon-list.red-icon a {
	height: 88px;
	box-sizing: border-box;
	border: 1px solid #f2f2f2;
	border-width: 1px 0 0 1px;
	padding-top: 15px;
}

.icon-list.red-icon li.first-column>a {
	border-left-width: 0;
}

.icon-list.red-icon li.first-row>a {
	border-top-width: 0;
}

.icon-list.red-icon i {
	color: #F15447;
	font-size: 1.875em;
	line-height: 30px;
	margin-bottom: 2px;
}

.icon-list.bg-icon {
	padding: 25px 10px 0;
}

.icon-list.bg-icon i {
	width: 66px;
	height: 66px;
	margin: 0 auto;
	background: url(../images/service-iframe01.png) no-repeat center;
	color: #fff;
	font-size: 1.875em;
	line-height: 66px;
	margin-bottom: 10px;
}

.icon-list.bg-icon span {
	font-size: .9375em;
}

.bgc-01 {
	background-color: #fcae14 !important;
}

.bgc-02 {
	background-color: #f6695b !important;
}

.bgc-03 {
	background-color: #ff8040 !important;
}

.bgc-04 {
	background-color: #35c3d9 !important;
}

.bgc-05 {
	background-color: #94a3e4 !important;
}

.bgc-06 {
	background-color: #fcae14 !important;
}

.icon-list.a-line li {
	text-align: left;
	margin-top: 35px;
}

.icon-list.a-line a>* {
	display: inline-block;
	vertical-align: middle;
}

.icon-list.a-line a>i {
	font-size: 1.125em;
	color: #b5b3b3;
}

.icon-list.a-line a>span {
	font-size: .9375em;
	color: #666;
	width: 75px;
	overflow: hidden;
	white-space: nowrap;
	text-align: left;
}

.icon-list.a-line li.first-row {
	margin-top: 14px;
}

.icon-list.a-line li.last-column {
	text-align: right;
}

.icon-list.a-line li.center-column {
	text-align: center;
}

.icon-list.a-line li>a:hover>i {
	color: #ff7800;
}

.icon-list.bd-icon.col-3 li {
	width: 29%;
	margin: 5px 0 16px 6.5%;
}

.icon-list.bd-icon.col-3 li.first-column {
	margin-left: 0;
}

.icon-list.bd-icon i {
	width: 53px;
	height: 53px;
	line-height: 53px;
	background: url(../images/icon_bd_bg01.png) no-repeat center;
	margin: 0 auto;
	text-align: center;
	color: #f27e76;
	font-size: 1.375em;
}

.icon-list.bd-icon span {
	font-size: .9375em;
	margin-top: 5px;
}

.icon-list.bd-icon2 li {
	margin-top: 35px;
}

.icon-list.bd-icon2 i {
	width: 82px;
	height: 82px;
	line-height: 82px;
	background: url(../images/icon_bd_bg02.png) no-repeat center;
	margin: 0 auto;
	text-align: center;
}

.icon-list.bd-icon2 span {
	font-size: 1.375em;
	color: #666;
}

.icon-list.col-2 li {
	width: 50%;
	margin-top: 60px;
}

.icon-list.col-2 i {
	margin-bottom: 5px;
}

.icon-list.col-2 span {
	font-size: .875em;
}

.icon-list.bd-tp {
	padding: 0 30px;
}

.icon-list.bd-tp li {
	float: none;
}

.icon-list.bd-tp li>a {
	height: 100px;
	border-top: 1px solid #c4c4c4;
	padding-top: 24px;
	box-sizing: border-box;
}

.icon-list.bd-tp li:first-child {
	margin-top: 40px;
}

.icon-list.bd-tp li:first-child>a {
	border-top: 0;
}

.icon-list.bd-tp a>span {
	font-size: .875em;
}

.btn-wrap li {
	float: left;
	width: 20%;
}

.btn-wrap li a {
	height: 125px;
	padding: 20px 20px 0 20px;
	box-sizing: border-box;
	display: block;
	text-align: center;
	background: url(../images/bg_img03.png);
	border: 1px solid #e1e2e3;
	border-width: 1px 1px 1px 0;
}

.btn-wrap li:first-child a {
	border-width: 1px;
}

.btn-wrap li a>* {
	display: block;
}

.btn-wrap li a>div {
	text-align: left;
}

.btn-wrap li a>i {
	font-size: 1.25em;
	font-family: "icomoon";
	font-style: normal;
	display: block;
	padding-top: 30px;
	text-align: right;
	color: #aaa;
}

.btn-wrap li a>div>span {
	font-family: "microsoft yahei";
	line-height: 1em;
	margin-bottom: 5px;
	color: #333;
	display: block;
}

.btn-wrap li a>div>em {
	font-size: .625em;
	font-family: arial;
	font-style: normal;
	-webkit-transform: scale(.9);
	display: block;
	color: #aaa;
	margin-left: -10px;
	margin-left: 0\0;
}

.btn-wrap li:hover>a {
	background-image: none;
	background-color: #F15447;
	-webkit-transition: background-color 400ms;
	transition: background-color 400ms;
}

.btn-wrap li:hover>a>div>*, .btn-wrap li:hover>a>i {
	color: #fff !important;
}
/*icon-list btn-wrap end*/
/*box-tab parent*/
.bg-img03 {
	background: url(../images/bg_img03.png);
}

.box-tab.parent .big-title {
	font-family: "microsoft yahei";
	color: #000;
	font-size: 1.25em;
	line-height: 1em;
	height: 1em;
	border-left: 7px solid #C5221E;
	padding-left: 14px;
	display: block;
	float: left;
	margin-left: -1px;
}

.box-tab.m-l.parent .big-title {
	margin-left: -21px;
}

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

.box-tab.pd-tb>dt>a {
	padding-right: 16px;
}

.box-tab.has-bd {
	border: 1px solid #e2e3e4;
}

dl#tab4 {
	padding: 20px;
	background: url(../images/bg_img03.png);
	border: 1px solid #e1e2e3;
}

dl#tab5 {
	padding: 20px;
	border: 1px solid #e1e2e3;
	background: url(../images/bg_img03.png);
}

.box-tab>dt>a {
	display: block;
	font-size: 0.875em;
	font-family: "microsoft yahei";
	color: #999;
	height: 30px;
	line-height: 30px;
	float: right;
}

.box-tab.parent>dt>a {
	height: 20px;
	line-height: 20px;
}

.box-tab>dt>a:after {
	content: ">>";
	font-family: simsun;
}

.box-tab>dt>a:hover {
	color: #ff7900;
}
/*box-tab parent end*/

/*box-tab module start*/
.box-tab.module>dt {
	float: left;
	width: 235px;
}

.box-tab.module>dd {
	float: left;
	width: 963px;
	padding-top: 0;
}

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

.box-tab.module>dt>ul>li>a {
	box-sizing: border-box;
	border: 1px solid #e2e3e4;
	border-width: 1px 1px 0 0;
	height: 95px;
	background-color: #fbfbfb;
	font-size: 1em;
	font-family: "microsoft yahei";
	font-weight: normal;
	padding: 22px 0 0 40px;
}

.box-tab.module>dt>ul>li>a>* {
	display: block;
	font-style: normal;
}

.box-tab.module>dt>ul>li>a>span {
	font-size: 1.375em;
	color: #000;
}

.box-tab.module>dt>ul>li>a>em {
	font-size: .75em;
	font-family: arial;
	color: #888;
	line-height: 20px;
}

.box-tab.module>dt>ul>li:before {
	content: "";
	display: block;
	float: right;
	width: 47px;
	height: 90px;
	background: url(../images/icon_radiu_arrow.png) no-repeat left center;
}

.box-tab.module>dt>ul>li:first-child>a {
	border-top-width: 0 !important;
}

.box-tab.module>dt>ul>li.focus>a {
	background-color: #fff;
	border-width: 1px 0 0 0;
	position: relative;
}

.box-tab.module>dt>ul>li.focus>a:before {
	content: "";
	display: block;
	position: absolute;
	border-left: 2px solid #F15548;
	height: 100%;
	width: 0;
	left: -1px;
	top: 0;
}

.box-tab.module>dt>ul>li.focus:before {
	display: none;
}

.box-tab.module>dt>ul>li.focus>a>span {
	color: #f15548;
}
/*box-tab module end*/
/*box-tab other start*/
.col-b-narrow {
	float: left;
	width: 48%;
}

.col-b-wide {
	float: right;
	width: 48%;
}

.col-c-wide {
	float: right;
	width: 365px;
}

.col-c-narrow {
	float: left;
	width: 435px;
}

.small-tab {
	display: none;
}

.box-tab.other .bd-title {
	border-bottom: 1px solid #e5e5e5;
	font-family: "microsoft yahei";
}

.box-tab.other .bd-title>div {
	float: left;
}

.box-tab.other .bd-title li {
	margin-left: 30px;
}

.box-tab.other .bd-title li:first-child {
	margin-left: 0;
}

.box-tab.other .bd-title .title-name {
	color: #333;
	line-height: 1.5em;
	padding-bottom: 8px;
	display: block;
	float: left;
	margin-bottom: -1px;
}

.box-tab.other .bd-title span.title-name {
	cursor: default;
}

.box-tab.other .bd-title>.focus>.title-name {
	border-bottom: 2px solid #f15548;
}

.box-tab.other .bd-title a {
	display: block;
	float: right;
}

.box-tab.other .bd-title a.more {
	background-color: #fff;
	padding-bottom: 4px;
	line-height: 2em;
	height: 2em;
}

.box-tab.other .bd-title a.more:after {
	content: ">>";
	font-family: simsun;
}

.box-tab.other .bd-title a.write-letter {
	width: 75px;
	height: 28px;
	line-height: 28px;
	font-size: .75em;
	color: #fff;
	background-color: #ff8040;
	text-align: center;
	margin-top: 6px;
}

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

.box-tab.other>dd>ul>li>a img {
	display: block;
	max-width: 100%;
	margin-top: 5px;
}

.interview-module>a {
	display: block;
	font-family: "microsoft yahei";
	font-size: .875em;
	line-height: 2em;
}

.interview-module>a>img {
	width: 181px;
	margin-right: 15px;
	display: block;
	float: left;
	height: 133px;
}

.interview-module>a>div {
	height: 133px;
}

.interview-module>a>div>span {
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.interview-module>a i {
	font-style: normal;
	color: #ff8040;
	margin-right: 8px;
}

.interview-module>a>p {
	height: 6em;
	overflow: hidden;
}

.interview-module>a:hover>* {
	color: #000;
}

.interview-module>a.more {
	background-color: #f7f7f7;
	height: 38px;
	line-height: 38px;
	border: 1px solid #f1f0f0;
}

.interview-module>a.more:after {
	content: ">>";
	font-family: simsun;
	margin-left: 5px;
}

.news-list.mail>li {
	border-top: 1px solid #efefef;
}

.news-list.mail>li:first-child {
	border-top: 0;
}

.news-list.mail.icon-left>li>a:before {
	content: "D";
	font-family: "icomoon";
	float: left;
	display: block;
	margin-right: 3px;
	height: 45px;
	line-height: 45px;
	color: #999;
}

.news-list.mail>li>a>* {
	height: 45px;
	line-height: 45px;
}

.news-list.mail>li em {
	font-family: "microsoft yahei";
	font-size: .75em;
}

.news-list.mail>li em>* {
	font-style: normal;
	margin-left: 20px;
}

.news-list.mail>li em>*:first-child {
	margin-left: 0;
}

.news-list.mail>li em>i {
	color: #ff7900;
}

.news-list.mail>li em>i.done {
	color: #47993d;
}

.icon-list.bg-icon.n-p {
	padding: 10px 0 0;
}

.icon-list.bg-icon.col-3 li {
	width: 20%;
	margin-left: 20%;
}

.icon-list.bg-icon.col-3 li.first-column {
	margin-left: 0;
}

a.small.mail.more {
	display: none;
	border: 1px solid #e1e2e3;
}
/*box-tab other end*/

/*service-list start*/
.service-list .service-a-wrap {
	float: left;
	width: 493px;
}

.service-list .service-b-wrap {
	float: left;
	width: 285px;
	height: 380px;
	border: 1px solid #ebebeb;
	border-width: 0 1px;
	box-sizing: border-box;
}

.service-b-wrap>.title {
	text-align: center;
	padding-top: 50px;
	font-size: 0;
}

.service-b-wrap>.title .title-name {
	line-height: 1em;
	display: inline-block;
	width: 115px;
	border: 1px solid #c3c3c3;
	border-width: 0 1px;
	font-family: "microsoft yahei";
	color: #666;
	font-size: 16px;
}

.service-b-wrap>.title:before, .service-b-wrap>.title:after {
	content: "";
	display: inline-block;
	width: 60px;
	height: 7px;
	border-bottom: 1px solid #c3c3c3;
	vertical-align: top;
}

.service-list .service-c-wrap {
	float: left;
	width: 185px;
}

.service-list .icon-list i {
	color: #ffa443;
	font-size: 1.875em;
	margin-bottom: 5px;
}
/*service-list end*/
a.more {
	background-color: #f6f6f6;
	font-size: .875em;
	font-family: "microsoft yahei";
	display: block;
	height: 45px;
	line-height: 45px;
	text-align: center;
	color: #aaa;
}

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

.select-links select {
	float: left;
	width: 24%;
	padding: 5px;
	margin-left: 1.33%;
	border: 1px solid #e8e8e8;
	box-sizing: border-box;
	background-color: #fafafa;
	color: #666;
}

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

.copyright {
	font-size: 0.875em;
	font-family: "microsoft yahei";
	line-height: 2em;
	color: #767676;
	text-align: center;
	background-color: #222;
}

.copyright a {
	color: #767676;
	font-size: 14px;
}

.copyright a.gabeian {
	color: #767676;
}

.copyright td:first-child a:hover {
	text-decoration: underline;
}

.copyright table {
	table-layout: fixed;
}

.copyright img {
	vertical-align: middle;
}

.copyright .link-sep:before {
	height: 30px;
	content: "";
	border-left: 1px dotted #6e6969;
	vertical-align: middle;
	margin: 0 20px;
}

.small-copyright {
	display: none;
	background-color: #222;
	color: #a9a0a0;
	padding: 5px 0;
}
/*浮动面板*/
.float-Panel {
	position: fixed;
	bottom: 330px;
	right: 10px;
}

.ctrol-Panel>* {
	width: 49px;
	height: 49px;
	display: block;
	margin-bottom: 10px;
	line-height: 49px;
	text-align: center;
	background-color: #c4c0c0;
	border-radius: 50%;
	font-family: "microsoft yahei";
	color: #fff;
}

.ctrol-Panel>*:hover {
	background-color: #F15447;
}

.ctrol-Panel>a>i {
	font-family: "icomoon";
	font-size: 26px;
	display: block;
	font-style: normal;
	color: #fff;
}

.ctrol-Panel em {
	display: block;
	font-family: "microsoft yahei";
	font-size: 12px;
	font-style: normal;
	color: #fff;
}
/*.ctrol-Panel .backto-top {
	background-color: #e53935;
}*/
.pop-blog, .pop-wechart, .pop-app {
	width: 180px;
	padding-top: 10px;
	background-color: #fff;
	border: 1px solid #ddd;
	position: absolute;
	top: 0;
	right: 65px;
	display: none;
}

.pop-blog:after, .pop-wechart:after, .pop-app:after {
	content: "";
	width: 7px;
	height: 7px;
	position: absolute;
	background: url(../images/pop_app_bdbg.png) no-repeat center;
	right: -7px;
}

.pop-blog:after {
	top: 30px;
}

.pop-wechart:after {
	top: 90px;
}

.pop-app:after {
	top: 150px;
}

.pop-blog img, .pop-wechart img, .pop-app img {
	width: 160px;
	height: 160px;
	display: block;
	margin: 0 auto;
}

.pop-blog em, .pop-wechart em, .pop-app em {
	color: #666;
	font-weight: normal;
	font-style: normal;
	display: block;
	text-align: center;
	padding: 5px 0;
	font-family: "Microsoft Yahei";
}

@media screen and (max-width: 1200px) {
	.float-Panel {
		display: none;
	}
}
/*二级页面-start*/
.box-tab.sub-box-c {
	position: relative;
	background-color: #fff;
	padding-left: 30px;
}

.box-tab .third-title {
	padding: 0 15px;
	border-bottom: 1px solid #dbdbdb;
}

.box-tab .third-title a {
	display: block;
	float: left;
	font-family: "Microsoft Yahei";
	color: #000;
	padding: 15px 0px;
	margin-left: 20px;
}

.box-tab .third-title a.focus {
	border-bottom: 1px solid #1b72bc;
	margin-bottom: -1px;
}

/*三级栏目较多的情况下-开始*/
.box-tab .third-title-2 {
	padding: 0 15px;
	border-bottom: 1px solid #dbdbdb;
}

.box-tab .third-title-2 a {
	display: block;
	float: left;
	font-family: "Microsoft Yahei";
	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;
}
/*三级栏目较多的情况下-结束*/
.box-tab .box-title-name.second-title {
	display: none;
}

.sub-nav-left {
	width: 242px;
	background-color: #f2f2f2;
}

.sub-nav-left .nodes {
	height: 100%;
}

.sub-nav-left .title {
	height: 86px;
	background-color: #c5211f;
	color: #fff;
	box-sizing: border-box;
	padding: 20px 0 0 30px;
	position: relative;
}

.sub-nav-left .title:after {
	content: "x";
	display: block;
	font-family: "icomoon";
	font-size: 1.25em;
	position: absolute;
	top: 26px;
	right: 25px;
}

.sub-nav-left .title span {
	font-size: 1.5em;
	display: block;
	font-family: "microsoft yahei";
	line-height: 1em;
}

.sub-nav-left .title em {
	display: block;
	font-style: normal;
	font-family: arial;
	font-size: .75em;
	color: #fbefef;
	margin-top: 7px;
}

.sub-nav-left .title em:after {
	/*	content: "";
	display: block;
	width: 22px;
	height: 10px;
	border-bottom: 2px solid #fff;*/
	
}

.sub-nav-left .nodes a {
	color: #333;
	display: block;
	border-top: 1px solid #e4e4e4;
	padding: 18px 15px 18px 30px;
	font-family: "Microsoft Yahei";
	line-height: 20px;
}

.sub-nav-left .nodes a>span {
	display: block;
	max-height: 60px;
	overflow: hidden;
}

.sub-nav-left .nodes a:hover {
	color: #df4239;
}

.sub-nav-left .nodes a:before {
	content: ">";
	color: #b0b0b0;
	float: right;
	font-family: simsun;
	display: block;
}

.sub-nav-left .nodes a.focus, .sub-nav-left .nodes a:hover.focus,
	.sub-nav-left .nodes a.focus:after {
	background-color: #e0e0e0;
}

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

.box-tab.sub-box-c .sub-title .arrow-down {
	display: none;
	content: "";
	background: url(../images/arrow_down.png) no-repeat center center;
	height: 50px;
	width: 40px;
	background-size: 50%;
	cursor: pointer;
	position: absolute;
	right: 0;
}

.box-tab.sub-box-c .sub-title .arrow-up {
	background: url(../images/arrow_up.png) no-repeat center center;
	background-size: 45%;
}

span.box-title-name {
	font-family: "Microsoft YaHei";
	color: #000;
	float: left;
	display: block;
	height: 50px;
	line-height: 50px;
	margin: 0 20px;
	font-size: 1.125em;
}

.box-tab.sub-box-c .sub-title {
	display: none;
	border-bottom: 1px solid #e8e8e8;
	box-sizing: border-box;
	background-color: #f4f4f4;
}

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

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

.news-list.dot-b li {
	border-bottom: 1px dashed #c5c5c5;
	padding: 10px 0;
}

.news-list.dot-b li em {
	font-family: simsun;
	color: #aaa;
	padding: 5px 0;
	font-size: .75em;
	line-height: 1.5em;
	height: auto;
}

.news-list.dot-b li h1 {
	font-size: 1em;
	height: 30px;
	line-height: 30px;
}

.news-list.has-img li a {
	display: table;
	width: 100%;
	table-layout: fixed;
}

.news-list.has-img li a>* {
	display: table-cell;
	vertical-align: middle;
}

.news-list.has-img li a>div {
	width: 150px;
	height: 107px;
	padding-right: 15px;
}

.news-list.has-img li a>div>img {
	display: block;
	width: 100%;
	height: 100%;
}

.news-list.has-img>li>a>i {
	color: #aaa;
	font-family: simsun;
	font-style: normal;
	width: 7px;
}

.news-list.has-img>li>a:after {
	display: none;
}

.single-article {
	font-size: 0.875em;
	line-height: 2.4em;
	color: #666;
	word-break: break-all;
}

.single-article img {
	max-width: 100%;
}

/*内容页--start*/
.location * {
	display: block;
	float: left;
	height: 16px;
	line-height: 16px;
	font-family: "microsoft yahei";
}

.location {
	font-size: 0.75em;
	padding: 7px 0;
}

.location:before {
	content: "";
	float: left;
	font-size: 14px;
	background: url(../images/icon_location.png) no-repeat center;
	height: 16px;
	width: 16px;
	margin-right: 5px;
}

.location>a, .location>em {
	color: #aaa;
	font-style: normal;
}

.location>span {
	color: #333;
}

.location>a:after {
	content: ">";
	padding: 0px 5px;
	font-family: simsun;
}

.location>a:after {
	content: ">";
	padding: 0px 5px;
	font-family: simsun;
}

.pd-space {
	padding: 20px;
}

.box-tab.sub-box-c.news-content {
	padding: 15px 30px;
	border: 1px solid #e8e8e8;
}

.box-content {
	min-height: 480px;
}

.sub-content {
	color: #666;
	font-family: "Microsoft Yahei";
}

.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: #666;
}

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

.news_content_description {
	font-size: .75em;
	color: #888;
	background-color: #f3f3f3;
	line-height: 1.75em;
	padding: 10px 15px;
	margin: 15px 0;
}

.news_content_content {
	line-height: 1.875em;
	font-size: .875em;
	padding-top: 15px;
}

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

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

.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: 20px 0px;
}

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

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

.article {
	font-size: 0.875em;
	color: #666;
	line-height: 2.5em;
}

a.mail-title {
	background-color: #ef6362 !important;
	color: #666;
}

a.mail-title:hover {
	background-color: #c5221e !important;
	color: #fff !important;
}

@media screen and (max-width: 1000px) {
	.news_content_other {
		display: none;
	}
}

@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: 320px) {
	.ptlr-20 {
		padding: 10px;
	}
}
/*内容页--end*/
/*翻页--start*/
.page-tile {
	display: block;
	border-width: 1px 0;
	font-family: Verdana, Arial;
	padding: 10px 0 20px 0;
}

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

.page-tile>* {
	color: #888;
	display: block;
	float: left;
	padding: 0 .5em;
	min-width: 1.5em;
	text-align: center;
	font-size: .75em;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
}

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

.page-tile span.more:before {
	content: "...";
}
/*.page-tile a.first:before {
	content: "\2039"
}*/
.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 {
	background-color: #c5211f;
	color: #fff;
	border-radius: 5px;
}
/*.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;
	}
	.page-tile {
		background-color: #efefef;
		padding-bottom: 0;
		text-align: center;
		margin: 0;
		padding: 0;
	}
	.page-tile a.prev, .page-tile a.next {
		display: inline-block;
		box-sizing: border-box;
		height: 50px;
		line-height: 50px;
		color: #333;
		width: 90px;
		font-family: "Microsoft Yahei";
	}
	.page-tile a.next:before {
		content: "下一页";
	}
	.page-tile a.prev:before {
		content: "上一页";
	}
}
/*翻页--end*/

/*网站地图页 start*/
.box-tab.sub-box-c.map-box {
	padding-left: 0;
}

.map-box.content-box {
	font-size: 1em;
}

.map {
	background-color: #fafafa;
	border: 1px solid #e6e6e6;
	margin-bottom: 20px;
}

.map>li {
	border-top: 1px solid #e8e8e8;
	padding: 5px 0 10px 25px;
	font-family: "Microsoft Yahei";
	line-height: 2.4em;
}

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

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

.map>li .title {
	display: block;
	color: #333;
	padding-left: 17px;
	margin: 10px 0;
	line-height: 16px;
	font-size: 18px;
}

.map>li .node {
	display: inline-block;
	color: #4095ce;
	font-size: 0.875em;
	line-height: 2em;
	padding-right: 25px;
	margin-left: 19px;
}

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

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

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

.map a:hover {
	color: #ff7900;
}
/*网站地图页end*/

/*公共服务页start*/
.module-list.service {
	border-bottom: 1px solid #e8e8e8;
}

.module-list>li {
	float: left;
}

.module-list.service>li {
	width: 400px;
	border: 1px solid #e8e8e8;
	border-width: 1px 1px 0 0;
	box-sizing: border-box;
	background-color: #fafafa;
}

.module-list.service>li.first-column {
	border-width: 1px 1px 0 1px;
}

.module-list.service>li>div {
	padding: 15px 20px 0;
}

.module-list img {
	display: block;
	width: 100%;
}

.module-list.service>li>div .title {
	position: relative;
}

.module-list.service>li>div .title>i {
	width: 60px;
	color: #f25348;
	height: 40px;
	text-align: center;
	font-size: 21px;
	padding-top: 15px;
	font-weight: bold;
	font-family: "icomoon";
	box-sizing: border-box;
	font-style: normal;
	background: url(../images/icon_service_moude_radiusbg.png) no-repeat
		center top;
	display: block;
	position: absolute;
	bottom: 34px;
	left: 50%;
	margin-left: -30px;
}

.module-list.service>li>div .title .title-name {
	display: block;
	text-align: center;
	font-size: 1.25em;
	font-family: "microsoft yahei";
	line-height: 1.5em;
	height: 1.5em;
	padding: 10px 0 5px;
}

.module-list.service a.more {
	background-color: #f4f2f2;
	height: 40px;
	line-height: 40px;
	margin-top: 15px;
	-webkit-transition: background-color 400ms;
	transition: background-color 400ms;
}

.module-list.service a.more:hover {
	background-color: #ff7900;
	color: #fff;
}

.module-list.service .news-list h1 {
	padding-right: 0;
}

.col-d-narrow {
	width: 800px;
	float: left;
}

.col-d-wide {
	width: 380px;
	float: right;
}

.service-find-list>li {
	padding: 10px 20px;
	box-sizing: border-box;
	width: 400px;
	float: left;
	background-color: #fff;
	border-bottom: 1px solid #e2e3e4;
}

.service-find-list .title {
	font-family: "microsoft yahei";
	color: #000;
	line-height: 32px;
	height: 32px;
	margin: 3px 0 5px;
}

.service-find-list .title>i {
	width: 32px;
	height: 32px;
	background: url(../images/icon_servicefind_bg.png) no-repeat;
	display: inline-block;
	text-align: center;
	font-family: "icomoon";
	color: #fff;
	font-style: normal;
}

.service-find-list .title>a {
	float: right;
	color: #aaa;
	font-size: .75em;
}

.service-find-list .title>a:hover {
	color: #ff7900;
}

.service-find-list .title>a:after {
	content: ">>";
	font-family: simsun;
}

.news-list.date-bottom>li a {
	padding: 5px 0;
}

.news-list.date-bottom.border-da>li a {
	padding: 10px 0;
}

.news-list.right-arrow>li a:before {
	content: ">";
	float: right;
	line-height: 39px;
}

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

.news-list.border-da>li:first-child {
	border-top: 0;
}

.news-list.date-bottom>li h1 {
	font-size: 0.9375em;
	height: 21px;
	line-height: 21px;
}

.news-list.date-bottom>li em {
	font-size: .75em;
	height: 18px;
	line-height: 18px;
}

.box-tab.parent.sub .big-title {
	font-size: 1em;
}

.box-tab.parent.sub>dt>a {
	height: 16px;
	line-height: 16px;
	padding-right: 20px;
	font-size: .75em;
}

.icon-list.col-2.other {
	padding-top: 10px;
}

.icon-list.col-2.other li {
	margin-top: 0;
	margin-bottom: 24px;
}

.icon-list.col-2.other span {
	font-size: .9375em;
}

.icon-list.col-2.other i {
	color: #ffa443;
	font-size: 2.25em;
}

.icon-list.a-row li {
	padding: 0 20px;
	float: none;
	margin-top: 0;
}

.icon-list.bd-t li {
	border-top: 1px solid #f2f2f2;
}

.icon-list.a-row li>* {
	vertical-align: top;
	line-height: 40px;
	height: 40px;
	display: block;
}

.icon-list.a-row li>i {
	color: #F25348;
	float: left;
}

.icon-list.a-row li>span {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 0 10px;
}

.icon-list.a-row li:before {
	content: attr(data-num);
	float: right;
	height: 40px;
	line-height: 40px;
	display: block;
	color: #333;
	font-family: "microsoft yahei";
}

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

.service-find a.more {
	height: 40px;
	box-sizing: border-box;
	line-height: 41px;
	border-top: 1px solid #f2f2f2;
	border-bottom: 1px solid #e1e2e3;
	background-color: #fff;
	-webkit-transition: background-color 400ms;
	transition: background-color 400ms;
}

.service-find a.more:hover {
	color: #fff;
	background-color: #ff7900;
}
/*公共服务页end*/
/*政民互动页 start*/
.col-e-narrow {
	width: 885px;
	float: left;
}

.col-e-wide {
	width: 300px;
	float: right;
}

.query-wrap {
	display: block;
}

.query-wrap input[type="text"] {
	font-family: "microsoft yahei";
	width: 790px;
	display: block;
	float: left;
	background-color: #f7f7f7;
	height: 45px;
	font-size: .875em;
	color: #666;
	border: none;
	outline: none;
	padding-left: 20px;
}

.query-wrap input[type="submit"] {
	width: 73px;
	display: block;
	height: 45px;
	font-size: 1em;
	float: left;
	background-color: #ef6362;
	color: #fff;
	border: none;
	cursor: pointer;
	font-family: "microsoft yahei";
}

.interview-module.sub>a>img {
	width: 237px;
	height: 174px;
}

.interview-module.sub>a>div>p {
	margin: 0;
	height: 4em;
	overflow: hidden;
}

.interview-module.sub>a.more {
	margin: 25px 0 10px;
}

.news-list.left-arrow>li>a:before {
	content: "";
	background: url(../images/icon_interview_list_arr.png) no-repeat left
		center;
	float: left;
	display: block;
	width: 12px;
	height: 45px;
}

.big-wrap.sub>a {
	height: 81px;
	padding-top: 15px;
	font-size: 1.125em;
	border-width: 1px;
}

.big-wrap.sub a>img {
	height: 48px !important;
}

.qr-code {
	height: 170px;
}

.qr-code>li {
	width: 105px;
	margin: 0 auto;
	padding-top: 20px;
}

.qr-code>li>* {
	display: block;
	width: 100%;
}

.qr-code>li span {
	text-align: center;
	margin-top: 10px;
	font-family: "microsoft yahei";
}
/*政民互动页 end*/
/*魅力新密 start*/
.col-f-narrow {
	width: 570px;
}

.col-f-wide {
	padding-left: 20px;
}

.box-tab.parent.purple .big-title {
	border-left-color: #836ac1;
}

.sub-overview p {
	margin: 0;
	font-family: "microsoft yahei";
	font-size: 0.875em;
	color: #666;
	text-indent: 2em;
	line-height: 2em;
}

.module-list.overview .sub-overview p {
	/*	font-size:0.9375em;*/
	
}

.sub-overview p>a {
	color: #f15447;
}

.sub-overview p>a:hover {
	text-decoration: underline;
}

.btn-list a {
	display: block;
	float: left;
	width: 110px;
	height: 30px;
	line-height: 30px;
	background-color: #836ac1;
	font-family: "microsoft yahei";
	font-size: .875em;
	color: #fff;
	text-align: center;
	margin-right: 8px;
	margin-top: 12px;
}

.btn-list a:hover {
	background-color: #6a52af;
}

.module-list.overview {
	padding-bottom: 15px;
}

.module-list.overview>li {
	width: 380px;
	margin-left: 30px;
}

.module-list.overview>li:first-child {
	margin-left: 0;
}

.module-list.overview>li .title-name {
	color: #000;
	font-family: "microsoft yahei";
	font-size: 1.25em;
}

.module-list.overview img {
	margin: 10px 0;
}

.btn-wrap.col-4>li {
	width: 25%;
}

.btn-wrap.sub>li>a {
	padding: 0;
}

.btn-wrap.sub>li>a>i {
	text-align: center;
	font-size: 1.8em;
	font-weight: bold;
	padding-top: 26px;
	color: #F25348;
}

.btn-wrap.sub>li>a>span {
	font-size: 1.5em;
	font-family: "microsoft yahei";
	line-height: 2em;
}

.btn-wrap.sub>li:hover span {
	color: #fff;
}

.col-h-250 {
	height: 250px;
}

.code-list>li {
	float: left;
	width: 12.5%;
	margin-top: 10px;
}

.code-list>li>* {
	display: block;
}

.code-list>li>a>* {
	display: block;
}

.code-list.microblog>li img {
	width: 65px;
	height: 65px;
	margin: 0 auto;
	border: 1px solid #e2e3e4;
}

.code-list>li span {
	font-size: .75em;
	color: #000;
	height: 20px;
	line-height: 20px;
	text-align: center;
	padding-top: 5px;
}

.code-list>li>a:hover>span {
	color: #FF7900;
}

.code-list.microblog>li span:after {
	content: "";
	width: 18px;
	height: 28px;
	background: url(../images/icon_microblog_v.png) no-repeat center;
	display: inline-block;
	vertical-align: top;
}

.code-list.microblog>li {
	margin-top: 25px;
}

.code-list.wechart>li>img {
	width: 90px;
	height: 90px;
	margin: 0 auto;
}

.code-list.sub {
	margin-bottom: 25px;
}

.code-list.sub>li {
	width: 16.66%;
	margin-top: 25px;
}

/*魅力新密 end*/
/*访谈 list start*/
.interview-list>li {
	box-sizing: border-box;
	padding: 10px 0;
}

.interview-list>li>a>img {
	display: block;
	float: left;
	width: 220px;
	height: 165px;
}

.interview-list>li>div {
	display: block;
	height: 165px;
	background-color: white;
	overflow: hidden;
}

.interview-list>li>div>* {
	padding: 0 15px;
	display: block;
}

.interview-list>li>div>em {
	font-size: .875em;
	color: white;
	line-height: 3em;
	float: right;
	font-style: normal;
	font-family: "Microsoft Yahei";
}

.interview-list>li>div>em.running {
	background-color: #22b658;
}

.interview-list>li>div>em.ended {
	background-color: #FF790A;
}

.interview-list>li>div>em.notstarted {
	background-color: #088FCD;
}

.interview-list>li>div>a {
	font-size: .875em;
	color: #666;
	font-family: "microsoft yahei";
	line-height: 3em;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 8px;
	padding: 0;
	margin-left: 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.interview-list>li>div>a:hover {
	text-decoration: underline;
}

.interview-list>li>div>span {
	white-space: nowrap;
	text-overflow: ellipsis;
}

.interview-list>li>div>span, .interview-list>li>div>p {
	font-size: .75em;
	line-height: 1.75em;
	color: #999;
	overflow: hidden;
	font-family: "microsoft yahei";
}

.interview-list>li>div>p {
	max-height: 5.25em;
	margin: 0;
}

.interview-historical-data {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	font-family: "microsoft yahei";
	font-size: .75em;
	padding: 3px 9px;
	background-color: #fff;
	border: 1px solid #e8e8e8;
	border-radius: 10px;
}

.interview-historical-data:after {
	display: none;
}

@media screen and (max-width:1000px) {
	.interview-historical-data {
		top: 66px;
		left: 104px;
		right: auto;
		padding: 2px 9px;
	}
}
/*访谈 list end*/
/*访谈 content start*/
.col-g-narrow {
	width: 855px;
	float: left;
}

.col-g-wide {
	width: 330px;
	float: right;
}

.box-tile .box-title {
	font-size: 1.125em;
	font-family: "Microsoft Yahei";
	line-height: 3em;
	padding: 0 30px;
	border-bottom: 1px solid #f1f1f1;
}

.col-h-284 {
	height: 284px;
}

.col-h-426 {
	height: 426px;
}

.iv-info {
	padding: 20px 10px 0 30px;
	color: #444;
	font-family: "microsoft yahei";
}

.iv-info .iv-img {
	display: block;
	float: left;
	width: 220px;
	height: 175px;
}

.iv-info .iv-wrap {
	padding-left: 20px;
	overflow: hidden;
}

.iv-info .iv-title {
	font-size: .875em;
	line-height: 1.25em;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.iv-info .iv-items {
	margin-top: 10px;
}

.iv-info .iv-items>div>b {
	float: left;
	display: block;
	width: 70px;
	color: #999;
	font-weight: normal;
}

.iv-info .iv-items>div>b:before {
	content: "[";
}

.iv-info .iv-items>div>b:after {
	content: "]";
}

.iv-info .iv-items>div {
	font-size: .75em;
	line-height: 1.75em;
	margin-top: 4px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.iv-info .iv-guests>ul {
	display: inline-block;
}

.iv-info .iv-guests em {
	display: inline-block;
	font-style: normal;
	padding-right: 10px;
}

.iv-info .iv-items .running {
	color: #22b658;
}

.iv-info .iv-items .ended {
	color: #FF790A;
}

.iv-info .iv-items .notstarted {
	color: #088FCD;
}

.iv-talk-wrap {
	height: 100%;
	box-sizing: border-box;
	padding: 10px;
}

.iv-talk-list {
	box-sizing: border-box;
	height: 100%;
	padding: 0 10px;
	overflow-y: scroll;
	font-size: .75em;
}

.iv-talk-list>li {
	border-top: 1px dotted #ccc;
	padding: 10px 0;
	font-family: "microsoft yahei";
}

.iv-talk-list>li:first-child {
	border-top: none;
}

.iv-talk-list>li>span {
	line-height: 2em;
}

.iv-talk-list>li>span>* {
	display: inline-block;
	font-style: normal;
	font-weight: normal;
}

.iv-talk-list>li>span>em {
	font-style: normal;
}

.iv-talk-list>li>span>em:before {
	content: "[";
}

.iv-talk-list>li>span>em:after {
	content: "]";
}

.iv-talk-list>li>span>i {
	color: #888;
	font-family: simsun;
	padding-left: 10px;
}

.iv-talk-list>li>span>strong {
	color: #999;
	font-family: simsun;
	padding-left: 10px;
}

.iv-talk-list>li.type-1>span>em, .iv-talk-list>li.type-1>span>b {
	color: #FF790A;
}

.iv-talk-list>li.type-2>span>em, .iv-talk-list>li.type-2>span>b {
	color: #088FCD;
}

.iv-talk-list>li>div {
	line-height: 1.75em;
	letter-spacing: 1px;
}

.iv_input_wrap {
	padding: 30px 30px 20px;
	font-family: "microsoft yahei";
}

.iv_input_title {
	font-size: .75em;
	color: #666;
	line-height: 2em;
}

.iv_input_area {
	display: block;
	border: 1px solid #ddd;
	max-width: 100%;
	width: 100%;
	height: 150px;
	max-height: 150px;
}

.iv_input_submit_wrap {
	text-align: right;
	padding: 10px 0;
}

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

.iv_input_captcha {
	width: 80px;
	border: 1px solid #ddd;
	border-radius: 4px;
	height: 22px;
	padding: 3px;
}

.iv_input_submit {
	font-size: .875em;
	margin-left: 15px;
	border: none;
	background-color: #22b658;
	height: 28px;
	padding: 0 20px;
	color: white;
	border-radius: 4px;
	cursor: pointer;
}

.iv_input_submit.disabled {
	background-color: #bbb;
	cursor: default;
}

.iv_input_wrap .error {
	font-size: .75em;
	color: red;
	padding-left: 5px;
}

.iv_input_nickname_wrap {
	font-size: .75em;
	line-height: 2em;
}

.iv_input_nickname_wrap a {
	color: #22b658 !important;
}

.iv_input_nickname_wrap a:hover {
	text-decoration: underline;
}

.bg-sky-blue .box-tile .box-title {
	border-bottom-color: #6BC9ED;
}

.bg-sky-blue div {
	color: #ebf7fb;
}

.iv-gallery-wrap {
	overflow: hidden;
	position: relative;
	height: 223px;
	width: 100%;
}

.iv-gallery {
	-webkit-transform: translate3d(0, 0, 0);
}

.iv-gallery>li {
	float: left;
	padding-top: 20px;
	font-family: "microsoft yahei";
}

.iv-gallery>li img {
	display: block;
	width: 260px;
	max-width: 100%;
	height: 165px;
	margin: 0 auto;
}

.iv-gallery>li em {
	display: block;
	text-align: center;
	line-height: 1.5em;
	font-style: normal;
}

.iv-gallery>li span {
	display: block;
	text-align: center;
	font-size: .75em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.iv-gallery-btns {
	float: right;
}

.iv-gallery-btns>span {
	display: inline-block;
	padding-left: 5px;
	font-size: .875em;
	font-family: Simsun;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.iv-gallery-btns>span:hover {
	text-decoration: underline;
}

.col-h-725 {
	height: 725px;
}

.iv-images-wrap {
	height: 670px;
	overflow: hidden;
	position: relative;
}

.iv-images {
	width: 100%;
	webkit-transform: translate3d(0, 0, 0);
}

.iv-images>li {
	height: 223px;
	box-sizing: border-box;
	padding: 15px 0;
	font-family: "microsoft yahei";
}

.iv-images>li img {
	display: block;
	width: 260px;
	height: 165px;
	margin: 0 auto;
}

.iv-images>li span {
	padding: 0 10px;
	line-height: 2em;
	display: block;
	text-align: center;
	font-size: .875em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.iv-images-btns {
	margin-top: 8px;
	float: right;
	font-family: "icomoon";
	line-height: .5em;
	font-size: 2.5em;
}

.iv-images-btns>span {
	display: block;
	padding-left: 5px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.iv-images-btns>span:hover {
	color: red;
}
/*访谈 content end*/

/*2020-05-08追加默认样式*/
.news_content_content>p, .news_content_content>div {
	text-indent: 2em;
	line-height: 1.875em;
}

.news_content_content>p>img, .news_content_content>div>img {
	display: block;
	margin: 0 auto;
	max-width: 78%;
	height: auto !important;
}

.news_content_content table {
	margin: 10px auto;
	border-collapse: collapse;
}

/*首页1200以下start*/
@media screen and (max-width: 1200px) {
	.max-wrap {
		width: 100%;
		min-width: inherit;
	}
	.main-wrap {
		width: auto;
		position: relative;
	}
	#menu>ul>li>a {
		padding: 0 20px;
	}
	#menu>ul>li.has-sub>a {
		padding: 0 10px 0 20px;
	}
	.box-tab>dt>ul>li>a {
		padding: 0 17px;
	}
	#tab1 dd {
		padding-top: 5px;
	}
	.pic-library.col-3 li {
		width: 32%;
		margin-left: 2%;
	}
	.pic-library.col-3.sub li {
		width: 31.33%;
		margin: 10px 1% 0 !important;
	}
	.box-tab.module>dt {
		width: 20%;
	}
	.box-tab.module>dd {
		width: 80%;
	}
	.col-c-narrow {
		width: 46%;
	}
	.col-c-wide {
		width: 40%;
	}
	.service-list .service-a-wrap {
		width: 51%;
	}
	.service-list .service-b-wrap {
		width: 29%;
	}
	.service-list .service-c-wrap {
		width: 20%;
	}
	.service-b-wrap>.title .title-name {
		width: 90px;
	}
	.service-b-wrap>.title:before, .service-b-wrap>.title:after {
		width: 40px;
	}
	.big-wrap a {
		font-size: 1.25em;
	}
	.big-wrap a:first-child>img {
		height: 30px;
	}
	.copyright {
		padding: 0 15px;
		box-sizing: border-box;
	}
	.service-hall .location {
		padding-left: 20px;
	}
	.service-module-list>li {
		width: 33.33%;
	}
	.service-find-list>li {
		width: 50%;
	}
	.col-d-narrow {
		width: 66%;
	}
	.col-d-wide {
		width: 31%;
	}
	.col-e-narrow {
		width: 73%;
	}
	.col-e-wide {
		width: 25%;
	}
	.query-wrap input[type="text"] {
		width: 88%;
		box-sizing: border-box;
	}
	.query-wrap input[type="submit"] {
		width: 12%;
	}
	.qr-code {
		padding: 0 3%;
	}
	.qr-code>li {
		padding: 10px 0;
	}
	.pic-library.col-4 li {
		width: 24%;
		margin-left: 1.33%;
	}
	.module-list.service>li {
		width: 33.33%;
	}
	.module-list.overview {
		padding: 0 2%;
	}
	.module-list.overview>li {
		width: 32%;
		margin-left: 2%;
	}
	.sub-overview p {
		font-size: .8125em;
		line-height: 1.8em;
	}
	.btn-list a {
		margin-top: 10px;
	}
	.col-g-narrow {
		width: 71.25%;
	}
	.col-g-wide {
		width: 27.5%;
	}
}
/*首页1200以下end*/
@media screen and (max-width: 1060px) {

}
/*首页1000以下start*/
@media screen and (max-width: 1000px) {
	.top-bar {
		display: none;
	}
	.logo {
		padding: 0;
		float: none;
	}
	.logo img {
		margin: 10px 15px;
	}
	.logo a {
		display: block;
	}
	.logo-mobile {
		display: block;
	}
	.copyright {
		padding: 0;
	}
	.nav-bar {
		background-color: #c5221e;
		background-image: none;
		clear: none;
		position: relative;
		margin-top: 0;
		height: 40px;
	}
	.main-nav {
		width: 40px;
		height: 40px;
		float: right;
		margin-top: 0;
	}
	#menu {
		display: none;
		float: right;
		position: absolute;
		top: 40px;
		right: 0;
		padding: 0;
		width: auto;
		background-color: #fff;
		border-left: 1px solid #e5e5e5;
		z-index: 100;
	}
	#menu li:hover>ul {
		display: none;
	}
	#menu>ul>li {
		float: none;
		text-align: center;
	}
	.main-nav:after {
		content: "";
		display: block;
		background: url(../images/icon_list.png) center center no-repeat;
		width: 40px;
		height: 40px;
		background-size: 60%;
		position: absolute;
		right: 0;
		top: 0;
	}
	#menu>ul>li>a {
		height: 45px;
		line-height: 45px;
		border-bottom: 1px solid #e8e8e8;
		background: none;
		color: #666;
		width: 120px;
		text-align: center;
		font-weight: normal;
		padding: 0 !important;
	}
	#menu>ul>li.has-sub>a:after {
		display: none;
	}
	#menu>ul>li.focus a {
		color: #E2534B;
		background-color: #fff;
	}
	#menu>ul>li ul {
		display: none;
	}
	.find-bar-wrap {
		position: static;
	}
	.find-bar {
		position: absolute;
		top: -40px;
		padding: 0;
		z-index: 99;
		width: 220px;
	}
	.find-bar input[type="text"] {
		width: 170px;
		color: #fff;
		height: 40px;
		background-color: #da2927;
		border: 0;
	}
	.find-bar input[type="submit"] {
		height: 40px;
		font-size: .875em;
		background-color: #da2927;
		border-radius: 0;
		background: #da2927 url(../images_1/icon_search_small_white.png)
			no-repeat center center;
		width: 50px;
		font-size: 0;
	}
	.find-bar input[type="text"]::-webkit-input-placeholder {
		/* WebKit browsers */
		color: #f9c8c3;
	}
	.find-bar input[type="text"]:-moz-placeholder {
		/* Mozilla Firefox 4 to 18 */
		color: #f9c8c3;
	}
	.find-bar input[type="text"]::-moz-placeholder {
		/* Mozilla Firefox 19+ */
		color: #f9c8c3;
	}
	.find-bar input[type="text"]:-ms-input-placeholder {
		/* Internet Explorer 10+ */
		color: #f9c8c3;
	}
	.top-banner {
		display: none;
	}
	.news-notice>.title {
		width: 80px;
	}
	.news-notice>.title img {
		display: none;
	}
	.news-notice>.title:before {
		content: "今日头条";
		font-size: 16px;
		color: #e63430;
		font-family: "Microsoft Yahei";
		font-weight: bold;
		padding-left: 10px;
	}
	.news-notice>.details {
		padding-right: 15px;
	}
	.d-table {
		display: block;
	}
	.d-table.sub {
		display: table;
	}
	.col-a-narrow {
		display: block;
		width: auto;
	}
	.col-a-wide {
		display: block;
		width: auto;
	}
	.focus-pic {
		width: 100%;
		height: auto;
		float:none;
	}
	.focus-pic-right {
		width:auto;
		float:none;
	}
	.sub-focus-pic {
		width: 100%;
		height: auto;
		float:none;
	}
	.sub-focus-picright {
		width:100%;
		float:none;
		margin-top:10px;
	}
	.col-a-wide .news-list {
		padding-left: 0;
	}
	.news-notice {
		padding: 0;
	}
	.news-notice>.content {
		font-size: 1em;
		font-weight: normal;
		color: #333;
		padding: 0 5px;
		letter-spacing: 0;
	}
	.select-links {
		padding: 0 10px;
	}
	.box-tab>dt>ul>a {
		padding-right: 10px;
	}
	.box-tab.parent>dt>ul {
		padding-right: 10px;
	}
	.copyright table {
		display: none;
	}
	.small-copyright {
		display: block;
	}
	.icon-list span {
		font-size: 1em;
	}
	.big-wrap {
		margin-top: 15px;
	}
	.big-wrap a {
		float: left;
		width: 50%;
		box-sizing: border-box;
		height: 110px;
		background-size: cover;
		font-size: 1.625em;
		padding-top: 42px;
	}
	.big-wrap a:first-child {
		border-bottom: 1px solid #e1e2e3;
	}
	.big-wrap:after {
		content: "";
		display: block;
		clear: both;
		height: 0;
	}
	.box-tab.has-bd.module {
		border: 0;
	}
	.box-tab.module>dt {
		display: none;
	}
	.box-tab.module>dd {
		float: none;
		width: 100%;
	}
	.box-tab.module>dd>ul>li {
		display: block;
	}
	.box-tab.module .small-title {
		display: block;
		margin-top: 0;
	}
	.box-tab.other .small-title {
		display: none;
	}
	.box-tab.module>dt>ul>li>a {
		padding-left: 30px;
	}
	.box-tab.module>dt>ul>li>a>span {
		font-size: 1.125em;
	}
	.box-tab.module>dt>ul>li:before {
		width: 35px;
		background-size: 70%;
	}
	.icon-list.red-icon {
		padding: 30px 20px 20px;
	}
	.icon-list.bg-icon {
		padding-bottom: 20px;
	}
	.icon-list.a-line {
		padding-bottom: 20px;
	}
	.icon-list.bd-tp {
		padding: 0 25px;
	}
	.btn-wrap li a>div>em {
		margin-left: -7px;
	}
	.small-title {
		background-color: #edeef1;
		height: 36px;
		line-height: 36px;
		font-family: "Microsoft Yahei";
		border-left: 3px solid #c5221e;
		padding-left: 10px;
		font-size: 0.875em;
		color: #666;
		margin-top: 5px;
	}
	.small-title .title-name {
		font-size: 0.875em !important;
		color: #666 !important;
	}
	.small-more {
		display: block;
		float: right;
		padding-right: 10px;
		color: #999;
	}
	.service-list {
		border-bottom: 1px solid #EBEBEB;
	}
	.ptlr-20 {
		padding: 20px 20px 10px;
	}
	.news-list.pd-t {
		padding-top: 10px;
	}
	.location {
		padding: 17px 20px;
		background-color: #f4f4f4;
		border-bottom: 1px solid #e8e8e8;
	}
	.location.mt {
		margin-top: -15px;
	}
	.sub-nav-left {
		display: none;
	}
	.box-tab.sub-box-c {
		display: block;
		padding-left: 0;
	}
	.box-tab.sub-box-c.news-content {
		padding: 0;
		border: 0;
	}
	.box-tab.sub-box-c.news-content .sub-content {
		padding: 20px;
	}
	.box-tab.sub-box-c .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 {
		background-color: #1bbc9b;
		color: #fff;
		border-bottom: none;
		margin-bottom: 4px;
	}
	.box-tab .third-title a {
		border: 1px solid #ccc;
		font-size: .875em;
		border-radius: 15px;
		padding: 0 8px;
		background-color: #fff;
		border: none;
		line-height: 2.5em;
		margin: 4px 5px 4px 5px;
	}
	span.box-title-name {
		margin: 0 20px;
		font-size: 1em;
	}
	.news-list.has-img {
		padding: 0 20px;
	}
	.news-list.dot-b li h1 {
		font-size: 1em;
		line-height: 2em;
		height: 2em;
	}
	.news-list.dot-b li em {
		padding: 0;
	}
	.news-list.dot-b li:last-child {
		border-bottom: 0;
	}
	.pic-library.sub {
		padding: 0 1%;
	}
	.mtb-12 {
		margin: 0;
	}
	.icon-list.a-row {
		padding-bottom: 0;
	}
	.module-list.service {
		margin-top: 20px;
	}
	.module-list.service>li>div {
		padding: 15px 15px 0;
	}
	.service-module-list {
		margin-top: 20px;
	}
	.col-e-narrow {
		float: none;
		width: 100%;
		margin-top: 15px;
	}
	.col-a-narrow.ptlr-20.bg-fa.has-bd {
		width: 100%;
	}
	.col-e-wide {
		float: none;
		width: 100%;
	}
	.box-tab.parent.other>dt>ul {
		padding-right: 0;
	}
	.box-tab.parent.other>dt>ul>a {
		padding-right: 0;
	}
	.big-wrap.sub a {
		width: 100%;
		height: 80px;
		padding-top: 15px!important;
	}
	.qr-code {
		height: auto;
	}
	.qr-code>li>img {
		max-width: 200px;
		margin: 0 auto;
	}
	.col-f-narrow {
		display: block;
		width: 100%;
	}
	.col-f-wide {
		display: block;
		width: 100%;
		padding-left: 0;
		margin-top: 15px;
	}
	.sub-overview p {
		font-size: .875em;
		line-height: 2em;
	}
	.box-tab.parent.sub.purple>dd {
		padding: 10px 15px 0;
	}
	.single-article {
		padding: 0 15px;
	}
	.interview-list {
		padding: 10px 20px;
	}
	.iv-gallery>li img, .iv-images>li img {
		width: 200px;
		height: 160px;
	}
	.iv-talk-list {
		-webkit-transform: translate3d(0, 0, 0);
	}
	.iv-talk-list::-webkit-scrollbar-track-piece {
		background-color: rgba(0, 0, 0, 0);
		border-left: 1px solid rgba(0, 0, 0, 0);
	}
	.iv-talk-list::-webkit-scrollbar {
		width: 5px;
		height: 13px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
	.iv-talk-list::-webkit-scrollbar-thumb {
		background-color: rgba(0, 0, 0, 0.5);
		background-clip: padding-box;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		min-height: 28px;
	}
	.iv-talk-list::-webkit-scrollbar-thumb:hover {
		background-color: rgba(0, 0, 0, 0.5);
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
	.code-list>li {
		width: 16.66%;
	}
	.code-list>li:nth-child(n+13) {
		display: none;
	}
	.code-list.sub>li:nth-child(n+13) {
		display: block;
	}
	.big-wrap a.bg-img02 {
		padding-top:23px;
	}
	.news_content_content>p>img, .news_content_content>div>img {
		max-width: 100% !important;
	}
}

/*720以下start*/
@media screen and (max-width:720px) {
	.logo img {
		width: 160px;
	}
	.logo a {
		top: 5px;
	}
	.news-list {
		padding: 0 10px;
	}
	.small-title {
		display: block;
		margin-top: 0px !important;
	}
	.select-links {
		display: none;
	}
	.col-b-wide, .col-c-narrow {
		width: 100%;
		float: none;
	}
	.ml-50 {
		margin-left: 0;
	}
	.col-b-narrow, .col-c-wide {
		width: 100%;
		float: none;
	}
	.mt-15 {
		margin-top: 0;
	}
	.bg-fa {
		background-color: #fff;
	}
	.ptlr-20 {
		padding: 0;
	}
	.pd-tb {
		padding: 0;
	}
	.col-a-wide.has-bd {
		border: 0;
	}
	.news-list>li.border-b {
		margin-bottom: 0;
		padding-bottom: 0;
		border-bottom: 0;
	}
	.news-list>li.hide {
		display: none;
	}
	.news-list.pd-t {
		padding-top: 0;
	}
	.box-tab>dd>ul>li {
		display: block;
	}
	.col-e-narrow {
		margin-top: 0;
	}
	.box-tab dt {
		display: none;
	}
	.box-tab dd {
		padding: 0 !important;
	}
	.box-tab dd>div {
		display: none;
	}
	.box-tab.parent>dd>ul {
		padding: 0;
	}
	.bg-img03 {
		background-image: none;
	}
	.box-tab.has-bd {
		border: 0;
	}
	.col-a-narrow.has-bd {
		border: 0;
	}
	.box-tab.other .small-title {
		display: block;
	}
	a.more {
		display: none;
	}
	.interview-module {
		padding: 10px 10px 0;
	}
	.news-list>li {
		border-top: 0 !important;
		border-bottom: 1px solid #e8e8e8;
	}
	.news-list>li:last-child {
		border-bottom: none;
	}
	.news-list>li h1 {
		height: 45px;
		line-height: 45px;
		color: #666;
		font-size: .9375em !important;
	}
	.news-list>li em {
		height: 45px;
		line-height: 45px;
	}
	.col-a-wide .news-list {
		padding-left: 10px;
	}
	.btn-wrap li a>div>span {
		font-size: 1em;
	}
	.service-list {
		border-bottom: 0;
	}
	.service-list>div {
		float: none !important;
		width: 100% !important;
	}
	.service-list .service-b-wrap {
		height: auto;
	}
	.service-b-wrap>.title {
		padding-top: 20px;
	}
	.pic-library {
		padding: 0 2%;
	}
	.icon-list {
		padding: 10px !important;
	}
	.icon-list.col-3.bd-icon {
		margin-top: 10px;
	}
	.icon-list span {
		font-size: .875em !important;
	}
	.icon-list.col-2 li {
		margin-top: 0;
		padding-top: 10px;
	}
	.icon-list.bg-icon.col-3 li {
		width: 33.33%;
		margin-left: 0;
	}
	.icon-list.bd-tp li {
		float: left;
		width: 25%;
	}
	.icon-list.a-line li {
		margin-top: 25px;
	}
	.icon-list.a-line li:last-child {
		margin-bottom: 10px;
	}
	.icon-list.col-2 li {
		width: 23%;
		margin: 0 1%;
	}
	.icon-list.bd-icon.col-3 li {
		margin-bottom: 10px;
	}
	.icon-list.bd-tp li a {
		border-top: 0;
		height: auto;
		padding-bottom: 10px;
		padding-top: 0;
	}
	.icon-list.bd-tp li:first-child {
		margin-top: 0;
	}
	.box-tab.other>dd>ul>li>a img {
		width: 100%;
	}
	.box-tab.other>dd ul.icon-list.col-3.bg-icon {
		display: block;
	}
	.icon-list.bd-icon2 li {
		margin-top: 10px;
	}
	.btn-wrap {
		padding: 0 1%;
	}
	.btn-wrap li {
		width: 100%;
		float: none;
		margin-bottom: 1%;
		height: auto;
	}
	.btn-wrap li a {
		background-color: #f0f0f0 !important;
		background-image: none;
		text-align: left;
		height: auto;
		padding: 15px 10px;
		box-sizing: border-box;
		border-width: 1px;
	}
	.btn-wrap li a>* {
		padding-top: 0;
		display: inline-block;
		vertical-align: middle;
	}
	.btn-wrap li a>i {
		color: #999 !important;
		padding: 0 !important;
		vertical-align: middle;
		font-weight: normal !important;
	}
	.btn-wrap li a>div>span {
		font-size: .875em;
		margin-bottom: 0;
		color: #333;
		display: inline-block;
		margin-left: 5px;
	}
	.btn-wrap li a>div>em {
		display: none;
	}
	.btn-wrap li:hover>a>div>span {
		color: #333 !important;
	}
	.btn-wrap li:hover>a>i {
		color: #999 !important;
	}
	.big-wrap {
		margin-top: 0;
	}
	.big-wrap a {
		height: 80px;
		padding-top: 30px;
		font-size: 1.125em !important;
	}
	.big-wrap a>img {
		height: 18px !important;
	}
	.big-wrap a:nth-child(2)>img{
		height:40px !important;
	}
	.bg-f6 {
		background-color: inherit;
	}
	.icon-list.col-7 li {
		width: 33.3333%;
		margin-bottom: 10px;
	}
	.box-tab.other>dd>ul>li>a {
		display: none;
	}
	.small-tab {
		display: block !important;
	}
	.small-tab>a {
		background-color: #f0f0f0;
		display: block;
		background-image: none;
		text-align: left;
		height: auto;
		padding: 15px 10px;
		box-sizing: border-box;
		border: 1px solid #e1e2e3;
		margin: 5px 0;
		color: #666;
		font-size: .875em;
		font-family: "microsoft yahei";
	}
	.small-tab>a.tab-img {
		border: 0;
		margin: 0;
		padding: 0;
	}
	.small-tab>a.tab-img img {
		display: block;
		width: 100%;
	}
	a.mail-title {
		background: none !important;
	}
	.pic-library.col-3 li {
		width: 100%;
		margin-left: 0;
	}
	.location {
		margin-top: 0 !important;
		padding: 10px 10px !important;
		background-color: #fff;
	}
	span.box-title-name {
		margin: 0 10px;
	}
	.box-tab.sub-box-c .sub-nav {
		padding: 20px 10px 0;
	}
	.page-tile {
		margin-bottom: 0;
	}
	.news-list.has-img {
		padding: 0 10px;
	}
	.box-tab.sub-box-c.news-content .sub-content {
		padding: 10px;
	}
	.pic-library.col-3.sub>li {
		width: 48%;
	}
	.service-module-list {
		margin-top: 0;
		border-bottom: 0;
	}
	.service-module-list>li {
		width: 100%;
		float: none;
		border: 0 !important;
		background-color: #fff;
	}
	.service-module-list>li>div {
		padding: 0;
	}
	.service-module-list>li>div .title {
		display: none;
	}
	.bg-ed {
		background-color: #fff;
	}
	.col-d-narrow, .col-d-wide {
		float: none;
		width: 100%;
	}
	.mt-20 {
		margin-top: 0;
	}
	.mb-15 {
		margin-bottom: 0;
	}
	.ptb-30 {
		padding: 0;
	}
	.bd-tlr {
		border: 0;
	}
	.service-find-list>li {
		float: none;
		width: 100%;
		border: 0 !important;
		padding: 0;
	}
	.service-find-list .title {
		display: none;
	}
	.icon-list.a-row {
		padding: 0 !important;
	}
	.icon-list.a-row li {
		margin-top: 0;
		border-color: #e1e2e3;
		padding: 0 15px;
	}
	.icon-list.a-row li:first-child {
		margin-top: 10px;
	}
	.icon-list.a-row li:last-child {
		border-bottom: 1px solid #e1e2e3;
	}
	.icon-list.col-2.other li {
		margin-bottom: 10px;
	}
	.bd-all {
		border: 0;
	}
	.pd-20 {
		padding: 0;
	}
	.bd-blr {
		border: 0;
	}
	.pt-15 {
		padding-top: 0;
	}
	.news-list.left-arrow>li>a:before {
		display: none;
	}
	.news-list.date-bottom>li a {
		padding: 10px 0;
	}
	.ptb-20 {
		padding: 0;
	}
	.col-f-wide {
		margin-top: 0;
	}
	.sub-overview {
		padding: 10px;
	}
	.sub-overview p>a {
		display: none;
	}
	.pic-library.col-4 {
		padding: 0 1%;
	}
	.pic-library.col-4 li {
		width: 48%;
		margin: 0 1% !important;
	}
	.module-list.service {
		margin-top: 0;
	}
	.module-list>li {
		float: none !important;
		width: 100% !important;
		margin-left: 0 !important;
		border: 0 !important;
		background-color: #fff !important;
	}
	.module-list .title {
		display: none !important;
	}
	.module-list.service>li>div {
		padding: 0;
	}
	.module-list.overview {
		padding: 0;
	}
	.module-list.overview img {
		display: none;
	}
	.btn-wrap.sub>li {
		width: 48%;
		float: left;
		margin: 1% 1%;
	}
	.btn-wrap.sub>li>a {
		padding: 15px 0 8px;
		text-align: center;
	}
	.btn-wrap.sub>li>a>i {
		font-size: 1.25em;
	}
	.btn-wrap.sub>li>a>span {
		font-size: .875em;
		line-height: 20px;
		display: block;
	}
	.col-h-250 {
		height: auto;
	}
	.code-list {
		padding: 10px 0 10px;
	}
	.code-list.microblog {
		margin-bottom: 15px;
	}
	.code-list.microblog>li {
		margin-top: 15px;
	}
	.code-list>li {
		width: 25% !important;
	}
	.btn-list a {
		margin-top: 0;
		margin-bottom: 10px;
	}
	.btn-list {
		padding: 0 10px;
	}
	.interview-list {
		padding: 5px 10px;
	}
	.interview-list>li {
		padding: 5px 0;
	}
	.interview-list>li>a>img {
		width: 180px;
		height: 135px;
	}
	.interview-list>li>div {
		height: 135px;
	}
	.interview-list>li>div>p {
		max-height: 3.5em;
	}
	.col-g-narrow {
		float: none;
		width: 100%;
	}
	.col-g-wide {
		float: none;
		width: 100%;
	}
	.box-tile>.box-title {
		display: none;
	}
	.col-h-284 {
		height: auto;
	}
	.col-h-725 {
		height: auto;
	}
	.iv-info {
		padding: 10px;
		height: 175px;
	}
	.iv-talk-wrap {
		border: 1px solid #e8e8e8;
		border-width: 1px 0;
	}
	.iv_input_wrap {
		padding: 20px 10px;
	}
	.bg-sky-blue {
		background-color: #fff;
	}
	.bg-sky-blue div {
		color: #666;
	}
	.iv-gallery-wrap {
		height: auto;
	}
	.iv-gallery, .iv-images {
		position: relative !important;
		padding: 0 1%;
	}
	.iv-gallery>li {
		width: 48%;
		margin: 0 1%;
		padding-top: 2%;
	}
	.iv-gallery>li img, .iv-images>li img {
		width: 100%;
	}
	.iv-images-wrap {
		height: auto;
	}
	.iv-images {
		width: 98%;
	}
	.iv-images>li {
		height: auto;
		float: left;
		width: 48%;
		margin: 0 1%;
		padding: 2% 0 0;
	}
	a.small.mail.more {
		background-color: #f0f0f0;
		display: block;
		margin: 0 1%;
		color: #666;
	}
	a.small.mail.more:after {
		content: ">>";
		font-family: simsun;
		margin-left: 5px;
	}
	.news-list.mail.icon-left>li>a:before {
		display: none;
	}
	.suggestion_list_wrap .box-tile .box-title {
		display: block;
	}
	dl#tab4 {
		padding: 0;
		border: none;
		background: none;
	}
	dl#tab5 {
		padding: 0;
		border: none;
		background: none;
	}
}
/*480以下start*/
@media screen and (max-width:480px) {
	.nav-bar:before {
		font-size: 1.25em;
	}
	#menu>ul>li>a {
		font-size: 0.875em;
		width: 100px;
	}
	.news-list>li em {
		display: none !important;
	}
	.news-list.mail>li em {
		display: block !important;
	}
	.news-list.mail>li em>* {
		margin-left: 10px;
	}
	.icon-list.col-4 li {
		width: 50%;
	}
	.icon-list.red-icon a {
		border-width: 1px 0 0 1px !important;
	}
	.icon-list.red-icon>li:nth-child(2n+1)>a {
		border-left-width: 0 !important;
	}
	.icon-list.red-icon>li:first-child>a, .icon-list.red-icon>li:nth-child(2)>a
		{
		border-top-width: 0 !important;
	}
	.news-list>li h1 {
		font-size: .875em !important;
	}
	.big-wrap a {
		height: 80px;
		padding-top: 28px;
		float: none;
		width: 100%;
		border-width: 1px;
		font-size: 1.25em !important;
	}
	.big-wrap a:first-child {
		border-bottom: 0;
	}
	.interview-module>a>div {
		height: auto;
	}
	.interview-module>a>img {
		width: 140px !important;
		height: 100px !important;
		margin-right: 10px;
	}
	.interview-module>a>div>span {
		height: 25px;
		line-height: 25px;
	}
	.icon-list.bg-icon i {
		width: 60px;
		height: 60px;
		line-height: 60px;
		background-image: none;
		border-radius: 50%;
	}
	.news-list.dot-b li h1 {
		font-size: 1em;
	}
	.news-list.has-img li a>div {
		width: 100px;
		height: 70px;
		padding-right: 10px;
	}
	.news-list.dot-b li em {
		display: block !important;
	}
	.pic-library>li .player-btn, #video .player-btn {
		background-size: 70%;
	}
	.news-list.right-arrow>li a:before {
		display: none;
	}
	.news-list.date-bottom.border-da>li a {
		padding: 0;
	}
	.news-list.date-bottom>li h1 {
		height: 45px;
		line-height: 45px;
		font-size: .875em;
	}
	.big-wrap.sub a:first-child {
		border-bottom: 1px solid #e1e2e3;
	}
	.interview-module.sub>a>div>p {
		margin: 10px 0;
	}
	.news-list.date-bottom>li a {
		padding: 0;
	}
	.query-wrap input[type="submit"] {
		font-size: .875em;
	}
	.news-list.mail.left-arrow>li em {
		display: none !important;
	}
	.news-list.has-img>li>a>i {
		display: none;
	}
	.code-list>li {
		width: 33.33% !important;
	}
	.code-list>li span {
		white-space: nowrap;
		overflow: hidden;
	}
	.btn-list a {
		width: 32%;
		margin: 0 0 10px 2%;
	}
	.btn-list a:first-child {
		margin-left: 0;
	}
	.interview-list>li>div>* {
		padding: 0 0 0 10px;
	}
	.interview-list>li>div {
		height: 100px;
	}
	.interview-list>li>div>a {
		font-size: .75em;
		line-height: 2em;
		margin-bottom: 3px;
		margin-left: 10px;
	}
	.interview-list>li>div>em {
		font-size: .75em;
		line-height: 2em;
		padding: 0 10px;
	}
	.interview-list>li>div>p {
		height: 1.75em;
	}
	.interview-list>li>a>img {
		width: 134px;
		height: 100px;
	}
	.iv-info {
		height: auto;
	}
	.iv-info .iv-img {
		display: none;
	}
	.iv-info .iv-wrap {
		padding: 10px;
	}
	.iv-gallery>li img, .iv-images>li img {
		height: 140px;
	}
	.iv-gallery>li em {
		font-size: .875em;
		padding-top: 2px;
	}
	.iv_input_area {
		height: 100px;
	}
	.owl-special .owl-controls .owl-buttons {
		display: none !important;
	}
}

/*320以下start*/
@media screen and (max-width:320px) {
	.nav-bar:before {
		font-size: 1em;
	}
	span.box-title-name {
		margin: 0 10px;
		font-size: 0.875em;
	}
	.icon-list.bd-icon2 i {
		width: 75px;
		height: 75px;
		background-size: cover;
		line-height: 75px;
	}
	.pic-library.sub.col-3>li {
		width: 98%;
	}
	.pic-library>li .player-btn, #video .player-btn {
		background-size: 100%;
	}
	.code-list {
		padding-top: 5px;
	}
	.code-list.sub.wechart>li {
		margin-top: 10px;
	}
	.iv_input_submit {
		margin-left: 0;
	}
	.iv-gallery>li img, .iv-images>li img {
		height: 120px;
	}
	.iv-info .iv-img {
		display: none;
	}
}

/*搜索结果页 start*/
.box-tab.sub-box-c.serch_info {
	padding: 15px 30px 10px;
	border: 1px solid #EDEDED;
}

.box-tab.sub-box-c.serch_info .sub-title {
	margin: 15px 0;
	display: block;
	padding: 20px;
	border: 1px dotted #dddddd;
	border-radius: 5px;
	font-family: Microsoft Yahei;
	background-color: #f3f3f3;
}

.box-tab.sub-box-c.serch_info .sub-title .red {
	color: #FF4400;
}

.news-list.list-full {
	padding: 0 20px;
}

.news-list.list-full>li {
	padding: 5px 0 10px;
	border-bottom: 1px dotted #dbdbdb;
}

.news-list.list-full>li>a>h1 {
	font-size: 0.875em;
	line-height: 2em;
	height: 2em;
	color: #666;
}

.news-list.list-full>li em {
	font-size: 0.875em;
	line-height: 2em;
	height: 2em;
}

.news-list.list-full>li>a:hover h1 {
	color: #ff7900;
	text-decoration: none;
}

@media screen and (max-width: 1000px) {
	.mb-15 {
		margin-bottom: 0;
	}
	.box-tab.sub-box-c.serch_info {
		padding: 0;
		border: none;
	}
	.box-tab.sub-box-c.serch_info .sub-title {
		background-color: #f1f1f1;
		padding: 15px 20px;
		border-radius: 0;
		margin: 0;
		border-bottom: 1px solid #e8e8e8;
		border-width: 0 0 1px;
	}
	.box-tab.sub-box-c.serch_info .sub-title .box-title-name {
		font-size: 1em;
	}
	.news-list.list-full {
		padding: 0 20px;
	}
	.news-list.list-full>li:last-child {
		border-bottom: 0;
	}
	.news-list.list-full>li {
		padding: 10px 0;
	}
}

@media screen and (max-width: 720px) {
	.box-tab.sub-box-c.serch_info .sub-title {
		padding: 15px 10px;
		font-size: .875em;
	}
	.news-list.list-full {
		padding: 0 10px;
	}
	.news-list.list-full>li em {
		font-size: .75em;
	}
}

@media screen and (max-width: 480px) {
	.news-list.list-full>li em {
		display: block !important;
	}
}
/*搜索结果页 end*/

/* 民意征集 --- start*/
.suggestion_input_wrap {
	padding: 15px 10px 10px;
	background-color: #f6f6f6;
	margin-top: 15px;
	font-size: .875em;
	border: 1px #ececec solid;
	font-family: "microsoft yahei";
}

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

.suggestion_input_area {
	display: block;
	border: 1px solid #ddd;
	width: 100%;
	height: 80px;
}

.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 {
	padding: 10px 20px 0;
}

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

.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_list_wrap .box-tile .box-title {
	padding: 0;
	line-height: 2em;
	border-bottom: none;
}

/* 民意征集 --- 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;
}

.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 input[type="submit"].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;
}

.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;
	}
	.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;
	}
}
/*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*/

/* 场景式服务--start */
.service-six {
	box-sizing: border-box;
	padding-left: 35px;
	margin: 0 auto;
}

.service-six-warp {
	margin: 10px 0 20px;
	border: 1px #e8e8e8 solid;
}

.six-hysy {
	background: url(../images/marry.jpg) no-repeat right bottom;
}

.six-hjsf {
	background: url(../images/census.jpg) no-repeat right bottom;
}

.six-scsz {
	background: url(../images/car.jpg) no-repeat right bottom;
}

.six-crjbl {
	background: url(../images/airplane.jpg) no-repeat right bottom;
}

.six-edu {
	background: url(../images/education.jpg) no-repeat right bottom;
}

.six-doctor {
	background: url(../images/doctor.jpg) no-repeat right bottom;
}

.service-six li {
	width: 270px;
	height: 50px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.service-six a.button {
	color: #333;
	display: block;
	border-radius: 3px;
	border: 1px #e8e8e8 solid;
	background: #f2f2f2;
	line-height: 50px;
	text-align: center;
	font-size: .875em;
	text-decoration: none;
	transition: all 0.3s ease 0s;
	font-family: "Microsoft Yahei";
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.service-six .a-wrap {
	padding-top: 30px;
}

.service-six li a.button:hover {
	background: #c5211f;
	border: 1px #c5211f solid;
	color: #fff;
}

.service-six .a-wrap-list li {
	border-bottom: 1px #e8e8e8 solid;
	line-height: 2em;
	width: 880px;
	line-height: 50px;
	height: 50px;
	margin-bottom: 0;
	padding-left: 20px;
	box-sizing: border-box;
	background: url(../images/icon.png) no-repeat left center;
}

.service-six .a-wrap-list li a {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
}

.service-six .a-wrap-list li a:hover {
	color: #c30000;
}

.service-six .line {
	background: url(../images/six_line.png) no-repeat center top;
	height: 17px;
	width: 888px;
	margin-top: 10px;
}

@media screen and (max-width: 1200px) {
	.service-six {
		width: 100%;
		padding: 0;
	}
	.service-six li {
		width: 33.33%;
		padding-left: 10px;
		box-sizing: border-box;
		margin-right: 0;
	}
	.service-six .line {
		width: 100%;
	}
	.service-six .a-wrap {
		margin: 10px 10px 10px 0;
		color: #333;
		padding: 0;
	}
	.service-six .a-wrap-list {
		margin: 10px;
		margin-top: 0;
	}
	.service-six .a-wrap-list li {
		width: 100%;
	}
}

@media screen and (max-width: 1000px) {
	.service-six-warp {
		border: 0;
	}
}

@media screen and (max-width: 720px) {
	.service-six {
		border: none;
	}
	.service-six li {
		width: 50%;
	}
	.six-hysy, .six-hjsf, .six-scsz, .six-crjbl, .six-edu, .six-doctor {
		background: none;
	}
}

@media screen and (max-width: 375px) {
	.service-six li {
		width: 100%;
	}
}
/* 场景式服务--end */
.owl-special .item {
	margin: 0 10px;
}

.owl-special .owl-theme .owl-controls {
	margin-top: 0;
}

.owl-special .item img {
	display: block;
	width: 100%;
}

.owl-special .item em {
	font-style: normal;
	display: block;
	font-size: 0.9375em;
	font-family: "microsoft yahei";
	color: #666;
	text-align: left;
	height: 50px;
	line-height: 50px;
	padding: 0 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.owl-special .item em:hover {
	color: #ff7900;
}

.owl-special .item em:before {
	content: "";
	float: right;
	display: block;
	background: url(../images/icon_small_r_arr.png) no-repeat center;
	width: 21px;
	height: 50px;
}

.owl-special .owl-controls .owl-buttons div {
	color: #FFF;
	display: inline-block;
	zoom: 1;
	margin: 0px !important;
	padding: 0px !important;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	filter: Alpha(Opacity = 100);
	opacity: 1 !important;
}

.owl-special .owl-controls .owl-buttons div.owl-prev {
	position: absolute;
	left: -17px;
	top: 0px;
	display: inline-block;
	width: 25px;
	height: 70%;
	background: url(../images/owl-prev.png) center center no-repeat;
}

.owl-special .owl-controls .owl-buttons div.owl-next {
	position: absolute;
	right: -15px;
	top: 0px;
	display: inline-block;
	width: 25px;
	height: 70%;
	background: url(../images/owl-next.png) center center no-repeat;
}

.owl-special  .item .img-size {
	padding-top: 75%;
	position: relative;
}

#pictures .owl-controls .owl-buttons div.owl-next, #pictures .owl-controls .owl-buttons div.owl-prev {
	height: 80%;
}

#video .owl-controls .owl-buttons div.owl-next, #video .owl-controls .owl-buttons div.owl-prev {
	height: 80%;
}

.pd-10 {
	padding: 10px 15px 0;
}

@media screen and (max-width:720px) {
	.pd-10 {
		padding-top: 20px;
	}
	.ad {
		display: none !important;
	}
}


/*头部庆祝*/
.index {
	background:url(../images/xm-dhui-bg.jpg) no-repeat center top;
	padding-top:390px;
}
.index .body {
	width:1240px;
	margin:0 auto; 
	background:#fff;
}
.index .main-wrap {
	padding:0px 20px;
}
.index .s-img {
	display:none;
}
@media screen and (max-width:1240px) {
.index {
	padding-top:initial;
	background:none;
	}
.index .s-img {
	display:block;
	}
.index .s-img img {
	width:100%;
	}
.index .main-wrap {
	padding:initial;

}
.index .body {
	width:auto;
}