@charset "utf-8";

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

.max-wrap {
	max-width: 1920px;
	min-width: 1230px;
	margin: 0 auto;
}

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

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

.mtb-20 {
	margin: 20px 0;
}

.pl-30 {
	padding-left: 30px;
}

.bd-e3 {
	border: 1px solid #e3e3e3;
}

.pd-20 {
	padding: 20px;
}

.plr-50 {
	padding: 0 50px;
}

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

.border-0 {
	border: 0 !important;
}

.border-left {
	border-left: 1px solid #f0f0f0;
}

.bg-f2 {
	background-color: #f2f2f2;
}

.title-center.bg-f2 dt {
	padding-top: 15px;
}
/*top-bar start*/
.top-bar {
	color: #999;
	font-size: 0.875em;
	height: 70px;
	background-color: #fff;
}

.top-bar a {
	line-height: 70px;
	color: #999;
	font-family: "microsoft yahei";
}

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

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

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

.top-bar .top-right>* {
	float: left;
}

.wechat-sina {
	padding-left: 10px;
}

.wechat-sina a {
	font-family: "icomoon";
	margin-left: 20px;
	font-size: 18px;
}

.wechat-sina a:hover {
	text-decoration: none;
}

a.wechat {
	cursor: pointer;
	position: relative;
}

a.wechat div {
	display: none;
	position: absolute;
	z-index: 99;
	right: -50px;
	top: 66px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
	-moz-opacity: 0;
	opacity: 0;
	filter: alpha(opacity = 0);
	padding: 5px;
	border: 1px solid #e8e8e8;
	background-color: #fff;
	font-size: 14px;
	color: red;
	line-height: 18px;
	text-align: center;
}

a.wechat div:after {
	content: "郑上微服务"
}

a.wechat:hover div {
	display: block;
	top: 36px;
	-moz-opacity: 1;
	opacity: 1;
	filter: alpha(opacity = 100);
}

a.wechat div img {
	max-width: 100px;
	max-height: 100px;
}

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

.find-bar {
	position: relative;
	margin-left: 30px;
	width: 160px;
	background-color: #f6f6f6;
	border-radius: 5px;
	border: 1px solid #e3e3e3;
	margin-top: 20px;
}

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

.find-bar input[type="submit"] {
	display: block;
	float: right;
	border: none;
	height: 30px;
	line-height: 30px;
	width: 30px;
	font-size: 1em;
	outline: none;
	cursor: pointer;
	background: url(../images/icon_search.png) no-repeat center;
}

.find-bar em {
	position: absolute;
	clear: both;
	padding: 5px 0 0 5px;
	font-size: .75em;
	color: #f00;
	font-style: normal;
	left: 5px;
	top: 29px;
}
/*top-bar end*/

/*logo 搜索开始*/
.small-logo {
	display: none;
	max-width: 130px;
	padding: 10px 10px;
}
/*logo 搜索结束*/
/*菜单start*/
.nav-bar {
	border-top: 1px solid #e8e8e8;
	background-color: #fff;
}

#menu a {
	font-family: "microsoft yahei";
	height: 48px;
	line-height: 48px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #333;
	display: inline-block;
	border-top: 3px solid transparent;
	text-align: center;
	margin-top: -3px;
}

#menu>ul>li {
	display: inline-block;
	margin-left: 75px;
}

#menu>ul>li:first-child {
	margin-left: 0;
}

#menu>ul>li:hover>a {
	color: #61b0f8;
	-webkit-transition: background-color 400ms;
	transition: background-color 400ms;
	border-color: #00abfe;
}

#menu>ul>li.focus>a {
	color: #61b0f8;
	border-color: #00abfe;
}
/*菜单end*/
/*top-banner start*/
.top-banner {
	height: 715px;
	background: url(../images/banner.jpg) no-repeat center center;
}

.top-banner span {
	display: block;
	position: absolute;
	width: 19px;
	height: 14px;
	left: 50%;
	margin-left: -9px;
	bottom: 29px;
	z-index: 99;
	cursor: pointer;
}

.float-wrap {
	margin-top: -20px;
}
/*头条结束*/
.d-table {
	display: table;
	table-layout: fixed;
	width: 100%;
	box-sizing: border-box;
}

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

.d-table>.col-space {
	width:20px;
}

.col-a-narrow {
	width: 698px;
}
.focus-pic{
	width: 698px;
	float:left;
}
.focus-pic-right {
	width:500px;
	float:right;
}
/*news-list news-top --start*/
.news-list>li>a {
	display: block;
}

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

.news-list>li>a:hover h1 {
	color: #ff4338;
}

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

.news-list>li em {
	display: block;
	color: #aaa;
	height: 40px;
	line-height: 40px;
	font-size: 0.8125em;
	font-style: normal;
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

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

.news-list.font-bold>li h1 {
	font-weight: bold;
}

.news-list.hot-news>li h1 {
	font-size: 1.125em;
	height: 54px;
	line-height: 54px;
}

.news-list.hot-news>li em {
	height: 54px;
	line-height: 54px;
}

.news-list.hot-news>li:first-child {
	margin-top: 15px;
}

.news-list>li:first-child {
	margin-top: 12px;
}

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

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

.box-tab>dt>a:hover {
	color: #FF4300;
}

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

.box-tab>dt>ul>li {
	display: inline-block;
}

.box-tab>dt>ul>a {
	display: inline-block;
	font-family: "microsoft yahei";
	line-height: 45px;
	height: 45px;
	font-size: .9375em;
	font-weight: bold;
	margin-left: 5px;
	color: #333;
	margin-bottom: -1px;
	position: relative;
}

.box-tab>dt>ul>li>span {
	display: inline-block;
	font-family: "microsoft yahei";
	line-height: 45px;
	height: 45px;
	font-size: .9375em;
	font-weight: bold;
	margin-left: 5px;
	cursor: default;
	margin-bottom: -1px;
	position: relative;
}

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

.box-tab>dt>ul>li.focus>span {
	background: url(../images/tab_hover_triangle.png) no-repeat center
		bottom;
}

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

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

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

.box-tab.title-center>dt>ul {
	float: none;
	text-align: center;
}

.box-tab.title-center>dt>ul>li{
	margin:0 5px;
}

.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*/
/*box-01 start*/
.box-01>dt .title {
	height: 42px;
	border: 1px solid #e4e4e4;
}

.box-01>dt .title.bg {
	background: url(../images/bg_box_title.png);
}

.box-01>dt .title.bg span {
	height: 44px;
	line-height: 44px;
	margin-top: -1px;
	font-size: 1.25em;
	width: 290px;
	font-family: "microsoft yahei";
	color: #fff;
	font-weight: bold;
	display: block;
	max-width: 100%;
	float: left;
	background: url(../images/bg_box_title2.png) center;
}

.box-01.sub>dt .title.bg span {
	width: 145px;
	text-align: center;
	font-size: 1em;
}

.box-01.sub>dd {
	padding-top: 10px;
}

.box-01>dt .title.bg a {
	float: right;
	display: block;
	height: 42px;
	line-height: 42px;
	font-family: "microsoft yahei";
	font-size: .875em;
	color: #666;
	margin-right: 10px;
}

.box-01>dt .title a:hover {
	color: #ff7900;
}

.box-01>dt .title.bg span>i {
	width: 20px;
	font-family: "icomoon";
	display: inline-block;
	vertical-align: top;
	padding: 0 15px;
	font-style: normal;
}
/*box-01 end*/
/*pic-list start*/
.pic-library.col-3 li {
	float: left;
	position: relative;
}

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

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

.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;
	overflow: hidden;
}

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

