* {
  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: 30px 8px 0;
}

.title {
  font-size: 22px;
  color: #5e5e5e;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

.intro {
  font-size: 16px;
  color: #5e5e5e;
  line-height: 22px;
}

.kcjs {
  overflow: hidden;
  margin-top: 15px;
}

.kcjs a {
  display: block;
  float: left;
  width: calc((100% - 16px)/3);
  margin-right: 8px;
  margin-bottom: 8px;
}

.kcjs a:nth-child(3n+3) {
  margin-right: 0;
}

.kcjs a:nth-last-child(1), .kcjs a:nth-last-child(2), .kcjs a:nth-last-child(3) {
  margin-bottom: 0;
}

.kcjs a img {
  width: 100%;
}

.fullBtn {
  margin-top: 20px;
}

.fullBtn a {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  background: #e5464e;
  font-size: 18px;
  border-radius: 6px;
}

.zytitle {
  position: relative;
}

.zytitle img {
  width: 100%;
}

.zytitle span {
  display: block;
  width: 32.2%;
  text-align: center;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
  line-height: 1em;
}

.zytitle font {
  display: block;
  width: 67.8%;
  text-align: center;
  font-size: 16px;
  color: #434343;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 0;
  line-height: 1em;
}

.zyList {
  margin-top: 10px;
}

.zyList ul {
  overflow: hidden;
}

.zyList ul li {
  width: calc((100% - 8px)/2);
  float: left;
}

.zyList ul li:first-child {
  margin-right: 8px;
}

.zyList li a {
  display: block;
}

.zyList li a img {
  width: 100%;
}

.zyInfo {
  border: 1px solid #b5b5b5;
  border-top: none;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: 5px 5px 7px;
}

.zyInfo strong {
  display: block;
  font-size: 16px;
  color: #434343;
  margin-top: 10px;
  margin-bottom: 5px;
}

.zyInfo small {
  display: block;
  font-size: 14px;
  color: #434343;
}

.zyInfo small em {
  font-style: normal;
  color: #e5464e;
}

.zyInfo p {
  overflow: hidden;
  margin-top: 10px;
}

.zyInfo p a {
  display: block;
  width: calc((100% - 5px)/2);
  box-sizing: border-box;
  float: left;
  text-align: center;
  height: 36px;
  line-height: 36px;
  border: 1px solid #e2414a;
  border-radius: 6px;
  font-size: 14px;
}

.zyInfo p a:first-child {
  margin-right: 5px;
  color: #e2414a;
}

.zyInfo p a:last-child {
  background: #e2414a;
  color: #fff;
}

.zxList li {
  padding: 15px 10px;
  background: #f6f6f6;
  border-radius: 8px;
  position: relative;
  margin-bottom: 8px;
}

.zxList li:last-child {
  margin-bottom: 0;
}

.zxList li span {
  display: block;
  font-size: 13px;
  color: #3e3e3e;
  margin-bottom: 8px;
  line-height: 1em;
}

.zxList li span em {
  font-style: normal;
  color: #e5464e;
}

.zxList li strong {
  font-size: 17px;
  color: #3e3e3e;
  line-height: 1em;
}

.zxList li a {
  display: block;
  padding-left: 24px;
  height: 20.5px;
  line-height: 20.5px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 10px;
  color: #e5464e;
  text-decoration: underline;
}

.zxList li a::before {
  content: "";
  display: block;
  float: left;
  width: 24px;
  height: 20.5px;
  background: url('../images/talk.png')no-repeat left center;
  background-size: 100%;
  margin-right: 3px;
}

.xxhj {
  overflow: hidden;
}

.xxhj li {
  width: calc((100% - 8px)/2);
  float: left;
}

.xxhj li:first-child {
  margin-right: 8px;
}

.xxhj li a {
  display: block;
}

.xxhj li img {
  width: 100%;
}

.xxhj1 {
  margin-bottom: 7px;
}

.xxhj1 .right a:first-child, .xxhj2 .left a:first-child {
  margin-bottom: 7px;
}

.description p {
  font-size: 16px;
  color: #5e5e5e;
  line-height: 1.3em;
}

.description p:first-child {
  margin-bottom: 8px;
}

.description p em {
  font-style: normal;
  color: #e5464e;
}

.halfImg {
  overflow: hidden;
  margin-top: 10px;
}

.halfImg li {
  width: calc((100% - 8px)/2);
  float: left;
  margin-right: 8px;
  margin-bottom: 8px;
}

.halfImg li:nth-child(2n+2) {
  margin-right: 0;
}

.halfImg li:nth-last-child(1), .halfImg li:nth-last-child(2) {
  margin-bottom: 0;
}

.halfImg li a {
  display: block;
  position: relative;
}

.halfImg li img {
  width: 100%;
}

.halfImg li span {
  display: block;
  width: 100%;
  height: 25px;
  line-height: 25px;
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: 15px;
  position: absolute;
  bottom: 0;
}