@CHARSET "UTF-8";

/*鲤鱼溪的杂货铺编写*/


/* common */

* {
	padding: 0;
	margin: 0
}

body {
	min-width: 1200px;
	font-size: 16px;
	font-family: "微软雅黑", "黑体", Arial;
	-webkit-text-size-adjust: none;
}

ul,
ol {
	list-style: none;
}


/* link */

a {
	text-decoration: none;
	color: inherit
}

a:link {
	text-decoration: none;
}

a:hover {
	color: #0002ff;
	text-decoration: none;
}

i,em {
	font-style: normal;
}

img {
	border: 0;
}

.float_l {
	float: left;
}

.float_r {
	float: right;
}

.clear {
	clear: both;
}

/* title */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "microsoft yahei", "黑体", "宋体";
}


/* H5新元素旧浏览器　*/

header,
section,
footer,
aside,
nav,
main,
article,
figure {
	display: block;
}


/* input */

input {
	outline: none;
	border: none;
}


/* 页面样式 */

/*Top区域样式开始*/
.top {
	width: 100%;
	height: 40px;
	background-color: #0054a6;
}

.top .top_con {
	width: 1200px;
	height: 40px;
	margin: 0 auto;
	overflow: hidden;
}

.top_con .top_link {
	
}

.top_link ul {
	
}

.top_link ul li {
	float: left;
	line-height: 40px;
}

.top_link ul li a {
	font-size: 14px;
	color: rgba(255, 255, 255,0.8);
	/* IE5 - 7 */
	filter: alpha(opacity=80); 
	/* IE 8 */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; 
	color:#fff;
}

.top_link ul li i {
	font-size: 12px;
	padding: 0 15px;
	color: rgba(255, 255, 255,0.2);
	/* IE5 - 7 */
	filter: alpha(opacity=20); 
	/* IE 8 */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)"; 
	color:#fff;
}

.top_con .top_search {
	width: 330px;
	height: 28px;
	margin-left: 320px;
	margin-top: 6px;
}

.top_search form {
	width: 330px;
	height: 28px;
	
	line-height:28px;
}

.top_search form .search_text {
	width: 290px;
	height: 28px;
	color: #fff;
	background: url(sousuo_03.png) no-repeat center center;
	line-height:28px;
	box-sizing:border-box;
	padding-left:10px;
}

.top_search form .search_btn {
	width: 40px;
	height: 28px;
	background: url(sousuo_04.png) no-repeat center center;
	cursor: pointer;
}

.top_con .top_function {
	
}

.top_con .top_function ul {
	
}

.top_function ul li {
	float: left;
	line-height: 40px;
}

.top_function ul li a {
	font-size: 14px;
	color: rgba(255, 255, 255,0.8);
	/* IE5 - 7 */
	filter: alpha(opacity=80); 
	/* IE 8 */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; 
	color:#fff;
}

.top_function ul li i {
	font-size: 12px;
	padding: 0 15px;
	color: rgba(255, 255, 255,0.2);
	/* IE5 - 7 */
	filter: alpha(opacity=20); 
	/* IE 8 */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)"; 
	color:#fff;
}
/*Top区域样式结束*/

/*Header区域样式开始*/
.header {
	width: 100%;
	height: 128px;
	background: #f4f5f9;
	border-bottom: 4px #99bbdb solid;
}

.header .header_con {
	width: 1200px;
	height: 128px;
	margin: 0 auto;
	overflow: hidden;
}

.header_con .logo {
	width: 335px;
	height: 72px;
	margin-top: 27px;
}

.header_con .logo img {
	width: 335px;
	height: 72px;
	display: block;
	margin: 0 auto;
}

.header_con .nav {
	margin-top: 29px;
	width:800px;
}

.nav ul {
	
}

.nav ul li {
	float: left;
	width:10%;
	height: 73px;
	margin: 0 15px;
	cursor: pointer;
}

.nav ul li a {
	position: relative;
}

.nav ul li a img {
	height: 32px;
	display: block;
	margin: 0 auto;
}

.nav ul li a .liang {
	display: none;
}

.nav ul li a .hui {
	display: block;
}

.nav ul li.active a .liang {
	display: block;
}

.nav ul li.active a .hui {
	display: none;
}

.nav ul li a span {
	bottom: 0px;
	margin-top: 15px;
	display: block;
	font-size: 18px;
	color: #666;
	text-align: center;
}

.nav ul li.active a span {
	font-weight: bold;
	color: #0054a6;
}
/*Header区域样式结束*/

/*Main区域样式开始*/
.main {
	width: 100%;
}

/*轮播图区域样式*/
.main .slideshow {
	width: 1200px;
	height: 400px;
	margin: 0 auto;
	margin-top: 30px;
	background: #0054a6;
	overflow: hidden;
	position: relative;
}

