.banner_box {
	width: 100%;
	height: auto;
	margin: 20px auto;
	padding: 15px 0;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	box-sizing: border-box;
	border-bottom: 1px solid #D8D8D8;
}

.b-title {
	width: 100%;
}

.b-left-box {
	width: 45%;
	height: auto;
}

.b-center-box {
	width: 30%;
}

.b-right-box {
	width: 22%;
}

.bf-box {
	width: 100%;
	height: auto;
}

.bf-box img {
	width: 100%;
	height: 350px;
	border-radius: 5px;
}

.bf-text {
	width: 100%;
	padding: 10px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.bf_text_info {
	width: 70%;
	height: auto;
}

.bf_text_info p:nth-of-type(1) {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
}

.bf_text_info p:nth-of-type(2) {
	font-size: 15px;
	margin-top: 10px;
	line-height: 1.2;
}

.bf_text_info p:nth-of-type(3) {
	font-size: 14px;
	margin-top: 10px;
	line-height: 1.5;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.play_btn {
	width: 30%;
	font-size: 17px;
	color: #fff;
	line-height: 40px;
	border-radius: 5px;
	text-align: center;
	background-color: #2E874D;
}

.bn-box {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 25px;
}

.bn-box img {
	width: 20%;
	height: 70px;
	border-radius: 7px;

}


.bn-text {
	width: 75%;
	height: auto;
	padding: 5px 0;
	line-height: 1.5;

}

.bn-text p,
.br-text p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.bn-text p:nth-of-type(1) {
	font-size: 17px;
	font-weight: 600;
	color: #000;
	margin-bottom: 5px;
	-webkit-line-clamp: 1;
}

.bn-text p:nth-of-type(2) {
	font-size: 13px;
	text-transform: capitalize;
	-webkit-line-clamp: 1;
	color: #000;

}

.br-box {
	width: 100%;
	height: auto;
	margin-bottom: 25px;
}

.br-box img {
	width: 100%;
	height: 160px;

}

.br-text {
	width: 100%;
}

.br-text p:nth-of-type(1) {
	color: #2E874D;
	font-size: 15px;
	font-weight: 600;
	margin: 5px 0;
	text-transform: capitalize;

}

.br-text p:nth-of-type(2) {
	font-size: 15px;
	color: #000;
	margin-bottom: 5px;
	-webkit-line-clamp: 1;
}

.br-text p:nth-of-type(3) {
	font-size: 12px;
	color: #000;
	-webkit-line-clamp: 1;
}


@media(max-width:760px) {

	.banner_box {
		width: 95%;
	}

	.b-left-box,
	.b-center-box,
	.b-right-box {
		width: 100%;
	}

	.bf-box img,
	.br-box img {
		width: 100%;
		height: 200px;
		border-radius: 5px;
	}

	.bf-box {
		margin-bottom: 20px;
	}

	.b-title {
		font-size: 25px;
	}

	.play_btn {
		width: 28%;
		font-size: 15px;
		color: #fff;
		line-height: 36px;
	}

	.bf_text_info p:nth-of-type(3) {
		-webkit-line-clamp: 1;
	}
}

@media(min-width:760px) {
	.b-title {
		width: 100%;
		margin: 0 auto;
		text-align: left;
		line-height: 2;
		font-size: 30px;
		font-weight: 700;
		/* font-weight: 600; */
	}

}