.top_div{
	/* background-image: url('../images/bg_4.png'); */
	background-size: 100% auto;
	background-position: top left;
	width: 100%;
}

.main_contain_top{
	padding-top: 67px;
	z-index: 1;
}
.main_contain_title{
	font-weight: 500;
	font-size: 24px;
	line-height: 32px;
	color: rgba(255, 255, 255, 0.8);
}
..main_contain_search{
	background-color: #fff;
	border-radius: 8px;
	width: 240px;
	height: 32px;
}
.main_contain_search input{
	width: 240px;
	height: 32px;
	line-height: 32px;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	padding-left: 33px;
}
.main_contain_search img{
	width: 14px;
	height: 14px;
	left: 10px;
	top: 9px;
}

.main_contain{
	background: #FFFFFF;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
	border-radius: 8px;
	z-index: 2;
	padding-top: 20px;
	margin-top: 20px;
	margin-bottom: 40px;
}
.main_contain_left{
	width: 70%;
	padding: 0 20px 120px 40px ;
}
.main_contain_left_item{
	border-bottom: 1px solid #EFF0F2;
	padding: 20px 0;
	cursor: pointer;
	/* display: block; */
}


.left_item_contain{
	width: calc(100% - 228px);
	padding: 0px 20px;
}
.left_item_title{
	font-weight: 500;
	font-size: 20px;
	line-height: 28px;
	margin-top: 5px;
	margin-bottom: 6px;
	height: 56px;
}
.left_item_text{
	font-weight: 400;
	font-size: 14px;
	height: 40px;
	line-height: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color: rgba(0, 0, 0, 0.7);
	margin-top: 6px;
	margin-bottom: 10px;
}
.recommend_item_right_from{
	font-weight: 400;
	font-size: 12px;
	line-height: 20px;
	margin: 7px 0;
	opacity: 0.3;
}
.left_item_right{
	height: 152px;
	width: 228px;
	border-radius: 8px;
}
.left_item_right img{
	width: 100%;
	height: 100%;
	border-radius: 8px;
}

/* side */
.main_contain_right{
	width: 30%;
	padding: 20px 32px 0;
}
.side_title{
	margin-bottom: 20px;
}
.tuji_icon{
	width: 20px;
	height: 20px;
	margin-right: 10px;
}
.side_title_text{
	font-weight: 700;
	font-size: 20px;
	line-height: 28px;
}
.contain_right_item img{
	width: 100%;
	border-radius: 4px;
}
.right_item_info{
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 10px;
	border-radius: 4px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.right_item_info span{
	color: rgba(255, 255, 255, 0.7);
}
.right_item_info span:hover{
	color: #fff;
}
.right_item_info_text{
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 6px;
}
.contain_right_item{
	margin-bottom: 20px;
	height: 183px;
	width: 275px;
	cursor: pointer;
}
.contain_right_sec{
	margin-bottom: 20px;
	cursor: pointer;

}
.contain_right_item_sec img{
	width: 100%;
	border-radius: 4px;
}
.video_icon{
	height: 24px;
	width: 24px;
	top: calc(50% - 12px);
	left: calc(50% - 12px);
}
.img_item{
	height: 183px;
	width: 275px;
	border-radius: 4px;
	cursor: pointer;
	overflow: hidden;
}
.video_item{
	height: 152px;
	width: 275px;
	border-radius: 4px;

}
/* .contain_right_item_sec .video_icon{
	height: 24px;
	width: 24px;
	top: calc(50% - 12px);
	left: calc(50% - 12px);
} */
.right_item_sec_info_text{
	margin: 10px 0 6px;
}
.get_more{
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	color: rgba(0, 0, 0, 0.3);
	bottom: 60px;
	width: 100%;
	text-align: center;
	cursor: pointer;
}