.slideshow .slideshow_con {
	width: 1200px;
	height: 400px;
	position: relative;
}

.slideshow_con li {
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}

.slideshow_con li .slideshow_pic {
	width: 720px;
	height: 400px;
}

.slideshow_con li .slideshow_pic img {
	width: 720px;
	height: 400px;
}

.slideshow_con li .slideshow_text {
	width: 400px;
	height: 250px;
	margin: 0px 40px;
	margin-top: 40px;
}

.slideshow_text .slideshow_title {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	line-height: 36px;
}

.slideshow_text .slideshow_abstract {
	margin-top: 35px;
	font-size: 15px;
	text-indent: 2em;
	color: rgba(255, 255, 255, 0.8);
	/* IE5 - 7 */
	filter: alpha(opacity=80); 
	/* IE 8 */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; 
	line-height: 28px;
}

.slideshow .slideshow_btn {
	overflow: hidden;
	bottom: 50px;
	right: 40px;
	position: absolute;
}

.slideshow .slideshow_btn li {
	float: left;
	width: 15px;
	height: 15px;
	border-radius: 15px;
	background-color: rgba(255, 255, 255, 0.4);
	/* IE5 - 7 */
	filter: alpha(opacity=40); 
	/* IE 8 */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; 
	margin-right: 8px;
	cursor: pointer;
	transition: 0.3s;
}


.slideshow .slideshow_btn li.active {
	width: 72px;
}

/*News区域样式开始*/
.news {
	width: 1200px;
	height: 285px;
	margin: 0 auto;
	margin-top: 30px;
	overflow: hidden;
}

.news .news_left {
	height: 285px;
	width: 692px;
	overflow: hidden;
	position: relative;
}

.news_left .news_title {
	width: 100%;
	border-bottom: 1px solid #dcdcdc;
}

.news_left .news_title ul {
	
}

.news_left .news_title ul li {
	float: left;
	margin-bottom: 15px;
}

.news_left .news_title ul li a {
	font-size: 21px;
	color: #666666;
	float: left;
}

.news_left .news_title ul li.active a {
	font-weight: bold;
	color: #0054a6;
}

.news_left .news_title ul li i {
	display: block;
	float: left;
	width: 1px;
	height: 20px;
	margin: 0 18px;
	background: #dcdcdc;
	margin-top: 5px;
}

.news_left .news_list {
	width: 100%;
	height: 252.28px;
	margin-top: 15px;
	position: absolute;
	display:none;
}

.news_left .news_list .news_hot {
	width: 650px;
	height: 52px;
	overflow: hidden;
	position: relative;
}

.news_hot .news_hot_icon {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 16px;
	color: #fefeff;
	line-height: 20px;
	width: 58px;
	height: 52px;
	background: url(news_hot.png) no-repeat;
}

.news_hot .news_hot_icon i {
	width: 33px;
	height: 36px;
	display: block;
	margin-top: 5px;
	margin-left: 10px;
}

.news_hot .news_hot_title,.news_hot .news_hot_text {
	position: absolute;
	left: 68px;
	font-size: 16px;
	line-height: 22px;
	color: #333333;
	overflow: hidden;
}

.news_hot .news_hot_text {
	position: absolute;
	top: 29px;
	color: #999999;
	line-height: 22px;
	font-size: 14px;
	overflow: hidden;
}

.news_left .news_list .news_lists {
	width: 100%;
	height: 151px;
	margin-top: 5px;
}

.news_left .news_list .news_lists ul {
	
}

.news_left .news_list .news_lists ul li {
	line-height: 34px;
}

.news_left .news_list .news_lists ul li img {
	width: 4px;
	height: 4px;
	margin-right: 6px;
	vertical-align: middle;
}

.news_left .news_list .news_lists ul li a {
	font-size: 16px;
	color: #333333;
	
}

.news_left .news_list .news_lists ul li span {
	float: right;
	font-size: 14px;
	color: #cccccc;
}

/*右侧新闻*/
.news .news_right {
	height: 285px;
	width: 451px;
	overflow: hidden;
	position: relative;
}

.news_right .news_title {
	width: 100%;
	border-bottom: 1px solid #dcdcdc;
}

.news_right .news_title ul {
	
}

.news_right .news_title ul li {
	float: left;
	margin-bottom: 15px;
}

.news_right .news_title ul li a {
	font-size: 21px;
	color: #666666;
	float: left;
}

.news_right .news_title ul li.active a {
	font-weight: bold;
	color: #0054a6;
}

.news_right .news_title ul li i {
	display: block;
	float: left;
	width: 1px;
	height: 20px;
	margin: 0 18px;
	background: #dcdcdc;
	margin-top: 5px;
}

.news_right .news_list {
	width: 100%;
	height: 242.28px;
	margin-top: 5px;
	position: absolute;
	display:none;
}

