/***内页整体样式***/
.main-inside{
	background: #f2f2f2;
	padding-bottom:25px;
	overflow: hidden;
	zoom: 1;
	
}
.main-cont{
	background: #fff;
	width: 1200px;
	margin: 0 auto 20px auto;
	border-radius: 5px;	

}
.main-infobox{
	padding: 20px;

}

.main-infobox h3{ text-align: left; font-size: 20px; color: #111;}
.main-infobox p{
	font-size: 14px;
	line-height: 24px;
	color:#111 ;
	text-indent: 20px;
	padding: 10px 0;
}

.info-tit-detail{ text-align: left;color:#999; padding: 20px 0;}
.info-tit-detail h4{ display: inline-block;margin-top: 20px; margin-bottom: 20px; }
.info-tit-detail 3{ display: inline-block;padding: 0 10px;}

.img-box img{ 
	width: auto;
	max-width: 960px;
	margin: 0;
	padding: 0;
}

.page-box{
	margin-top: 20px;
	 border-top:1px solid #D8D8D8;
	  color:#000 ; 
	  padding: 10px 0;
	  line-height: 30px;
	  display: flex;
	  font-size: 12px;
	  justify-content: space-around;
	}
.page-box div{flex: 1;}
.pre{
	text-align: left;
}

.next{
	text-align: right;
}


/*面包导航*/
.main-read{
	background: #fff;
	height: 60px;
	margin-bottom: 20px;
}
.bread_ul{
	width: 1200px;
	height: 60px;
	margin: 0 auto;
}
.bread_ul li{ 
float: left;
font-size: 14px;
line-height: 60px;
color: #999;
padding-right: 5px;}

.bread_ul li a{
	color: #999;
}


/*列表页*/



.tit0{ 
	display: flex;
	height:35px;
	justify-content: space-between;
	border-bottom: 2px solid #f2f2f2;
	position: relative;
}

.tit0 h5{
	/*width: 100px;*/
	height:35px;
	line-height: 30px;
	border-bottom: 2px solid #114aa4 ;
	font-size: 18px;
	color:#114aa4 ;
	font-weight: bold;
	position: absolute;
}






.ny_tit{ 
	display: flex;
	height:45px;
	justify-content: space-between;
	border-bottom: 2px solid #f2f2f2;
	position: relative;
}

.ny_tit h5{
	/*width: 100px;*/
	height:45px;
	border-bottom: 2px solid #114aa4 ;
	font-size: 18px;
	color:#114aa4 ;
	font-weight: bold;
	position: absolute;
	line-height: 37px;
}
.ul_list{
	padding-top: 10px;
}
.ul_list li{ clear: both; border-bottom: 1px dashed #E8E8E8; padding: 10px 0; line-height: 30px; overflow: hidden;zoom:1;}
.ul_list li a{display: block; float: left;
	background:url('./dot.png') left no-repeat ;
	padding-left: 15px;
	color: #111;
	text-overflow:ellipsis;overflow:hidden;
	white-space:nowrap; }
.ul_list li span{display: block; float: right;}

.pagelist-box{clear: both; overflow: hidden; zoom:1; text-align: center; padding-top: 30px;}
.pagelist-box ul{ float: left; display: inline-block;}
.pagelist-box ul li{
	float: left;
	padding: 0 5px;
	font-size: 14px;
}
.pagelist-box ul li a{
	display: inline-block;
	padding: 0px 5px;
	border: 1px solid #E4E4E4;
	color: #666;
	min-width: 30px;
	height: 30px;
	line-height: 30px;
}
.pagelist-box ul li a:hover{
	background:#114AA4 ;
	color: #fff;
}


.page-go{
	float: left;
	font-size: 14px;
	vertical-align: middle;
	color: #666;
	padding-left: 20px;
}

.page-go span{
	display: inline-block;
	line-height: 30px;
	float: left;
}

.page-go input{
	float: left;
	border: 1px solid #E4E4E4;
	height: 20px;
	line-height: 30px;
	width: 40px;
	margin:0 10px;
	padding: 5px;
	font-size: 14px;
	font-family:"微软雅黑";
}

.page-go button{
	float: left;
	border:none;
	background: #E4EDF3;
	font-size: 14px;
	font-family:"微软雅黑";
	height: 30px;
	width: 30px;
	outline: none;
	cursor: pointer;
	margin-left: 10px;
}


/*左右框架页*/
.left-con{

	float: left;
	width:250px;
	margin-right: 20px;
	background: #fff;
	padding-top: 20px;
}
.tm {
	border-bottom: 1px solid #ededed;
	text-align: center;
	padding: 7px 0 20px 0;
}
.tm span{
	font-size: 18px;
	display: inline-block;
	line-height: 20px;
	/*width: 170px;*/
	text-align: center;
	color:#114AA4 ;
	font-weight: bold;
	background:url('./tit-bg.jpg') no-repeat;
	background-size: 200px 50%;
	background-position: center;
}
.left-con ul{
	padding-top: 15px;
}
.left-con ul  li{ height: 50px; line-height: 50px; text-align: center;} 
.left-con ul  li a{ display: block; color: #666; border-bottom: 1px dotted #ededed; }
.left-con ul  li a.select{
	background: #114AA4;
	color: #fff;
}



.right-con{
	float: right;
	width:888px ;
	background: #fff;
	padding: 20px;
}
.main-infobox h4.ny-tm{
	text-align: center;
	font-size: 18px;
	border-bottom: 1px solid #ededed;
	line-height: 30px;
	padding-bottom: 15px;
}
.main-infobox h5.ny-tm{
	text-align: center;
	font-size: 16px;
	padding: 20px 0;
}

.imgny-box img{ 
	width: auto;
	max-width: 640px;
	margin: 0;
	padding: 0;
}