/*中部内容*/
.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_up{
	display: flex;
	justify-content: space-between;
}
.right_up_title{
	font-size: 24px;
	color: #333;
	padding-left: 10px;
	border-left: 5px solid #0061ae;
	margin-bottom: 32px;
}
.right_location{
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #666;
}
.right_location a{
	color: #666;
}
.right_location span{
	display: block;
	margin: 0 10px;
}
.right_centent{
	margin: 32px 0 28px;
}
.right_title{
	font-size: 30px;
	color: #333;
	text-align: center;
}
.right_date{
	font-size: 14px;
	color: #666;
	margin: 30px auto;
	display: block;
	text-align: center;
}
.right_p{
	font-size: 18px;
	color: #333;
	text-indent: 30px;
	line-height: 30px;
	margin: 45px 0;
}
.right_p p{
	font-size: 18px;
	color: #333;
	text-indent: 30px;
	line-height: 30px;
	margin: 45px 0;
}
.right_base{
	display: flex;
	justify-content: space-between;
}
.right_base a{
	font-size: 18px;
	color: #333;
}
.right_base a:hover{
	color: #0061ae;
	text-decoration: underline;
}