.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(../images/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("../images/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;
}

.ketang{
	width:100%;
	margin-top: 20px;
}


.ketang ul{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}


.ketang ul li{
	width:280px;
	height: auto;
	background: #DDD;
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-radius:10px;
}

.ketang ul li dl{
	width: 260px;
	height: 180px;
	margin: 10px;
}

.ketang ul li dl img{
	width:260px;
	height:180px;
	display:block;
	border-radius:10px;
}


.ketang ul li p{
	width:260px;
	margin: 0 auto;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	color: #0b71bf;
}

.ketang ul li p a{
	color: #0b71bf;
}


.ketang ul li:hover p a{
	color: #f00;
}