.news_right .news_list .news_lists {
	width: 100%;
	height: 242.28px;
}

.news_right .news_list .news_lists ul {
	
}

.news_right .news_list .news_lists ul li {
	line-height: 34px;
}

.news_right .news_list .news_lists ul li img {
	width: 4px;
	height: 4px;
	margin-right: 6px;
	vertical-align: middle;
}

.news_right .news_list .news_lists ul li a {
	font-size: 16px;
	color: #333333;
}

.news_right .news_list .news_lists ul li span {
	float: right;
	font-size: 14px;
	color: #cccccc;
}

.news .news_border {
	display: block;
	height: 277px;
	width: 1px;
	background: #dcdcdc;
	margin: 0 28px;
}

/*专题专栏图片滚动区域*/
.ztzl {
	margin: 0 auto;
	margin-top: 30px;
	width: 1200px;
	height: 100px;
	position: relative;
	overflow: hidden;
}

.ztzl .prevBtn,.ztzl .nextBtn {
	width: 18px;
	height: 30px;
	position: absolute;
	z-index: 99;
	margin-top: 34px;
	cursor: pointer;
	
}

.ztzl .prevBtn img,.ztzl .nextBtn img {
	width: 18px;
	height: 30px;
}

.ztzl .prevBtn {
	left: 0;
}

.ztzl .nextBtn {
	right: 20px;
}

.ztzl ul {
	
}

.ztzl ul li {
	width: 265px;
	height: 78px;
	padding: 10px;
	border: solid 1px #ececec;
	float: left;
	margin-right: 20px;
}

.ztzl ul li a {
	
}

.ztzl ul li a img {
	margin: 0 auto;
	width: 265px;
	height: 80px;
	
}

/*三大栏目区域样式开始*/
.threezwz {
	width: 100%;
	height: 560px;
	margin-top: 30px;
	background: url(bg.png) no-repeat;
}

.threezwz .threezwz_btn {
	width: 525px;
	height: 56px;
	margin: 0 auto;
	padding-top: 30px;
}

.threezwz .threezwz_btn ul {
	width: 525px;
	height: 56px;
	margin: 0 auto;
}

.threezwz .threezwz_btn ul li {
	float: left;
	width: 160px;
	height: 56px;
	margin: 0 7.5px;
}

.threezwz .threezwz_btn ul li p {
	cursor: pointer;
	width: 160px;
	height: 48px;
	border-radius: 23px;
	background-color: rgba(255, 255, 255, 0.4);
	/* IE5 - 7 */
	filter: alpha(opacity=40); 
	/* IE 8 */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; 
}

.threezwz .threezwz_btn ul li p span {
	text-align: center;
	display: block;
	font-size: 24px;
	line-height: 48px;
	color: #ffffff;
	font-weight: bold;
}

.threezwz .threezwz_btn ul li.active {
	float: left;
	width: 160px;
	height: 56px;
	background: url(threezwz_btn.png) no-repeat;
}

.threezwz .threezwz_btn ul li.active span {
	color: #0054a6;
}

.threezwz .threezwz_con {
	margin: 0 auto;
	width: 1198px;
	height: 440px;
	margin-top: 20px;
	margin-bottom: 10px;
	background: #fff;
	border-left: solid 1px #ececec;
	border-right: solid 1px #ececec;
	overflow: hidden;
}

/*政务公开*/
.threezwz_con .zwgk {
	width: 1138px;
	height: 390px;
	padding: 30px;
	margin: 0px auto;
}

.zwgk .zwgk_cl {
	width: 264px;
	height: 304px;
	border: 1px solid #dcdcdc;
}

.zwgk .zwgk_cl ul {
	
}

.zwgk .zwgk_cl ul li {
	width: 220px;
	height: 60px;
	margin: 0 auto;
	border-bottom: 1px solid #dcdcdc;
}

.zwgk .zwgk_cl ul li img {
	vertical-align: middle;
}

.zwgk .zwgk_cl ul li a {
	margin-left: 10px;
	font-size: 18px;
	line-height: 60px;
	color: #333333;
}

.zwgk .zwgk_cl ul li i {
	font-size: 22px;
	line-height: 60px;
	color: #dcdcdc;
	float: right;
}

.zwgk .zwgk_news {
	width: 872px;
	height: 306px;
}

.zwgk_news .zwgk_news_l {
	width: 416px;
	height: 306px;
	margin-left: 20px;
}

.zwgk_news .zwgk_news_title {
	width: 416px;
	height: 35px;
	border-bottom: 1px solid #dcdcdc;
}

.zwgk_news .zwgk_news_title ul {
	
}

.zwgk_news .zwgk_news_title ul li {
	float: left;
	width: 115px;
	height: 35px;
	text-align: center;
}

.zwgk_news .zwgk_news_title ul li a {
	font-size: 20px;
	color: #666666;
}