.img-frame:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 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>a:hover em {
	text-decoration: underline;
}

.pic-library>li .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-library li a:hover img {
	transform: scale(1.1);
	transition: all 200ms;
}

.pic-library.col-4 li {
	float: left;
	position: relative;
	width: 23%;
	margin: 10px 1% 0;
}
/*pic-list end*/
/*icon-list start*/
.icon-list li {
	float: left;
	text-align: center;
}

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

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

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

.icon-list a:hover>* {
	color: #ff7900;
}

.hand {
	position: relative;
}

.hand-wrap {
	height: auto !important;
	overflow: hidden;
	padding: 18px 0 57px;
}

.hand-contorl {
	position: absolute;
	left: 50%;
	font-size: .75em;
	font-family: "microsoft yahei";
	margin-left: -19px;
	color: #666;
	bottom: 27px;
	cursor: pointer;
}

.hand-contorl.close {
	display: none;
}

.icon-list.col-8 {
	height: 196px;
	overflow: hidden;
}

.icon-list.col-8 li {
	width: 12.5%;
}

.icon-list.col-8 a {
	margin: 18px 0;
}

.icon-list.col-8 a i {
	font-size: 1.75em;
}

.icon-list.col-8 a span {
	margin-top: 10px;
}

.icon-list a:hover {
	transition: all 200ms linear;
}
/*icon-list btn-wrap end*/
/*ad start*/
.ad a {
	display: block;
}

.ad img {
	display: block;
	width: 100%;
}
/*ad end*/
/*政务服务 start*/
.col-three-a {
	float: left;
	width: 330px;
}

.col-three-b {
	float: left;
	width: 600px;
	margin-left: 30px;
}

.col-three-c {
	float: left;
	width: 240px;
	margin-left: 30px;
}

.interview-module {
	margin-top: 24px;
}

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

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

.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:hover>* {
	color: #000;
}

.interview-module>a.more {
	background-color: #f7f7f7;
	height: 38px;
	line-height: 38px;
	border: 1px solid #f1f0f0;
	text-align: center;
	margin-top: 10px;
	color: #888;
}

.interview-module>a.more:hover {
	color: #FF4300;
}

.big-wrap a {
	display: block;
	font-family: "microsoft yahei";
	height: 81px;
	line-height: 81px;
	margin-top: 6px;
	font-weight: bold;
	color: #fff;
	box-sizing: border-box;
}

.big-wrap a:first-child {
	margin-top: 0;
}

.col-three-c .big-wrap a {
	padding: 0 30px;
}

.big-wrap a:hover {
	transition: all 200ms linear;
	transform: scale(1.03);
}

.big-wrap a.bg-blue {
	background-color: #008fdd;
}

.big-wrap a.bg-orange {
	background-color: #ffa800;
}

.big-wrap a.bg-green {
	background-color: #09c592;
}

.big-wrap a:after {
	content: ">";
	font-family: Simsun;
	float: right;
	font-size: 20px;
}

.big-wrap.has-img a:after {
	display: none;
}
/*政务服务 end*/
/*相关部门*/
.related-departments {
	font-size: .875em;
	line-height: 2.5em;
	padding: 10px 20px;
	font-family: "microsoft yahei";
	height: auto !important;
}

.related-departments>ul>li {
	display: table;
	table-layout: fixed;
}

.related-departments>ul>li>div {
	display: table-cell;
}

.related-departments .title {
	width: 120px;
	color: #1e2a7c;
}

.related-departments .list a {
	margin-left: 15px;
	color: #444;
	display: inline-block;
}

.related-departments .list a:hover {
	color: #ff4338;
}
/*相关部门*/
.select-links select {
	float: left;
	display: block;
	margin-left: 1%;
	font-size: .75em;
	border: 1px solid #e8e8e8;
	background-color: #fff;
	color: #666;
	cursor: pointer;
	width: 24.25%;
	padding: 10px;
}

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

.copyright {
	font-size: 12px;
	font-family: "microsoft yahei";
	line-height: 24px;
	color: #bac9e4;
	text-align: center;
	vertical-align: middle;
	background-color: #1561b6;
}

.copyright .link-sep:before {
	content: "" !important;
	height: 50px;
	border-left: 1px dotted #1561b5;
	vertical-align: top;
	margin: 0;
}

.copyright td a {
	color: #bac9e4;
}

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

.copyright table {
	table-layout: fixed;
}

.copyright img {
	vertical-align: middle;
}

.small-copyright {
	display: none;
	background-color: #222;
	color: #c1c1c1;
	padding: 5px 0;
}

/*二级页面-start*/
.bg-f6 {
	background-color: #f6f6f6;
}

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

.border-collapse {
	border-collapse: collapse;
}

.top-banner.sub {
	height: 340px;
	background-image: url(../images/sub_banner.jpg);
}

.box-tab.sub-box-c {
	position: relative;
	background-color: #fff;
	box-sizing: border-box;
}

