.subject_content_box
{
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 3px;
}
.subject_content_img_box
{
	width: 100%;
	height: 444px;
	overflow: hidden;
	margin: 0 auto;
	margin-bottom: 70px;
	object-fit: cover;
	cursor: pointer;
	display: flex;
	flex-direction: row;
	flex-wrap:wrap;
	justify-content:center; 
}
.subject_content_img
{
	width: 1220px;
	height: 100%;
	object-fit: cover;
}
.name_title
{
	width: 100%;
	height: 36px;
	font-size: 36px;
	font-family: PingFang SC;
	font-weight: bold;
	color: #3C3C3C;
	line-height: 36px;
	text-align: center;
	margin-bottom: 40px;
}
.content_label_boxs
{
	width: 1172px;
	overflow: hidden;
	background-color: #FFFFFF;
	margin: 0 auto;
	margin-bottom: 30px;
	padding: 24px;
}
.label_title_box
{
	width: 1172px;
	height: 25px;
	margin-bottom: 35px;
}
.label_log
{
	width: 3px;
	height: 25px;
	background: #D0323A;
	margin-right: 14px;
	float: left;
}
.label_title
{
	width: 200px;
	height: 25px;
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #3C3C3C;
	line-height: 25px;
	float: left;
}
.label_boxs
{
	width: 1172px;
	overflow: hidden;

}
.label_among
{	
	width: 34px;
	padding: 0 17px;
	height: 32px;
	border: 1px solid #DFDFDF;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #3C3C3C;
	line-height: 32px;
	cursor: pointer;
	float: left;
	margin: 0 15px 15px 0;
}
.list_content_box
{
	width: 1220px;
	overflow: hidden;
	margin: 0 auto;
	margin-bottom: 40px;
}
.list_content_right
{
	width: 258px;
	height: 635px;
	padding: 25px 35px 25px 35px;
	float: right;
	background: #FFFFFF;
}
.content_right_title
{
	width: 258px;
	height: 24px;
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 24px;
	margin-bottom: 37px;
}
.content_right_title > div
{
	width: 3px;
	height: 25px;
	background: #D0323A;
	margin-right: 14px;
	float: left;
}
.url_box_among
{
	width: 258px;
	height: 16px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 16px;
	overflow:hidden;
	text-overflow: ellipsis;
	display:-webkit-box!important;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1;
	word-break:break-all;
	margin-bottom: 24px;
}
.list_content_left
{
	width: 814px;
	height: auto;
}
.hint
{
	width: 814px;
	height: 36px;
	font-size: 36px;
	font-family: PingFang SC;
	font-weight: bold;
	color: #3C3C3C;
	line-height: 36px;
	margin-top: 400px;
	text-align: center;
}
.left_content_among
{
	width: 818px;
	height: 164px;
	background: #FFFFFF;
	border-radius: 5px;
	float: left;
	margin-bottom: 30px;
	padding: 20px 24px 24px 24px;
	cursor: pointer;
}
.left_content_title
{
	width: 814px;
	height: 34px;
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #3C3C3C;
	line-height: 36px;
	margin-bottom: 28px;
	overflow:hidden;
}
.left_content_text
{
	width: 814px;
	/* height: 65px; */
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #3C3C3C;
	line-height: 24px;
	margin-bottom: 23px;
	overflow:hidden;
	text-overflow: ellipsis;
	display:-webkit-box!important;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3;
	word-break:break-all;
}
.left_content_details
{
	width: 814px;
	height: 14px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #3C3C3C;
	line-height: 14px;
	text-align: right;
}
.paging_box
{
	width: 1220px;
	overflow: hidden;
	
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	flex-wrap:wrap;
	justify-content:center; 
	margin-bottom: 95px;
	margin-top: 10px;
}
.paging_box_among
{
	width: 48px;
	height: 48px;
	background: #F7F6F3;
	border: 1px solid #D5D5D5;
	text-align: center;
	line-height: 48px;
	margin-right: 30px;
	margin-bottom: 30px;
}
