body {
  background: #F6F7FB;
}
.container {
  width: 100%;
  height: 80px;
}
.enterBoxs {
  width: 100%;
  padding-top: 20px;
  box-sizing: border-box;
}
.enterBoxs .center {
  width: 1330px;
  margin: 0 auto;
  padding: 30px 100px 220px;
  box-sizing: border-box;
  background: #FFFFFF;
  border-radius: 16px;
}
.enterBoxs .center .title {
  width: auto;
  height: 46px;
}
.enterBoxs .center .flexBettow {
  display: flex;
  justify-content: space-between;
}
.enterBoxs .center .flexBettow .imgBox {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 18px;
  margin-bottom: 0;
  padding-left: 20px;
  flex: 1.5;
}
.enterBoxs .center .flexBettow .imgBox li {
  list-style: none;
  margin-bottom: 20px;
  margin-right: 20px;
  width: 140px;
  height: 178px;
  border-radius: 14px;
  position: relative;
}
.enterBoxs .center .flexBettow .imgBox li:nth-child(4n+4) {
  margin-right: 0;
}
.enterBoxs .center .flexBettow .imgBox li .demo {
  width: 140px;
  height: 140px;
}
.enterBoxs .center .flexBettow .imgBox li .name {
  width: 140px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  color: #01997A;
}
.enterBoxs .center .flexBettow .right {
  flex: 1;
  width: 385px;
  height: 372px;
  margin-top: 18px;
}
.enterBoxs .center .publicBox {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-left: 20px;
}
.enterBoxs .center .publicBox li {
  width: 190px;
  height: 274px;
  border: 1px solid #1BB394;
  border-radius: 8px;
  list-style: none;
  margin-right: 25px;
  margin-bottom: 25px;
}
.enterBoxs .center .publicBox li:nth-child(5n+5) {
  margin-right: 0;
}
.enterBoxs .center .publicBox li .greenBg {
  width: 190px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.enterBoxs .center .publicBox li .greenBg img {
  width: 190px;
  height: 200px;
  border-radius: 8px;
}
.enterBoxs .center .publicBox li .text {
  padding: 0 15px;
  height: 72px;
  box-sizing: border-box;
  font-size: 12px;
  color: #5A5A5A;
  line-height: 1.5;
}
.enterBoxs .center .publicBox .everyBox {
  height: 285px;
}
.enterBoxs .center .publicBox .everyBox .text {
  height: 62px;
}
.footer {
  margin-top: 0;
}
