main {
  position: relative;
  z-index: 1;
  width: 1200px;
  margin: auto;
  overflow: hidden;
  padding-bottom: 20px;
}
.bhZtTop {
  position: relative;
  top: -3px;
  padding: 19px 11px 19px 19px;
  margin: 0 auto 5px;
  background: #fff;
  border-radius: 20px;
  border: 2px solid #eee;
  overflow: hidden;
  *zoom: 1;
}

.bhZtTop .img {
  float: left;
  width: 472px;
  height: 265px;
  border-radius: 10px;
  overflow: hidden;
}

.bhZtTop .img img {
  width: 100%;
  min-height: 100%;
  height: auto;
  border-radius: 10px;
}

.bhZtTop dl {
  float: left;
  position: relative;
  width: 660px;
  min-height: 265px;
  margin: 0 0 0 30px;
  overflow: hidden;
}

.bhZtTop dd,
.bhZtTop dt {
  display: block;
  overflow: hidden;
}

.bhZtTop h1 {
  position: relative;
  margin: 16px 0 10px;
  z-index: 1;
  vertical-align: top;
  display: block;
  line-height: 36px;
  font-size: 26px;
  color: #333;
  font-weight: bold;
  overflow: hidden;
}

.bhZtTop p {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 90px;
  max-height: 300px;
  font-size: 16px;
  color: #808080;
  line-height: 30px;
  margin-bottom: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.bhZtTop span {
  float: left;
  position: relative;
  display: block;
  margin-bottom: 19px;
  font-size: 14px;
  color: #ccc;
  line-height: 22px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.bhZtTop span i {
  color: #0070f9;
}

.bhZtTop a {
  display: inline-block;
  vertical-align: top;
  padding: 0 9px;
  height: 26px;
  font-size: 12px;
  color: #666;
  line-height: 24px;
  border-radius: 6px;
  margin: 0 8px 9px 0;
  background: #f4f6f8;
}

.bhZtTop a:hover {
  background: #0070f9;
  color: #fff;
}

.bhZtTop:after {
  content: '';
  position: absolute;
  right: 29px;
  top: 40px;
  z-index: 0;
  width: 77px;
  height: 25px;
  background: url('../img/icond.png') no-repeat;
  background-size: 1000px 1000px;
  background-position: -5px -152px;
}
.ztDeGS {
  background-color: #fff;
  padding: 20px;
  border-radius: 20px;
}

.ztDeGS ul {
  width: 106%;
  padding: 8px 0 11px;
  margin-bottom: 9px;
  border-bottom: 1px solid #ecf0f1;
  overflow: hidden;
  *zoom: 1;
}

.ztDeGS li {
  float: left;
  width: 375px;
  height: 90px;
  border-radius: 15px;
  margin: 0 24px 10px 0;
  overflow: hidden;
}

.ztDeGS li a {
  display: block;
  position: relative;
  padding: 10px;
  border-radius: 15px;
  overflow: hidden;
}

.ztDeGS li a img {
  float: left;
  width: 70px;
  height: 70px;
  border-radius: 15px;
}

.ztDeGS li a div {
  float: left;
  width: 222px;
  height: 70px;
  margin-left: 16px;
  overflow: hidden;
}

.ztDeGS li a div p {
  display: block;
  font-size: 16px;
  color: #000;
  line-height: 26px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ztDeGS li a div span {
  display: block;
  font-size: 12px;
  color: #999;
  line-height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ztDeGS li a div span:last-of-type {
  margin-top: 6.5px;
}

.ztDeGS li a > span {
  display: block;
  position: absolute;
  right: 11px;
  top: 30px;
  width: 72px;
  height: 28px;
  font-size: 14px;
  color: #0070f9;
  background: rgba(90, 150, 255, 0.1);
  border-radius: 14px;
  text-align: center;
  line-height: 28px;
  overflow: hidden;
}

.ztDeGS li a:hover > span {
  color: #fff;
  background: #0070f9;
}

.ztDeGS li a:hover {
  background: #f4f6f8;
}

.ztDeBg .GSZtHot dl {
  background: #f6f9fb;
}

.ztDeBg .GSZtHot dl dd.hotbtn a {
  border-top-color: #f0f3f5;
}

.ztDeGS li a:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 6px;
  z-index: 1;
  display: none;
  width: 59px;
  height: 23px;
  background: url('../img/icond.png') no-repeat;
  background-size: 1000px 1000px;
  background-position: -111px -152px;
}

.ztDeGS li:nth-of-type(1) a:before {
  display: block;
}

.ztDeGS li:nth-of-type(2) a:before {
  display: block;
  background-position: -184px -152px;
}

.ztDeGS li:nth-of-type(3) a:before {
  display: block;
  background-position: -257px -152px;
}
.GSZtHot {
  margin-bottom: 22px;
  padding-top: 6px;
}
.GSZtHot .bhTit {
  position: relative;
  z-index: 1;
  padding: 3px 0;
  overflow: hidden;
  *zoom: 1;
}

.GSZtHot .bhTit a {
  position: relative;
  z-index: 1;
  float: right;
  display: block;
  font-size: 14px;
  color: #999;
  font-weight: 500;
  height: 40px;
  line-height: 42px;
  text-align: center;
  overflow: hidden;
}

.GSZtHot .bhTit h2 {
  position: relative;
  float: left;
  display: block;
  max-width: 80%;
  height: 40px;
  line-height: 40px;
  font-size: 26px;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.GSZtHot .bhTit a:hover {
  color: #0070f9;
}

.GSZtHot .bhTit strong {
  position: relative;
  float: left;
  display: block;
  max-width: 80%;
  height: 34px;
  line-height: 34px;
  font-size: 20px;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.GSZtHot .bhTit strong ~ a {
  line-height: 40px;
  height: 34px;
}

.GSZtHot .list {
  width: 106%;
  padding-top: 15px;
  overflow: hidden;
  *zoom: 1;
}

.GSZtHot dl {
  float: left;
  width: 387px;
  height: 410px;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 20px;
  margin: 0 20px 0 0;
  overflow: hidden;
}

.GSZtHot dt {
  position: relative;
  z-index: 1;
  display: block;
  padding: 4px 20px 14px;
  height: 48px;
  overflow: hidden;
  *zoom: 1;
}

.GSZtHot dt a {
  position: relative;
  display: block;
  margin-right: 32px;
  max-width: 80%;
  height: 58px;
  line-height: 58px;
  font-size: 18px;
  color: #000;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.GSZtHot dt a:after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 4px;
  bottom: 0.5px;
  left: 0;
  background-color: #0070f9;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.GSZtHot dt a:hover:after {
  width: 41%;
}

.GSZtHot dt span {
  position: absolute;
  top: 14px;
  right: 20px;
  line-height: 44px;
  font-size: 14px;
  color: #ccc;
}

.GSZtHot dd a {
  display: block;
  position: relative;
  padding: 15px 20px;
  border-radius: 15px;
}

.GSZtHot dd a img {
  float: left;
  width: 70px;
  height: 70px;
  border-radius: 15px;
}

.GSZtHot dd a div {
  float: left;
  width: 222px;
  height: 70px;
  margin-left: 16px;
  overflow: hidden;
}

.GSZtHot dd a div p {
  display: block;
  font-size: 16px;
  color: #000;
  line-height: 26px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.GSZtHot dd a div span {
  display: block;
  font-size: 12px;
  color: #999;
  line-height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.GSZtHot dd a div span:last-of-type {
  margin-top: 6.5px;
}

.GSZtHot dd a > span {
  display: block;
  position: absolute;
  right: 20px;
  top: 35px;
  width: 72px;
  height: 28px;
  font-size: 14px;
  color: #0070f9;
  background: rgba(90, 150, 255, 0.1);
  border-radius: 14px;
  text-align: center;
  line-height: 28px;
  overflow: hidden;
}

.GSZtHot dd a:hover > span {
  color: #fff;
  background: #0070f9;
}

.GSZtHot dl dd.hotbtn a {
  display: block;
  margin-top: 15px;
  padding: 0;
  font-size: 14px;
  color: #ccc;
  line-height: 46px;
  height: 48px;
  text-align: center;
  border-top: 1px solid #f8f8f8;
  border-radius: 0;
}

.GSZtHot dl dd.hotbtn a:hover {
  color: #0070f9;
}
