.navBox {
  width: 100%;
  max-width: 1170px;
  margin: 10px auto;
  font-size: 16px;
}
.navBox .navBoxHead {
  width: 100%;
  height: 100%;
  height: 50px;
  line-height: 50px;
  display: flex;
  justify-content: space-around;
  align-content: center;
  border-bottom: 1px solid #ddd;
}
.navBox .navBoxHead .activeNow {
  border-bottom: 2px solid #225CAE;
}
.navBox .navBoxHead .activeNow a {
  color: #225CAE;
}
.navBox .navBoxList {
    margin-top: 15px;
    width: 100%;
    height: auto;
    min-height: 200px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}
.navBox .navBoxList .navBoxListIndex {
  border-bottom: 1px solid #ddd;
  padding: 30px 0px;
  display: flex;
  justify-content: space-between;
  align-content: center;
}
.navBox .navBoxList .navBoxListIndex .navBoxListIndexBanner {
  width: 30%;
  height: 145px;
  margin-right: 30px;
}
.navBox .navBoxList .navBoxListIndex .navBoxListIndexBanner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.navBox .navBoxList .navBoxListIndex .navBoxListContent {
  width: 100%;
}
.navBox .navBoxList .navBoxListIndex .navBoxListContent h1 {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.navBox .navBoxList .navBoxListIndex .navBoxListContent .navBoxListContentBox {
  width: 100%;
  margin-top: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 30px;
  font-size: 16px;
  height: 60px;
}
.navBox .navBoxList .navBoxListIndex .navBoxListContent .navBoxListContentMore {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: #bbb;
}
.navBox .navBoxList .navBoxListIndex .navBoxListContent .navBoxListContentMore a {
  background: #225CAE;
  color: #fff;
  padding: 5px 10px;
}
.navBox .navBoxList .navBoxListIndex:last-child {
  border: none;
}
.navBox .navBoxList .noDataNav {
  text-align: center;
  line-height: 200px;
}
.navBoxListcontentBox {
  width: 15%;
  height: auto;
  /*float: left;*/
  margin: 10px 0px;
  margin-right: 2%;
  overflow: hidden;
}
.navBoxListcontentBox > a {
  border: 1px solid #ddd;
  border-radius: 10px;
  display: inline-block;
  width: 100%;
  padding-bottom: 90%;
  position: relative;
}
.navBoxListcontentBox > a img {
  position: absolute;
  top: 15%;
  left: 0%;
  width: 100%;
  height: 70%;
  object-fit: contain;
}
.navBoxListcontentBox > p {
  width: 100%;
}
.navBoxListcontentBox > p a {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 50px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.navBoxListcontentBox > p small {
  display: block;
  width: 100%;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.navBoxListcontentBox:nth-child(6n+6) {
  margin-right: 0px;
}
.xinwenPage {
  width: 100%;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: space-around;
}
.xinwenPage .am-pagination {
  display: flex;
  align-items: center;
  justify-content: space-btween;
  margin: 0px;
}
@media only screen and (max-width: 1197px) {
  .navBox .navBoxList .navBoxListIndex {
    padding: 30px 15px;
  }
}
@media only screen and (max-width: 1024px) {
  .navBoxListcontentBox {
    padding: 0px 10px;
  }
}
@media only screen and (max-width: 800px) {
  .navBoxListcontentBox {
    width: 22%;
    margin-right: 4%;
  }
  .navBoxListcontentBox:nth-child(6n+6) {
    margin-right: 4%;
  }
  .navBoxListcontentBox:nth-child(4n+4) {
    margin-right: 0px;
  }
}
@media only screen and (max-width: 600px) {
  .navBoxListcontentBox {
    width: 30%;
    margin-right: 5%;
  }
  .navBoxListcontentBox:nth-child(4n+4) {
    margin-right: 5%;
  }
  .navBoxListcontentBox:nth-child(3n+3) {
    margin-right: 0px;
  }
}
@media only screen and (max-width: 500px) {
  .navBox .navBoxList .navBoxListIndex .navBoxListIndexBanner {
    display: none;
  }
}
