/*
 * HeshanGov
 * 2017-11
*/


/* ===============================================================
Default Styles
================================================================*/


/*头部*/

.header {
	background-image: url("/global/new_head_01.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
	width: auto;
	height: 246px;
}

.header .link {
	overflow: hidden;
	margin: 0 auto;
	width: 1000px;
	padding: 5px 0;
}

.header .link .link-item {
	margin-left: -3px;
	padding: 0 8px;
	font-size: 14px;
	height: 14px;
	line-height: 14px;
	display: block;
	float: left;
}

.header .link .link-left {
	float: left;
}

.header .link .link-right {
	float: right;
}

.header .link>.link-right>.link-item+.link-item {
	border-left: 1px solid #444;
}

.header-wrap {
	position: relative;
	margin: 0 auto;
	width: 1000px;
	padding: 5px 0;
}


/*2018-5-23*/


/*
.header-wrap .search-wrap {background-image: url(/global/search_bg1.png);background-repeat: no-repeat;width: 340px;height: 40px;position: absolute;right: 180px;top: 70px;padding: 2px 0 0 2px;}
.header-wrap .search-wrap input {border: none;height: 37px;width: 260px;padding: 0 20px;float: left;line-height:47px;}
.header-wrap .search-wrap a {display: block;width: 75px;height: 38px;float: left;}
.header-wrap .search-wrap span {display: block;width: 75px;height: 37px;float: left;cursor: pointer;}
*/


/*2018-5-23*/

.header-wrap .search-wrap {
	background-image: url(/global/search_bg2.png);
	background-repeat: no-repeat;
	width: 252px;
	height: 30px;
	position: absolute;
	right: 375px;
	top: -23px;
	padding: 2px 0 0 2px;
}

.header-wrap .search-wrap input {
	border: none;
	height: 27px;
	width: 195px;
	padding: 0 20px;
	float: left;
	line-height: 30px;
}

.header-wrap .search-wrap a {
	display: block;
	width: 75px;
	height: 38px;
	float: left;
}

.header-wrap .search-wrap span {
	display: block;
	width: 55px;
	height: 30px;
	float: left;
}

.nav {
	background: #006cb7;
	color: #fff
}

.nav .nav-wrap {
	margin: 0 auto;
	width: 1000px;
	overflow: hidden;
}

.nav .nav-wrap .nav-bt {
	width: 14.28%;
	float: left;
	text-align: center;
	padding: 12px 0;
	font-weight: bold;
	cursor: pointer
}

.nav .nav-wrap .nav-bt:hover {
	text-decoration: none;
	background: #0897e8;
	color: #fff
}

.nav .nav-wrap .nav-bt-active {
	background: #f84b58
}


/*底部*/

.footer {
	background: #006cb7;
	color: #fff;
	text-align: center;
	overflow: hidden;
	padding: 10px 0;
}

.footer .footer-wrap {
	margin: 0 auto;
	width: 1000px;
	padding: 15px 0;
}

.footer .footer-wrap .qrcode {
	float: left;
	width: 70px;
	text-align: center;
	font-size: 14px;
	margin-top: -8px;
	margin-left: 10px;
}

.footer .footer-wrap .footer-link {
	float: left;
	padding-left: 25px;
	font-size: 14px;
	line-height: 24px;
	margin-top: -7px;
}


/*Basic Styles*/

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-family: "微软雅黑";
}

img {
	border: 0
}

a {
	text-decoration: none;
	color: inherit;
}

a:hover {
	color: #298bd4
}

body {
	background: #fff
}

.viewport {
	background-image: url("/global/bg201805.jpg");
	background-repeat: no-repeat;
	background-size: contain;
	/*background-position: center 246px;*/
}

.main {
	margin: 40px auto 0px auto;
	width: 1000px;
	background: #fff;
	padding: 0 15px;
}


/*面包屑导航*/

.crumb {
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #000;
	margin-bottom: 30px;
	display: inline-block;
    width: 100%;
}

.crumb .icon {
	vertical-align: sub;
	margin-right: 10px;
}


/*通用栏目页样式*/

.nav-col {
	width: 220px;
	float: left;
}

.nav-col .title {
	background: #1765b0;
	color: #fff;
	text-align: center;
	height: 46px;
	line-height: 46px;
	font-size: 20px;
}

.nav-col .item {
	cursor: pointer
}

.nav-col .item.item-active .item-title {
	background-image: url("/global/icon_nav_col_bottom.png")
}

.nav-col .item .item-title {
	border-bottom: 1px solid #ccc;
	height: 46px;
	line-height: 46px;
	background-image: url(/global/icon_nav_col_right.png);
	background-repeat: no-repeat;
	background-position: 15px;
	text-indent: 75px;
}

.nav-col .item .item-content {
	border-bottom: 1px solid #ccc;
	height: auto;
	line-height: 46px;
	text-align: center;
	width: 100%;
	overflow: hidden;
	display: block;
}

.col-content {
	float: right;
	width: 730px;
	line-height: 30px;
	color: #393939;
}

.col-content .link {
	display: block;
	overflow: hidden;
	clear: both;
	padding-left: 24px;
	line-height: 45px;
}

.col-content .link .title {
	list-style-type: disc;
	display: list-item;
	float: left;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.col-content .link .time {
	float: right;
}

.page {
	overflow: hidden;
	margin: 20px 0;
}

.page .page-right a.active {
	color: #1765b0;
	pointer-events: none;
}


/*文章样式*/

.article .title {
	font-weight: bold;
	font-size: 24px;
	text-align: center;
	margin-bottom: 20px;
}

.article .stitle {
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	margin-bottom: 20px;
	color: #5e5e5e;
}

.article .content {
	margin: 20px 0 40px 0;
	line-height: 32px;
	color: #333;
}

.article .content p {
	text-indent: 0px;
}


/*自定样式*/

.clearfix {
	clear: both
}

.color-red {
	color: red
}

.color-blue {
	color: #2a6aa7
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}


/*字体*/

.dzxziti {
	float: left;
	margin-left: 30px;
}

.nextdoc {
	font-size: 14px;
	line-height: 30px;
}

#ST_translate {
	cursor: pointer;
}

.jm {
	overflow: hidden;
	width: 70px;
	float: right;
	display: block;
	height: 70px;
	margin-top: 50px;
}