.box-tab .third-title a, .box-tab .third-title span {
	font-size: .875em;
	display: inline-block;
	font-family: "microsoft yahei";
	padding: 8px 12px;
	line-height: 1em;
	border-radius: 20px;
}

.box-tab .third-title a.focus, .box-tab .third-title span.focus {
	background-color: #00abfe;
	color: #fff;
}
/*三级栏目较多的情况下-开始*/
.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: 330px;
	background-color: #fff;
}

.sub-nav-left .title {
	height: 82px;
	box-sizing: border-box;
	line-height: 82px;
	padding-left: 30px;
	font-size: 1.375em;
	font-weight: bold;
	font-family: "microsoft yahei";
	position: relative;
}

.sub-nav-left .nodes a {
	color: #333;
	display: table;
	width: 100%;
	box-sizing: border-box;
	table-layout: fixed;
	border-collapse: collapse;
	border-bottom: 1px solid #e3e3e3;
}

.sub-nav-left .nodes a>div {
	text-align: left;
	font-family: "Microsoft Yahei";
	padding: 20px 0 20px 30px;
}

.sub-nav-left .nodes a>* {
	display: table-cell;
	vertical-align: middle;
}

.sub-nav-left .nodes a:first-child {
	border-top: 1px solid #e3e3e3;
}

.sub-nav-left .nodes a>div>em {
	font-family: "microsoft yahei";
	font-style: normal;
	font-size: .875em;
	line-height: 24px;
}

.sub-nav-left .nodes a>div>span {
	display: block;
	font-size: 1.125em;
	max-height: 48px;
	line-height: 24px;
	overflow: hidden;
	font-weight: bold;
}

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

.sub-nav-left .nodes a.focus {
	background-color: #4491f0;
	color: #fff;
	border-color: #4491F0;
}

.sub-nav-left .nodes a.focus i {
	color: #fff;
}

.sub-nav-left .nodes a.focus span {
	color: #fff;
}

.sub-nav-left .nodes a>i {
	font-family: simsun;
	font-size: 1.125em;
	font-style: normal;
	width: 20px;
	padding-right: 30px;
	text-align: right;
	color: #aaa;
}

.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 10px;
	font-size: 1em;
}

.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: 51px;
	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-top: 1px dotted #c8c8c8;
}

.news-list.dot-b li:first-child {
	border-top: 0;
	margin-top: 0;
}

.news-list.dot-b li a {
	padding: 5px 0;
}

.single-article {
	font-size: 0.875em;
	line-height: 2.4em;
	color: #666;
	word-break: break-all;
	text-indent: 2em;
	font-family: "microsoft yahei";
}

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

.single-article table {
	width: 100% !important;
	line-height: 18px;
	text-indent: 0;
	border-collapse: collapse;
}

.single-article table td {
	padding: 10px 5px;
	border: 1px solid #ccc !important;
}

.single-article table td p {
	margin: 0;
}

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

.location {
	position: relative;
	padding-left: 25px;
	background-color: #fff;
}

.location:before {
	/*	content: "";
	position: absolute;
	left: -1px;
	top: -1px;
	display: block;
	width: 17px;
	height: 50px;
	background-color: #4491F0;*/
	
}

.location>a, .location>em {
	color: #999;
	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;
}

.box-tab.sub-box-c.news-content {
	padding: 30px;
	border: 1px solid #e3e3e3;
	border-width: 0 1px 1px;
	float: none;
	width: 100%;
}

.sub-content {
	color: #333;
	font-family: "microsoft yahei";
}

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

.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-top: 15px;
}

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

.news_content_content p {
	text-indent: 2em;
}

.news_content_content span, .news_content_content p span {
	font-size: 1em !important;
	color: #333 !important;
}

.news_content_content img {
	display: block;
	margin: 0 auto;
	max-width: 800px;
	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;
}

@media screen and (max-width: 1000px) {
	.news_content_other {
		display: none;
	}
	.location {
		padding: 17px 20px;
		margin-top: 0 !important;
		background-color: #f4f4f4;
		border-bottom: 1px solid #e8e8e8 !important;
	}
	.location * {
		height: 16px;
		line-height: 16px;
	}
	.location:before {
		display: none;
	}
	.single-article {
		padding: 0 20px;
	}
	#tab1 {
		padding:10px;
	}
}

@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;
	}
	.location {
		padding: 17px 10px !important;
	}
	.single-article {
		padding: 0 10px;
	}
	.news_content_content {
		padding-top: 0;
	}
}
/*内容页--end*/
/*翻页--start*/
.page-tile {
	display: block;
	border-width: 1px 0;
	font-family: Verdana, Arial;
	padding: 20px 0 30px 0;
	border-top: 1px solid #e8e8e8;
}

.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: #00abfe;
	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 {
		margin-top: 10px;
		padding: 12px 0 10px;
		text-align: center;
		background-color: #e8e8e8;
	}
	.page-tile a, .page-tile span {
		display: none;
	}
	.page-tile>* {
		float: none;
	}
	.page-tile a.prev, .page-tile a.next {
		display: inline-block;
		box-sizing: border-box;
		height: 40px;
		line-height: 40px;
		color: #333;
		width: 90px;
		font-family: "Microsoft Yahei";
		background-color: #fff;
	}
	.page-tile a.next:before {
		content: "下一页";
	}
	.page-tile a.prev:before {
		content: "上一页";
	}
}
/*翻页--end*/

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

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

.map {
	background-color: #fafafa;
	border: 1px solid #e3e3e3;
	border-top: 0;
}

.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;
	border-left: 8px solid #4491F0;
	padding-left: 10px;
	margin: 10px 0;
	line-height: 16px;
}

.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*/
.box-tab.sub-box-c.serch_info {
	border: 1px solid #e3e3e3;
	border-top: 0;
	float: none;
	width: 100%;
	padding: 20px 20px 0;
}

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

.box-tab.sub-box-c.serch_info .page-tile {
	margin: 0 20px;
}

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

.news-list.list-full>li {
	padding: 10px 0 10px;
	border-top: 1px solid #e8e8e8;
}

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

