﻿@charset "utf-8";

body {
	margin: 0;
	padding: 0;
	font-size: 18px;
	color: #333;
	background-color: #fff;
	-webkit-text-size-adjust: none;
}

body * {
	transition-property: transform, color, background, opacity, border,
		display !important;
}

img {
	border: none;
}

dl, dt, dd, ul, li, form, input {
	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;
}

.max-wrap {
	max-width: 100%;
	min-width: 1000px;
	margin: 0 auto;
}

.main-wrap {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

.mt-30 {
	margin-top: 25px;
}

.pt-30 {
	padding-top: 25px;
}

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

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

.top-bar {
	background-color: #f0f0f0;
	color: #888;
	font-size: 0.75em;
	line-height: 40px;
}

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

.top-bar a:hover {
	color: #ff7900;
}

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

.logo-mobile {
	display: none;
	margin-left: 10px;
	margin-bottom: 10px;
}

.mb-space {
	margin-bottom: 25px;
}

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

.logo {
	float: left;
	width: 370px;
	padding: 22px 0;
}

.logo img {
	display: block;
}

/*搜索--模块化*/
.find-bar {
	width: 189px;
	background: #fff;
	border: none;
	position: relative;
	position: absolute;
	right: 0;
	top: -37px;
	margin-top: 2px;
}

.find-bar input[type="text"] {
	border: none;
	background-color: transparent;
	height: 2.25em;
	line-height: 2.25em;
	width: 100%;
	padding: 0 30px 0 10px;
	border: 1px solid #e8e8e8;
	box-sizing: border-box;
	vertical-align: top;
	outline: none;
	color: #666;
}

.find-bar input[type="submit"] {
	position: absolute;
	right: 0;
	top: 0;
	height: 2.25em;
	width: 40px;
	display: block;
	float: right;
	border: none;
	outline: none;
	cursor: pointer;
	background: #63aef4 url(../images/icon_search_small.png) no-repeat
		center center;
}

.find-bar em {
	display: none;
	line-height: 1.25em;
	font-size: 0.875em;
	color: red;
	font-style: normal;
	position: absolute;
}

.error {
	color: red;
}

@media screen and (max-width: 1000px) {
	.find-bar {
		float: left;
		border: none;
		left: 0;
		top: 0;
		width: calc(100% - 50px);
		width: -webkit-calc(100% - 50px);
		width: -moz-calc(100% - 50px);
		border-radius: 0;
		background: #28B598;
		margin-top: 0;
		margin-right: 0;
	}
	.find-bar input[type="text"] {
		height: 45px;
		line-height: 45px;
		padding: 0 60px 0 10px;
		color: #fff;
		border-radius: 0;
		border: none;
	}
	.find-bar input[type="submit"] {
		width: 60px;
		height: 45px;
		background: #28B598
			url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAAB8ElEQVRIS63WsUuVURjHcdNCJCNKo6BsKEEw0MGIoKF/QISabGmSCix0VHQ1ECdd3UVaDFFCBxFEioYaXJ3EoeaGhobT9/fY83Le43u7eu79wedyz3Oe+x7f9577vraEEP7nEh5jChtQfmIJL3ATVZ8rqSyiHZM4S/bxAFXHMVXFHsQZx310ohU6uxt4gk/wzOMCTh0zLQzB8xoXkfak7uEYymfoDyn1xIPb8PQhnqtHB16GsoPSfNzk6Uep6RxWoLxEUfc3/iXPopjM0AaPvjur6yU+i1PXM8MwlFFYTS+PVCEziJtz+R+tzWA1vUyrQrRL4uZGbELR780WWbVhCFeRNud6BaULtsh3G0ZfVBM8g9ILW2TXhiF0IG3Opfuacge2yIINQ7iFtDnXIpTLsEWe2zCEEaTNuf5AsXuZCldsGMIR0uYcd6HobKzmE7rfKA/htVy+kbphNZ+4DkWn2cgu0yVX1lDU44YJKAeofC7UMQjlEKXbU9wkfhfVc0HfVTpfi5+B8g2l+dLgHz3hPGOotZjuuAPYg/ILX0/e2m+vuBrpB91T+DZUtPPm8Abv8AFx3kOL6rPrKpBt2GVLDx5Tg57jH1GV33iLYhdFtqBop7Wlk7XoWa9/JLQLr6HeLUiX6guUH1UNzaKFOKMQ/gIhWcevD2OpnAAAAABJRU5ErkJggg==)
			no-repeat center center;
		background-size: 36%;
		border-radius: 0;
	}
	.find-bar em {
		color: red;
		top: 50px;
	}
	.find-bar input::-webkit-input-placeholder { /* WebKit browsers */
		color: #fff;
	}
	.find-bar input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
		color: #fff;
	}
	.find-bar input::-moz-placeholder { /* Mozilla Firefox 19+ */
		color: #fff;
	}
	.find-bar input:-ms-input-placeholder { /* Internet Explorer 10+ */
		color: #fff;
	}
}