.zwgk_news .zwgk_news_title ul li.active {
	border-bottom: 1px solid #dd2b25;
}

.zwgk_news .zwgk_news_title ul li.active a {
	font-weight: bold;
	color: #0054a6;
}

.zwgk_news .zwgk_news_list {
	width: 100%;
	margin-top: 5px;
	height: 265px;
	overflow: hidden;
}

.zwgk_news_list .zwgk_news_lists {
	
}

.zwgk_news_lists ul {
	
}

.zwgk_news_lists ul li {
	line-height: 34px;
}

.zwgk_news_lists ul li img {
	width: 4px;
	height: 4px;
	vertical-align: middle;
	margin-right: 6px;
}

.zwgk_news_lists ul li a {
	font-size: 16px;
	line-height: 34px;
	color: #333333;
}

.zwgk_news_lists ul li span {
	float: right;
	font-size: 14px;
	color: #cccccc;
}


.zwgk_news .zwgk_news_r {
	width: 416px;
	height: 306px;
	margin-left: 20px;
}

.zwgk .zwgk_function {
	width: 1138px;
	height: 66px;
	margin-top: 20px;
}

.zwgk_function ul {
	
}

.zwgk_function ul li {
	float: left;
	width: 267px;
	height: 64px;
	border: 1px solid #b2cbe4;
	margin-left: 20px;
	text-align: center;
}

.zwgk_function ul li:first-child {
	margin-left: 0px;
}

.zwgk_function ul li img {
	vertical-align: middle;
	margin-top: -5px;
}

.zwgk_function ul li a {
	margin-left: 10px;
	font-size: 20px;
	line-height: 64px;
	color: #0054a6;
}

/*网上办事*/
.threezwz_con .wsbs {
	width: 1138px;
	height: 390px;
	padding: 30px;
	margin: 0px auto;
}

.wsbs .wsbs_icon {
	width: 560px;
	height: 390px;
}

.wsbs_icon .wsbs_icon_mx {
	width: 558px;
	height: 183px;
	border: 1px solid #e8e8e8;
}

.wsbs_icon .wsbs_icon_mx:first-child {
	margin-bottom: 20px;
}

.wsbs_icon_mx .wsbs_icon_mx_title {
	height: 183px;
	background-color: #5f9ad3;
	width: 20px;
	padding: 0 15px;
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	overflow: hidden;
	display: table;
}

.wsbs_icon_mx_title span {
	vertical-align:middle;
	display: table-cell;
}

.wsbs_icon_mx .wsbs_icon_mx_con {
	width: 478px;
	height: 160px;
	padding: 16px 15px 7px 0px;
	margin: 0 auto;
}

.wsbs_icon_mx .wsbs_icon_mx_con ul {
	
}

.wsbs_icon_mx ul li {
	width: 64px;
	height: 55px;
	float: left;
	margin: 10px 15px;
}

.wsbs_icon_mx ul li a {
	text-align: center;
	display: block;
	width: 64px;
	height: 55px;
}

.wsbs_icon_mx ul li a img {
	margin: 0 auto;
	height: 25px;
}

.wsbs_icon_mx ul li a span {
	display: block;
	font-size: 16px;
	line-height: 34px;
	color: #666666;
}

.wsbs .wsbs_jggs {
	width: 560px;
	height: 390px;
	margin-left: 18px;
}

.wsbs_jggs .wsbs_news {
	width: 560px;
	height: 304px;
}

.wsbs_news .wsbs_news_title {
	width: 560px;
	height: 35px;
	border-bottom: 1px solid #dcdcdc;
}

.wsbs_news .wsbs_news_title ul {
	
}

.wsbs_news .wsbs_news_title ul li {
	width: 115px;
	height: 35px;
	text-align: center;
}

.wsbs_news .wsbs_news_title ul li:first-child+li {
	font-size: 16px;
	line-height: 34px;
	color: #999999;
}

.wsbs_news .wsbs_news_title ul li:first-child+li span {
	font-size: 16px;
	color: #dd2b25;
}

.wsbs_news .wsbs_news_title ul li a {
	font-size: 20px;
	color: #666666;
}

.wsbs_news .wsbs_news_title ul li.active {
	border-bottom: 1px solid #dd2b25;
}

.wsbs_news .wsbs_news_title ul li.active a {
	font-weight: bold;
	color: #0054a6;;
}

.wsbs_news .wsbs_news_list {
	width: 100%;
	margin-top: 5px;
	height: 265px;
	overflow: hidden;
}

.wsbs_news_list .wsbs_news_lists {
	
}

.wsbs_news_lists ul {
	
}

.wsbs_news_lists ul li {
	line-height: 34px;
}

.wsbs_news_lists ul li img {
	width: 4px;
	height: 4px;
	vertical-align: middle;
	margin-right: 6px;
}