.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) {
	.box-tab.sub-box-c.serch_info {
		padding: 0;
		border-width: 0 0 1px;
	}
	.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;
	}
	.box-tab.sub-box-c.serch_info .page-tile {
		margin: 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;
	}
	#tab1 {
		padding:0;
	}
}

@media screen and (max-width: 480px) {
	.news-list.list-full>li em {
		display: block !important;
	}
}
/*搜索结果页 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;
	}
}
/*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*/
.pd-spacing {
	padding: 15px 30px;
	box-sizing: border-box;
}

.pr-30 {
	padding-right: 30px;
}

.col-b-narrow {
	width: 69%;
	float: left;
	box-sizing: border-box;
	border-right: 0;
	border-right: 1px dashed #e2e2e2;
}

.col-b-wide {
	float: left;
	width: 31%;
}

.news-list.mail>li h1 {
	line-height: 50px;
	height: 50px;
}

.news-list.mail>li span {
	font-size: .875em;
	line-height: 50px;
	height: 50px;
	float: right;
	font-weight: bold;
	font-family: "microsoft yahei";
	margin-left: 20px;
}

.news-list.mail>li em {
	height: 50px;
	line-height: 50px;
}

.news-list.mail>li a:before {
	float: left;
	content: "c";
	font-family: "icomoon";
	line-height: 50px;
	margin-right: 5px;
}

.big-wrap.has-img a {
	width: 100%;
	height: 140px;
	margin-top: 10px;
	text-align: center;
	line-height: 1em;
	background-color: #4d7dff;
	padding-top: 50px;
}

.big-wrap.has-img a span {
	font-size: 1.375em;
	display: block;
}

.big-wrap.has-img a em {
	font-style: normal;
	font-size: .75em;
	margin-top: 10px;
	display: block;
}

.big-wrap.has-img a.bg-01 {
	background: url(../images/big_bg_01.png) no-repeat center center;
	background-size: cover;
}

.big-wrap.has-img a img {
	
}

.big-wrap.has-img a:first-child {
	margin-top: 0;
}

.big-wrap a span:after {
	display: none;
}

.box-interview {
	padding-left: 24px;
}

.box-interview .title {
	padding-top: 10px;
	font-family: "microsoft yahei";
}

.box-interview .title span {
	display: inline-block;
	width: 28px;
	font-size: .875em;
	height: 28px;
	line-height: 28px;
	text-align: center;
	color: #fff;
	background: url(../images/box_interview_title_bg.png) no-repeat center
		center;
}

.box-interview .title a {
	float: right;
	font-size: .75em;
	color: #999;
	line-height: 28px;
}

.box-interview .title a:hover {
	color: #FF4300;
}

.interview-module.sub>a {
	line-height: 3em;
	margin-bottom: 20px;
}

.interview-module.sub>a>img {
	width: 233px;
	height: 167px;
	margin-right: 20px;
}

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

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

.news-list.has-status>li a {
	padding: 13px 0;
}

.news-list.has-status>li span {
	display: block;
	float: left;
	font-size: .75em;
	font-family: "microsoft yahei";
	width: 49px;
	height: 23px;
	line-height: 23px;
	text-align: center;
	color: #fff;
	border-radius: 5px;
	margin-right: 20px;
}

.news-list.has-status>li span.running {
	background: #ff7900;
}

.news-list.has-status>li span.ended {
	background: #aaaaaa;
}

.news-list.has-status>li h1 {
	line-height: 23px;
	height: 23px;
}

.news-list.has-status>li em {
	line-height: 23px;
	height: 23px;
}

@media screen and (max-width:720px) {
	.bg-f6 {
		background-color: #fff;
	}
	.pd-spacing {
		padding: 0;
	}
	.pr-30 {
		padding-right: 0;
	}
	.col-b-narrow {
		float: none;
		width: 100%;
		border-right: none;
	}
	.col-b-wide {
		float: none;
		width: 100%;
	}
	.big-wrap.has-img a {
		float: left;
		width: 49%;
		margin-left: 2%;
		height: 100px;
		padding-top: 33px;
	}
	.big-wrap.has-img a:first-child {
		margin-top: 10px;
	}
	.interview-module.sub>a {
		margin-bottom: 10px;
	}
	.box-interview {
		padding-left: 0;
		border-left: 0;
	}
	.box-interview .title {
		display: none;
	}
	.big-wrap.has-img a img {
		width: 100%;
		height: auto;
	}
	.d-table>* {
		display:block;
	}
	.d-table>.col-space {
		display:none!important;
	}
}

@media screen and (max-width:480px) {
	.big-wrap.has-img a {
		display: inline-block;
		padding: 15px 0;
		width: 100%;
		margin-left: 0;
		height: auto;
	}
	.meta-float {
		display: none !important;
	}
}
/*政务公开 end*/
/*新闻中心页start*/
.box-news .big-title {
	font-size: 2em;
	text-align: center;
	font-weight: bold;
	line-height: 1.25em;
	font-family: "microsoft yahei";
	padding: 35px 5px 15px;
}

.box-news>dt>ul {
	text-align: center;
}

.box-news>dt>ul>li {
	display: inline-block;
	margin-left: 20px;
}

.box-news>dt>ul>li>a, .box-news>dt>ul>li>span {
	font-size: .875em;
	display: inline-block;
	font-family: "microsoft yahei";
	padding: 8px 12px;
	line-height: 1em;
	border-radius: 20px;
}

.box-news>dt>ul>li.focus a, .box-news>dt>ul>li.focus>span, .box-news>dt>ul>li a:hover
	{
	background-color: #00abfe;
	color: #fff;
}

.box-news>dd {
	padding: 30px 30px 0;
}

.box-news.sub>dt>ul {
	text-align: left;
	margin-top: 25px;
}

.box-news.sub>dt>ul>li {
	margin-left: 0;
}

.box-news.sub>dd {
	padding: 0;
	position: relative;
}

.news-list.border-b li {
	padding: 22px 0;
	border-top: 1px solid #e8e8e8;
}

.news-list.border-b li:first-child {
	margin-top: 0;
	border-top: 0;
	padding-top: 12px;
}

.news-list.date-bottom>li h1 {
	font-size: 1.125em;
}

.news-list.date-bottom>li em {
	font-size: .75em;
	height: 1em;
	line-height: 1em;
	display: inline-block;
}

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

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

