.headRowTitle {
  font-size: 3rem;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #ffffff;
  padding: 19vh 0 0 12vw;
}

.headRowTitle2 {
  font-size: 1.5rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #ffffff;
  padding: 0 0 0 12vw;
}

.headRow {
  height: 40vh;
  background: url(../images/head.png) no-repeat center center;
  background-size: 100% 100%;
}
.nrTitleRow {
  text-align: center;
  width: 100%;
  border-bottom: #d5d5d5 1px solid;
  position: relative;
  padding-top: 0.8rem;
}
.nrTitle {
  cursor: pointer;
  font-size: 1.4rem;
  width: 17vw;
  display: inline-block;
  line-height: 2.8rem;
}
.nrTitleSelect {
  border-bottom: 2px solid #3260c4;
  color: #3260c4;
  font-weight: bold;
}
.nrTitleNoSelect {
  border-bottom: 0px solid #3260c4;
  color: #7a7a7a;
  font-weight: normal;
}
.nrItemRowMain {
  padding: 3vh 15vw;
}
.nrItemRow {
  padding: 3vh 0;
  border-bottom: #d5d5d5 1px solid;
}
.nrItemRowImg {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  max-height: 100%;
}
.nrItemRowImg > img {
  width: 100%;
}
.nrItemRowWz {
  padding-left: 2vw;
}
.nrItemRowWzBt {
  cursor: pointer;
  color: #1d48a6;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 0.5rem 0;
}
.nrItemRowWzRq {
  font-size: 0.9rem;
  font-weight: 400;
  color: #a2a2a2;
  padding: 0.4rem 0;
}
.nrItemRowWzRqi {
  font-size: 1rem;
}
.nrItemRowWzNr {
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #828282;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6rem;
}
.layui-laypage a,
.layui-laypage span {
  font-size: 0.9rem;
}
.pageClass{
  text-align: right;
}
