.box {
  text-align: center;
}

.display_style {
  margin: 100px auto 0;
  width: 800px;
  padding: 30px 0 0 20px;
  font-size: 16px;
  border: 1px solid #ebeef5;
  background-color: #fff;
  overflow: hidden;
  color: #303133;
  transition: .3s;
  height: 300px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
  text-align: left;
  font-family: Microsoft YaHei,Tahoma,Helvetica,Arial,sans-serif;
}

.display_style .imgie {
  float: left;
  margin: 0 30px 0 15px;
  text-align: center;
}

.display_style .imgie p {
  margin: 0;
  font-size: 14px;
}

.mt20 {
  max-width: 93px; /*IE5+*/
}


.display_style .title {
  padding-top: 10px;
  font-size: 16px;
  font-weight: 400;
  color: #76838f;
}

.display_style ul {
  list-style: none
}

.display_style ul li {
  float: left;
  margin: 35px 50px 0 0;
  text-align: center;
}

.display_style ul li img {
  display: block;
  margin-bottom: 1em;
  border: none;
  height: 64px;
}

.display_style ul li a {
  font-size: 14px;
  color: #014051;
  text-decoration: none
}

.display_style p {
  font-size: 16px;
  font-weight: 400;
  color: #76838f;
}