.news-list.has-icon>li>a>i {
	color: #aaa;
	font-family: simsun;
	font-style: normal;
	width: 20px;
	text-align: right;
	font-style: normal;
	font-size: 1.125em;
}

.news-list.has-icon>li>a:after {
	display: none;
}
/*新闻中心页end*/
/*区长之窗页 start*/
.leadership-wrap {
	border-bottom: 1px solid #e8e8e8;
	margin-bottom: 15px;
}

.leadership-photo {
	width: 112px;
	height: 144px;
	padding-bottom: 25px;
}

.leadership-photo img {
	display: block;
	width: 100%;
	height: 100%;
}

.leadership-profile {
	font-family: "microsoft yahei";
	padding-left: 25px;
	padding-bottom: 25px;
}

.leadership-profile h1 {
	font-size: 1.375em;
	margin: 10px 0 20px;
	line-height: 1em;
}

.leadership-profile span {
	font-size: .875em;
	display: block;
	line-height: 1.5em;
	padding: 2px 0;
	overflow: hidden;
}

.leadership-profile span i {
	color: #999;
	font-style: normal;
}

@media screen and (max-width:1000px) {
	.leadership-wrap {
		padding: 20px 10px 0;
		margin-bottom: 10px;
	}
	.leadership-photo {
		padding-bottom: 20px;
	}
}

@media screen and (max-width:720px) {
	.leadership-profile {
		padding-left: 0;
		display: block;
	}
	.leadership-photo {
		display: none !important;
	}
	.leadership-profile h1 {
		text-align: center;
	}
}

@media screen and (max-width:480px) {
	.leadership-wrap {
		padding: 10px 10px 0;
		margin-bottom: 5px;
	}
	.leadership-profile h1 {
		margin: 16px 0;
	}
}
/*区长之窗页 end*/

/*部门直通车 start*/
.box-news>dd.bmztc {
	padding: 30px;
	font-family: "Microsoft Yahei";
}

.bmztc span {
	display: block;
	font-size: 18px;
	color: #444;
	font-weight: bold;
	padding: 25px 0 5px;
}

.bmztc span:first-child {
	padding-top: 0;
}

.bmztc ul li {
	float: left;
	width: 20%;
	padding: 10px 0;
}

.bmztc ul li:before {
	content: ">";
	font-family: Simsun;
	color: #888;
	padding-right: 5px;
	font-size: 14px;
}

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

.bmztc ul li a:hover {
	color: #ff4338;
}
/*部门直通车 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;
}

/*首页1230以下start*/
@media screen and (max-width: 1230px) {
	.max-wrap {
		width: 100%;
		min-width: inherit;
	}
	.top-bar {
		padding: 0 10px;
		box-sizing: border-box;
	}
	.main-wrap {
		width: auto;
		position: relative;
	}
	.col-three-a {
		width: 24%;
		padding-left: 10px;
		box-sizing: border-box;
	}
	.col-three-b {
		width: 50%;
		margin-left: 1%;
	}
	.col-three-c {
		width: 24%;
		padding-right: 10px;
		box-sizing: border-box;
		margin-left: 1%;
	}
	.col-a-narrow {
		width: 600px;
	}
	.focus-pic{
		width: 500px;
	}
	.focus-pic-right {
		width:calc(100% - 530px);
		width:-moz-calc(100% - 530px);
		width:-webkit-calc(100% - 530px);
		height:280px;
		overflow:hidden;
	}
	.col-a-wide {
		padding-right: 10px;
	}
	#menu>ul>li {
		margin-left: 0;
		width: 11.11%;
		display: block;
		float: left;
		text-align: center;
	}
	.copyright {
		padding: 0 15px;
		box-sizing: border-box;
	}
	.box-tab.sub-box-c {
		width: 78%;
	}
	.sub-nav-left {
		width: 20%;
	}
	.pic-library.sub.col-3 li {
		width: 31.33%;
		margin: 10px 1% 0;
	}
	.pic-library.col-4 li {
		width: 31.33%;
	}
}
/*首页1200以下end*/
/*首页1000以下start*/
@media screen and (max-width: 1000px) {
	.float-wrap {
		margin-top: 0;
	}
	.top-bar {
		height: auto;
		position: relative;
		padding: 0;
	}
	.small-logo {
		display: block;
	}
	.four-links {
		display: none;
	}
	.version-links {
		display: none;
	}
	.wechat-sina {
		display: none;
	}
	.copyright {
		padding: 0;
	}
	.nav-bar {
		background-color: #4491f0;
		background-image: none;
		height: 45px;
		clear: none;
		position: relative;
		padding-top: 0;
	}
	.main-nav {
		width: 40px;
		height: 45px;
		float: right;
		margin-top: 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: 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: 45px;
		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;
		font-size: 1em;
		width: 120px;
		text-align: center;
		font-weight: normal;
		padding: 0 !important;
		border-top: 0;
	}
	#menu>ul>li.has-sub>a:after {
		display: none;
	}
	#menu>ul>li.focus a {
		color: #61b0f8;
		border-color: #e8e8e8;
	}
	#menu>ul>li ul {
		display: none;
	}
	.find-bar {
		position: absolute;
		left: 0;
		top: 51px;
		height: 45px;
		margin: 0;
		display: block !important;
		z-index: 99;
		width: auto;
		border: 0;
		background-color: inherit;
		border-radius: 0;
	}
	.find-bar em {
		top: 45px;
	}
	.find-bar input[type="text"] {
		width: 170px;
		color: #fff;
		height: 45px;
		background-color: #559aef;
		border: 0;
	}
	.find-bar input[type="submit"] {
		width: 50px;
		height: 45px;
		float: left;
		font-size: .875em;
		background-color: #559aef;
		background-image: url(../images/icon_search_small_white.png);
	}
	.find-bar input[type="text"]::-webkit-input-placeholder {
		/* WebKit browsers */
		color: #cbdcf1;
	}
	.find-bar input[type="text"]:-moz-placeholder {
		/* Mozilla Firefox 4 to 18 */
		color: #cbdcf1;
	}
	.find-bar input[type="text"]::-moz-placeholder {
		/* Mozilla Firefox 19+ */
		color: #cbdcf1;
	}
	.find-bar input[type="text"]:-ms-input-placeholder {
		/* Internet Explorer 10+ */
		color: #cbdcf1;
	}
	.top-banner {
		display: none;
	}
	.pl-30 {
		padding-left: 0;
	}
	.col-a-narrow {
		display: block;
		width: auto;
	}
	.focus-pic{
		display: block;
		width: 100%;
	}
	.focus-pic-right {
		width:100%;
		float:none;
		height:auto;
		overflow:auto;
	}
	.col-a-wide {
		display: block;
		width: auto;
		padding: 0 10px;
	}
	.copyright table {
		display: none;
	}
	.small-copyright {
		display: block;
	}
	.icon-list span {
		font-size: 1em;
	}
	.col-three-a, .col-three-b, .col-three-c, .col-c-narrow {
		float: none;
		width: auto;
		margin: 0;
	}
	.big-wrap a {
		margin-top: 20px;
		float: left;
		width: 32.66%;
		margin-left: 1%;
	}
	.big-wrap a:first-child {
		margin-left: 0;
		margin-top: 20px;
	}
	.big-wrap a:hover {
		transform: scale(1);
	}
	.col-three-b, .col-three-a, .col-three-c {
		padding: 0 10px;
	}
	.icon-list a:hover {
		background-color: inherit;
	}
	.icon-list a:hover>* {
		color: inherit;
	}
	.select-links {
		display: none;
	}
	.small-title {
		background-color: #edeef1;
		height: 36px;
		line-height: 36px;
		font-family: "Microsoft Yahei";
		border-left: 3px solid #4491f0;
		padding-left: 10px;
		color: #666;
		margin-top: 5px;
	}
	.small-more {
		display: block;
		float: right;
		padding-right: 10px;
		color: #999;
	}
	.sub-nav-left {
		display: none;
	}
	.box-tab.sub-box-c {
		width: 100%;
		float: none;
		border: 0;
		display: block;
	}
	.box-tab.sub>dt {
		display: none;
	}
	.box-tab.sub>dd {
		padding-top: 0;
	}
	.pd-20 {
		padding: 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 .third-title {
		padding: 0 10px;
	}
	.box-tab .third-title a, .box-tab .third-title span {
		margin-left: 10px;
	}
	.box-tab .third-title a:first-child, .box-tab .third-title span:first-child
		{
		margin-left: 0;
		margin-top: 10px;
	}
	.plr-50 {
		padding: 0;
	}
	.plr-20 {
		padding: 0;
	}
	.box-news.sub {
		margin-top: -20px;
	}
	.box-news.sub>dt {
		display: none;
	}
	.pic-library.sub {
		padding: 10px 0 0;
	}
	.box-news.sub>dd .box-content {
		padding: 0 10px;
	}
	.news_content_content>p>img, .news_content_content>div>img {
		max-width: 100% !important;
	}
}

