body {
  width: 100%;
  min-height: 100vh;
  background-color: #f5f6f7;
}
.h5 {
  display: none;
}
.pc {
  width: 100%;
  min-height: 100vh;
  background: url(../images/zrsm-bg.png) no-repeat left 0.82rem / 100% 6.6rem;
}
.pc .main{
  width:100%;
  padding: 0 2.35rem;
  box-sizing: border-box;
}
.pc .banner {
  padding: 1.25rem 1.85rem 0;
}
.pc .banner .banner-title img {
  width: 2.15rem;
  height: 0.61rem;
}
.pc .banner .banner-text {
  font-size: 0.18rem;
  color: #6581ba;
  line-height: 2;
  width: 6.9rem;
  margin-top: 0.45rem;
}
.pc .list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
  margin-top: 1.25rem;
}
.pc .list .item {
  width: 4.65rem;
  height: 4.55rem;
  background-color: #fff;
  border-radius: 0.3rem;
  padding: 0.3rem;
  box-sizing: border-box;
  margin-bottom: 0.5rem;
}
.pc .list .item img {
  width: 100%;
  height: 3rem;
  border-radius: 0.3rem;
}
.pc .list .item p {
  font-size: 0.18rem;
  line-height: 2;
  margin-top: 0.25rem;
  color: #4a5f7b;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.zrsm-fy{
  margin:0.8rem auto 1rem;
}
.pagination {
    text-align: center;
    padding: 20px 0 10px;
}
.pagination li {
    margin: 0 2px;
    display: inline-block;
    -webkit-transition: color 0.5s ease 0.001s;
    -moz-transition: color 0.5s ease 0.001s;
    -ms-transition: color 0.5s ease 0.001s;
    -o-transition: color 0.5s ease 0.001s;
    transition: color 0.5s ease 0.001s;
    border-radius: 6px;
    padding: 3px 12px 3px 12px;
    font: 16px / 20px '\5FAE\8F6F\96C5\9ED1', "Microsoft YaHei", "微软雅黑", Arial;
    color: #333;
    background: #FFF;
    cursor: pointer;
}
.pagination li a {
    display: block;
}
.pagination li.active {
    color: #fff;
    background: #9cacbb;
    border-radius: 10px;
} 
.pagination li.active a{
    color: #fff;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .h5 {
    width: 100%;
    min-height: 100vh;
    background: url(../images/zrsm-h5-bg.png) no-repeat left top / 100% 5.27rem;
    display:block;
  }
  .h5 .banner {
    padding: 1.9rem 0.25rem 0;
  }
  .h5 .banner .banner-title {
    padding-left: 0.7rem;
  }
  .h5 .banner .banner-title img {
    width: 2.15rem;
    height: 0.61rem;
  }
  .h5 .banner .banner-text {
    width: 100%;
    padding: 0.45rem 0.5rem;
    box-sizing: border-box;
    font-size: 0.28rem;
    color: #6581ba;
    line-height: 0.37rem;
    margin-top: 0.35rem;
    background-color: white;
    box-shadow: 0px 0.18rem 0.27rem 0px rgba(51, 70, 122, 0.2);
    border-radius: 0.5rem;
  }
  .h5 .list {
    padding: 0 0.2rem;
    margin-top: 0.25rem;
  }
  .h5 .list .item {
    width: 100%;
    background-color: #fff;
    border-radius: 0.3rem;
    padding: 0.5rem;
    box-sizing: border-box;
    margin-bottom: 0.25rem;
    box-shadow: 0px 0.18rem 0.27rem 0px rgba(51, 70, 122, 0.2);
  }
  .h5 .list .item img {
    width: 100%;
    height: 4.5rem;
    border-radius: 0.3rem;
  }
  .h5 .list .item p {
    font-size: 0.26rem;
    line-height: 0.54rem;
    margin-top: 0.2rem;
    color: #4a5f7b;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .h5 .zrsm-fy{
    margin:0.4rem auto 0.25rem;
  }
}
