
.main_agileits{
	position: relative;
	height: 120px;
}
.content{
	border-bottom: 3px solid grey;
}
.content ul{
	/*background-color: rgba(0,0,0,.2);*/
	display: flex;
	margin: 20px 40px 0px 40px;
	line-height: 50px;
}
.content ul li{
	margin: 0px 3px;
}

.success {
    max-width: 80%;
    position: relative;
/*    width: 895px;
    height: 530px;*/
    margin:30px auto;
    margin-bottom: 50px;
}
/*body, html {
  color: #fff;
  font-family: '微软雅黑';
  font-size: 16px;
}*/
.success ul {
  overflow: hidden;
  padding: 30px 0;
}
ol, ul {
  list-style: none;
}
.success ul li {
  float: left;
  width: 260px;
  border: 1px solid #fff;
  height: auto;
  margin: 10px 0 10px 56px;
}
.success ul li img {
  box-shadow: 0 0 11px -1px #666;
}
fieldset, img {
  border: 0;
}

.success ul li p {
  text-align: center;
  color: #2b2b2b;
  margin-top: 10px;
  font-weight: 600;
}
.clearfix{
	content: '';
	display: block;
	height: 0;
	clear: both;
	
}