body {
  background: #b01614 url(/uploads/image/tdimg/banner.jpg) no-repeat center top;
}
#zt-foot {
  background: #fff;
}
#top {
  position: relative;
  margin: auto;
  width: 94%;
  max-width: 1300px;
  height: 450px;
}
#top .name {
  position: absolute;
  left: 50%;
  top: 60%;
  margin: -75px 0 0 -450px;
}
#top .logo {
  position: absolute;
  left: 0;
  top: 50px;
}
#info {
  margin: auto;
  width: 94%;
  max-width: 1300px;
  box-sizing: border-box;
  padding: 40px 6%;
  border-radius: 30px;
  background: #ffebc9;
  color: #b46633;
  font-size: 20px;
  line-height: 1.8em;
  text-align: justify;
}
#info p {
  margin: 0.5em 0;
}
#list {
  position: relative;
  margin: 100px auto;
  width: 94%;
  max-width: 1300px;
  box-sizing: border-box;
  padding: 100px 10% 20px;
  border-radius: 30px;
  background: #fff;
}
#list .box-title {
  position: absolute;
  left: 50%;
  top: -18px;
  margin-left: -250px;
  width: 500px;
  height: 62px;
  background: url(/uploads/image/tdimg/label-1.png) no-repeat center top;
  text-align: center;
  line-height: 60px;
  font-size: 30px;
  font-weight: bold;
  color: #fc0;
  text-shadow: 3px 2px 0 #0006;
  letter-spacing: 0.1em;
}
#list a.item {
  display: block;
  min-height: 200px;
}
#list a.item .img {
  float: left;
}
#list a.item .img img {
  display: block;
  width: 300px;
  height: 200px;
}
#list a.item .img   .txt {
  margin-left: 340px;
}
#list a.item .txt h3 {
  font-size: 24px;
  font-weight: normal;
  line-height: 1.5em;
  /* overflow: hidden;
				text-overflow: ellipsis;
				white-space: nowrap; */
}
#list a.item .txt p {
  margin-top: 1em;
  line-height: 2em;
  color: #333;
}
#list a.item:hover .txt h3 {
  color: #b01614;
}
#list hr.line {
  margin: 30px 0;
  border: 0;
  height: 0;
  border-top: 1px dashed #ccc;
}
#content {
  margin: 50px auto 100px;
  width: 94%;
  max-width: 1300px;
  box-sizing: border-box;
  padding: 60px 10% 100px;
  border-radius: 30px;
  background: #fff;
}
#content .title {
  margin: 0.5em 0;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #b01614;
}
#content .title2 {
  margin: 0.8em 0;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #b01614;
}
#content .info {
  margin: 30px 0 40px;
  border-bottom: 1px solid #ccc;
  line-height: 2em;
  font-size: 14px;
  text-align: center;
  color: #999;
}
#content .con-box {
  text-align: justify;
  line-height: 1.8em;
}
#content .con-box h1,
#content .con-box h2,
#content .con-box h3,
#content .con-box h4,
#content .con-box h5,
#content .con-box h6,
#content .con-box p {
  margin: 1em 0;
}
#content .con-box img {
  max-width: 100%;
}