/*720以下start*/
@media screen and (max-width:720px) {
	.news-list {
		padding: 0 10px !important;
	}
	.small-title {
		display: block;
		margin-top: 0;
	}
	.select-links {
		display: none;
	}
	.col-a-wide {
		padding: 0;
	}
	.box-tab>dd>ul>li {
		display: block;
	}
	.box-tab dt {
		display: none;
	}
	.box-01>dt {
		display: none;
	}
	.box-tab dd {
		padding: 0 !important;
	}
	a.more {
		display: none;
	}
	.mt-20 {
		margin-top: 0;
	}
	.news-list>li {
		border-top: 1px solid #e8e8e8!important;
		margin-top: 0 !important;
	}
	.news-list>li:first-child{
		border-top:none!important;
	}
	.news-list>li a {
		padding-top: 0;
	}
	.news-list>li h1 {
		height: 45px;
		line-height: 45px;
		color: #666;
		font-size: 1em !important;
	}
	.news-list>li em {
		height: 45px;
		line-height: 45px;
	}
	.news-list.hot-news li a h1 {
		color: #666;
		height: 45px;
		line-height: 45px;
		padding: 0;
		white-space: nowrap;
		font-weight: normal;
		text-align: left;
	}
	.news-list.hot-news a em {
		display: block;
		height: 45px;
		line-height: 45px;
	}
	.news-list.font-bold li a h1 {
		font-weight: normal;
	}
	.news-list>li>a:hover h1 {
		color: #666;
	}
	.icon-list span {
		font-size: .875em !important;
	}
	.bg-f2 {
		background-color: #fff;
	}
	.icon-list.col-8 {
		height: auto;
	}
	.hand-wrap {
		padding: 10px 0;
	}
	.hand-contorl {
		display: none !important;
	}
	.icon-list.col-8 li {
		width: 20%;
	}
	.ad {
		display: none;
	}
	.related-departments {
		display: none;
	}
	.bd-e3 {
		border: 0;
	}
	.col-three-a, .col-three-c, .col-three-b {
		padding: 0;
	}
	.big-wrap {
		padding: 0 10px 10px;
	}
	.big-wrap a {
		height: 60px;
		line-height: 60px;
		padding: 0 15px;
		font-weight: normal;
		font-size: .875em;
		margin-top: 10px;
	}
	.big-wrap a:first-child {
		margin-top: 10px;
	}
	.interview-module {
		padding: 0 10px;
		margin-top: 10px;
	}
	.box-tab.sub-box-c .sub-nav {
		padding: 20px 10px 0;
	}
	.box-tab.sub-box-c.news-content .sub-content {
		padding: 10px;
	}
	.box-news .big-title {
		font-size: 1.5em;
		padding: 30px 20px 10px;
	}
	.box-news>dd {
		padding: 20px 0 0;
	}
	.news-list.border-b li {
		padding: 12px 0;
	}
	.news-list.border-b li h1 {
		line-height: 1.25em;
		height: 1.25em;
	}
	.news-list.date-bottom>li em {
		margin-top: 7px;
	}
	.box-news>dt>ul>li {
		margin-left: 0;
		margin-top: 10px;
	}
	.box-news.sub {
		margin-top: 0;
	}
	.box-news.sub>dd .box-content {
		padding: 0;
	}
	.pic-library.sub {
		padding: 10px 10px 0;
	}
	.pic-library li {
		width: 48% !important;
	}
	.box-news>dd.bmztc {
		padding: 10px;
	}
	.bmztc ul li:before {
		display: 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;
	}
	.pic-library>li .player-btn {
		background-size: 70%;
	}
	.pic-library.sub {
		padding: 0 1%;
	}
	.big-wrap a {
		height: 40px;
		line-height: 40px;
		padding: 0 10px;
	}
	.news-list.date-bottom>li em {
		display: block !important;
	}
	.box-news>dt>ul>li {
		display: block;
		float: left;
		margin-left: 10px;
	}
	.interview-module>a>img {
		width: 140px !important;
		height: 100px !important;
		margin-right: 10px !important;
	}
	.interview-module>a {
		line-height: 25px !important;
	}
	.interview-module>a span {
		height: 25px;
	}
}

