.page_1 {
	margin-top: 120px;
	text-align: right;
}

.deyu_wrap {
	background-color: #FDF9F3;
}

.fine_det {
	width: 1200px;
	margin: 0 auto;
}

.partList ul li {
	background-color: #FFFFFF;
	padding: 15px 25px;
	margin: 20px 0;
}

.partList ul li img {
	width: 500px;
	height: 260px;
	border-radius: 10px;
}

.part_list {
	flex: 1;
	padding: 30px 0;
}

.part_title {
	text-align: center;
	color: #C00F16;
	margin: 0 0 10px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.partList ul li {
	display: flex;
	justify-content: space-between;
}

.part_detail {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	height: 95px;
	line-height: 30px;
	text-indent: 32px;
	color: #616161;
	margin: 20px 15px;
}

.part_more {
	display: flex;
	justify-content: flex-end;
	font-size: 16px;
	cursor: pointer;
	margin-top: 26px;
}

.t_top {
	margin-top: -60px;
}

.part_video {
	width: 100%;
	height: 500px;
}

.part_video video {
	width: 100%;
	height: 100%;
}

.ulli_title {
	height: 80px;
	line-height: 80px;
	font-size: 15px;
	width: 100%;
	background-color: #FFFFFF;
	padding-left: 30px;
}

.title_part {
	font-size: 14px;
	color: #666666;
}

.play {
	height: 64px;
	line-height: 64px;
	background-color: #292929;
	padding-left: 30px;
	font-size: 16px;
	color: #717171;
}

.play>img {
	width: 15px;
	height: 15px;
	margin-right: 10px;
}

.part_ulli {
	margin-bottom: 25px;
}

.page_1 {
	width: 1200px;
	margin: 80px auto 14px;
	text-align: center;
	display: flex;
	justify-content: flex-end;
}

.page_1 a {
	margin: 0 10px;
	color: #999;
	width: 60px;
	height: 20px;
	text-align: center;
	line-height: 20px;
}

.page_1 a.active {
	/* color: #0000ee; */
	color: #fff;
}

.int {
	border: 1px solid #BC0007;
	width: 70px;
	height: 20px;
	text-align: center;
}

.page_1 div {
	font-size: 16px;
	margin: 0 10px;
	color: #333;
}

.v_last {
	padding: 18px 40px 40px 40px;
	width: 1120px;
	background-color: #F9F9F9;
}

.video_title {
	display: flex;
	justify-content: flex-start;
	margin-bottom: 18px;
	font-size: 16px;
	color: #333;
}
.v_detail{
	flex: 1;
}
.v_show {
	font-weight: bold;
	width: 100px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
