.indexPage {
     /*height: 100%;*/
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
    min-width: 1170px;
}

.content {
  padding-bottom: 60px;
}

.content .listBanner {
  background: url("/templates/static/images/modelN/101_productBanner.png") no-repeat 50%;
  background-size: cover;
}

.mainContent {
  margin-top: -208px;
  min-height: 1359px;
}

.listFourBox {
  margin-top: 0;
}

section {
  margin-top: 40px;
  margin-bottom: 90px;
}

section.subjectWrap .subjectList {
  margin-top: 40px;
}

section.subjectWrap .subjectList > li {
  float: left;
  width: 570px;
  margin-right: 30px;
  margin-bottom: 40px;
  cursor: pointer;
}

section.subjectWrap .subjectList > li:nth-of-type(2n) {
  margin-right: 0;
}

section.subjectWrap .subjectList > li > img {
  display: block;
  width: 100%;
  height: 163px;
  object-fit: cover;
  background: #999;
}

section.subjectWrap .subjectList > li p {
  margin-top: 10px;
  color: #7d7f88;
  font-size: 16px;
  line-height: 36px;
}

section.subjectWrap .subjectList > li p strong {
  margin-right: 14px;
  color: #1e2647;
  font-size: 20px;
}

section.subjectWrap .moreBtn {
  margin: 0 auto;
  width: 200px;
  height: 46px;
  color: #99a4c4;
  text-align: center;
  font-size: 16px;
  line-height: 44px;
  border: 1px solid #99a4c4;
  border-radius: 5px;
  cursor: pointer;
}