.wsbs_news_lists ul li a {
	font-size: 16px;
	line-height: 34px;
	color: #333333;
}

.wsbs_news_lists ul li span {
	float: right;
	font-size: 14px;
	color: #cccccc;
}

.wsbs .wsbs_function {
	margin-top: 20px;
	width: 560px;
	height: 66px;
}

.wsbs_function ul {
	
}

.wsbs_function ul li {
	float: left;
	width: 270px;
	height: 66px;
	background-color: #5ca99d;
	border-radius: 4px;
	text-align: center;
}

.wsbs_function ul li:first-child+li {
	margin-left: 20px;
	background-color: #6480ad;
}

.wsbs_function ul li img {
	vertical-align: middle;
	margin-top: -5px;
}

.wsbs_function ul li a {
	font-size: 20px;
	line-height: 66px;
	color: #ffffff;
	margin-left: 23px;
}

/*政民互动*/
.threezwz_con .zmhd {
	width: 1138px;
	height: 390px;
	padding: 30px;
	margin: 0px auto;
}

/*在线访谈*/
.zmhd .zmhd_zxft {
	width: 560px;
	height: 390px;
}

.zmhd_zxft .zmhd_news {
	width: 560px;
	height: 390px;
}

.zmhd_news .zmhd_news_title {
	width: 560px;
	height: 35px;
	border-bottom: 1px solid #dcdcdc;
}

.zmhd_news .zmhd_news_title ul {
	
}

.zmhd_news .zmhd_news_title ul li:first-child {
	width: 115px;
	height: 35px;
	text-align: center;
}

.zmhd_news .zmhd_news_title ul li:first-child  a {
	font-size: 20px;
	color: #666666;
}

.zmhd_news .zmhd_news_title ul li.active {
	border-bottom: 1px solid #dd2b25;
}

.zmhd_news .zmhd_news_title ul li.active a {
	font-weight: bold;
	color: #0054a6;;
}

.zmhd_zxft .zmhd_news .zmhd_news_list {
	width: 100%;
	height: 354px;
	overflow: hidden;
}

.zmhd_zxft .zmhd_news .zmhd_news_list .zmhd_news_hot {
	width: 560px;
	margin-top: 5px;
	height: 76px;
	margin: 15px 0;
	overflow: hidden;
	background: #f5f5f5;
}

.zmhd_zxft .zmhd_news .zmhd_news_list .zmhd_news_hot i {
	overflow: hidden;
	display: block;
	width: 36px;
	height: 48px;
	font-size: 18px;
	line-height: 24px;
	color: #ffffff;
	background: #6294c6;
	padding: 14px 18px;
	float: left;
	margin-right: 20px;
}

.zmhd_zxft .zmhd_news .zmhd_news_list .zmhd_news_hot a {
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	color: #333333;
	margin-top: 15px;
}

.zmhd_zxft .zmhd_news .zmhd_news_list .zmhd_news_hot p {
	float: left;
	font-size: 14px;
	line-height: 24px;
	color: #999999;
	margin-top: 5px;
}

.zmhd_zxft .zmhd_news .zmhd_news_list .zmhd_news_hot span {
	color: #333333;
	margin-right: 10px;
}

.zmhd_zxft .zmhd_news .zmhd_news_list .zmhd_news_lists {
	width: 560px;
	height: 354px;
	margin-top: 15px;
}

.zmhd_zxft .zmhd_news .zmhd_news_list .zmhd_news_lists ul {
	
}

.zmhd_zxft .zmhd_news .zmhd_news_list .zmhd_news_lists ul li {
	width: 271px;
	height: 246px;
	overflow: hidden;
	border: 1px solid #e5e5e5;
	float: left;
}

.zmhd_zxft .zmhd_news .zmhd_news_list .zmhd_news_lists ul li:first-child {
	margin-right: 14px;
}

.zmhd_zxft .zmhd_news .zmhd_news_list .zmhd_news_lists ul li img {
	border: 0;
	width: 271px;
	height: 182px;
}

.zmhd_zxft .zmhd_news .zmhd_news_list .zmhd_news_lists ul li a {
	display: block;
	font-size: 16px;
	line-height: 24px;
	color: #0054a6;
	margin-left: 12px;
}

.zmhd_zxft .zmhd_news .zmhd_news_list .zmhd_news_lists ul li p {
	font-size: 14px;
	color: #999999;
	margin-left: 12px;
	margin-top: 5px;
}

.zmhd_zxft .zmhd_news .zmhd_news_list .zmhd_news_lists ul li span {
	font-size: 14px;
	color: #333333;
}

/*县长信箱*/
.zmhd .zmhd_xzxx {
	width: 560px;
	height: 390px;
	margin-left: 18px;
}

.zmhd_xzxx .zmhd_news {
	width: 560px;
	height: 304px;
}

