/* 公共样式开始 */
html, body { font-family: "microsoft yahei",arial;}
p { margin-bottom: 0;}
li { list-style: none;}
a:hover { text-decoration: none;}
ul {margin-bottom: 0; padding-left: 0;}
#cnzz_stat_icon_1256455632 {
	display: none;
}


.lf{
	padding-left: 0;
}
.rig2{
	padding-right: 0;
}


@media (min-width:992px) and (max-width:1920px) {
	.rig{
	padding-right: 0;
    }
}

@media (min-width:320px) and (max-width:768px) {
	.rig2{
		padding-left: 0;
	}
	.lf{
		padding-left: 0;
		padding-right: 0;
	}
}
/* 公共样式结束 */

/*------------------------头部开始------------------------*/
header {
	background: #fff;
	background: url(header_bg.png) no-repeat right top;
}
header .logo {
	padding-top: 30px;
	padding-bottom: 13px;
}
/*------------------------头部结束------------------------*/


/*------------------------导航开始------------------------*/
#nav {
	background-color: #e74c3c;
}
.navbar-brand {
	display: none;
	padding: 6px;
}
.navbar-brand img {
	max-height: 100%;
}
.navbar-toggle {
	transition: all 1s;
	border: none;
}
.navbar-toggle .icon-bar {
	width: 32px;
	height: 4px;
	border-radius: 8px;
	transition: all .6s;
}
.navbar-door .navbar-toggle:hover,
.navbar-door .navbar-toggle:focus  {
	transform:rotate(90deg);
}
/*------------------------导航结束------------------------*/


/*------------------------中心开始------------------------*/
section {
	background: url(bg.jpg) repeat-x;
	padding-top: 10px;
}
/*------------------------中心结束------------------------*/


/*------------------------轮播开始------------------------*/
#banner {
	border-top: 4px solid #e74c3c;
	padding-left: 0;
	padding-right: 0;
}
#prev,
#next {
	display: block;
	width: 40px;
	height: 48px;
	background: url(btn.png) no-repeat;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
#prev {
	left: 50%;
	background-position: 0 0;
}
#next {
	right: 50%;
	background-position: -185px 0;
}
/*------------------------轮播结束------------------------*/


/*------------------------关于我们开始------------------------*/
#index_about {
	border-top: 4px solid #e74c3c;
	background: #fff;
	min-height: 354px;
}
#index_about .title {
	font-size: 18px;
	color: #e74c3c;
	text-align: center;
	padding-top: 24px;
	padding-bottom: 10px;
}
#index_about .content {
	padding: 10px;
	height: 258px;
	overflow: hidden;
}
#index_about .content p {
	line-height: 180%;
}
.more {
	margin-top: 10px;
	width: 100%;
	height: 34px;
	background: #e74c3c;
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 34px;
	display: none;
}
.more:hover {
	color: #fff;
}
/*------------------------关于我们结束------------------------*/


/*------------------------最新新闻开始------------------------*/
.index_news {
	padding-left: 0;
	padding-right: 0;
	padding-top: 10px;
}
.index_news:nth-child(2) {
	padding-left: 8px;
	padding-right: 8px;
}
.index_news_wrap {
	border: 1px solid #E74C3C;
	background: #fff;
}
.index_news .header {
	background: #e74c3c;
	height: 40px;
	line-height: 40px;
}
.index_news .title {
	font-size: 16px;
	color: #fff;
	background: url(line.png) no-repeat left center;
	padding-left: 24px;
	margin-left: 12px;
}
.index_news .content {

}
.index_news .content ul {

}
.index_news .content li {
	background: url(sprites.png) no-repeat 0 -366px;
	padding-left: 10px;
	margin-left: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 40px;
}
.index_news .content li a {
	font-size: 14px;
	color: #260b08;
	white-space: nowrap;
}
.index_news li:nth-child(n+8) {
	display: none;
}
#ad {
	padding: 10px 0;
	overflow: hidden;
}
#ad img {
	width: 100%;
}
/*------------------------最新新闻结束------------------------*/


