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: 302px;
  height: 46px;
}
.enterBoxs .center .imgBox {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 25px;
  margin-bottom: 0;
}
.enterBoxs .center .imgBox li {
  list-style: none;
  margin-bottom: 25px;
  margin-right: 35px;
  width: 185px;
  height: 230px;
  overflow: hidden;
  border-radius: 14px;
  position: relative;
  border: 1px solid #01997A;
}
.enterBoxs .center .imgBox li:nth-child(5n+5) {
  margin-right: 0;
}
.enterBoxs .center .imgBox li .demo {
  width: 185px;
  height: 210px;
}
.enterBoxs .center .imgBox li .name {
  width: 185px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  font-size: 16px;
  color: #FFFFFF;
  background: #01997A;
  position: absolute;
  bottom: 0;
  border-radius: 0px 0px 14px 14px;
}
.enterBoxs .center .publicBox {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.enterBoxs .center .publicBox li {
  width: 320px;
  height: 295px;
  border-radius: 18px;
  list-style: none;
  border: 2px solid #1BB394;
  margin-right: 50px;
  margin-bottom: 35px;
  overflow: hidden;
}
.enterBoxs .center .publicBox li:nth-child(3n+3) {
  margin-right: 0;
}
.enterBoxs .center .publicBox li .dang {
  width: 320px;
  height: 222px;
}
.enterBoxs .center .publicBox li .greenBg {
  width: 320px;
  height: 222px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #E7FBF7;
  border-radius: 18px 18px 0px 0px;
}
.enterBoxs .center .publicBox li .greenBg img {
  width: 138px;
  height: 200px;
}
.enterBoxs .center .publicBox li .text {
  padding: 0 30px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 16px;
  color: #4C5370;
}
.enterBoxs .center .publicBox li .text span {
  font-weight: bold;
  font-size: 16px;
  color: #4C5370;
  line-height: 1.5;
}
.enterBoxs .center .publicBox li .text .dangFont {
  font-weight: bold;
  font-size: 16px;
  color: #4C5370;
}
.enterBoxs .center .publicBox .everyBox {
  height: 285px;
  overflow: hidden;
}
.enterBoxs .center .publicBox .everyBox .text {
  height: 62px;
}
.footer {
  margin-top: 0;
}