.zmhd_xzxx .zmhd_news .zmhd_news_title {
	width: 560px;
	height: 35px;
	border-bottom: 1px solid #dcdcdc;
}

.zmhd_xzxx .zmhd_news .zmhd_news_title ul {
	
}

.zmhd_xzxx .zmhd_news .zmhd_news_title ul li:first-child {
	width: 115px;
	height: 35px;
	text-align: center;
}

.zmhd_xzxx .zmhd_news .zmhd_news_title ul li:first-child  a {
	font-size: 20px;
	color: #666666;
}

.zmhd_xzxx .zmhd_news_title ul .zmhd_news_wyxx {
	width: 100px;
	height: 28px;
	margin-bottom: 8px;
	background: #f5f5f5;
	text-align: center;
	line-height: 28px;
}

.zmhd_news_wyxx img {
	vertical-align: middle;
}

.zmhd_news_wyxx a {
	font-size: 14px;
	margin-left: 6px;
	line-height: 28px;
	color: #0054a6;
}

.zmhd_xzxx .zmhd_news .zmhd_news_title ul li.active {
	border-bottom: 1px solid #dd2b25;
}

.zmhd_xzxx .zmhd_news .zmhd_news_title ul li.active a {
	font-weight: bold;
	color: #0054a6;;
}

.zmhd_xzxx .zmhd_news .zmhd_news_list {
	width: 100%;
	margin-top: 5px;
	height: 265px;
	overflow: hidden;
}

.zmhd_xzxx .zmhd_news_list .zmhd_news_lists {
	
}

.zmhd_xzxx .zmhd_news_lists ul {
	
}

.zmhd_xzxx .zmhd_news_lists ul li {
	line-height: 34px;
}

.zmhd_xzxx .zmhd_news_lists ul li img {
	width: 4px;
	height: 4px;
	vertical-align: middle;
	margin-right: 6px;
}

.zmhd_xzxx .zmhd_news_lists ul li a {
	font-size: 16px;
	line-height: 34px;
	color: #333333;
}

.zmhd_xzxx .zmhd_news_lists ul li span {
	float: right;
	font-size: 14px;
	color: #cccccc;
}

.zmhd .zmhd_xzxx .zmhd_function {
	margin-top: 20px;
	width: 560px;
	height: 66px;
}

.zmhd .zmhd_xzxx .zmhd_function ul {
	
}

.zmhd .zmhd_xzxx .zmhd_function ul li {
	float: left;
	width: 173px;
	height: 66px;
	background-color: #e5f2fe;
	border-radius: 4px;
	text-align: center;
	margin-left: 20px;
}

.zmhd .zmhd_xzxx .zmhd_function ul li:first-child {
	margin-left: 0px;
}

.zmhd .zmhd_xzxx .zmhd_function ul li img {
	vertical-align: middle;
}

.zmhd .zmhd_xzxx .zmhd_function ul li a {
	font-size: 20px;
	line-height: 66px;
	color: #0054a6;
	margin-left: 12px;
}

/*图说商河区域样式开始*/
.tssh {
	width: 100%;
	height: 410px;
	background: #f5f5f5;
}

.tssh .tssh_con {
	width: 1200px;
	height: 410px;
	margin: 0 auto;
}

.tssh_con .tssh_title {
	width: 1200px;
	height: 40px;
	border-bottom: solid 1px #ececec;
	padding-top: 30px;
	position: relative;
}

.tssh_title p {
	text-align: center;
	font-size: 24px;
	line-height: 30px;
	color: #0054a6;
	font-weight: bold;
}

.tssh_title i {
	left: 0;
	bottom: 0;
	display: block;
	height: 3px;
	width: 20px;
	position: absolute;
	background-color: #dd2b25;
	bottom: -1.5px;
	left: 590px;
}

.tssh_pic {
	width: 1200px;
	height: 280px;
	margin: 0 auto;
	margin-top: 30px;
	overflow: hidden;
	position: relative;
}

.tssh_pic ul {
	
}

.tssh_pic ul li {
	width: 285px;
	height: 277px;
	float: left;
	background: #fff;
	border-top: solid 3px #4c87c1;
	margin-right: 20px;
	transition: 0.3s;
}

.tssh_pic ul li img {
	display: block;
	width: 255px;
	height: 164px;
	margin: 0 auto;
	margin-top: 15px;
}

.tssh_pic ul li p {
	padding-top: 5px;
	text-align: center;
	font-size: 16px;
	line-height: 34px;
	font-weight: bold;
	color: #333333;
}

.tssh_pic ul li a {
	display: block;
	width: 120px;
	height: 32px;
	background-color: #3585d3;
	border-radius: 15px;
	margin: 0 auto;
}

.tssh_pic ul li a span {
	float: left;
	display: block;
	font-size: 14px;
	line-height: 32px;
	color: #fefefe;
	margin-left: 28px;
}

