html body{
	margin: 0;
	background-color: #f1f1f1;
}
.detail_list{
	width: 1200px;
	margin: 30px auto 0;
	min-height: 300px;
	display: flex;
}
.left_box{
	min-width: 300px;
	min-height: 300px;
	height: 100%;
	padding-bottom: 70px;
	/*background-color: #aaa;*/
}
.right_box{
	width: 100%;
	min-height: 300px;
	height: 100%;
	margin-left: 60px;
	/*background-color: #bbb;*/
}
.left_box_1{
	height: 130px;
	width: 100%;
	background-color: #fff;
	display: flex;
	flex-wrap: wrap;
	align-content: stretch;
}
.left_box_1 a{
	text-decoration: none;
	display: block;
	width: 100%;
	line-height: 43.33px;
	padding-left: 19px;
}
.left_box_1 a p{
	margin: 0;
	font-size: 15px;
}
.select_vl{
	text-indent: 10px;
	position: relative;
	background-color: #025cca;
	color: #ffffff;
}
.sel_list{
	color: #999999;
}
.select_vl::after{
	content: "";
	position: absolute;
	left: 22px;
	height: 20px;
	width: 4px;
	background-color: #fff;
	top: 50%;
	transform: translateY(-50%);
}
.left_box_1 .active{
	color: #ffffff;
	background-color: #2283f6;
}
.hot_news{
	width: 100%;
	min-height: 10px;
	border-radius: 8px;
	box-shadow: 0 0 8px rgba(0,0,0,0.05);
	background-color: #fff;
	margin-top: 57px;
}
.hot_title_text{
	display: block;
	height: 40px;
	width: 100%;
	line-height: 40px;
	margin: 0;
	font-size: 15px;
	text-indent: 19px;
}
.news_name{
	display: flex;
	height: 60px;
	margin-left: 19px;
	margin-right: 19px;
	line-height: 60px;
	text-decoration: none;
	color: #999999;
	font-size: 13px;
	box-sizing: border-box;
	border-width: 1px;
	border-color: #E2E2E2;
	border-style: none none solid none;
	align-items: center;
			display: block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.news_name:last-child{
	border-style: none;
}
.contact_us{
	position: relative;
	margin-top: 40px;
	width: 100%;
	min-height: 216px;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 0 8px rgba(0,0,0,0.05);
	overflow: hidden;
}
.contact_us::after{
	top: 0;
	content: "";
	position: absolute;
	width: 100%;
	height: 10px;
	background-color: #2283f6;
}
.contact_us_title_text{
	margin:30px 30px 24px;
	font-size: 15px; 
}
.contact_us_title_text::before{
	position: absolute;
	content: "";
	left: 19px;
	height: 20px;
	width: 4px;
	background-color: #2283f6;
}
.contact_us .dz{
	font-size: 14px;
	color: #666666;
	margin-left: 19px;
	margin-bottom: 25px;
			display: block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.news_detail_box{
	text-decoration: none;
	color: #333333;
	display: flex;
	flex-wrap: wrap;
	width: auto;
	min-height: 170px;
	border-radius: 8px;
	box-shadow: 0 0 8px rgba(0,0,0,0.05);
	background-color: #fff;
	padding: 20px ;
	margin-bottom: 20px;
}
.news_detail_box img{
	width: 100%;
}
.title_box{
	height: 80px;
	width: 100%;
	/*background-color: #aaa;*/
	border-color: #D8D8D8;
	border-style: none none solid none;
	border-width: 1px;
	display: flex;
	flex-wrap: wrap;
}
.top_t{
	width: 100%;
	height: 50%;
	/*background-color: #aaa;*/
}
.top_t p{
	/*height: 20px;*/
	font-size: 18px;
	margin: 0;
	line-height: 40px;
}
.bot_t{
	width: 100%;
	height: 50%;
	/*background-color: #bbb;*/
	display: flex;
}
.bot_t p{
	line-height: 40px;
	margin: 0;
	margin-right: 30px;
	font-size: 12px;
	color: #999999;
}
.news_detail{
	font-size: 12px;
	line-height: 30px;
	color: #333333;
}
.prove_next{
	width: 100%;
	height: 30px;
	margin-top: 40px;
	/*background-color: #aaa;*/
	display: flex;
}
.prove_next a{
	text-decoration: none;
	color: #333333;
}
.prove{
	line-height: 30px;
	font-size: 12px;
	display: block;
	width: 100%;
}
.next{
	text-align: right;
	line-height: 30px;
	font-size: 12px;
	display: block;
	width: 100%;
}