/*------------------------便民服务开始------------------------*/
.con3{
	margin-top: 20px;
}
.bianmin{
	
}
.service {
	margin-top: 10px;
	border-top: 4px solid #e74c3c;
	background: #fff;
}
.service .title {
	font-size: 18px;
	color: #e74c3c;	
	text-align: center;
	line-height: 47px;
}
.service_content1 {
	padding-bottom: 20px;
}
.service_content1 li {
	text-align: center;
}
.service_content1 li a {
	
}
.service_content1 li a i {
	display: block;
	width: 58px;
	height: 58px;
	margin: 0 auto;
	background: url(sprites.png) no-repeat;
}
.service_content1 li:nth-child(1) a i {
	background-position: 0 0;
}
.service_content1 li:nth-child(2) a i {
	background-position: 0 -58px;
}
.service_content1 li:nth-child(3) a i {
	background-position: 0 -117px;
}
.service_content1 li:nth-child(4) a i {
	background-position: 0 -176px;
}
.service_content1 li:nth-child(5) a i {
	background-position: 0 -235px;
}
.service_content1 li:nth-child(6) a i {
	background-position: 0 -294px;
}
.service_content1 li a span {
	font-size: 12px;
	color: #e74c3c;
	line-height: 40px;
}
.service_content2 {
	padding-top: 20px;
	padding-bottom: 10px;
}
.service_content2 li {
	line-height: 40px;
	text-align: center;
}
.service_content2 li a {
	font-size: 14px;
	color: #260b08;
}
/*------------------------便民服务结束------------------------*/


/*------------------------tab栏开始------------------------*/
.tab-content {
	
}
.tab-content ul {
	
}
.tab-content li {
	border-bottom: 1px dashed #b4b4b4;
	line-height: 42px;
	background: url(sprites.png) no-repeat 0 -408px;
	padding-left: 20px;
}
.tab-content li:nth-child(n+7) {
	display: none;
}
.tab-content li a {
	font-size: 14px;
	color: #260b08;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.tab-content li span {
	text-align: right;
}
.nav-tabs li a {
	font-size: 18px;
	color: #e74c3c;
	padding-left: 30px;
	padding-right: 30px;
}
.nav-tabs > li.active > a {
	color: #3cade7 !important;
}
/*------------------------tab栏结束------------------------*/


/*------------------------便民公告开始------------------------*/
.notice {
	border-top: 4px solid #E74C3C;
	background: #fff;
}
.notice .title {
	font-size: 18px;
	color: #e74c3c;
	padding: 10px 0;
	text-align: center;
	border-bottom: 1px dashed #b4b4b4;
}
.notice .content {
	padding-top: 10px;
}
.notice .content ul {
	
}
.notice .content ul li {
	background: url(sprites.png) no-repeat 0 -416px;
	line-height: 30px;
	padding-left: 20px;
	margin-left: 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.notice .content ul li:nth-child(n+9) {
	display: none;
}
.notice .content ul li a {
	font-size: 14px;
	color: #260b08;
}
/*------------------------便民公告结束------------------------*/


/*------------------------图说天下开始------------------------*/
.fotosay {
	margin-top: 20px;
}
.fotosay_title {
	background: #e74c3c;
	text-align: center;
	height: 228px;
	padding-top: 50px;
}
.fotosay_title a {
	color: #fff;
	writing-mode: tb-rl;
	font-size: 30px;
}
.fotosay_list {
	position: relative;
	display: block;
}
.fotosay_list_wrap {
	width: 880px;
	height: 230px;
	margin: 0 auto;
	overflow: hidden;
}
.fotosay_list_wrap ul {
	position: relative;
	overflow: hidden;
}
.fotosay_list_wrap ul li {
	float: left;
}
.fotosay_list_wrap ul li a {
	display: block;
	border: 1px solid #E74C3C;
	margin: 0 6px;
}
.fotosay_list_wrap ul li a img {
	height: 228px;
}
#btn_left,#btn_right {
	display: block;
	width: 27px;
	height: 36px;
	position: absolute;
	top: 50%;
	margin-top: -18px;
}
#btn_left {
	left: 0;
	background: url(btn.png) no-repeat 0 -110px;
}
#btn_right {
	right: 0;
	background: url(btn.png) no-repeat -85px -110px;
}
/*------------------------图说天下结束------------------------*/







/*------------------------  内容5开始  ------------------------*/
.con5{
	overflow: hidden;
	margin-top: 20px;
}
.con5_lf{
	overflow: hidden;
}
.tit{
	border-top: 3px solid #e84c3d;
	border-left: 1px solid #e84c3d;
	border-right: 1px solid #e84c3d;
	border-bottom: 1px solid #e84c3d;
	padding: 10px;
	background: url(h2_bj.png) no-repeat 10px center;
	text-indent: 30px;
	font-size: 16px;
	margin: 0;
}

