* {
  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;
}

.clear {
  clear: both;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.banner a {
  display: block;
}

.banner img {
  width: 100%;
}

.container {
  padding: 30px 8px 15px;
}

.title {
  color: #3e3e3e;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}

.stitle {
  text-align: center;
  font-size: 18px;
  color: #6a5244;
  font-weight: bold;
  margin-top: 24px;
  margin-bottom: 13px;
  line-height: 1em;
  vertical-align: top;
}

.stitle::before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 17px;
  vertical-align: top;
}

.stitle1::before {
  background: url('../images/stitle_bg1.jpg')no-repeat center center;
  background-size: cover;
}

.stitle2::before {
  background: url('../images/stitle_bg2.jpg')no-repeat center center;
  background-size: cover;
}

.intro {
  font-size: 16px;
  color: #3e3e3e;
  padding: 0 5px;
}

.intro p {
  line-height: 1.3em;
  margin-bottom: 8px;
}

.intro p:last-child {
  margin-bottom: 0;
}

.intro p span {
  color: #765f50;
  font-weight: bold;
}

.mbList {
  overflow: hidden;
  margin-top: 15px;
}

.mbList a {
  display: block;
  width: calc((100% - 16px)/3);
  float: left;
  margin-right: 8px;
  margin-bottom: 4px;
}

.mbList a:nth-child(3), .mbList a:nth-child(5) {
  margin-right: 0;
}

.mbList a:nth-child(1), .mbList a:nth-child(4), .mbList a:nth-child(5) {
  margin-bottom: 0;
}

.mbList a img {
  width: 100%;
}

.fullBtn {
  margin-top: 20px;
}

.fullBtn a {
  display: block;
  height: 52px;
  line-height: 52px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  background: #b48e66;
  border-radius: 6px;
}

.zyList {
  margin-top: 15px;
}

.zyList>div {
  margin-bottom: 13px;
}

.zyList>div:nth-last-child(1), .zyList>div:nth-last-child(2) {
  margin-bottom: 0;
}

.zyBox {
  width: calc((100% - 8px)/2);
}

.zyBox img {
  width: 100%;
}

.zyInfo {
  padding: 5px;
  box-shadow: 0 3px 3px 0.5px #b8b8b8;
}

.zyInfo>a {
  display: block;
  text-align: center;
  font-size: 18px;
  color: #ef8718;
  margin-bottom: 8px;
}

.zyInfo span {
  display: block;
  color: #333333;
  font-size: 16px;
  margin-bottom: 7px;
  padding-left: 4px;
}

.zyInfo font {
  height: calc(5em + 16px);
  padding: 0 4px;
  font-size: 14px;
  line-height: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  color: #444;
}

.zyInfo p {
  padding: 8px 4px 4px;
  overflow: hidden;
}

.zyInfo p a {
  display: block;
  box-sizing: border-box;
  width: calc((100% - 20px)/2);
  float: left;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border: 1px solid #ef8718;
  border-radius: 6px;
  font-size: 14px;
}

.zyInfo p a:first-child {
  margin-right: 20px;
  color: #ef8718;
}

.zyInfo p a:last-child {
  background: #ef8718;
  color: #fff;
}

.firsthj {
  overflow: hidden;
}

.firsthj .left {
  width: 65.6%;
  float: left;
  overflow: hidden;
}

.firsthj .left a:first-child {
  display: block;
  width: 100%;
  margin-bottom: 5px;
}

.firsthj .left a:nth-child(2), .firsthj .left a:nth-child(3) {
  display: block;
  width: calc((100% - 5px)/2);
  float: left;
}

.firsthj .left a:nth-child(2) {
  margin-right: 5px;
}

.firsthj .right {
  width: 32.5%;
  float: right;
}

.firsthj .right a {
  display: block;
}

.firsthj .right a:first-child {
  margin-bottom: 6px;
}

.firsthj img {
  width: 100%;
}

.sechj {
  overflow: hidden;
  margin-top: 5px;
}

.sechj li {
  width: calc((100% - 5px)/2);
  float: left;
}

.sechj li:first-child {
  margin-right: 5px;
}

.sechj li a {
  display: block;
}

.sechj li img {
  width: 100%;
}

.schj {
  margin-top: 15px;
}

.description {
  padding: 0 5px;
  margin-top: 15px;
}

.description p {
  font-size: 15px;
  color: #595959;
  line-height: 1.4em;
}

.description strong {
  display: block;
  color: #796152;
  font-size: 16px;
  margin-top: 16px;
  margin-bottom: 8px;
}

.description font {
  color: #3e3e3e;
  display: block;
  line-height: 1.3em;
}

.zsList {
  overflow: hidden;
  margin-top: 25px;
}

.zsList a {
  display: block;
  width: calc((100% - 12px)/3);
  float: left;
  margin-right: 6px;
}

.zsList a:last-child {
  margin-right: 0;
}

.zsList a img {
  width: 100%;
}