.tssh_pic ul li a i {
	float: left;
	font-size: 14px;
	line-height: 32px;
	color: #fefefe;
	margin-left: 5px;
}

.tssh_pic .prevBtn,.tssh_pic .nextBtn {
	width: 22px;
	height: 48px;
	position: absolute;
	z-index: 99;
	margin-top: 116px;
	cursor: pointer;
	
}

.tssh_pic .prevBtn img,.tssh_pic .nextBtn img {
	width: 22px;
	height: 48px;
}

.tssh_pic .prevBtn {
	left: 0;
}

.tssh_pic .nextBtn {
	right: 20px;
}

.tssh_pic ul li:hover {
	background: #3585d3;
	border-top: solid 3px #1063b3;

}

.tssh_pic ul li:hover p {
	color: #fff;

}

.tssh_pic ul li:hover a {
	background-color: #d7e7f6;
}

.tssh_pic ul li:hover a span {
	color: #3585d3;
}

.tssh_pic ul li:hover a i {
	color: #3585d3;
}
/*Main区域样式结束*/

/*footer区域样式开始*/
.footer {
	width: 100%;
	height: 200px;
	border-top: solid 3px #0054a6;
}

.footer .footer_con {
	width: 1200px;
	height: 200px;
	margin: 0 auto;
}

.footer_con .link {
	width: 1200px;
	height: 47px;
	border-bottom: solid 1px #eaeaea;
}

.link .links {
	float: left;
	padding: 0 20px;
	line-height: 30px;
	margin-top: 10px;
	cursor: pointer;
	position: relative;
	display: none;
}

.link .links span {
	font-size: 14px;
	line-height: 30px;
	color: #666666;
}

.link .links i {
	font-size: 14px;
	line-height: 30px;
	color: #666666;
	padding-left: 10px;
}

.link .links ul {
	position: absolute;
	bottom: 20px;
	left: -1px;
	display: none;
}

.link .links:hover ul {
	display: block;
}

.link .links a {
	display: block;
	background: #fff;
	color: #333;
	width: 100px;
	padding: 0 10px;
	line-height: 20px;
}

.link .links a:hover {
	background: #eee;
	color: #00b3e1;
}

.footer_function {
	width: 1200px;
	height: 30px;
	margin: 0 auto;
	margin-top: 10px;
}

.footer_function ul {
	width: 320px;
	height: 30px;
	margin: 0 auto;
}

.footer_function ul li {
	float: left;
	line-height: 30px;
}

.footer_function ul li a {
	font-size: 14px;
	line-height: 30px;
	color: #666666;
}

.footer_function ul li i {
	font-size: 14px;
	line-height: 30px;
	color: #dedede;
	padding: 0 10px;
}

.copyright {
	margin: 0 auto;
	margin-top: 30px;
	width: 1200px;
}

.copyright .biaozhi {
	
}

.copyright .copyright_con {
	font-size: 14px;
	line-height: 26px;
	color: #666666;
	padding: 0 60px;
}

.copyright .copyright_con p {
	text-align: center;
}

.copyright .copyright_con p span {
	padding: 0 10px;
}

.copyright .jiucuo {
	
}
/*footer区域样式结束*/

/*right_side右侧区域样式开始*/
.right_side {
	width: 80px;
	height: 419px;
	position: fixed;
	z-index: 99;
	right: 0;
	bottom: 0px;
}

.right_side ul {
	
}

.right_side ul li {
	width: 80px;
	height: 78px;
	margin-bottom: 1px;
	overflow: hidden;
	background-color: #5f9ad3;
	border-radius: 5px;
}

.right_side ul li:hover {
	background-color: #0054a6;
}

.right_side ul li a {
	display: block;
	width: 80px;
	height: 78px;
}

.right_side ul li a img {
	display: block;
	width: 42px;
	height: 26px;
	margin: 0 auto;
	margin-top: 15px;
}

.right_side ul li a span {
	display: block;
	font-size: 12px;
	line-height: 30px;
	color: #ffffff;
	text-align: center;
}

.close {
	width: 80px;
	height: 24px;
	background-color: #f4f4f4;
	border-radius: 2px;
	cursor: pointer;
}

.close span {
	display: block;
	line-height: 24px;
	color: #a6a6a6;
	text-align: center;
}

/*right_side右侧区域样式结束*/

/*通用当前位置区域开始*/
/*当前位置*/
.main .crumbs {
	width: 100%;
	height: 60px;
	background: #f4f5f9;
}

.crumbs .crumbs_con {
	width: 1200px;
	height: 60px;
	margin: 0 auto;
	line-height: 60px;
}

.crumbs .crumbs_con img {
	width: 16px;
	height: 20px;
	vertical-align: middle;
}

.crumbs .crumbs_con a {
	font-size: 16px;
	line-height: 60px;
	color: #666666;
	margin: 0px 5px;
}

