﻿/*---外围---*/
.wrapper {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.container {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
/*---通用---*/
.mt10 {
	margin-top: 10px;
}
.mt15 {
	margin-top: 15px;
}
.mt20 {
	margin-top: 20px;
}
/*------------------------头部------------------------*/
.header_wrap {
	height: 183px;
	background: url(default_res/header.png) no-repeat center top;
}
.header {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
/*---搜索---*/
.searchbox {
	position: absolute;
	right: 6px;
	top: 60px;
	float: right;
	width: 183px;
	height: 23px;
	background: url(default_res/search.png) no-repeat;
}
.searchbox .form_text {
	border: 0;
	float: left;
	line-height: 19px;
	height: 19px;
	padding: 2px 0 2px 3px;
	color: #bdc2c6;
	width: 130px;
	background: none;
}
.searchbox .form_btn {
	float: right;
	width: 23px;
	height: 23px;
	border: 0;
	background: none;
	cursor: pointer;
}
/*---tools---*/
.tools {
	float: right;
	height: 20px;
	line-height: 20px;
	padding-top: 15px;
	color: #fff;
}
.tools a {
	padding: 0 6px;
	color: #fff;
}
/*------------------------导航------------------------*/
.nav_wrap {
	height: 73px;
	background: #E14B4B;
	margin-top: 12px;
}
.nav {
	height: 73px;
	background: url(default_res/nav.png) no-repeat center top;
}
.nav .nav_cnt {
	line-height: 37px;
	height: 43px;
	background: url(default_res/nav_line.png) no-repeat left 9px;
	margin-left: 30px;
}
/*一级样式*/
.nav li.nav_item {
	float: left;
	height: 43px;
	background: url(default_res/nav_line.png) no-repeat right 9px;
	position: relative;
	_display: inline;
}
.nav a.nav_item_text {
	float: left;
	width: 105px;
	text-align: center;
	color: #000;
	font-weight: bold;
	height: 43px;
	font-size: 14px;
}
/*当前项和鼠标移上*/
.nav li.current a.nav_item_text {
	background: url(default_res/nav_cur.png) no-repeat center bottom;
}
.nav li a.nav_item_text:hover {
	color: #E14B4B;
	text-decoration: none;
}
/*二级样式*/
.nav .nav_dropdown {
	position: absolute;
	top: 38px;
	left: 0;
	display: none;
	text-align: center;
}
.nav .nav_dropdown a {
	color: #fff;
	width: 100px;
	font-size: 14px;
	float: left;
}
/*--------通用标题01--------*/
.zz_tit01 {
	height: 27px;
	line-height: 27px;
	border-top: 1px solid #F0F0F0;
	background: url(default_res/tit01.png) repeat-x;
	overflow: hidden;
}
.zz_tit01 h3 {
	float: left;
	color: #b60e0e;
	font-size: 14px;
	padding-left: 14px;
	font-weight: bold;
}
.zz_tit01 .more {
	float: right;
	padding-right: 14px;
}
/*--------通用列表01--------*/
.zz_list01 {
	padding: 15px 10px 10px 5px;
	border: 1px solid #F0F0F0;
	border-top: none;
}
.zz_list01 li {
	line-height: 24px;
	height: 24px;
	text-align: right;
}
.zz_list01 li span {
	color: #8e8e8e;
}
.zz_list01 li a {
	float: left;
	text-align: left;
	background: url(point01.png) no-repeat 6px center;
	padding-left: 16px;
}
/*控制标题长度，如果可以通过程序控制，则可以删除*/
.zz_list01 li a {
	width: 245px;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
/*--------图片新闻--------*/
.zz_picnews {
	width: 250px;
	height: 220px;
	overflow: hidden;
	float: left;
	padding: 2px;
	background: #F2F2F2;
	_display: inline;
}
.zz_picnews_list {
	width: 250px;
	height: 220px;
	overflow: hidden;
	float: left;
	padding: 2px;
	background: #F2F2F2;
	_display: inline;
}
.zz_picnews li {
	width: 250px;
	height: 220px;
	position: relative;
	overflow: hidden;
}
.zz_picnews li img {
	width: 250px;
	height: 220px;
	display: block;
}
.zz_picnews li h4 {
	width: 234px;
	padding: 0 8px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.zz_picnews li h4 strong {
	color: #1679bb;
}
.zz_picnews .bx-wrapper {
	position: relative;
	padding: 0;
*zoom: 1;
	z-index: 5;
}
/*加载界面*/
.zz_picnews .bx-loading {
	min-height: 50px;
	background: url(http://www1.lszjy.com/site_zzb/images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}
/*导航 相对bx-wrapper定位*/
.zz_picnews .bx-pager {
	text-align: right;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	position: absolute;
	bottom: 0;
	right: 0px;
}
.zz_picnews .bx-pager.bx-default-pager a {
	background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0 !important;
	filter: Alpha(opacity=60);
	background: #000;
	color: #fff;
	display: block;
	width: 16px;
	height: 16px;
	text-align: center;
	line-height: 18px;
	outline: 0;
	border-right: 1px #fff solid;
}
.zz_picnews .bx-pager.bx-default-pager a:hover, .zz_picnews .bx-pager.bx-default-pager a.active {
	background: rgba(225, 75, 75, 0.6) none repeat scroll 0 0 !important;
	filter: Alpha(opacity=60);
	background: #E14B4B;
	text-decoration: none;
}
.zz_picnews .bx-pager .bx-pager-item {
	display: inline-block;
*zoom: 1;
*display: inline;
}
/*--------通知公告--------*/
.zz_tzgg {
	width: 366px;
	float: left;
	overflow: hidden;
	margin: 0 0 0 8px;
	display: _inline;
}
.zz_tzgg .zz_list01 {
	height: 169px;
}
/*--------基层党建--------*/
.zz_jcdj {
	width: 366px;
	float: right;
	overflow: hidden;
}
.zz_jcdj .zz_list01 {
	height: 169px;
}
/*--------干部队伍--------*/
.zz_gbdw {
	width: 49%;
	float: left;
	overflow: hidden;
}
.zz_gbdw .zz_list01 {
	height: 219px;
}
/*--------专题活动--------*/
.zz_zthd {
	width: 50%;
	float: left;
	overflow: hidden;
	margin: 0 0 0 10px;
	display: _inline;
}
.zz_zthd .zz_list01 {
	height: 219px;
}
/*--------链接--------*/
.zz_links {
	width: 215px;
	float: left;
	margin: 0 0 0 8px;
	display: none;
}
.zz_links li {
	padding-bottom: 10px;
	float: left;
}
.zz_links li.last {
	padding: 0;
}
.zz_links li img {
	display: block;
	width: 215px;
}
/*--------友情链接--------*/
.zz_friendlinks {
	margin-bottom: 25px;
}
.zz_friendlinks h3 {
	height: 27px;
	line-height: 27px;
	border-top: 1px solid #F0F0F0;
	background: url(default_res/tit01.png) repeat-x;
	color: #b60e0e;
	font-size: 14px;
	padding-left: 14px;
	font-weight: bold;
}
.zz_friendlinks_cnt {
	border: 1px solid #F0F0F0;
	border-top: none;
}
.zz_friendlinks_img {
	padding: 12px 0 0 8px;
}
.zz_friendlinks_img li {
	float: left;
	height: 41px;
	border: 1px solid #ACA9AA;
	margin-right: 8px;
	_display: inline;
}
.zz_friendlinks_img li img {
	height: 41px;
	display: block;
	_float: left;
}
.zz_friendlinks_txt {
	padding: 6px 0 0 0;
}
.zz_friendlinks_txt li {
	float: left;
	line-height: 30px;
	padding: 0 15px 0 8px;
}
.zz_friendlinks_txt li a {
	color: #676666;
}
/*------------------------底部------------------------*/
.footer {
	height: 80px;
	margin-top: 5px;
	background: url(default_res/footer.png) no-repeat center top;
	margin-top: 15px;
}
.footer p {
	color: #fff;
	text-align: center;
	padding: 10px 0;
	line-height: 20px;
}
/*------------------------PAGE 文章页------------------------*/
.article {
	padding: 50px 70px 50px 70px;
	margin-top: 10px;
	border: 1px solid #F0F0F0;
}
.article_tit {
	font-size: 24px;
	line-height: 30px;
	padding: 10px 0 15px 0;
	text-align: center;
	color: #d13a3a;
}
.article_msg {
	font-size: 12px;
	color: #666;
	padding: 10px 0 10px 0;
	text-align: center;
	width: 670px;
	border-top: 1px solid #F0F0F0;
	margin: 0 auto;
}
.article_msg span {
	padding: 0 3px;
	font-weight: bold;
}
.article_body {
	line-height: 22px;
	padding: 20px 0 20px 0;
	font-size: 12px;
	color: #555555;
}
.article_body p {
	padding: 5px 0;
}
/*------------------------LIST 栏目页------------------------*/
.inner_content {
	margin-top: 15px;
	background: url(default_res/side_bg.png) repeat-y left top;
}
.inner_content2 {
	background: url(default_res/side_bg2.png) no-repeat left bottom;
}
.sidebar {
	width: 258px;
	float: left;
	border-top: 1px solid #F0F0F0;
	overflow: hidden;
}
.sidebar_tit {
	height: 35px;
	line-height: 35px;
	font-size: 18px;
	color: #b60e0e;
	font-weight: bold;
	padding-left: 43px;
	background: url(default_res/side_tit.png) no-repeat;
}
.sidebar_cnt {
	padding: 25px 0 0 90px;
}
.sidebar_cnt li {
	line-height: 38px;
	height: 38px;
}
.sidebar_cnt li a {
	color: #000;
	font-size: 16px;
}
.main {
	width: 678px;
	float: right;
	overflow: hidden;
	padding: 15px 25px 30px 25px;
	border: 1px solid #F0F0F0;
}
/*当前位置*/
.position {
	padding: 10px 0 0 5px;
	font-weight: bold;
}
.position span {
	color: #9a9a9a;
	font-weight: normal;
}
/*列表页文章*/
.article_list {
	margin-top: 10px;
}
.article_list_tit {
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	padding: 10px 0 5px 0;
	text-align: center;
	color: #d13a3a;
}
.article_list_msg {
	font-size: 12px;
	color: #666;
	padding: 5px 0 10px 0;
	text-align: center;
	width: 475px;
	border-top: 1px solid #CCE9EE;
	margin: 0 auto;
}
.article_list_msg span {
	padding: 0 3px;
	font-weight: bold;
}
.article_list_body {
	line-height: 22px;
	padding: 20px 0 20px 0;
	font-size: 12px;
}
.article_list_body p {
	padding: 5px 0;
}
.back_p {
	text-align: center;
}


.possplit {background: none; width: auto;text-align: center;text-indent: 0px;padding:0 5px;}
.lby {min-height:450px; padding-bottom:30px;}
.lby .wp_single {padding-top:30px;}










