* {
  padding: 0;
  margin: 0;
  text-decoration: none;
  z-index: auto;
}
a {
  text-decoration: none;
}
.mt30 {
  margin-top: 30px;
}
body {

}
.container2 {
    background: #f2f3f4;
  width: 100%;
  height: 100%;
  overflow: hidden;
  /*margin-bottom: 100px;*/
}
.container2 .section {
  width: 1200px;
  background: #fff;
  margin: 20px auto;  /**150**/

  border: 1px solid #e6e6e6;
}
.container2 .section .title {
  height: 80px;
  line-height: 80px;
  font-size: 20px;
  background: #fafafa;
  padding-left: 54px;
  color: #333333;
  border-bottom: 1px solid #e6e6e6;
  font-weight: 900;
}
.container2 .section .box {
  width: 400px;
  height: 100%;
  float: left;
  border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
  box-sizing: border-box;
  position: relative;
}
.container2 .section .box img {
  display: inline-block;
  margin-left: 70px;
  vertical-align: top;
}
.container2 .section .lastBox {
  border-left: none;
}