body{
	background: #fff;
}
.ny_banner{
	height: 260px;
	background-size: cover;
	border-bottom: 1px solid #C2272D;
	margin-bottom: 4px;
}
.ny_banner .xian{
	display: block;
	height: 3px;
	width: 100%;
	background: #5f95dd;
}
.ny_banner .contaier2{
	position: relative;
	height: 260px;
	margin-bottom: 3px;
}
.ny_banner .contaier2 h2{
	background: rgb(194, 39, 45, 0.6);
	display: inline-block;
	color: #fff;
	position: absolute;
	padding: 15px 60px;
	top: 20%;
}
.ny_banner .contaier2 .well{
	color: #fff;
	font-size: 36px;
	text-align: center;
	position: absolute;
	width: 100%;
	top: 50%;
	
}
.ny_banner .contaier2  h4{
	
}
.mbx{
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #eee;
	margin-bottom: 15px;
	
}

.mbx ul li{
	float: left;
	font-size: 14px;
	color: #666;
}
.mbx ul li a{
	color: #666;
}
.mbx ul li a:hover{
	color:#43c5ff;
}
.tujiclass{margin-bottom:20px;}
.tujiclass a{display: inline-block;
    padding: 6px 20px;
    background: #f5f5f5;
	color: #333;
    font-size: 14px;
    margin-right: 6px;}