.crumbs .crumbs_con i {
	font-size: 16px;
	line-height: 60px;
	color: #666666
}

.main .content {
	width: 1200px;
	min-height: 855px;
	margin: 0 auto;
	padding: 30px 0;
}

/*通用栏目页区域开始*/
/*主内容区域*/
.content .content_border {
	display: block;
	min-height: 855px;
	width: 1px;
	margin: 0 20px;
	background: #dcdcdc;
}

/*通用侧栏区域样式开始*/
.content .sideBar {
	width: 270px;
}

.content .sideBar ul {
	
}

.content .sideBar ul li {
	width: 268px;
	height: 54px;
	border-radius: 4px;
	border: solid 1px #b2cbe4;
	margin-bottom: 15px;
	overflow: hidden;
}

.content .sideBar ul li a {
	font-size: 18px;
	line-height: 54px;
	color: #2f5398;
	margin-left: 40px;
}

.content .sideBar ul li i {
	float: right;
	font-size: 18px;
	line-height: 54px;
	color: #2f5398;
	margin-right: 40px;
}

.content .sideBar ul li.active {
	background: #0054a6;
}

.content .sideBar ul li.active a {
	color: #fff;
}
/*通用栏目页区域结束*/

/*列表页区域样式开始*/
.content .content_list {
	width: 889px;
	height: 100%;
	overflow: hidden;
}

.content_list .content_list_title {
	font-size: 21px;
	font-weight: bold;
	line-height: 30px;
	color: #0054a6;
}

.content_list .content_list_border {
	display: block;
	width: 100%;
	height: 1px;
	margin: 13px 0px;
	background: #dcdcdc;
}

.content_list .content_list_con {
	
}

.content_list_con ul li {
	width: 889px;
	height: 34px;
	overflow: hidden;
}

.content_list_con ul li img {
	width: 4px;
	height: 4px;
	margin-right: 6px;
	vertical-align: middle;
}

.content_list_con ul li a {
	font-size: 16px;
	line-height: 34px;
	color: #333333;
}

.content_list_con ul li span {
	float: right;
	font-size: 14px;
	line-height: 34px;
	color: #cccccc;
}

.content_list_con ul li.active {
	padding-bottom: 10px;
	border-bottom: 1px #dcdcdc dashed;
	margin-bottom: 10px;
}

/*通用文章页区域开始*/
/*主内容区域*/
.content .content_con {
	width: 1138px;
	min-height: 1198px;
	margin: 0 auto;
	border: 1px #dcdcdc solid;
	padding: 50px 30px;
}

.content_con .content_con_title {
	font-weight: bold;
	text-align: center;
	font-size: 32px;
	line-height: 32px;
	color: #333333;
}

.content_con .content_con_property {
	width: 1138px;
	height: 40px;
	background-color: #f9f9f9;
	margin: 30px 0px 20px;
	text-align: center;
}

/*.content_con .content_con_property span:first-child {
	margin-left: 57.5px;
}*/

.content_con .content_con_property span {
	font-size: 14px;
	line-height: 40px;
	color: #666666;
	padding: 0 32.5px;
}

.content_con .content_con_text {
	font-size: 16px;
	line-height: 36px;
	color: #333333;
}

/*.content_con .content_con_text p {
	text-indent: 2em;
}*/

.content_con .content_con_function {
	width: 1138px;
	height: 45px;
	padding-top: 20px;
	margin-top: 30px;
	border-top: 1px #dcdcdc solid;
}
.content_con_function .print {
	font-size: 14px;
	line-height: 30px;
	color: #999999;
}
/*通用文章页区域结束*/

/*通用图片页区域开始*/
.gmpic .sideBar ul li {
	background:  #e5f2fe;
	width: 270px;
	height: 56px;
	border: none;
}

.gmpic .sideBar ul li i {
	color: #99bbdb;
}

.content_list .content_list_pic {
	
}

.content_list_pic ul li {
	float: left;
	width: 283px;
	height: 230px;
	background-color: #f9f9f9;
	overflow: hidden;
	margin-bottom: 20px;
	margin-right: 20px;
	text-align: center;
}

.content_list_pic ul li a {
	font-size: 16px;
	line-height: 34px;
	color: #333333;
}

.content_list_pic ul li a img {
	display: block;
	width: 283px;
	height: 190px;
}

.content_list_pic ul li a span {
	font-size: 16px;
	line-height: 40px;
	color: #333333;
}

.content_list_pic ul li.active {
	margin-right: 0px;
}
/*通用图片页区域结束*/


.banner_img>img{
   width: 100%;
}
.oldType .gxzt_container{
   top: 0px !important;
}
.oldType .main .dqwz{
   font-size: 32px
}
.oldType .banner_img{
    background-color: #ffff;
    padding-top: 10px;
}