.wrapper {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
}
.zwpt-banner {
  margin-top: 12px;
}
.zwpt-banner img {
  width: 100%;
}
.content {
  overflow: hidden;
  margin-top: 66px;
  margin-bottom: 21px;
}
.content .items {
  width: 280px;
  height: 200px;
  float: left;
  margin-right: 26px;
  margin-bottom: 34px;
  background: url(../img/normal-bg.png) no-repeat;
  position: relative;
  cursor: pointer;
}
.content .items .item-logo {
  width: 111px;
  height: 106px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 27px;
}
.content .items .title {
  position: absolute;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 20px;
  color: #619EF8;
  left: 50%;
  transform: translateX(-50%);
  bottom: 29px;
  white-space: nowrap;
}
.content .items .arrow {
  position: absolute;
  width: 21px;
  height: 21px;
  right: 23%;
  bottom: 29px;
}
.content .items:nth-child(4n) {
  margin-right: 0;
}
.content .items:nth-child(n+5) {
  margin-bottom: 0;
}
.col-box {
  padding: 33px 40px 14px 24px;
  box-sizing: border-box;
  overflow: hidden;
  background: #649ED2;
}
.col-box .col-item {
  float: left;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  margin-right: 20px;
  margin-bottom: 20px;
}