.con5_lf_lie{
	overflow: hidden;
	margin-top: 20px;
}
.con5_lf_lie ul{
	overflow: hidden;
}
.con5_lf_lie ul li{
	padding-right: 0;
	margin-bottom: 10px;
}
.con5_lf_lie ul li+li{
	padding-left: 10px;
}
@media (min-width:768px) and (max-width:1920px) {
	.con5_lf_lie ul li:nth-child(4){
	   padding-left: 0;
    }
.con5_lf_lie ul li:nth-child(7){
	   padding-left: 0;
    }
.con5_lf_lie ul li:nth-child(10){
	   padding-left: 0;
    }
}

.con5_lf_img{
	overflow: hidden;
	text-align: center;
}
.con5_lf_img a{ 
	display: block;
}
.con5_lf_img a img{
	width: 100%;
}
.con5_lf_img a span{
	color: #333;
	margin-top: 10px;
	display: inline-block;
	width: 100%;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.con5_lf_img a:hover span{
	color: #e74c3c;
}

@media (min-width:1200px) and (max-width:1920px) {
	.con5_lf_img a img{
		height: 131px;
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.con5_lf_img a img{
		height: 106px;
	}
}

@media (min-width:768px) and (max-width:991px) {
	.con5_lf_img a img{
		height: 82px;
	}
}

@media (min-width:320px) and (max-width:450px) {
	.con5_lf_img a img{
		height: 110px;
	}
	.con5_lf_lie ul li:nth-child(2n+1){
		padding-left: 0;
		padding-right: 10px;
	}
	.nav-tabs li a{
		padding: 5px 10px;
	}
}

/*------------------------  内容5结束  ------------------------*/


/*------------------------底部开始------------------------*/
footer {
	padding-top: 20px;
}
footer .link {
	padding-bottom: 20px;
}
.link li {
	text-align: center;	
}
.link li a {
	font-size: 14px;
	color: #260b08;
}
.footer {
	padding-top: 10px;
	border-top: 1px double #b4b4b4;
	text-align: center;
	font-size: 12px;
	color: #260b08;
}
.footer p {
	line-height: 26px;
}
.footer a {
	color: #260b08;
}
/*------------------------底部结束------------------------*/


/*------------------------图文列表页开始------------------------*/
.topbar {
	border-top: 2px solid #E74C3C;
	padding-top: 20px;
}
.cp_query {
	
}
.cp_query .title {
	font-size: 16px;
	text-align: center;
}
.cp_query .title a {
	color: #260b08 !important;
}
.cp_query .position {
	font-size: 12px;
	color: #260b08;
	padding-top: 10px;
	padding-bottom: 10px;
}
.cp_query .position a {
	color: #260b08;
}
.nav_class strong {
	display: block;
	padding: 15px;
}
.nav_class strong a {
	font-size: 16px;
	color: #8c1313;
}
.nav_class .navbar-brand {
	padding: 15px;
}
.cp_query_content {
	padding-top: 20px;
	padding-bottom: 20px;
}
.cp_query_content ul {
	
}
.cp_query_content li {
	margin-bottom: 20px;
}
.cp_query_content li a {
	display: block;
	overflow: hidden;
	border: 1px solid #E74C3C;
}
.cp_query_content li a img {
	width: 100%;
	min-height:190px;
}
@media (min-width:581px ) {
	.cp_query_content li a img{
		width:100%;
		height:270px;
	}
	
}
@media (min-width:446px ){
	.cp_query_content li a img{
		width:100%;
		height:200px;
	}
	
}

@media (min-width:650px ) and (max-width:991px ) {
	.cp_query_content li a img{
		width:100%;
		height:300px;
	}
	
}

@media (min-width:320px ) and (max-width:445px ) {
	.cp_query_content li a img{
		width:190px;
		min-height:190px;
	}
	
}
.cp_query_content li a .title {
	background: #fff;
	text-align: center;
	font-size: 14px;
	color: #260b08;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 10px;
}
/*------------------------图文列表页结束------------------------*/


/*------------------------图文详情页开始------------------------*/
.cp_detail_content {
	padding: 20px;
}
.cp_detail_content img {
	display:inherit;
	max-width: 100%;
	margin: 10px auto;
}
.cp_detail_content p {
	line-height: 180%;
	margin-bottom: 10px;
}
/*------------------------图文详情页结束------------------------*/


/*------------------------文章列表页开始------------------------*/
.news_query_content {
	
}
.news_query_content ul {
	padding-top: 20px;
}
.news_query_content li {
	line-height: 60px;
	border-bottom: 1px dashed #333;
}
.news_query_content li a {
	font-size: 14px;
	color: #260b08;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.news_query_content li span {
	font-size: 14px;
	color: #b9b9b9;
}
/*------------------------文章列表页结束------------------------*/


/*------------------------文章详情页开始------------------------*/
.news_detail_content {
	padding: 20px;
}
.news_detail_content img {
	display: block;
	max-width: 100%;
	margin: 10px auto;
}
.news_detail_content p {
	line-height: 180%;
	margin-bottom: 10px;
}
/*------------------------文章详情页结束------------------------*/


/*------------------------标签页开始------------------------*/
#pages {
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: center;
}
#pages strong {
	font-size: 12px;
	padding: 6px 10px;
	border-radius: 4px;
	background: #E74C3C;
	color: #fff;
	line-height: 36px;
	margin: 0 5px;
}
	
