.img_all{
  display: block;
  margin: 0 auto;
}
.yunBox{
  width: 750px;
  margin: 0 auto;
}
.yunContent{
  width: 620px;
  margin: 0 auto;
}
.xilie{
  padding: 23px 0 ;
  background: #000;
}
.xilie .yunContent{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.xilie_left{
  width: 54%;
}
.xilie h2{
  font-size: 25px;
  color: #ff6600;
  border-bottom: 1px solid #8d92a0;
  margin: 0;
  line-height: 58px;
  font-weight: normal;
}
.xilie span{
  color: #dcdddf;
}
.xilie h1{
  font-size: 50px;
  font-weight: bold;
  letter-spacing: 16px;
  color: #fff;
  line-height: 2;
  margin: 0;
}
.xilie_right{
  width:28%;
}
.xilie_right ul{
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  justify-content: space-between;
}
.xilie_right img{
  width: 80px;
}


/* 版本二 */
.yun .yun_more h1{
	margin-top: 0;
	margin-bottom: 10px;
}
.yun .yun_more ul li{
	text-align: left;
	font-size: 14px;
	list-style: -moz-circle;
	position: relative;
	padding-left: 15px;
	margin-bottom: 5px;
  list-style: none;
}
.yun .yun_more ul li::before{
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #000;
	position: absolute;
	left: 5px;
	top:6px;
}
.yun .yun_more .yun_point{
	margin-bottom: 20px;
}

