/*中部内容*/
.middle_box{
	width: 1200px;
	margin: 50px auto;
	display: flex;
	justify-content: space-between;
}
.middle_left{
	width: 250px;
}
.left_title{
	height: 50px;
	line-height: 50px;
	text-align: center;
	background-color: #0061ae;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	font-size: 20px;
	color: #fff;
}
.left_link a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 18px;
	color: #333;
	padding: 0 28px;
	height: 40px;
	border-bottom: 1px solid #eee;
}
.left_link a:hover{
	background-color: #ed9b11;
	color: #fff;
}
.left_div{
	background-color: #eee;
	font-size: 16px;
	padding: 20px 12px;
}
.left_div_title{
	color: #333;
	margin-bottom: 10px;
}
.left_il li{
	display: flex;
	color: #666;
	line-height: 30px;
}
.left_il li p:nth-child(1){
	white-space:nowrap;
}

.middle_right{
	width: 900px;
}
.right_title{
	font-size: 24px;
	color: #333;
	padding-left: 10px;
	border-left: 5px solid #0061ae;
	margin-bottom: 32px;
}
.right_centent{
	display: flex;
	flex-wrap: wrap;
}
.right_list{
	width: 288px;
	border: 1px solid #eee;
	padding-top: 13px;
	margin: 0 14px 24px 0;
}
.right_list:nth-child(3n){
	margin-right: 0;
}
.right_list div{
	width: 260px;
	margin: 0 auto;
}
.right_list div img{
	max-height: 200px;
}
.right_list p{
	font-size: 18px;
	color: #333;
	padding: 10px 0;
	text-align: center;
}
.page_ul{
	display: flex;
	justify-content: center;
}
.page_ul a{
	font-size: 15px;
	color: #000;
	width: 28px;
	text-align: center;
	height: 28px;
	border: 1px solid #bababa;
	line-height: 28px;
	border-radius: 5px;
	margin: 0 5px;
	background: linear-gradient(#fdfdfd, #ececec);
}
.page_style{
	background: linear-gradient(#b4e0fb, #126db5) !important;
	border: 1px solid #6fa9de !important;
	color: #fff !important;
}