body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background-color: #f8fafc;
  position: relative;
  font-weight: normal;
  font-family: "microsoft yahei", "helvetica neue-light", "helvetica neue light", "helvetica neue", helvetica, arial, "lucida grande", sans-serif;
}

html, body {
  width: 100%;
  height: 100%;
}

* {
  margin: 0;
  padding: 0;
}

img {
  border: none;
  -ms-interpolation-mode: bicubic;
}

div, h1, h2, h3, p, span, ul, li, input, button {
  margin: 0;
  padding: 0;
  font-weight: normal;
  display: block;
}

i {
  font-style: normal;
  font-weight: normal;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

.main-wrap {
  background: url(/uploads/image/i/34652/zt_shce_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  width: 1020px;
  height: 3000px;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}

.main-contain {
  width: 672px;
  overflow: hidden;
  margin: 926px auto 0;
}

.main-item {
  width: 50%;
  float: left;
  overflow: hidden;
  box-sizing: border-box;
  padding: 0 12px;
  margin-bottom: 30px;
}

.main-item .wrap {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  border: 1px solid #d5d5d5;
  padding: 20px;
}

.main-item h1 {
  color: #d6181a;
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  margin: 6px 0;
  height: 44px;
  overflow: hidden;
}

.main-item span {
  font-size: 14px;
  color: #505050;
  clear: both;

}

.main-item .img {
  width: 270px;
  height: 160px;
  overflow: hidden;
  background: #c1c1c1;
}

.main-item img {
  width: 100%;
  height: 160px;
}

.index-more {
  position: absolute;
  bottom: 130px;
  background: url(/uploads/image/i/34652/zt_shce_button.png);
  background-position: center;
  background-repeat: no-repeat;
  width: 140px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  left: 50%;
  margin-left: -70px;
}

.list-wrap {
  background: url(/uploads/image/i/34652/zt_shce_bg2.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  width: 1020px;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}

.list-contain {
  width: 735px;
  margin: 476px auto 100px;
  background: url(/uploads/image/i/34652/zt_shce_list-bg2.png);
  background-repeat: repeat-y;
  background-position: center;
  padding: 0 40px;
  box-sizing: border-box;
  position: relative;
  min-height: 500px;
}

.list-contain:before {
  content: '';
  display: block;
  width: 100%;
  background: url(/uploads/image/i/34652/zt_shce_list-bg1.png);
  height: 50px;
  background-repeat: no-repeat;
  position: absolute;
  top: -50px;
  left: 1px;
}

.list-contain:after {
  content: '';
  display: block;
  width: 100%;
  background: url(/uploads/image/i/34652/zt_shce_list-bg3.png);
  height: 50px;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -50px;
  left: 1px;
}

.list-item {
  width: 100%;
  /* overflow: hidden; */
  position: relative;
  margin-bottom: 20px;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 20px;
  overflow: visible;
  display: flex;
}

.list-item:last-child {
  border: none;
}

.list-item .img {
  width: 180px;
  height: 120px;
  background: #c1c1c1;
  overflow: hidden;
  float: left;
  margin-right: 15px
}

.list-item img {
  width: 100%;
  height: 120px;
}

.list-item h1 {
  color: #d6181a;
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  margin: 6px 0;
  height: 44px;
  overflow: hidden;
}

.list-item .info {
  float: left;
  position: absolute;
  left: 200px;
  top: 10px;
  right: 0;
}

.list-item .info a {
  display: block;
}

.list-item span {
  font-size: 14px;
  color: #505050;
  clear: both;
}

.article-header {
  font-size: 20px;
  color: #d6181a;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  font-weight: bold;
}

.sub-title {
  width: 100%;
  border-bottom: 1px dashed #c1c1c1;
  text-align: center
}

.sub-title i {
  margin: 0 4px;
  font-size: 14px;
  line-height: 40px;
  color: #b98888;
}

.main-article {
  line-height: 24px;
  margin: 20px auto;
  color: #616161;
}