.subject_content_boxs
{
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 3px;
}
.subject_content_box
{	
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	flex-wrap:wrap;
	justify-content:center; 
}

.subject_content_img
{
	width: 1220px;
	height: 444px;
	margin-bottom:70px;
	object-fit: cover;
	cursor: pointer;
}
.name_title
{
	width: 1920px;
	height: 36px;
	font-size: 36px;
	font-family: PingFang SC;
	font-weight: bold;
	color: #3C3C3C;
	line-height: 36px;
	text-align: center;
	margin-bottom: 40px;
}
.subject_content_png
{
	width: 1220px;
	height: 316px;
	object-fit: cover;
	margin: 0 350px 30px 350px;
	cursor: pointer;
}
.list_content_box
{
	width: 1220px;
	overflow: hidden;
	margin: 0 auto;
	margin-bottom: 40px;
}
.list_content_right
{
	width: 258px;
	height: 796px;
	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;
}
.left_content_among
{
	width: 814px;
	height: 214px;
	background: #FFFFFF;
	border-radius: 5px;
	float: left;
	margin-bottom: 30px;
	padding: 24px;
	cursor: pointer;
}
.left_content_among > img
{
	width: 274px;
	height: 214px;
	object-fit: cover;
	float: left;
	margin-right: 25px;

}
.content_left_title
{
	width: 508px;
	height: 30px;
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 32px;
	float: left;
	overflow:hidden;
	margin-top: 14px;
	margin-bottom: 28px;
}
.content_left_texe
{
	width: 490px;
	height: auto;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 26px;
	float: left;
	overflow:hidden;
	text-overflow: ellipsis;
	display:-webkit-box!important;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3;
	word-break:break-all;
	margin-bottom: 30px;
}
.content_left_label
{
	width: 490px;
	height: 15px;
	float: left;
	/* overflow:hidden;
	text-overflow: ellipsis;
	-webkit-box-orient:vertical;
	word-break:break-all; */
}
.left_label_among
{
	height: 15px;
	float: left;
	margin-right: 14px;

}
.left_label_among > img
{
	float: left;
}
.left_label_among > span
{
	/* width: 42px; */
	height: 15px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #3C3C3C;
	line-height: 15px;
	margin-left: 6px;
	float: left;
}


.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;
}
