.tab ul,
.tabContent {
  width: 12rem;
  margin: 0.30rem auto 0;
}

.maxBg img {
  width: 100%;
}
.tab {
  width: 16rem;
  border-bottom: 1px solid #ccc;
  margin: 0 auto;
}

.tab ul {
  display: flex;
  justify-content: center;
}

.tab ul li {
  padding: 0.20rem;
  cursor: pointer;
  font-weight: 600;
  font-size: 0.18rem;
}
.tab ul li:nth-of-type(2) {
  margin: 0 1rem;
}
.tab ul li.active,
.tab ul li:hover {
  color: #006cba;
  border-bottom: 0.02rem solid #006cba;
}

.tabContent > div {
  display: none;
}

.tabContent > div.show {
  display: block;
}

.reinong {
  display: flex;
  padding: 0.20rem 0;
  border-bottom: 1px solid #eee;
  cursor: pointer;
}

  .reinong:hover .reirongRight h4{
  color:#006CBA}
/* 177*111 */
.reinong .reirongLeft {
  margin-right: 0.22rem;
}

.reinong .reirongLeft img {
  width: 1.78rem;
  height: 1.10rem;
}

.reirongRight h4 {
  margin-top: 0.10rem;
  font-size: 0.24rem;
  width: 10rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.reirongRight > div {
  margin-top: 0.10rem;
}
.reirongRight > div p {
  color: #ccc;
  margin-top: 0.10rem;
}
.reirongRight > div span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.40rem;
  color: #ccc;
}
.newsDetails {
  width: 12rem;
  margin: 0.20rem auto;
  text-align: center;
}
.newsDetails h2 {
  font-size: 0.32rem;
  font-weight: 400;
}
.newsDetails .newsDate {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.20rem 0rem;
}
.newsDetails .newsDate span {
  display: inline-block;
  width: 2rem;
}
.newsDetails .newsDate .dateLine {
  width: 5rem;
  height: 1px;
  background-color: #eee;
}
.newsContent {
  width: 7.82rem;
  margin: 0 auto;
  text-align: left;
}
@media (max-width: 768px) {
  .tab,.newsContent,.reirongRight h4{
    width: 100%;
  }
  .tab ul, .tabContent{
    width: 100%;
    padding: 0 0.2rem;
  }
  .reirongRight{
    width: calc(100% - 2rem);
  }
  .newsDetails{
    width: 100%;
    padding: 0 0.2rem;
  }

  ._page_container {
    font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, SimSun, sans-serif;
    font-size: 0.13rem;
    height: 0.28rem;
    line-height: 0.28rem;
    text-align: center;
    margin: 1rem auto;
    user-select: none;
  }
  ._page_container ._prev, ._page_container ._next, ._page_container ._home, ._page_container ._last {
    min-width: 0.3rem;
    font-size: 0.13rem;
    margin: 0 5px;
    border-radius: 2px;
    cursor: pointer;
  }
  ._page_container ._pages li {
    display: inline-block;
    color: #303133;
    font-weight: bold;
    min-width: 0.25rem;
    text-align: center;
    margin: 0 5px;
    padding: 0 5px;
    border-radius: 2px;
    cursor: pointer;
  }
}