/*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>li {
		width: 98% !important;
	}
	.pic-library>li .player-btn {
		background-size: 100%;
	}
}
/*上街概况 start*/
.body.sub {
	background: url(../images/sub_wrap_bg.png);
}

.body.sub .max-wrap {
	min-width: 1200px;
}

.body.sub .main-wrap {
	width: 1200px;
}

.body.sub .top-bar {
	background-color: #000;
	height: 40px;
	color: #fff;
}

.body.sub .top-bar a {
	line-height: 40px;
}

.body.sub .top-bar .four-links a {
	color: #fff;
	display: inline-block;
	padding: 0 10px;
	background-color: #000;
	-webkit-transition: background-color 400ms;
	transition: background-color 400ms;
}

.body.sub .top-bar .four-links a:hover {
	background-color: #00c1de;
	text-decoration: none;
}

.body.sub .link-sep:before {
	color: #bdbdbd;
}

.body.sub .top-banner {
	height: 630px;
	background: url(../images/sub_banner_bg.jpg) no-repeat top center;
}

.body.sub .top-banner a {
	display: none;
}

.body.sub .copyright {
	background: url(../images/sub_copyright_bg.jpg) no-repeat bottom center;
}

.body.sub .brief-wrap .title {
	float: left;
}

.body.sub .brief-wrap .content {
	margin-left: 465px;
	font-family: "microsoft yahei";
	color: #444;
	padding-top: 60px;
}

.body.sub .brief-wrap .content p {
	margin: 0;
	line-height: 2.3125em;
	text-indent: 2em;
}

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

.box-other .title img {
	display: block;
	width: 100%;
}

.tile-group {
	font-family: "microsoft yahei";
}

.tile-group.col-3>li {
	float: left;
	width: 32%;
	margin-left: 2%;
}

.tile-group>li>span {
	font-size: 1.125em;
	font-weight: bold;
	color: #333;
	line-height: 3em;
	display: block;
	margin-top: 15px;
}

.tile-group>li>img {
	display: block;
	width: 100%;
}

.tile-group>li>p {
	margin: 0;
	padding-top: 10px;
	font-size: 0.875em;
	line-height: 30px;
	height: 90px;
	overflow: hidden;
	color: #666;
	text-indent: 2em;
}

.tile-group>li>p.td-0 {
	text-indent: 0;
}

.tile-group>li>a {
	display: block;
	width: 80px;
	height: 27px;
	line-height: 27px;
	background-color: #00c1de;
	text-align: center;
	color: #fff;
	margin-top: 10px;
	font-size: .875em;
	-webkit-transition: background-color 400ms;
	transition: background-color 400ms;
}

.tile-group>li>a:hover {
	background-color: #FF4300;
}

.tile-group>li>.news-list>li h1 {
	font-size: .875em;
	line-height: 30px;
	height: 30px;
}

.tile-group>li>.news-list>li em {
	line-height: 30px !important;
	height: 30px !important;
	font-size: .75em;
}

.tile-group>li>.news-list>li:first-child {
	margin-top: 10px;
}

.tile-group>li>.tile-list {
	padding-top: 10px;
}

.tile-list.col-2 li {
	display: block;
	float: left;
	width: 50%;
	text-align: left;
	height: 30px;
}

.tile-list li.tr {
	text-align: right;
}

.tile-list a {
	font-weight: bold;
	font-size: .875em;
	line-height: 30px;
	color: #444;
}

.tile-list a:before {
	content: "";
	display: inline-block;
	width: 10px;
	vertical-align: top;
	height: 30px;
	background: url(../images/blue.pointjpg.jpg) no-repeat center;
}

.tile-list a:hover {
	color: #FF4300;
}

.tile-group.col-4>li {
	float: left;
	width: 23.5%;
	margin-left: 2%;
}

.tile-group>li:first-child {
	margin-left: 0;
}

.tile-list.col-5 {
	padding: 40px 0 60px;
}

.tile-list.col-5>li {
	width: 20%;
	text-align: center;
	float: left;
}

.tile-list.col-5 a {
	font-size: 1em;
	font-family: "microsoft yahei";
}

.body.sub .main-wrap.other {
	margin-bottom: 30px;
}

.box-tab.sub-box-c.list-content {
	padding: 10px 30px 0;
	border: 1px solid #e3e3e3;
	border-width: 0 1px 1px;
}

.sub-a-h {
	height: 90px;
}
.adv2 { 
	overflow:hidden;
}
.adv2 a{
	display:block;
	width:49.3%;
}
.adv2 a img {
	width:100%;
}
.adv2 a:first-child {
	float:left;
}
.adv2 a:last-child {
	float:right;
}

@media screen and (max-width:1200px) {
	.body.sub .max-wrap {
		min-width: inherit;
	}
	.body.sub .main-wrap {
		width: auto;
		padding: 0 20px;
	}
	.body.sub .small-logo {
		padding-left: 0;
	}
}

