.contentbox{
	width:1200px;
	margin: 0 auto;
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
}


.leftbox{
	width:250px;
	background: #fafafa;
	overflow: hidden;
}

.list_name{
	width:230px;
	margin: 0 auto;
	height: 40px;
	line-height: 40px;
	border-bottom: 2px solid #0b71bf;
	color: #0b71bf;
	font-size: 18px;
	background: url(/files/news/us.png) no-repeat right center;
	margin-top: 10px;
}

.list_lenav{
	width:230px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
}


.list_lenav dl{
	width:100%;
	height: 50px;
	background: #b6d0e3;
	margin-bottom: 10px;
	border-radius: 10px;
	display: flex;
	justify-content: flex-start;
}


.list_lenav dl dt{
	width:50px;
	height: 50px;
	background: #0b71bf url(/files/news/left_icon.png) no-repeat;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.list_lenav dl:nth-child(1) dt{
	background-position: 0 0;
}

.list_lenav dl:nth-child(2) dt{
	background-position: 0 -50px;
}

.list_lenav dl:nth-child(3) dt{
	background-position: 0 -100px;
}

.list_lenav dl:nth-child(4) dt{
	background-position: 0 -150px;
}


.list_lenav dl dd{
	width:160px;
}

.list_lenav dl dd a{
	width:100%;
	display: block;
	line-height: 50px;
	text-align: center;
	text-shadow: 0 0 1px #0b71bf;
	color: #FFF;
	font-weight: bold;
	font-size: 18px;
}

.list_lenav dl dd a:hover{
	color: #F00;
}


.list_lxwm{
	width:230px;
	margin: 0 auto;
	margin-top: 10px;
}

.list_lxwm ul{
	width:auto;
}

.list_lxwm ul li{
	width:auto;
	line-height: 30px;
	margin-bottom: 10px;
}




.rightbox{
	width:900px;
	background: #FFF;
}

.about_content_leave{
	width:100%;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #0b71bf;
	display: flex;
	justify-content: space-between;
}


.about_content_leave .ac_name{
	width:120px;
	line-height: 40px;
	font-size: 18px;
	color: #0b71bf;
}


.about_content_leave .ac_leaves{
	width:auto;
	line-height: 40px;
	font-size: 14px;
	color: ##333;
}

.about_content_leave .ac_leaves a{
	color:#0b71bf;
}



.listbody{
	width:auto;
}

.listbody ul{
	width:auto;
}

.listbody ul li{
	width:auto;
	height: 40px;
	border-bottom: 1px dashed #CCC;
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
}


.listbody ul li a{
	width:780px;
	height: 40px;
	display: block;
	line-height: 40px;
	display: block;
	text-indent: 5px;
	color: rgb(102, 102, 102);
}


.listbody ul li a:hover{
	color: #000;
	text-decoration: underline;
}

.listbody ul li span{
	width:100px;
	line-height: 40px;
	font-size: 14px;
	color: #666;
	text-align: right;
}


.news_page{
	width:auto;
	padding:20px 0 0 10px;
}














