.kuang {
	position: relative;
	width: 400px;
	height: 160px;
	margin: 0 auto;
	margin-bottom: 40px;
}
.kuang>img {
	width: 400px;
	height: 160px;
}
.kuang h2 {
	color: #fff;
	width: 400px;
	padding-right: 15px;
	height: 160px;
	font-size: 26px;
	letter-spacing: 4px;
	font-weight: normal;
	text-align: center;
	line-height: 160px;
	position: absolute;
	top: 0;
	left: 0;
}
.video-box {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	width: 1100px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	align-content: space-between;
	justify-content: flex-start;
	-ms-flex-line-pack: justify;
	margin: 0 auto;
	padding: 0;
}
.video-ang {
	position: relative;
	width: 340px;
	margin: 10px;
	margin-right: 15px;
}
.video-ang .info-box, .video-ang .info-box:before, .video-ang .info-box img {
	width: 100%;
	border-radius: 2px;
}
.video-ang .info-box {
	position: relative;
	background-repeat: no-repeat;
	background-position: 50%;
}
.bofang {
	width: 50px !important;
	position: absolute;
	top: 30%;
	left: 42%;
}
.video-ang .info {
	width: 100%;
	transition: top .2s;
	padding: 10px;
}
.video-ang .info .title {
	font-size: 14px;
	color: #fff;
	font-weight: 500;
}
.video-ang .info p {
	font-size: 12px;
	color: #e0e0e0;
	margin-bottom: 3px;
	text-align: left;
}

.main {
	width: 840px;
	margin: 0 auto;
	padding: 20px 0;
}

.reports{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	width: 1100px;
	margin: 0 auto;
}
.report-item{
	width: 50%;
	padding: 10px;
}
.item-box{
	border: 1px solid #fff;
	border-radius: 4px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	background: #fff;
}
.report-img{
	border-right: solid 1px #d9d9d9;
	width: 140px;
	height: 170px;
	display: flex;
	align-items: center;
}
.report-img img{
	width: 100%;
}
.report-msg{
	flex: 1;
	padding: 5px 10px;
	height: 170px;
	position: relative;
}
.report-title {
	position: relative;
	text-align: left;
	font-size: 14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	font-weight: bold;
	color: #333333;
}
.report-detail {
	position: absolute;
	bottom: 0;
	padding: 5px;
	text-align: left;
	width: 95%;
}
.report-detail-msg div {
	font-size: 12px;
	color: #888;
	margin-top: 5px;
}
.report-detail-msg span {
	font-size: 12px;
	color: #888;
	margin-right: 5px;
}
.look-detail {
	position: absolute;
	right: 5px;
	bottom: 5px;
}
.look-detail a{
	color: #0070B9;
	padding: 4px 8px;
	font-size: 12px;
	border-radius: 4px;
	border: 1px solid #0070B9;
}
.line-video{
	border: 1px solid #fff;
	height: 190px;
	line-height: 190px;
	text-align: center;
	color: #fff;
	border-radius: 4px;
	font-size: 30px;
}
.line-report{
	border: 1px solid #fff;
	height: 170px;
	line-height: 170px;
	text-align: center;
	color: #fff;
	border-radius: 4px;
	font-size: 30px;
	background: none;
}

@media (max-width: 768px) {
	.video-box{
		width: 100%;
	}
	.video-ang{
		width: 100%;
	}
	.kuang{
		width: 100%;
	}
	.kuang>img{
		width: 100%;
	}
	.kuang h2{
		width: 100%;
	}
	.reports, .report-item{
		width: 100%;
		padding: 0;
		padding-bottom: 20px;
	}
	.report-detail-msg{
		padding-bottom: 10px;
	}
}















