
.swiper-container
{
	width: 100%;
	height: 486px;
	/* margin: 6px 270px 40px 270px; */
	margin-bottom: 40px;
	margin-top: 3px;
}
.swiper-slide
{
	width: 100%;
	height: 100%;
	/* object-fit: contain; */
	object-fit: cover;
	cursor:pointer;/* 鼠标变小手 */
}
.main_part
{
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.article_box
{
	width: 1390px;
	height: auto;
	margin: 0 auto;
	margin-bottom: 50px;
}
.article_theme_box
{	
	width: 1410px;
	height: 32px;
	font-size: 32px;
	font-family: DFPLiJinHeiW8-GB;
	font-weight: bold;
	color: #3C3C3C;
	line-height: 32px;
	text-align: center;
	margin-bottom: 20px;
}
.article_label_box
{	
	width: 1410px;
	height: 20px;
	text-align: center;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #3C3C3C;
	line-height: 20px;
	margin-bottom: 38px;
}
.article_gather_box
{
	width: 1390px;
	height: 266px;
	display: flex;
	flex-direction: row;
	flex-wrap:wrap;
	justify-content:space-between; 
}
.article_box_among
{
	width: 260px;
	height: 266px;
	position: relative;
	float: left;
	cursor:pointer;/* 鼠标变小手 */
	background-color: #FFFFFF;
	border-radius: 10px;
	/* margin-right: 20px; */
	overflow: hidden;
	box-shadow: 0px 0px 20px 0px rgba(204, 204, 204, 0.3);
}
.article_img
{
	width: 260px;
	height: 194px;
	margin-bottom: 16px;
	object-fit: cover;
	
}
.article_title
{
	width: 230px;
	height: 15px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #3C3C3C;
	line-height: 15px;
	margin-bottom: 12px;
	margin-left: 15px;
	overflow:hidden;
	-webkit-line-clamp:1;
	word-break:break-all;
}
.article_text
{	
	width: 230px;
	height: 13px;
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #3C3C3C;
	line-height: 13px;
	margin-left: 15px;
	overflow:hidden;
	-webkit-line-clamp:1;
	word-break:break-all;
}
.article_like
{
	width: 18px;
	height: 18px;
	position: absolute;
	right: 16px;
	bottom: 26px;
}
.video_box
{
	width: 1390px;
	height: 312px;
	margin: 0 auto;
	margin-bottom: 77px;
	display: flex;
	flex-direction: row;
	flex-wrap:wrap;
	justify-content:space-between;
}
.video_theme_box
{
	width: 1390px;
	height: 23px;
	font-size: 22px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #3C3C3C;
	line-height: 23px;
	margin-bottom: 30px;
}
.video_box_among
{
	width: 434px;
	height: 260px;
	border-radius: 10px; 
	float: left;
	cursor:pointer;/* 鼠标变小手 */

}
.video_imgs
{
	width: 434px;
	height: 224px;
	border-radius: 10px;
	margin-bottom: 16px;
	object-fit: cover;
}
.video_title
{	
	width: 434px;
	height: 20px;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #3C3C3C;
	line-height: 20px;
	text-align: center;
	overflow:hidden;
	-webkit-line-clamp:1;
	word-break:break-all;
}