#pages a {
	font-size: 12px;
	padding: 6px 10px;
	border-radius: 4px;
	background: #999;
	color: #fff;
	line-height: 36px;
	margin: 0 5px;
}
#pages a:hover {
	background: #E74C3C;
	color: #fff;
}
/*------------------------标签页结束------------------------*/


/*------------------------分页推荐新闻开始------------------------*/
.page_news {
	
}
.page_news .title {
	font-size: 16px;
	color: #260b08;
	border-left: 4px solid #E74C3C;
	padding-left: 20px;
	line-height: 30px;
}
.page_news ul {
	padding-top: 20px;
	padding-bottom: 20px;
}
.page_news li {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 36px;
	background: url(sprites.png) no-repeat 0 -412px;
	padding-left: 14px;
}
.page_news li a {
	font-size: 14px;
	color: #222;
}
/*------------------------分页推荐新闻结束------------------------*/


/*------------------------媒体查询开始------------------------*/
@media only screen and (max-width: 1200px) {
	.fotosay {
		display: none;
	}
}
@media only screen and (max-width: 767px) {
	header {
		display: none;
	}
	.navbar-brand {
		display: block;
	}
	.more {
		display: block;
	}
	.index_news:nth-child(1) {
		padding-left: 0;
		padding-right: 2px;
	}
	.index_news:nth-child(2) {
		padding-left: 2px;
		padding-right: 0;
	}
	.notice {
		margin-top: 30px;
	}
	#pages {
		font-size: 0;
	}
}
/*------------------------媒体查询结束------------------------*/


/*------------------------BootStrap开始------------------------*/
.navbar-door {
  background-color: #e74c3c;
  margin-bottom: 0;
}
.navbar-door .navbar-brand {
  color: #FFF;
}
.navbar-door .navbar-brand:hover,
.navbar-door .navbar-brand:focus {
  color: #FFF;
  background-color: transparent;
}
.navbar-door .navbar-text {
  color: #777;
}
.navbar-door .navbar-nav > li > a {
  color: #fff;
  font-size: 18px;
}
.navbar-door .navbar-nav > li > a:hover,
.navbar-door .navbar-nav > li > a:focus {
  color: #666;
  background-color: transparent;
}
.navbar-door .navbar-nav > .active > a,
.navbar-door .navbar-nav > .active > a:hover,
.navbar-door .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-door .navbar-nav > .disabled > a,
.navbar-door .navbar-nav > .disabled > a:hover,
.navbar-door .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-door .navbar-toggle {
  border-color: #ddd;
}
.navbar-door .navbar-toggle:hover,
.navbar-door .navbar-toggle:focus {
  background-color: transparent;
}
.navbar-door .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-door .navbar-collapse,
.navbar-door .navbar-form {
  border-color: #e7e7e7;
}
.navbar-door .navbar-nav > .open > a,
.navbar-door .navbar-nav > .open > a:hover,
.navbar-door .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .navbar-door .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-door .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-door .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-door .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-door .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-door .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-door .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-door .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-door .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-door .navbar-link {
  color: #777;
}
.navbar-door .navbar-link:hover {
  color: #333;
}
.navbar-door .btn-link {
  color: #777;
}
.navbar-door .btn-link:hover,
.navbar-door .btn-link:focus {
  color: #333;
}
.navbar-door .btn-link[disabled]:hover,
fieldset[disabled] .navbar-door .btn-link:hover,
.navbar-door .btn-link[disabled]:focus,
fieldset[disabled] .navbar-door .btn-link:focus {
  color: #ccc;
}
/*------------------------BootStrap结束------------------------*/