@media screen and (max-width:1000px) {
	.body.sub .top-bar {
		height: auto;
		background-color: #fff;
	}
	.body.sub .top-banner {
		display: block;
		background: #4491f0;
		height: 45px;
	}
	.body.sub .top-banner:before {
		content: "上街概况";
		font-weight: bold;
		color: #fff;
		font-size: 1.25em;
		height: 45px;
		line-height: 45px;
		padding-left: 15px;
		font-family: "microsoft yahei";
	}
	.body.sub .top-banner a {
		width: 100px;
		text-align: center;
		display: block;
		height: 45px;
		line-height: 45px;
		color: #fff;
		font-family: "microsoft yahei";
		font-size: 0.875em;
		float: right;
	}
	.body.sub .copyright {
		background: #222;
	}
	.body.sub .main-wrap {
		padding: 0 10px;
	}
	.body.sub .brief-wrap .title {
		width: auto;
	}
	.body.sub .brief-wrap .title img {
		width: 330px;
		display: block;
	}
	.body.sub .brief-wrap .content {
		margin-left: 0;
		padding-top: 20px;
	}
	.mt-70 {
		margin-top: 30px;
	}
	.tile-list.col-5 {
		padding: 20px 0;
	}
	.body.sub .main-wrap.other {
		padding: 0;
		margin: 0;
	}
	.box-tab.sub-box-c.list-content {
		padding: 10px 0 0;
		border: 0;
	}
	.box-tab.sub-box-c.list-content .news-list {
		padding: 0 20px;
	}
}

@media screen and (max-width:720px) {
	.body.sub .brief-wrap .title img {
		width: 200px;
	}
	.tile-group>li {
		width: 98% !important;
		margin: 0 1% !important;
	}
	.tile-group>li>.news-list {
		padding: 10px 0 0 !important;
	}
	.tile-group>li>.news-list li {
		border-bottom: 0;
	}
	.box-other>.title {
		display: none;
	}
	.body.sub .main-wrap {
		padding: 0;
	}
	.body.sub .small-logo {
		padding-left: 10px;
	}
	.brief-wrap {
		padding: 0 10px;
	}
	.mt-70 {
		margin-top: 20px;
	}
	.tile-group {
		padding: 0 10px;
	}
	.tile-group>li>span {
		font-size: 1.125em;
		margin-top: 0;
		font-weight: normal;
	}
	.body.sub .small-title {
		height: 50px;
		line-height: 50px;
		font-size: 1.25em;
		font-weight: bold;
		text-align: center;
		border-left: 0;
		padding-left: 0;
	}
	.tile-list a {
		font-weight: normal;
	}
	.tile-list.col-5 {
		padding: 5px 0 10px;
	}
	.tile-list.col-5 li {
		width: 33.33%;
		margin-top: 5px;
	}
	.tile-list.col-5 li a {
		font-size: .875em;
	}
	.box-tab.sub-box-c.list-content {
		padding: 0;
	}
	.bmztc span {
		font-size: 16px;
		padding-left: 10px;
	}
	.bmztc ul li {
		width: auto;
		padding: 10px;
	}
	.sub-a-h {
		height: auto;
	}
}

@media screen and (max-width:480px) {
	.tile-group>li {
		width: 100% !important;
		float: none !important;
		margin: 0 !important;
	}
}
/*上街概况 end*/

/*访谈 list start*/
.interview-list {
	padding: 10px 0;
}

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

.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: 50px;
	top: 25px;
	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;
	}
	.interview-list {
		padding: 10px;
	}
}

@media screen and (max-width:720px) {
	.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;
	}
}

@media screen and (max-width:480px) {
	.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;
	}
}
/*访谈 list end*/
/*访谈 content start*/
.bg-sky-blue {
	background-color: #3baeda;
}

.box-tab.sub-box-c.interview-content {
	/*padding: 30px;*/
	border: 1px solid #e3e3e3;
	border-width: 0 1px 1px;
	float: none;
	width: 100%;
}

.col-g-narrow {
	width: 860px;
	float: left;
}

.col-g-wide {
	width: 350px;
	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;
}

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

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

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

@media screen and (max-width: 1230px) {
	.col-g-narrow {
		width: 71.25%;
	}
	.col-g-wide {
		width: 27.5%;
	}
}

@media screen and (max-width: 1000px) {
	.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;
	}
}

@media screen and (max-width: 720px) {
	.border-left {
		border-left: 0px;
	}
	.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-images-wrap {
		height: auto;
	}
	.iv-images {
		width: 98%;
	}
	.iv-images>li {
		height: auto;
		float: left;
		width: 48%;
		margin: 0 1%;
		padding: 2% 0 0;
	}
}
@media screen and (max-width: 640px) { 
	.adv2 a {
		width:100%;
		margin-bottom:10px;
	}
	.suggestion_input_submit_wrap{

	}
	.suggestion_input_submit.disabled{
		width:100%;
		background: #ffffdb!important;
		margin:0;
		margin-top:10px;
		color: #ec642a!important;
		height: 36px;
		font-weight: inherit!important;
	}
}
@media screen and (max-width: 480px) {
	.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;
	}
}

@media screen and (max-width: 320px) {
	.iv_input_submit {
		margin-left: 0;
	}
	.iv-gallery>li img, .iv-images>li img {
		height: 120px;
	}
	.iv-info .iv-img {
		display: none;
	}
}
/*访谈 content end*/

/* 民意征集-----开始 */
.suggestion_input_wrap {
	background-color: #f6f6f6;
	border: 1px solid #e8e8e8;
	box-sizing: border-box;
	padding: 15px 20px;
	margin-top: 10px;
}

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

.suggestion_input_area {
	display: block;
	border: 1px solid #ddd;
	width: 100%!important;
	height: 80px;
	resize: none;
	margin: 0!important;
	padding: 10px;
	box-sizing: border-box;
}

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

.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 {
	border: none;
	background-color: #014785;
	height: 28px;
	padding: 0 10px;
	color: white;
	border-radius: 2px;
	cursor: pointer;
}

.suggestion_list_wrap {
}

.suggestion_list>li {
    border-top: 1px solid #eaeaea;
    padding: 5px 0;
}
.suggestion_list>li:first-child{
	border-top:none;
}

.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-title{
	color: #4471c9;
	font-size:0.875em;
}
.suggestion_list{
	padding: 10px 0;
	line-height: 2em;
}
.suggestion_content_replay {
    background-color: #f6f6f6;
    line-height: 1.75em;
    color:#ff4c00;
    border: 1px solid #e8e8e8;
    box-sizing: border-box;
    padding: 15px 20px;
    margin-top: 10px;
    font-family: Simsun;
    font-size: 0.875em;
}
.suggestion_content_replay p{
	margin:0;
	padding:0;
	color:#ff4c00!important;
	text-indent:0!important;
}
.suggestion_content_replay p:first-child{
	font-weight:bold;
}
/* 民意征集----- 结束  */
