* {
  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;
}

.container {
  padding: 30px 11px 0;
}

.banner a {
  display: block;
  font-size: 0;
}

.banner img {
  width: 100%;
}

.title {
  font-size: 26px;
  color: 373737;
  text-align: center;
  font-weight: bold;
}

.introduce {
  display: table;
  margin-top: 15px;
  margin-bottom: 20px;
}

.introduce p, .introduce a {
  display: table-cell;
  vertical-align: middle;
}

.introduce p {
  width: 48.5%;
  padding-right: 5%;
  line-height: 26px;
}

.introduce a {
  width: 47.2%;
}

.introduce a img {
  width: 100%;
}

.halfBtn {
  overflow: hidden;
}

.halfBtn a {
  display: block;
  width: calc((100% - 15px)/2);
  float: left;
  margin-right: 15px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  background: #8f2e1e;
  border-radius: 6px;
}

.halfBtn a:last-child {
  margin-right: 0;
}

.kcList {
  margin-top: 20px;
  overflow: hidden;
  margin-bottom: 10px;
}

.kcList li {
  box-sizing: border-box;
  width: calc((100% - 10px)/2);
  float: left;
  padding: 4px;
  border: 1px solid #bfbfbf;
  margin-right: 10px;
  margin-bottom: 10px;
}

.kcList li:nth-child(2n+2) {
  margin-right: 0;
}

.kcList li a {
  display: block;
  font-size: 0;
}

.kcList li img {
  width: 100%;
}

.kcList li strong {
  display: block;
  text-align: center;
  font-size: 18px;
  color: #373737;
  margin: 3px 0;
}

.kcList li span {
  display: block;
  font-size: 12px;
  color: #7d7d7d;
  text-align: center;
}

.kcList li span em {
  font-style: normal;
  color: #c42018;
}

.kcList li a.btn {
  display: block;
  font-size: 14px;
  width: max-content;
  padding: 0 1em;
  height: 24px;
  line-height: 24px;
  color: #fff;
  background: #c42018;
  border-radius: 6px;
  margin: 5px auto;
}

.fullBtn a {
  display: block;
  height: 48px;
  line-height: 48px;
  text-align: center;
  color: #fff;
  background: #8f2e1e;
  font-size: 18px;
  border-radius: 6px;
}

.jxys {
  margin-top: 20px;
  margin-bottom: 20px;
}

.jxys li {
  background: #f4f4f4;
  padding: 5px;
  position: relative;
  margin-bottom: 11px;
}

.jxys li div {
  border: 1px solid #8c8c8c;
  padding: 20px;
}

.jxys li strong {
  display: block;
  color: #8f2e1e;
  font-size: 20px;
  margin-bottom: 5px;
}

.jxys li p {
  color: #373737;
  font-size: 16px;
}

.jxys li::after {
  content: "";
  display: block;
  width: 18px;
  height: 10px;
  background: #8f2e1e;
  position: absolute;
  top: 32px;
  left: -5px;
  z-index: 99;
}

.alk {
  margin-top: 20px;
  margin-bottom: 20px;
}

.alk a {
  display: block;
  font-size: 0;
}

.alk img {
  width: 100%;
}