.main-nav {
	float: right;
	font-family: "Microsoft Yahei";
	width: calc(100% - 380px);
	width: -webkit-calc(100% - 380px);
	width: -moz-calc(100% - 380px);
	padding-top: 12px;
}
/*下拉菜单start*/
#menu a {
	display: block;
	font-family: "Microsoft Yahei";
	color: #333;
	font-size: 0.9375em;
}

#menu li:hover>ul {
	display: block;
}
/* 一级菜单 */
#menu>ul>li {
	display: block;
	float: left;
	position: relative;
	-webkit-transition: background-color 400ms;
	transition: background-color 400ms;
	text-align: center;
	width: 14.6%;
	z-index: 9;
}

#menu>ul>li:nth-child(1) {
	width: 9%;
}

#menu>ul>li:nth-child(4) {
	width: 18%;
}

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

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

#menu>ul>li>a {
	background:
		url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABTCAYAAABeU211AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAADJmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMwNjcgNzkuMTU3NzQ3LCAyMDE1LzAzLzMwLTIzOjQwOjQyICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNSAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Qjk2RTY0ODI3OEI1MTFFNjk5QkU5OEQyMUVEQ0UzRkMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Qjk2RTY0ODM3OEI1MTFFNjk5QkU5OEQyMUVEQ0UzRkMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCOTZFNjQ4MDc4QjUxMUU2OTlCRTk4RDIxRURDRTNGQyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpCOTZFNjQ4MTc4QjUxMUU2OTlCRTk4RDIxRURDRTNGQyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuQdCSgAAACBSURBVChT1cQhDwFhAADQ+w82xSYJgqIoiqRIyiVNkS5dUiRJUjRJUTRFuXRFUBRFEeybTbAJNrOdvZ9xL7wohFBRVTXV1VBTLbXVUVc99TXQULFGGmuiRKmmmmmuhZZaaa2Nttppr4My5TrqpLMuuuqmux566qW3Pvrqp6IsheIPpNEd046+MEIAAAAASUVORK5CYII=)
		no-repeat right bottom;
	padding: 28px 0 40px;
	box-sizing: border-box;
}

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

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

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

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

#menu>ul>li>ul>li ul>li {
	font-size: 0.75em;
}
/* 下拉的菜单end*/
.top-banner img {
	width: 100%;
	display: block;
}

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

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

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

.col-a-narrow {
	width: 396px;
}

.focus-pic {
	width: 497px;
	float: left;
	padding-top: 25px;
}

.focus-pic-right {
	width: calc(100% - 517px);
	width: -moz-calc(100% - 517px);
	width: -webkit-calc(100% - 517px);
	float: right;
}

.box-tab>dt>ul>li {
	float: left;
	color: #333;
	font-size: 1.125em;
	font-family: "Microsoft Yahei";
	line-height: 40px;
	height: 40px;
	cursor: default;
	padding: 0 15px;
}

.box-tab>dt>ul>li.focus, .box-tab>dt>ul>li.focus>a {
	background-color: #1bbc9b;
	color: #fff;
}

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

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

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

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

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

.box-tab>dt>ul>a {
	display: block;
	font-size: 0.875em;
	color: #1bbc9b;
	height: 30px;
	line-height: 30px;
	float: right;
	padding-left: 20px;
	background-color: #fff;
}

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

.small-title {
	display: none;
}

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

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

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

/*读音顺序--先标题后时间*/
.news-list>a {
	display: block;
	line-height: 1.5em;
	padding: 0.3em 0;
	color: #888;
}

