/* 大标题 */
@font-face{
	font-family: Roboto-Bold-3;
	src: url('../font/newRoboto/Roboto-Bold-3.ttf')
}
/* 新-标题 */
@font-face{
	font-family: Roboto-Bold-title;
	src: url('../font/roboto/Roboto-Bold-3.ttf')
}
/* 新-描述细体 */
@font-face{
	font-family: Roboto-Light-whiteDesc;
	src: url('../font/newRoboto/Roboto-Light-10.ttf')
}
/* */
@font-face{
	font-family: Roboto-Medium-12;
	src: url('../font/roboto/Roboto-Medium-12.ttf')
}
/* 黑背景下 描述 使用常规字体 */
@font-face{
	font-family: Roboto-Regular-blackRule;
	src: url('../font/roboto/Roboto-Regular-blackRule.ttf')
}


.content {
	margin-top: 32px;
}
.contentText{
	list-style: square;
	padding-left: 20px;
}
.content:after {
	display: block;
	content: '';
	clear: both;
}

.content_left {
	width: calc(100% - 268px);
	float: left;
}

.content_right {
	float: right;
	position: relative;
}

.content_right img {
	width: 235px;
	position: relative;
}

.content_leftImg {
	float: left;
}

.content_leftImg img {
	width: 236px;
	height: 100%;
	position: relative;
}

.content_text_right {
	width: calc(100% - 268px);
	float: right;
}

.contentTitle {
	font-size: 19px;
	font-weight: bold;
	line-height: 38px;
}

.contentText {
	color: #666666;
	font-size: 15px;
	line-height: 26px;
	padding: 0 40px;
}
video{
	height: 455px;
}
.videoSty{
	position: absolute;
	width:211px;
	left:12px;
	top:10px;
	border-radius:21px;
}
@media (min-width: 768px) and (max-width: 979px){
	
}
@media (max-width: 767px) {
	.content_left {
		width: 100%;
	}
	.content_right{
		padding-top: 20px;
	}
	.videoSty{
		width: 210px;
		left:13px;
		top:30px;
	}
}