#steward{
	display: block;
	overflow: hidden;
}
#steward .steward_top{
	width: 100%;
	margin: 30px auto 100px;
}
#steward .steward_top p{
	font-size: 18px;
	margin: 46px auto;
	line-height: 36px;
	color: #231815;
	margin-bottom: 30px;
}
#steward .steward_top img{
	width: 100%;
	height: 775px;
}
#steward .steward_conter {
	width: 1196px;
	margin: 60px auto 0;
	overflow: hidden;
}
#steward .steward_conter dt{
	width: 780px;
	margin: 0 auto;
	text-align: center;
}
#steward .steward_conter dt .steward_conter_left{
	width: 224px;
	border-top: 1px solid #5dc1cf;
	float: left;
	position: relative;
	top: 15px;
}
#steward .steward_conter dt .steward_conter_right{
	width: 224px;
	border-top: 1px solid #5dc1cf;
	float: right;
	position: relative;
	top: 15px;
}
#steward .steward_conter_right dt h2{
	font-size: 22px;
	color: #898989;
}
#steward .steward_conter dd{
	float: left;
	margin: 128px 40px 0;
}
#steward .steward_conter dd img {
	width: 217px;
	height: 218px;
}
#steward .steward_bottom{
	width: 1198px;
	margin: 58px auto 104px;
}
#steward .steward_bottom ul li{
	width: 100%;
	border-bottom: 1px solid #b8b8b8;
	height: 168px;
	line-height: 48px;
	position: relative;
}
#steward .steward_bottom ul li h1,#steward .steward_bottom ul li p{
	display: inline-block;
}
#steward .steward_bottom ul li h1{
	font-size: 120px;
	font-weight: 500;
	color: #5dc1cf;
	margin-left: 46px;
	line-height: 188px;
	letter-spacing: 5px;
}
#steward .steward_bottom ul li p{
	font-size: 24px;
	color: #231815;
	width: 188px;
	margin-left: 18px;
}
#steward .steward_bottom ul li span{
	font-size: 18px;
	display: inline-block;
	width: 810px;
	position: absolute;
	right: 0px;
	bottom: 10px;
}
@media screen and (max-width: 450px){
	#steward .steward_top{
		padding: 0 0.2rem;
		box-sizing: border-box;
		margin-bottom: 0.5rem;
	}
	#steward .steward_top img{
		height: 2.2rem;
	}
	#steward .steward_conter{
		width: 100%;
	
	}
	#steward .steward_conter>dl{
		width: 100%;
    	display: flex;
    	justify-content: space-around;
    	flex-wrap: wrap;
	}
	#steward .steward_conter dt{
		width: 100%;
	}
	#steward .steward_conter dt .steward_conter_left{
		width:0.5rem;
	}
	#steward .steward_conter dt .steward_conter_right{
		width: 0.5rem;
	}
	#steward .steward_conter>dl>dt>h2{
		font-size: 0.18rem;
	}
	#steward .steward_conter dd{
		margin: 0;
		margin-top: 0.2rem;
	}
	#steward .steward_conter dd img{
		width: 0.8rem;
		height: 0.8rem;
	}
	#steward .steward_bottom{
		width: 100%;
		margin: 0.3rem 0;
	}
	#steward .steward_bottom ul li h1{
		font-size: 0.2rem;
		line-height: 0.68rem;
		margin-left: 0.1rem;
		letter-spacing: 2px;
	}
	#steward .steward_bottom ul li p{
		font-size: 0.14rem;
		width: 1.5rem;
		line-height: 0.74rem;
	}
	#steward .steward_bottom ul{
		padding: 0 0.1rem;
		box-sizing: border-box;
	}
	#steward .steward_bottom ul li{
		display:flex;
		justify-content: left;
		height: 0.5rem;
	}
	#steward .steward_bottom ul li span{
		width: 1.8rem;
		font-size: 0.12rem;
		position: unset;
		line-height: 0.16rem;
		width:2rem;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		height: 0.3rem;
		margin-top: 0.14rem;
	}
	
}