.news-list>a>span {
	float: left;
	display: block;
	font-size: .875em;
	width: calc(100% - 6em);
	width: -webkit-calc(100% - 6em);
	width: -moz-calc(100% - 6em);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news-list>a>em {
	float: right;
	display: block;
	font-size: 0.75em;
	font-style: normal;
	text-align: right;
	position: relative;
	color: #999;
	font-family: Verdana, Arial;
}

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

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

.news-list.list-line>a {
	border-top: 1px #ececec solid;
	padding: 0.6em 0;
}

.news-list.list-line>a:first-child {
	border-top: none;
}

.news-list.list-line>a>span {
	float: none;
	width: 100%;
}

.news-list.date-top>a>em {
	float: none;
	text-align: left;
}

.news-list.date-top>a>span {
	float: none;
	width: 100%;
}

.news-list.b-line>a {
	border-top: 1px solid #e8e8e8;
	padding: 0.35em 0;
}

.news-list.dot-t>a {
	border-top: 1px solid #e8e8e8;
	padding: 0.5em 0;
}

.news-list.b-line>a:first-child, .news-list.dot-t>a:first-child {
	border-top: none;
}

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

.col-b-narrow {
	float: left;
	width: 32%;
	margin-left: 2%;
}

.box-tab.modified dt {
	height: 15px;
	border-bottom: 1px solid #1bbc9b;
}

.box-tab.modified>dt>ul>li {
	line-height: 30px;
	height: 30px;
}

.box-tab.modified>dt>ul>li.focus {
	background-color: #fff;
	color: #1dbd9c;
	position: relative;
	padding: 0;
}

.box-tab.modified>dt>ul>li.focus span {
	display: block;
	font-size: 0;
	float: left;
	margin-right: 10px;
}

.tel-list table {
	width: 100%;
	table-layout: fixed;
	background-color: #fafafa;
	border-collapse: collapse;
}

.dot {
	margin-top: -16px;
}

.dot img {
	width: 100%;
	display: block;
	height: 218px;
}

.tel-list {
	margin-top: -16px;
}

.tel-list a {
	display: block;
}

.tel-list table td {
	border: 1px solid #f0f0f0;
	height: 35px;
	padding: 0 20px;
	vertical-align: middle;
	font-size: 0.875em;
	color: #666;
}

.main-tel {
	background-color: #F7F5F5;
	font-weight: bold;
	color: #888 !important;
	height: 38px !important;
}
/*icon-list start*/
.icon-list li {
	float: left;
	width: 100%;
}

.icon-list li>a {
	display: block;
	background-color: #49b79d;
	color: #fff;
	text-align: center;
	-webkit-transition: background-color 400ms;
	transition: background-color 400ms;
	padding: 0.8333em 0 1.1111em;
}

.icon-list li>a:hover {
	background-color: #2a9676;
}

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

.icon-list span {
	display: block;
	font-family: "Microsoft Yahei";
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 0.875em;
}

.icon-list.col-6 li {
	width: 16.6666%;
	border-left: 1px solid #71c7b3;
	box-sizing: border-box;
}
/*icon-list end*/

/*ad*/
.ad>a {
	display: block;
}

.ad>a img {
	width: 100%;
	display: block;
}

.ad img:hover {
	opacity: 0.8;
	filter: alpha(opacity : 80);
}

/*service-list start*/
.service-list {
	background-color: #fafafa;
	border: 1px solid #f0f0f0;
	box-sizing: border-box;
	padding: 5px 0;
	margin-top: 8px;
}

.service-list.col-2 li {
	float: left;
	width: 49%;
	margin: 5px 0 11px;
}

.service-list li>a {
	display: block;
	color: #666;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-left: 0.6667em;
	padding: 0.5555em 0;
}

.service-list li>a:hover span {
	text-decoration: underline;
}

.service-list i {
	display: inline-block;
	font-style: normal;
	height: 33px;
	width: 33px;
	line-height: 33px;
	text-align: center;
	border-radius: 100%;
}

.service-list span {
	font-size: 0.75em;
}

.service-list i:before {
	content: attr(icon);
	display: inline-block;
	font-family: "iconmoon";
	font-size: 1.125em;
	color: #fff;
}

.color-blue-bg {
	background-color: #29b1d3;
}

.color-green-bg {
	background-color: #1bbc9b;
}

.color-red-bg {
	background-color: #f76961;
}

.color-orange-bg {
	background-color: #f7ba72;
}

.color-violet-bg {
	background-color: #d53b75;
}
/*service-list end*/
.box-tab.parent>dt {
	position: relative;
}

.box-tab.parent>dt>ul {
	float: right;
	width: calc(100% - 185px);
}

.box-tab.parent .big-title {
	position: absolute;
	left: 0;
	display: block;
	background-color: #1bbc9b;
	color: #fff;
	font-size: 1.125em;
	height: 40px;
	line-height: 40px;
	font-family: "Microsoft Yahei";
	padding: 0 15px;
	cursor: default;
}

.box-tab.parent>dt>ul>li {
	font-size: 0.875em;
	color: #1bbc9b;
	padding: 0 8px;
}

.box-tab.parent>dt>ul>li.focus {
	background-color: #25d2b9;
	color: #fff;
}

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

.article-list.col-3>li:first-child {
	margin-left: 0;
}

.pic-library.col-4 li {
	float: left;
	width: 23.8%;
	margin-left: 1.6%;
}

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

.pic-library>li .img-size {
	padding-top: 75%;
	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;
}

.img-frame img {
	max-height: 100%;
	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 {
	margin-top: 10px;
}

.pic-library>li em {
	font-style: normal;
	display: block;
	font-size: 0.875em;
	color: #666;
	text-align: center;
	height: 45px;
	line-height: 45px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

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

.link-list a {
	display: block;
	float: left;
	font-size: 0.75em;
	color: #888;
	padding: 10px 0;
}

.link-list a:hover {
	text-decoration: underline;
}

.link-list a:after {
	content: "|";
	display: inline-block;
	padding: 0 9px;
}

.copyright {
	font-size: 0.75em;
	line-height: 2em;
	color: #888;
	text-align: center;
	background-color: #f0f0f0;
}

.copyright a {
	color: #888;
}

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

.copyright table {
	padding: 10px 0;
	table-layout: fixed;
}

.copyright div a, .copyright div span {
	display: inline-block;
}

.small-copyright {
	display: none;
	background-color: #1bbc9b;
	color: #fff;
	padding: 10px 0;
}
/*二级页面-start*/
.box-tab.sub-box-c {
	border: 1px solid #e8e8e8;
	position: relative;
}

.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 #1bbc9b;
	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: 211px;
	padding-right: 15px;
}

.sub-nav-left .nodes a {
	color: #333;
	display: block;
	border-top: 1px solid #e4e4e4;
	background-color: #f5f5f5;
	position: relative;
	line-height: 1.25em;
	padding: 0.8333em 0;
	padding-left: 20px;
	font-family: "Microsoft Yahei";
	padding-right: 30px;
}

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

.sub-nav-left .nodes a:after {
	content: ">";
	color: #b0b0b0;
	float: right;
	font-family: simsun;
	position: absolute;
	right: 15px;
}

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

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

.box-tab.sub-box-c .sub-title .arrow-down {
	display: none;
	content: "";
	width: 44px;
	height: 44px;
	background: url(../images/arrow_down.png) no-repeat center center;
	background-size: 22px 22px;
	cursor: pointer;
	float: right;
	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: 22px 22px;
}

span.box-title-name {
	float: left;
	color: #3c3c3c;
	padding: 10px 15px;
	height: auto;
	line-height: 1.5em;
	padding-right: 50px; /*二级栏目较长情况下，给右侧箭头预留空间*/
}

.box-tab.sub-box-c .sub-title {
	display: block;
	background-color: #f0f0f0;
	border-bottom: 1px solid #e8e8e8;
	box-sizing: border-box;
	position: relative;
}

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

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

.pic-library-list {
	margin: 25px 15px 0;
}

.pic-library-list li {
	float: left;
}

.pic-library-list.col-4 li {
	width: 23%;
	margin: 0 1%;
}

.pic-library-list.col-4 li:first-child {
	margin: 0 1%;
}

.pic-library-list.col-3 li {
	width: 31.3333%;
	margin: 0 1%;
}

.pic-library-list>li em {
	margin-bottom: 10px;
}

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

.single-article * {
	line-height: 1.875em !important;
}

.single-article img {
	max-width: 100%;
}
/*表单查询--start*/
.query-wrap {
	padding: 20px 0;
}

.query-form {
	background-color: #f5f5f5;
	border: 1px solid #e8e8e8;
	font-size: 0.875em;
	font-family: "Microsoft Yahei";
	text-align: center;
	padding: 30px 0 10px;
}

.query-form>div {
	margin-bottom: 15px;
}

.query-form>div div {
	display: inline-block;
	vertical-align: top;
}

.query-form>div span {
	display: inline-block;
	padding-right: 10px;
	width: 70px;
	height: 40px;
	line-height: 40px;
}

.query-form>div em {
	font-style: normal;
	display: inline-block;
	width: 100px;
	font-size: 0.875em;
	text-align: left;
	padding-left: 5px;
	height: 40px;
	line-height: 40px;
}

.query-form input {
	width: 300px;
	vertical-align: top;
	border: 1px solid #e8e8e8;
	padding: 0 10px;
	box-sizing: border-box;
	color: #666;
	height: 40px;
	line-height: 40px;
}

.query-form select {
	width: 300px;
	vertical-align: top;
	border: 1px solid #e8e8e8;
	box-sizing: border-box;
	color: #999;
	padding: 10px;
}

.query-form input[type="button"] {
	width: 148px;
	background-color: #1bbc9b;
	color: #fff;
	border: none;
	outline: none;
	cursor: pointer;
	font-family: "Microsoft Yahei";
}

.query-form input[type="button"]:hover {
	background-color: #0098d6;
}

.result-list {
	margin-top: 20px;
}

.result-list table {
	width: 100%;
	border-collapse: collapse;
	color: #666;
	font-size: 0.875em;
	font-family: "Microsoft Yahei";
	text-align: left;
}

.result-list table td {
	border: 1px solid #e8e8e8;
	padding: 15px 20px;
}

.result-list table th {
	background-color: #f5f5f5;
	border: 1px solid #e8e8e8;
	padding: 15px 20px;
	text-align: left;
}
/*表单查询--end*/

/*内容页--start*/
.location {
	font-size: 0.75em;
	padding-bottom: 20px;
}

.location * {
	display: block;
	float: left;
	height: 30px;
	line-height: 30px;
}

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

.location>a {
	color: #999;
}

.location>a:hover {
	color: #ff7900;
}

.location>span {
	color: #333;
}

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

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

.pd-space {
	padding: 20px;
}

.sub-content {
	color: #666;
}

.sub-content .big-title {
	padding: 10px 0;
	font-size: 1.5em;
	line-height: 1.25em;
	text-align: center;
	color: #333;
	font-family: "Microsoft Yahei";
}

.sub-content .second-title {
	padding-bottom: 10px;
	font-size: 1.2em;
	text-align: center;
	color: #666;
	font-family: "Microsoft Yahei";
}

.sub-content .content-small-title {
	font-size: 0.75em;
	text-align: center;
	color: #999;
	line-height: 1.25em;
	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: 15px;
}

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

.news_content_content>p, .news_content_content>div {
	text-indent: 2em;
	line-height: 1.875em;
	font-size: 0.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;
}

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

.col-h-168 {
	font-size: 0.8889em;
	padding: 0 15px;
}

.col-h-168 * {
	font-size: 1em !important;
	line-height: 1.65em !important;
}

@media screen and (max-width: 1000px) {
	.news_content_other {
		display: none;
	}
	.top-bar {
		background: #fff;
	}
	.top-bar .four-links {
		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 15px;
	}
	.news-list>a {
		padding: 0.65em 15px !important;
		border-top: 1px solid #e8e8e8;
	}
	.news-list>a:first-child {
		border-top: none;
	}
}

@media screen and (max-width: 320px) {
	.pd-20 {
		padding: 10px;
	}
}
/*内容页--end*/
/*翻页--start*/
.page-tile {
	display: block;
	border-width: 1px 0;
	font-family: Verdana, Arial;
	padding-bottom: 20px;
}

.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: 0.75em;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
}

.page-tile>em {
	display: none;
}

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

.page-tile .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 .focus {
	background-color: #1bbc9b;
	color: #fff;
	border-radius: 5px;
}

@media screen and (max-width: 720px) {
	.page-tile a, .page-tile span {
		display: none;
	}
	.page-tile>* {
		float: none;
	}
	.page-tile {
		padding-bottom: 0;
		text-align: center;
		padding: 0;
		background: #efefef;
	}
	.page-tile a.prev, .page-tile a.next {
		display: inline-block;
		box-sizing: border-box;
		height: 44px;
		line-height: 44px;
		padding: 0 15px;
		color: #333;
		border: none;
	}
	.page-tile a.prev:before {
		content: "上一页";
	}
	.page-tile a.next:before {
		content: "下一页";
	}
}
/*翻页--end*/

/*首页1000以下start*/
@media screen and (max-width: 1000px) {
	body {
		font-size: 16px;
	}
	.max-wrap {
		width: 100%;
		min-width: inherit;
	}
	.main-wrap {
		width: auto;
	}
	.logo {
		display: none;
	}
	.logo-mobile img {
		display: block;
		max-width: 250px;
	}
	.logo-mobile {
		display: block;
	}
	.main-nav-bg {
		background-color: #2aa58b;
	}
	.main-nav {
		width: 40px;
		height: 45px;
		float: right;
		margin-top: 0;
		padding-top: 0;
	}
	#menu {
		display: none;
		float: right;
		position: absolute;
		top: 45px;
		right: 0;
		padding: 0;
		width: 7em;
		background-color: #fff;
		border-left: 1px solid #e5e5e5;
		border-bottom: 1px solid #e5e5e5;
	}
	#menu li:hover>ul {
		display: none;
	}
	#menu>ul>li {
		float: none;
		text-align: center;
		width: 100% !important;
	}
	.main-nav:after {
		content: "";
		display: block;
		background: url(../images/icon_list.png) center center no-repeat;
		width: 45px;
		height: 45px;
		background-size: 60%;
		position: absolute;
		right: 0;
		top: 0;
	}
	#menu>ul>li>a {
		color: #666;
		line-height: 1.25em;
		padding: 0.85em 10px;
		border-right: 0;
		height: auto;
		background: #fff;
		border-top: 1px solid #e8e8e8;
	}
	#menu>ul>li.focus a {
		background-color: #E5E2E2;
		color: #333;
	}
	.col-b-wide {
		width: 100%;
	}
	.col-b-narrow {
		width: 100%;
		margin-left: 0;
	}
	.link-list {
		padding: 0 10px;
	}
	.small-more {
		padding-left: 10px;
	}
	.box-tab>dt>ul>a {
		padding-right: 10px;
	}
	.box-tab.parent>dt>ul {
		padding-right: 10px;
	}
	.service-list.col-2 li {
		width: 33.3333%;
	}
	.service-list li>a {
		margin-top: 0;
		padding: 5px 0;
	}
	.copyright table {
		display: none;
	}
	.copyright #_ideConac {
		display: none;
	}
	.small-copyright {
		display: block;
	}
	.news_content_content>p img, .news_content_content>div img {
		max-width: 100% !important;
	}
}
/*800以下start*/
@media screen and (max-width: 800px) {
	.query-form input, .query-form select {
		width: 150px;
	}
	.query-form input[type="button"] {
		width: 75px;
	}
}
/*720以下start*/
@media screen and (max-width:720px) {
	.friend-link {
		display: none;
	}
	.d-table {
		display: block;
	}
	.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: 100%;
		float: none;
	}
	.mt-30 {
		margin-top: 0;
	}
	.pt-30 {
		padding-top: 0;
	}
	.mt-15 {
		margin-top: 0;
	}
	.pd-20 {
		padding: 0;
	}
	.single-article {
		padding: 10px 20px;
	}
	.top-banner {
		display: none;
	}
	.box-tab>dd>ul>li {
		display: block;
	}
	.box-tab dt {
		display: none;
	}
	.box-tab dd {
		padding-top: 0;
	}
	.small-title {
		display: block;
		background-color: #edeef1;
		height: 36px;
		line-height: 36px;
		font-family: "Microsoft Yahei";
		border-left: 3px solid #49b79d;
		padding-left: 10px;
		font-size: 0.875em;
		color: #666;
		margin-top: 5px;
	}
	.small-more {
		display: block;
		margin-bottom: 15px;
	}
	.service-list {
		margin-top: 0;
	}
	.service-list.col-2 li {
		width: 50%;
	}
	.service-list.col-2 li.odd {
		width: 50%;
	}
	.service-list li>a {
		margin-left: 10px;
	}
	.pic-library.col-4 li {
		width: 48%;
		margin: 0 1%;
	}
	.pic-library.col-4 li:first-child {
		margin-left: 1%;
	}
	.article-list.col-3>li {
		width: 100%;
		margin-left: 0;
	}
	.icon-list.col-6 li {
		width: 33.3333%;
		border-bottom: 1px solid #71c7b3;
	}
	.icon-list span {
		font-size: 0.875em;
	}
	.sub-nav-left {
		display: none;
	}
	.box-tab.sub-box-c {
		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;
	}
	.pic-library-list {
		margin: 15px 5px 0;
	}
	.dot {
		margin: 10px 0;
	}
	.tel-list table {
		margin: 10px 0;
	}
	.tel-list table td {
		font-size: 0.75em;
	}
	.tel-list table {
		background-color: #fff;
	}
	.tel-list table td {
		padding: 10px;
		height: auto;
	}
	.service-list li>a {
		font-size: 0.875em;
	}
	.query-wrap {
		padding: 10px 0;
	}
	.query-form input, .query-form select {
		width: 200px;
	}
	.query-form input[type="button"] {
		width: 110px;
	}
	.ad {
		display: none;
	}
	.ad a {
		width: 100%;
		margin-left: 0;
		float: none;
		margin-bottom: 10px;
	}
	.search-bar-icon {
		height: 44px !important;
	}
}
/*640以下start*/
@media screen and (max-width:640px) {
	.meta-float, .declare {
		display: none !important;
	}
}
/*480以下start*/
@media screen and (max-width:480px) {
	.main-nav-bg:before {
		font-size: 1.125em;
		padding-left: 10px;
	}
	.query-form {
		text-align: left;
		padding: 10px;
	}
	.query-form>div div {
		display: block;
	}
	.query-form>div span {
		display: block;
		height: auto;
		color: red;
	}
	.query-form input, .query-form select {
		width: 100%;
	}
	.query-form>div em {
		height: auto;
		display: block;
	}
	.query-form input[type="button"] {
		width: 50%;
		float: left;
		border-left: 1px solid #fff;
		box-sizing: border-box;
		margin-top: 10px;
	}
	.result-list table {
		font-size: 0.75em;
		word-break: break-all;
	}
	.result-list table td {
		padding: 15px 5px;
	}
	.result-list table th {
		padding: 15px 5px;
	}
	.query-form>div {
		margin-bottom: 5px;
	}
	.pic-library-list.col-3 li {
		width: 48%;
	}
}
/*320以下start*/
@media screen and (max-width:320px) {
	.small-more {
		padding: 0 10px;
	}
	span.box-title-name {
		margin: 0 10px;
		font-size: 0.875em;
	}
	.service-list li>a {
		font-size: 0.75em;
	}
}

