* {
  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%;
}

.container {
  padding: 35px 10px 0;
}

.title {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1em;
}

.introduce {
  border: 1px solid #b5b5b5;
  border-radius: 8px;
  padding: 15px 12px;
  text-indent: 2em;
  font-size: 14px;
  color: #727272;
  line-height: 22px;
  margin-top: 15px;
}

.ysList {
  overflow: hidden;
  margin-top: 15px;
}

.ysList li {
  box-sizing: border-box;
  width: calc((100% - 7px)/2);
  float: left;
  padding: 20px 14px;
  background: #f7f7f7;
  margin-right: 7px;
  margin-bottom: 7px;
}

.ysList li:nth-child(2n+2) {
  margin-right: 0;
}

.ysList li:nth-last-child(1), .ysList li:nth-last-child(2) {
  margin-bottom: 0;
}

.ysList li strong {
  display: block;
  color: #5d5d5d;
  text-indent: 30px;
  height: 25px;
  line-height: 25px;
}

.ysList li small {
  display: block;
  font-size: 12px;
  color: #6c6c6c;
  margin-top: 5px;
}

.ysList li:nth-child(1) strong {
  background: url("../images/zys_1.png")no-repeat left center;
  background-size: 25px 25px;
}

.ysList li:nth-child(2) strong {
  background: url("../images/zys_2.png")no-repeat left center;
  background-size: 25px 25px;
}

.ysList li:nth-child(3) strong {
  background: url("../images/zys_3.png")no-repeat left center;
  background-size: 25px 25px;
}

.ysList li:nth-child(4) strong {
  background: url("../images/zys_4.png")no-repeat left center;
  background-size: 25px 25px;
}

.fullBtn {
  margin-top: 20px;
}

.fullBtn a {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #e53342;
  border-radius: 8px;
  font-weight: bold;
  color: #fff;
  font-size: 18px;
  letter-spacing: 2px;
  text-align: center;
}

.jxd {
  margin-top: 20px;
}

.jxd li {
  display: table;
}

.jdfm, .jdInfo {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}

.jdfm img {
  width: 100%;
}

.jdInfo {
  padding: 0 12px;
  background: #f7f7f7;
}

.jdInfo span {
  display: block;
  font-size: 16px;
  color: #494949;
  line-height: 1em;
}

.jdInfo font {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #494949;
}

.jxh {
  margin-top: 20px;
}

.jxh li {
  overflow: hidden;
  margin-bottom: 6px;
}

.jxh li a {
  display: block;
  float: left;
  position: relative;
}

.jxh li a img {
  width: 100%;
}

.jxh li:nth-child(1) a:first-child {
  width: 56.33%;
  margin-right: 5px;
}

.jxh li:nth-child(1) a:last-child {
  width: 42.1%;
}

.jxh li a span {
  display: block;
  padding: 7px 15px;
  color: #fff;
  font-size: 16px;
  line-height: 1em;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 9px;
  left: 0;
}

.jxh li:nth-child(3) a {
  width: calc((100% - 5px)/2);
}

.jxh li:nth-child(3) a:first-child {
  margin-right: 5px;
}

.zpara {
  margin-top: 20px;
}

.zptitle {
  text-align: center;
}

.zptitle::before, .zptitle::after {
  content: "";
  display: inline-block;
  width: 35px;
  height: 3px;
  background: #858585;
  vertical-align: middle;
}

.zptitle span {
  display: inline-block;
  color: #858585;
  font-size: 16px;
  padding: 0 5px;
  line-height: 1em;
}

.zpbox {
  overflow: hidden;
  margin-top: 12px;
}

.zpbox a {
  display: block;
  width: calc((100% - 5px)/2);
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
}

.zpbox a:nth-child(2n+2) {
  margin-right: 0;
}

.zpbox a:nth-last-child(1), .zpbox a:nth-last-child(2) {
  margin-bottom: 0;
}

.zpbox a img {
  width: 100%;
}

.others {
  margin-top: 20px;
  overflow: hidden;
}

.others a {
  display: block;
  width: calc((100% - 5px)/2);
  float: left;
  margin-right: 5px;
  margin-bottom: 18px;
}

.others a:nth-child(2n+2) {
  margin-right: 0;
}

.others a:nth-last-child(1), .others a:nth-last-child(2) {
  margin-bottom: 0;
}

.others a img {
  width: 100%;
}

.others a span {
  display: block;
  font-size: 16px;
  color: #494949;
  text-align: center;
  line-height: 1em;
  margin-top: 10px;
}