.h_pic{
	width: 100%;
	height: 400px;
}
.h_pic .ph_img{
	width: 100%;
	height: 100%;
}
.content_box{
	max-width: 1200px;
	margin: 0 auto;
}
.content_box .h_title{
	display: flex;
	padding-top: 24px;
	height: 76px;
	align-items: center;
}
.content_box .h_title .one{
	font-size: 16px;
	color: #a5a5a5;
}
.content_box .h_title .lianjie{
	cursor: pointer;
}
.content_box .h_title .lianjie .two{
	font-size: 16px;
	color: #a5a5a5;
}
.content_box .h_title .lianjie .two1{
	font-size: 16px;
	color: #a5a5a5;
}
.content_box .p_detial{
	display: flex;
}
.content_box .p_detial .left_box{
	width: 350px;
}
.content_box .p_detial .left_box:hover{
	cursor: pointer;
}
.content_box .p_detial .left_box .l_img{
	width: 100%;
	height: 130px;
}
.content_box .p_detial .left_box .type{
	width: 100%;
	height: 70px;
	margin-top: 2px;
	background-color: #f3f3f3;
	line-height: 70px;
	padding-left: 33px;
	font-size: 18px;
	color: #008de4;
}
.content_box .p_detial .left_box .on{
	color: #FFFFFF;
	background-color: #008de4;
}
.content_box .p_detial .right_box{
	margin-left: 20px;
	flex: 1;
}
.content_box .p_detial .right_box .title_{
	background-color: #f3f3f3;
	height: 45px;
	font-size: 18px;
	color: #008de4;
	line-height: 45px;
	padding-left: 23px;
	cursor: pointer;
}
.content_box .p_detial .right_box .show{
	padding: 60px 0 35px;
	border-bottom: 1px dashed #d6d6d6;
	cursor: pointer;
}
.content_box .p_detial .right_box .show .s_right .s_left .h_title_{
	font-size: 18px;
	color: #454545;
}
.content_box .p_detial .right_box .show .s_right .s_left .h_title_:hover{
	color: #008de4;
}
.content_box .p_detial .right_box .show .s_right{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.content_box .p_detial .right_box .show .s_right .s_left .p5{
	color: #a5a5a5;
	font-size: 16px;
	line-height: 30px;
	/* width: 600px; */
	flex: 1;
	display: -webkit-box; 
	-webkit-box-orient: vertical; 
	text-overflow: ellipsis; 
	-webkit-line-clamp: 2;
	overflow : hidden;
}
.content_box .p_detial .right_box .show .s_right .s_left .p6{
	margin-top: 25px;
	color: #a5a5a5;
	font-size: 16px;
}
.content_box .p_detial .right_box .show .s_right .s_left .s_img{
	width: 190px;
	height: 130px;
	border-radius: 3px;
}