/*意见征集*/
.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: #1bbc9b;
	height: 28px;
	padding: 0 10px;
	color: white;
	border-radius: 2px;
	cursor: pointer;
}

.suggestion_list_wrap {
	padding-bottom: 32px;
}

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

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

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

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

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

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

/*追加*/
.date-part {
	margin-bottom: 20px;
	font-family: "Microsoft Yahei";
}

.data-title {
	font-size: 1.5em;
	color: #666;
	line-height: 1.6em;
	font-weight: bold;
	margin: 15px 0;
	text-align: center;
}

.data-title.first {
	margin-top: 5px;
}

.warning {
	border: 1px dashed #B9D6D1;
	background-color: #F4FBFB;
	border-radius: 5px;
	padding: 10px 20px;
	margin-bottom: 20px;
}

.warning>.title {
	color: #F78053;
	font-size: 1em;
}

.warning>.content {
	color: #3AA5A5;
	font-size: 1em;
}

.date-sub-title {
	background-color: #f6f6f6;
	height: 40px;
	line-height: 40px;
	color: #333;
	font-size: 1.125em;
}

.date-sub-title:before {
	content: "";
	background:
		url(data:image/jpeg;base64,/9j/4AAQSkZJRgABAQEAAAAAAAD/7gAOQWRvYmUAZAAAAAAB/+EAFkV4aWYAAE1NACoAAAAIAAAAAAAA/+wAEUR1Y2t5AAEABAAAAGQAAP/hA0BodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+DQo8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjYtYzA2NyA3OS4xNTc3NDcsIDIwMTUvMDMvMzAtMjM6NDA6NDIgICAgICAgICI+DQoJPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4NCgkJPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjExQzY0N0E2QTdFNTExRTZBMEQxQkIzNDZEOUQwQTg1IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjExQzY0N0E3QTdFNTExRTZBMEQxQkIzNDZEOUQwQTg1Ij4NCgkJCTx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjExQzY0N0E0QTdFNTExRTZBMEQxQkIzNDZEOUQwQTg1IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjExQzY0N0E1QTdFNTExRTZBMEQxQkIzNDZEOUQwQTg1Ii8+DQoJCTwvcmRmOkRlc2NyaXB0aW9uPg0KCTwvcmRmOlJERj4NCjwveDp4bXBtZXRhPg0KPD94cGFja2V0IGVuZD0ndyc/Pv/bAEMAAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQICAgICAgICAgICAwMDAwMDAwMDA//bAEMBAQEBAQEBAgEBAgICAQICAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDA//AABEIACgAKAMBEQACEQEDEQH/xAAZAAEBAQEBAQAAAAAAAAAAAAAABggHBQn/xAAlEAABBQACAgIBBQAAAAAAAAACAQMEBQYABxESEwgUFTUWJif/xAAbAQEAAgMBAQAAAAAAAAAAAAAABQcDBAYCCf/EAC4RAAIBBAAFAwIFBQAAAAAAAAECAwARBAUhURITBjFBByIUYZGhMjNSIzQWJv/aAAwDAQACEQMRAD8A+ovO9r4lU4pTilOKU4pTilezns9eay7rM3m6uZc3txKCHW1kBpXpMqQflfUBTwIA2AqbhkotttiRmoiKqnh3WNS7kBR6mpDVarY7zYw6jUQyZGyyHCRxoLszHlyAFyxNgqgsxABNaY/hX19zn+Va7STJPYth+69sUs05WB670bfgImTWsZT+005OkTdtaAqLFdQPx0IBeXml3ct/78YHZHoh/cw539jyHv7+1XB/rvxbqf8Aid7lyP5ZL/Ls4nLYWDOOC43bH+TFe65OQP426e1dVkrP27wem640UnM6qCkOey0zLiyGHQlVlxVS0I4F3SWLXmNaU9i0Psy+2qivhRX1MTEduKVJk64zw/UHkeRFVd5L4zuPEts+n3cXbylUMrAho5Y24pNDIPpkikHFHU2PEGzBgI/mWoCnFK1x17e0tD9au17jGVthQdjwLTGZ7U7kpzEiXYZ3Z2ekEs5mQbisyMzXfg0LP5pg4b810yQj+IW2wjpkZ82NZCDCQSF5EAcTz9eHKr08W2Wu1nxDu9h4/DLi+WxTYkGTmdYZngy5MgdjHAUNjx9EK90hi8rEgt0BVW1yv1vbuc3k+z5XW+k/TKnIEzo+uAkSW5m/2IxYw425oLMrUZ0bJ7Vm0am2ht/GdelZPBgfDkVExyZvS7QB16i3Bv6R7gi3qLWHO4v710Wk+JF2GowfMptRl/ZwYBE+AGYPm5QVRiywSd3rXGyxIs2QV6TB9vlLGLPDUZSXVZM+ruyh9kVNjqHMjvq7KdbSG5zEK169tr7OaO2kExOfjyn5mYk2NA0EurVfiJCVxr43kFwcjKRnKYSF6ku3JgCB+fHga57XbHDyPhnYY/l0Eua+BtI8bAYOqSYMs0E8rWdlYtjtJAolx/2m5ZOhwHGReSNUVTild0xl1TxOhe76SVaQI1zcaXqCTUVT8ppuws2KqVtSs3YEUiR6S3XjMaV4hRUbRwfZU9h86siscqJgD0hXueV+m1WV4/sMCD4y8j1080SbDIzNW0UZYB5FjbL7hRfVggdS5AsvUL2uL09B3+zU9aXuZPEdXFdncYYqtt7qzMzoVpW0VZqodpP0L0lswnXjLthFWO+60454ek+CT5C5jfELTB+qTps1/qPAki1vw4H9KmNX8ox4PiGTp21ulOxORh9sHXY7pJHDHkrI85YEPMC8fQ7KW+qbiOs1Nw7+pP677Smdsati/se5sddx6Jp2PHmOVsfKbNiXNh1oKJpWxJUxtpSAfjbIwFfHsKL7KN94rWPQIiL/AI3HvURBs8FvinYYDywrs5fIMWZYQVVjGuNlhnWMce2rOqkgdKkqOFxfhHNuq0pxSnFKcUpxSnFK/9k=)
		no-repeat;
	height: 40px;
	width: 40px;
	display: block;
	float: left;
	margin-right: 14px;
}

.date-content {
	font-size: 1em;
	color: #666;
	margin: 10px 0 20px;
}

.date-content>div {
	line-height: 1.8em;
	margin-bottom: 20px;
}

.date-content>em {
	display: block;
	line-height: 1.6em;
	font-style: normal;
	color: #F78053;
}

@media screen and (max-width:480px) {
	.data-title {
		font-size: 1.2em;
		text-align: left;
	}
	.date-content {
		line-height: 2em;
	}
}

@media screen and (max-width:440px) {
	.suggestion_input_submit.disabled {
		width: 100%;
		background: #ffffdb !important;
		margin: 0;
		margin-top: 10px;
		color: #ec642a !important;
		height: 36px;
		font-weight: inherit !important;
	}
}

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

.map-box>.location {
	font-size: .75em;
	height: 2em;
	margin-top: 10px;
}

.map {
	margin-top: 10px;
}

.map>li {
	border-top: 1px solid #e8e8e8;
	padding: 10px 5px;
	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 #FF4F4F;
	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*/

/*适老+登录css*/
.top-links {
	float: right;
	margin-right: 200px;
}

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

#pip-triggers-container {
	float: left;
}

.pip-triggers {
	line-height: 20px;
}

.version-links a {
	padding: 0;
}

.user {
	float: left !important;
}

.user a {
	padding: 0;
}

.version-links a:before {
	content: "|";
	padding-left: 7px;
	padding-right: 7px;
	font-family: Simsun;
}

.user .login:before {
	content: "|";
	padding-left: 7px;
	padding-right: 7px;
	font-family: Simsun;
}

.top-bar .user>a {
	color: #3e71a4;
}

@media screen and (max-width: 1000px) {
	.top-links {
		margin-right: 0;
	}
	.four-links {
		display: none;
	}
	.top-link {
		margin-right: 0;
	}
}
/*登录弹框*/
@media screen and (max-width:1000px) {
	.login-others>ul {
		right: 0 !important;
	}
	.index-float, .declare {
		display: none !important; /*浮窗一律屏蔽*/
	}
}