* {
  margin: 0;
  padding: 0;
}

body {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}

ul, ol {
  list-style: none;
}

a {
  text-decoration: none;
}

img {
  display: block;
}

.banner a {
  display: block;
}

.banner img {
  width: 100%;
}

.checkbox {
  width: 100%;
  overflow: hidden;
  height: 38px;
  line-height: 38px;
  border-top: 1px solid #0265b8;
  border-bottom: 1px solid #0265b8;
}

.checkbox a {
  display: block;
  width: calc((100% - 2px)/3);
  float: left;
  text-align: center;
  font-size: 15px;
  color: #0265b8;
}

.checkbox a:nth-child(1), .checkbox a:nth-child(2) {
  border-right: 1px solid #0265b8;
}

.checkbox a.active {
  background: #0265b8;
  color: #fff;
}

.zylist {
  padding: 0 10px;
  overflow: hidden;
  padding-bottom: 10px;
}

.zylist li {
  width: calc((100% - 10px)/2);
  float: left;
  margin-top: 20px;
  box-shadow: 0 0 5px #ccc;
  border-radius: 5px;
}

.zylist li:nth-child(2n+2) {
  margin-left: 10px;
}

.zyfm {
  display: block;
}

.zyfm img {
  width: 100%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.zyinfo {
  padding: 10px 5px 10px;
}

.zyinfo>a {
  display: block;
  text-align: center;
  font-size: 15px;
  color: #333;
  line-height: 1em;
}

.zyzx {
  margin-top: 10px;
  overflow: hidden;
  padding-bottom:1px;
}

.zyzx a {
  display: block;
  width: calc((100% - 10px)/2);
  float: left;
  height: 28px;
  line-height: 28px;
  text-align: center;
  border-radius: 4px;
  color: #fff;
  font-size: 13px;
}

.zyzx a:first-child {
  margin-right: 10px;
  color: #0265b8;
  border: 1px solid #0265b8;
}

.zyzx a:last-child {
  background: #0265b8;
}

.nrbox .swiper-pagination {
  top: 0;
  bottom: 0;
  overflow: hidden;
  height: 38px;
  border-top: 1px solid #0265b8;
  border-bottom: 1px solid #0265b8;
}

.nrbox .swiper-pagination span {
  display: block;
  width:100%;
  float: left;
  text-align: center;
  font-size: 15px;
  color: #0265b8;
  height: 38px;
  line-height: 38px;
  border-radius: 0;
  margin: 0;
  opacity: 1;
  background: none;
}

.nrbox .swiper-pagination span:nth-child(1), .nrbox .swiper-pagination span:nth-child(2) {
  border-right: 1px solid #0265b8;
}

.nrbox .swiper-pagination span.swiper-pagination-bullet-active {
  background: #0265b8;
  color: #fff;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
}

.nrbox .swiper-wrapper {
  /* padding-top: 38px; */
}