.tourism_img_box
{
	width: 1920px;
	height: 444px;
	margin: 0 auto;
	margin-top: 3px;
	margin-bottom: 70px;
}
.tourism_img_box > img
{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.tourism_name
{
	width: 100%;
	height: 36px;
	font-size: 36px;
	font-family: PingFang SC;
	font-weight: bold;
	color: #3C3C3C;
	line-height: 36px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 48px;
}
.label_boxs
{
	width: 1220px;
	height: 168px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	flex-wrap:wrap;
	justify-content:space-between; 
	margin-bottom: 40px;
}
.label_box_among
{
	width: 168px;
	height: 168px;
	border: 2px solid #DFDFDF;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #3C3C3C;
	line-height: 18px;
	text-align: center;
	cursor: pointer;
}
.label_img1
{	
	margin: 41px 44px 17px 44px;
	width: 80px;
	height: 56px;
}
.label_img2
{
	width: 66px;
	height: 56px;
	margin: 41px 51px 16px 51px;
}
.label_img3
{
	width: 52px;
	height: 58px;
	margin: 39px 58px 17px 58px;
}
.label_img4
{
	width: 57px;
	height: 58px;
	margin: 39px 55px 17px 56px;
}
.label_img5
{
	width: 58px;
	height: 58px;
	margin: 39px 55px 16px 55px;
}
.label_img6
{
	width: 65px;
	height: 56px;
	margin: 41px 51px 16px 52px;
}
.tourism_content_box
{
	width: 1220px;
	height: auto;
	margin: 0 auto;
	margin-bottom: 40px;

}
.tourism_content_among
{
	width: 100%;
	height: 400px;
	margin-bottom: 30px;
	position: relative;
	cursor: pointer;
}
.tourism_content_among > img
{
	width: 100%;
	height: 100%;
	object-fit: cover;
	float: left;
}
.content_text_boxs
{
	width: 547px;
	height: 186px;
	background: #FFFFFF;
	opacity: 0.75;
	position: absolute;
	right: 0px;
	top: 102px;
}
.content_title
{
	width: 437px;
	height: 25px;
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #3C3C3C;
	line-height: 25px;
	padding: 0 55px;
	margin-top: 52px;
	margin-bottom: 19px;
	overflow: hidden;
}
.red_bar
{
	width: 50px;
	height: 3px;
	background-color: #FF0100;
	margin-left: 55px;
	border-radius: 10px;
	margin-bottom: 20px;
}
.content_text
{
	width: 437px;
	padding: 0 55px;
	height: 16px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #3C3C3C;
	line-height: 16px;
	overflow: hidden;
}
.view_more
{
	width: 280px;
	height: 60px;
	background: #FFFFFF;
	box-shadow: 0px 0px 20px 0px rgba(204, 204, 204, 0.3);
	margin: 0 auto;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #D0323A;
	line-height: 60px;
	text-align: center;
	margin-bottom: 60px;
	cursor: pointer;
}
.hint
{
	width: 100%;
	height: 36px;
	font-size: 36px;
	font-family: PingFang SC;
	font-weight: bold;
	color: #3C3C3C;
	line-height: 36px;
	margin: 300px 0;
	text-align: center;
}