.tujiclass a.on{background: #c2272d;
	color: #fff;}
/*left_nav*/
.left_nav {
	width: 20%;	
	float: left;
}
.left_nav .box{
	padding: 5px 0 0 10px;
	width: 100%;
	background: #C2272D;
}
.left_nav .box ul{
	background: #fff;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
}
.left_nav .box ul li a{
	padding: 15px 0;
	display: block;
	text-align: center;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	font-size: 14px;
	color: #333;
}
.left_nav .box ul li.on a{
	background: #C2272D;
	color: #fff;
	border-right: 1px solid #C2272D;
}
.right_content{
	width: 76%;
	float: right;
	padding-bottom: 100px;
	min-height: 300px;
}
.right_content .title{
	background: #f5f5f5;
}
.right_content .title h3{
	background: #C2272D;
	color: #fff;
	padding: 10px 20px 10px 20px;
	display: inline-block;
}
.right_content .about_content p{
	font-size: 14px;
	line-height: 2;
	color: #333;
}
.right_content .about_content img{
	max-width: 100%;
}

/*picture_content*/
.right_content .picture_content ul li{
	width: 32%;
	margin-right: 2%;
	float: left;
	margin-bottom: 20px;
}
.right_content .picture_content.xin-pic ul li{width: 23.5%;    margin-right: 1.5%;}
.right_content .picture_content.xin-pic ul li:nth-child(4n){
	margin-right: 0;
}
.right_content .picture_content.xin-pic ul li:nth-child(3n){margin-right: 1.5%;}
.right_content .picture_content ul li:nth-child(3n){
	margin-right: 0;
}
.right_content .picture_content ul li a{
	box-shadow: 0 0 3px rgba(0,0,0,.2);
	display: block;
}
.right_content .picture_content ul li a .img{
	height: 180px;
	overflow: hidden;
}
.right_content .picture_content.xin-pic ul li a .img{	height: 280px;}
.right_content .picture_content ul li  .img{
	height: 180px;
	overflow: hidden;
}
.right_content .picture_content.xin-pic ul li  .img{height: 280px;}
.right_content .picture_content ul li a .text{
	background: url(../images/bg1_03.jpg) #fff;
	padding: 20px 15px;
	background-size:cover;
}
.right_content .picture_content ul li a .text h4{
	color: #333;
	font-weight: 400;
	font-size: 14px;
	height: 21px;
	overflow: hidden;
	margin-bottom: 20px;
}
.right_content .picture_content ul li a .text span{
	display: block;
	font-size: 12px;
	color: #666;
}
.right_content .picture_content ul li a .text span i{
	margin-right: 5px;
	color: #f00;
}
.right_content .picture_content ul li a:hover{
	box-shadow: 0 0 8px rgba(0,0,0,.3);
}
.right_content .picture_content ul li a:hover img{
	transform: scale(1.1);
}


/*news_content*/

.right_content .news_content ul {
	padding-right: 10px;
}

.right_content  .content table{border-right:1px solid #666666;border-bottom:1px solid#666666;border-collapse:collapse;}
.right_content  .content table td{border-left:1px solid #666666!important;border-top:1px solid#666666!important;}






.right_content .news_content ul li a {
	display: block;
	position: relative;
	padding: 12px 0 12px 25px;
	border-bottom: 1px dashed rgba(0, 0, 0, .05);
}
.right_content .news_content .picture_content ul li a{
	padding:0 !important;
	cursor: pointer;
}
.right_content .news_content ul li a:after {
	content: "";
	display: block;
	width: 17px;
	height: 15px;
	background: url(../images/new_tb_12.png) no-repeat center;
	position: absolute;
	left: 0;
	top: 17px;
}



.right_content .news_content ul li a:hover h4 {
	color: #C2272D;
}

.right_content .news_content ul li a h4 {
	font-size: 14px;
	color: #333;
	font-weight: 400;
	max-height: 32px;
	overflow: hidden;
}

.right_content .news_content ul li a span.time {
	font-size: 14px;
	color: #888;
	font-weight: 400;
	float: right;
}

/*news_content*/


.left_nav .box2 h2
{
	padding-bottom: 10px;
	border-bottom: 2px solid #d6d6d6;
}

.left_nav .box2 h2 .more
{
	float: right;
	color: #999;
	font-size: 12px;
}

.left_nav .box2 h2 
{
	color:#333;
	font-size: 18px;
	line-height: 36px;
	margin-bottom: 20px;
	font-weight: 400;
}

.left_nav .box2 .iconwraper
{
	background: #59228a;
	color: #fff;
	height: 36px;
	width: 36px;
	display: inline-block;
	text-align: center;
	font-size: 14px;
	margin-right: 15px;
}

.left_nav .box2 .red .iconwraper
{
	background: #C2272D;
}

.left_nav .box2 .red 
{
	color: #C2272D;
}


.left_nav .box2  ol
{
	border-left:1px solid #C2272D;
	margin: 25px 0 0 10px;
    padding: 0 0 0 25px;
}

.left_nav .box2  ol .time
{
	border:1px solid #C2272D;
	background: #fff;
	padding: 0 8px;
	position: relative;
	display: inline-block;
	line-height: 24px;
	*
	display: inline;
	*
	zoom:1;
}


.left_nav .box2  ol .time.today
{
	color: #C2272D;
	border:1px solid #C2272D;
}

.left_nav .box2  ol .time.today i
{
	border-right-color:#C2272D;
}

.left_nav .box2 ol .time.today code
{
	border-color:#C2272D;
}

.left_nav .box2 ol i.arrow {
	border-color: transparent;
	border-style: solid;
	border-width:8px;
	display: block;
	height: 0;
	position: absolute;
	width: 0;
	border-right-color:#c5100e;
	border-left-width:0;
	left:-8px;
	margin-top:-8px;
	top:50%;
}

.left_nav .box2 ol i em {
	border-color: transparent;
	border-style: solid;
	border-width:8px;
	display: block;
	height: 0;
	position: absolute;
	width: 0;
	border-right-color:#fff;
	border-left-width:0;
	top:-8px;
	left:1px;
}

.left_nav .box2 ol code
{
	position: absolute;
	width: 9px;
	height: 9px;
	background: #fff;
	border:1px solid #c5100e;
	border-radius: 11px;
	left: -32px;
	top: 50%;
	margin-top: -5px;
}

.left_nav .box2 ol h3
{
	font-size: 12px;
	line-height: 1.5em;
	padding: 0.75em 0 1.25em 0;
	font-weight: 400;
}
.left_nav .box2 ol h3 a{
	color: #333;
}
.left_nav .box2 ol h3 a:hover{
	color: #C2272D;
	font-weight: bold;
}
.left_nav .box2 ol span.click
{
	font-size: 12px;
	float: right;
	color: #999;
}

.new_nr{
	width: 76%;
	position: relative;
}
.new_nr .news_content h1{
	font-size: 22px;
	text-align:center;
	color: #C2272D;
	padding-bottom: 15px;
	border-bottom: 1px solid #C2272D;
	margin-bottom: 20px;
}
.new_nr .news_content .content p{
	font-size: 14px;
	line-height: 2;
	color: #333;
	margin-bottom: 10px;
}
.new_nr .news_content .content img{
	text-align: center;
	max-width: 100%;
}

.time_laiyuan{
	font-size:12px;
	color:#666;
	text-align:center;
	padding-bottom:20px;
}

/*历任领导*/
.lrld .slideTxtBox{ width:100%;text-align:left;}
.lrld .slideTxtBox .hd{  position:relative; }
.lrld .slideTxtBox .hd ul{ display: flex; width: 100%;}
.lrld .slideTxtBox .hd ul li{ width: 50%; cursor:pointer; text-align: center;padding: 10px 0;background: #f5f5f5; }
.lrld .slideTxtBox .hd ul li.on{ background:#C2272D;color: #fff;  }
.lrld .slideTxtBox .bd ul{ padding:15px 0;  zoom:1;  }
.lrld .slideTxtBox .bd ul p{
	font-size: 14px;
	color: #333;
	line-height: 1.8;
}
.lrld .slideTxtBox .bd li{ width: 32.333%; }
.lrld .slideTxtBox .bd li .date{ float:right; color:#999;  }
.lrld .slideTxtBox .bd li{
	width: 23.875%;
	margin-right: 1.5%;
	float: left;
	margin-bottom: 15px;
}

.lrld .slideTxtBox .bd li:nth-child(4n){
	margin-right: 0;
}
.lrld .slideTxtBox .bd li a{
	box-shadow: 0 0 3px rgba(0,0,0,.2);
	display: block;
}
.lrld .slideTxtBox .bd li a .img{
	height: 180px;
	overflow: hidden;
}
.lrld .slideTxtBox .bd li a .text{
	background: url(../images/bg1_03.jpg) #fff;
	padding: 10px 15px;
	background-size:cover;
}
.lrld .slideTxtBox .bd li a .text h4{
	color: #333;
	font-weight: 400;
	font-size: 14px;
	height: 21px;
	overflow: hidden;
	text-align: center;
}

.lrld .slideTxtBox .bd li a:hover{
	box-shadow: 0 0 8px rgba(0,0,0,.3);
}
.lrld .slideTxtBox .bd li a:hover img{
	transform: scale(1.1);
}


/*byly*/
.byly .slideTxtBox{ width:100%;text-align:left;}
.byly .slideTxtBox .hd{  position:relative; }
.byly .slideTxtBox .hd ul{ display: flex; width: 100%;}
.byly .slideTxtBox .hd ul li{ width: 50%; cursor:pointer; text-align: center;padding: 10px 0;background: #f5f5f5; }
.byly .slideTxtBox .hd ul li.on{ background:#C2272D;color: #fff;  }
.byly .slideTxtBox .bd ul{ padding:15px 0;  zoom:1;  }

.byly .slideTxtBox .bd li{ width: 32.333%; }
.byly .slideTxtBox .bd li .date{ float:right; color:#999;  }
.byly .slideTxtBox .bd .box li{
	width: auto;
	margin-right: 2%;
	float: left;
	margin-bottom: 10px;
	cursor:pointer;
}
.byly .slideTxtBox .bd .box {
	padding: 15px 0 5px 0;
	border-bottom: 1px solid rgba(0,0,0,.1);
}
.byly .slideTxtBox .bd .box h4{
	font-size: 16px;
	color: #333;
	margin-bottom: 10px;
}


/*byly*/
.message .slideTxtBox{ width:100%;text-align:left;}
.message .slideTxtBox .hd{  position:relative; }
.message .slideTxtBox .hd ul{ display: flex; width: 100%;}
.message .slideTxtBox .hd ul li{ width: 50%; cursor:pointer; text-align: center;padding: 10px 0;background: #f5f5f5; }
.message .slideTxtBox .hd ul li.on{ background:#C2272D;color: #fff;  }
.message .slideTxtBox .bd ul{ padding:15px 0;  zoom:1;  }

.message .slideTxtBox .bd ul h3{
	text-align: center;
	margin-bottom: 20px;
}
.message .slideTxtBox .bd dd{
	padding: 0;
	border: 1px solid rgba(0,0,0,.1);
	margin-bottom: 10px;
}
.message .slideTxtBox .bd .box {
	font-size: 14px;
	color: #666;
	padding: 15px 15px 10px 15px;
	border-bottom: 1px solid rgba(0,0,0,.1);
}
.message .slideTxtBox .bd .box h4{
	font-size: 15px;
	color: #333;
	margin-bottom: 10px;
	font-weight: 400;
}
.message .slideTxtBox .bd .box b{
	margin-right: 20px;
}
.message .slideTxtBox .bd .box b span{
	color: #333;
	font-weight: 400;
}
.message .slideTxtBox .bd .box p{
	margin-top: 5px;
}
.message .slideTxtBox .bd .huifu h5{
	color: #f00;
	font-weight: 15px;
	font-weight: 400;
	margin-bottom: 5px;
}
.message .slideTxtBox .bd .huifu{
	font-size: 14px;
	color: #666;
	padding:15px;
	background:#f5f5f5;
}
.message_main .control-label{
	margin-bottom: 6px;
	display: block;
}
/* 通用分页样式 */
.pages {
	display: inline-block;
	height: 26px;
	padding: 5px 0;
	margin-top: 5px;
	clear: both;
}
.pages:after {
	content: '.';
	clear: both;
	height: 0;
	line-height: 0;
	display: block;
	visibility: hidden;
}
.pages ul {
	padding: 0;
	list-style: none;
	margin: 0;
}
.pages li {
	float: left;
	margin-right: 5px;
}
.pages li a {
	padding: 5px 10px;
	border: 1px solid #e1e1e1;
	height: 24px;
	line-height: 24px;
	color: #666;
}
.pages li a:hover {
	border: 1px solid #C2272D;
	background: #C2272D;
	color: #fff;
	text-decoration: none;
}
.pages li span {
	border: 1px solid #e1e1e1;
	height: 24px;
	line-height: 24px;
	color: #c4c4c4;
	padding: 5px 10px;
}
.pages .current a {
	border: 1px solid #C2272D;
	background: #C2272D;
	color: #fff;
}
@media (max-width: 640px){
	.bsBox{    width: 100% !important;
    left: 0 !important;
    margin-left: 0 !important;}
    .bsTop{  width: 100% !important;}
    a.bshareDiv, #bsPanel, #bsMorePanel, #bshareF{width: 97% !important;}
    .bFind{width: 80% !important;}
	.left_nav{
		width: 100%;
		margin-bottom: 20px;
	}
	.left_nav .box{
		padding: 0;
	}
	.left_nav .box ul{
		display: flex;
		flex-wrap:wrap;
	}
	.left_nav .box ul li{
		width: 19.9%;
		margin-top:-1px;
		margin-left:-1px;
	}
	.left_nav .box ul li a{
		font-size: 12px;
		padding: 10px 5px ;
		border: 1px solid #ddd;
	}
	.right_content{
		width: 100%;
		padding-bottom: 30px;
	}
	.right_content .title{
		display: none;
	}
	.mbx{
		display: none;
	}
	.ny_banner{
		display: none;
	}
	.lrld .slideTxtBox .bd ul p,.right_content .about_content p{
		font-size: 12px;
	}
	.lrld .slideTxtBox .bd li{
		width: 31.33333333%;
		margin-right: 3%;
	}
	.lrld .slideTxtBox .bd li:nth-child(4n){
		margin-right: 3%;
	}
	.lrld .slideTxtBox .bd li:nth-child(3n){
		margin-right:0 ;
	}
	.lrld .slideTxtBox .bd li a .img{
		height: 115px;
	}
	.about_tu{
		height: 80px !important;
	}
	.right_content .picture_content ul li a .text{
		padding: 5px !important;
	}
	.right_content .picture_content ul li a .text h4{
		font-size: 12px;
		height: 16px;
	}
	.right_content .news_content ul li a h4,.right_content .news_content ul li a span.time{
		font-size: 12px;
	}
	.right_content .news_content ul li a:after{
		width: 15px;
		height: 13px;
		top:8px;
	}
	.right_content .news_content ul li a{
		padding: 5px 0 5px 20px;
	}
	.pages li span{
		font-size: 12px;
		display: none;
	}
		.pages li:first-child a,.pages li:nth-child(2),.pages li:last-child a,	.pages li:nth-last-child(2){
			display: none;
		}
	.pages .current a{
		font-size: 12px;
	}
	.left_nav .box2{
		display: none;
	}
	.new_nr .news_content h1{
		font-size: 16px;
	}
	.new_nr{
		padding: 0;
	}
	.ushare{
		position: inherit;
		margin: 0;
		width: 100%;
	}
	.ushare ul{
		display: flex;
		justify-content: center;
	}
	.right_content .picture_content ul li a .img{
		height: 80px !important;
	}
	.right_content .picture_content.xin-pic ul li a .img{	height: 130px!important;}
	.ushare ul li{
		font-size: 12px;
	}
	.form-control{
		width: 92% !important;
	}
	.message .slideTxtBox .bd .box h4{
		font-size: 14px;
	}
	.message .slideTxtBox .bd .huifu,.message .slideTxtBox .bd .box p{
		font-size: 12px;
	}
	.new_nr .news_content .content p{
		font-size: 12px;
	}
}


.xshd{
	background: #f5f5f5;
	padding: 20px;
	border-radius: 10px;
}

.iput .inp{
	width: 100%;
	height: 30px;
	margin-bottom: 8px;
}
.xshd table tr{
	float: left;
	width: 50%;
	font-size: 14px;
	color: #666;
}
.xshd h3{
	font-size: 20px;
	color: #C2272D;
	padding:10px 0 30px 0;
	text-align: center;
}
.tijiao{
	text-align: center;
}
.tijiao button{
	border: none;
	padding: 8px 20px;
	margin-top: 20px;
}
@media (max-width: 640px){
	.xshd table tr{
		width: 100%;

	}
}