.about{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0px auto;
	font-size: 16px;

}
.about .about_z{
	width: 22%;
	height:auto;	
	float: left;
	overflow: hidden;
	padding: 3em 0;
}
.about .about_z ul{
	width: 260px;
	height: auto;
	float: right;
	padding-right: 1em;
	border:1px solid #ccc;
	padding:2em;
}
.about .about_z ul li{
	line-height: 46px;
	padding: 0 1em;
	font-size: 16px;
}
/*.about .about_z  ul li:active{
	background: #f90;
}*/
.about .about_z  ul li a:hover{
	color: #f90;
}
.about .about_z  ul .active{
	color: #f90;
}
.about .about_z ul .l1{
	background: #013e74;
	color: #fff;
}
.about .about_z ul .l2{
	border-bottom: 1px solid #999;
}
.about .about_z ul li a{
	color: #333;
}
.about .about_z ul .l3{
	border-bottom: 1px solid #999;
}
.about .about_z ul .l3 a{
	color: #013e74;
}

.about .about_y{
	width: 78%;
	float: left;
	height: auto;
	padding-bottom: 300px;
}
.about .about_y .news{
	width: 94%;
	height: auto;
	float: left;
	overflow: hidden;
}
.about .about_y .news h3{
	padding: 2em 1.3em 1em 1.3em;
	font-size: 24px;
	color: #003e73;
	width: 92%;
}
.about .about_y .news_bf ul li{
	margin:1em 2.5em;
	width: 94%;
	height: auto;
	float: left;
	overflow: hidden;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding: 2em 0;
}
.about .about_y .news_bf ul li .img{
	width: 30%;
	height: auto;
	float: left;
	overflow: hidden;
}
.about .about_y .news_bf ul li .img img{
	width: 100%;
	height: auto;
}
.about .about_y .news_bf ul li .news_nr{
	width: 67%;
	height: auto;
	float: right;
	padding: 1em 0;
}
.about .about_y .news_bf ul li .news_nr h5{
	font-size: 20px;
	width: 98%;
}
}
.about .about_y .news_bf ul li .news_nr span{
	padding: 0.5em 0;
	display: block;
}
.about .about_y .news_bf ul li .news_nr p{
	line-height: 30px;
	width: 98%;
}
.about .about_y .news_bf ul li .news_nr a{
	color: #33658f;
	padding-top: 2em;
	display: block;
}
.about .about_y .news_bf .p1{
	padding: 0 2em;
  	line-height: 34px;
  	overflow: hidden;
  	width: 92%;
}
