body {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  background: url(./images/topAd.png) no-repeat;
  background-color: #ddebf3;
}
a {
  text-decoration: none;
}
ul,
ol,
li {
  list-style: none;
}
main {
  width: 1200px;
  margin: auto;
  overflow: hidden;
  padding-bottom: 12px;
}
.crumb {
  width: 1200px;
  padding-bottom: 2px;
  height: 54px;
  line-height: 54px;
  margin: 0 auto;
}

.crumb div {
  position: relative;
  margin: 0 auto;
}

.crumb div:before {
  content: '';
  position: relative;
  top: 18px;
  margin-right: 10px;
  vertical-align: top;
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(./images/icon.png) no-repeat;
  background-size: 1000px 1000px;
  background-position: -233px -4px;
}

.crumb div,
.crumb div a {
  font-size: 14px;
  color: #fff;
}

.crumb a,
.crumb span {
  position: relative;
  display: inline-block;
  color: #999;
  vertical-align: top;
}

.crumb a:after {
  content: '';
  position: relative;
  margin-left: 8px;
  top: 22px;
  vertical-align: top;
  display: inline-block;
  width: 7px;
  height: 12px;
  background: url(./images/icon.png) no-repeat;
  background-size: 1000px 1000px;
  background-position: -39px -3px;
}

.crumb span {
  position: relative;
  color: #40b4f7;
  font-weight: bold;
}

.crumb a:hover {
  color: #40b4f7;
}

.crumb a {
  padding-right: 7px;
}
.zt-menu {
  margin: 10px 0 20px;
  text-align: center;
}

.zt-menu a {
  position: relative;
  vertical-align: top;
  display: inline-block;
  margin: 0 25px 10px;
  padding: 0 39px;
  font-size: 20px;
  color: #40b4f7;
  background: #fff;
  box-shadow: 0 0 6px 4px rgba(255, 255, 255, 0.2);
  line-height: 48px;
  border-radius: 24px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.zt-menu a:hover {
  font-weight: bold;
}

.zt-menu a.current {
  font-weight: bold;
  color: #fff;
  background: #40b4f7;
  box-shadow: 0 0 6px 4px rgba(220, 51, 5, 0.2);
}
.xhTit {
  position: relative;
  z-index: 1;
  padding-top: 14px;
  overflow: hidden;
}
.xhTit:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  width: 220px;
  height: 53px;
  background: url(./images/titleicon.png) no-repeat;
  background-size: 500px 2000px;
  background-position: -14px -709px;
}
.xhTit h2,
.xhTit strong {
  position: relative;
  display: block;
  max-width: 80%;
  height: 48px;
  line-height: 48px;
  font-size: 0;
  color: #333;
  font-weight: bold;
  font-style: italic;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.zt-list {
  position: relative;
  margin: 0 0 24px 0;
  padding: 2px 24px 5px;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  display: none;
}
.zt-list[data-index='1']{
    display: block;
}
.zt-list[data-index='2'] .xhTit.syzt:before{
   background-position: -4px -784px ;
}
.zt-list .list {
  margin: 17px 0 24px;
  padding: 11px 0 0 2px;
  border-radius: 8px;
  border: 1px solid #eeeeee;
  overflow: hidden;
}

.zt-list .list a {
  float: left;
  position: relative;
  display: block;
  margin: 0 8px 11px;
  padding: 0 21px;
  font-size: 14px;
  color: #999;
  background: transparent;
  line-height: 32px;
  border-radius: 16px;
  transition: all 0.1s;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -o-transition: all 0.1s;
}

.zt-list .list a:hover {
  color: #fff;
  background: #ff914e;
}

.zt-list ul {
  width: 100%;
  overflow: hidden;
  padding-left: 0;
}

.zt-list ul li {
  float: left;
  margin: 20px 0;
  padding: 0 20px;
  width: 32%;
  height: 210px;
  border-radius: 8px;
  border: 1px solid #eeeeee;
  box-sizing: border-box;
}
.zt-list ul li:nth-child(3n-1) {
  margin-left: 2%;
  margin-right: 2%;
}

.zt-list ul li > a {
  display: block;
  margin-top: 16px;
  font-size: 20px;
  color: #333;
  font-weight: bold;
  line-height: 42px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.zt-list ul li p {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #999;
  height: 48px;
  line-height: 24px;
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.zt-list ul li > a:hover {
  background: #40b4f7;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.zt-list ul li div {
  margin-top: 15px;
  width: 108%;
  height: 66px;
  overflow: hidden;
  *zoom: 1;
}

.zt-list ul li div a {
  position: relative;
  margin-right: 21px;
  display: block;
  float: left;
  width: 66px;
  height: 66px;
  text-align: center;
  overflow: hidden;
}

.zt-list ul li div a img {
  border: 1px solid transparent;
  width: 64px;
  height: 64px;
  border-radius: 16px;
  display: block;
  margin: auto;
}

.zt-list ul li div a:hover img {
  border-color: #ff914e;
}

.zt-list ~ .pagecode {
  margin: 0 0 16px;
  padding-top: 4px;
}
.pagecode {
  padding: 0 0 24px;
  text-align: center;
  font-size: 18px;
  color: #949799;
}

.pagecode a {
  position: relative;
  padding: 8.5px 18px;
  margin: 0 5.5px;
  color: #999;
  text-decoration: none;
  border: none;
  background-color: #fff;
  border-radius: 4px;
}

.pagecode > span {
  display: inline-block;
  line-height: 38px;
  height: 38px;
  border-radius: 4px;
}

.pagecode span a {
  display: block;
  padding: 0;
  min-width: 38px;
  line-height: 38px;
  text-align: center;
  border-radius: 4px;
  font-size: 18px;
}

.pagecode a:hover {
  color: #fff;
  background: #40b4f7 !important;
}

.pagecode a.current,
.pagecode a.current:hover {
  top: 1px;
  color: #fff;
  background: #40b4f7 !important;
  border-color: transparent;
  padding: 7px 14px;
  font-weight: normal;
}

.pagecode a.disabled,
.pagecode a.disabled:hover {
  color: #999;
  background-color: #efefef !important;
  cursor: default;
}

.pagecode > a {
  padding: 7px 14px;
}

.pagecode .pre,
.pagecode .next {
  padding: 7px 19px;
}

.pagecode .pre:before,
.pagecode .next:before {
  content: '';
  position: absolute;
  top: 9px;
  left: 0;
  right: 0;
  margin: auto;
  vertical-align: top;
  display: inline-block;
  width: 12px;
  height: 20px;
  background: url(./images/icon.png) no-repeat;
  background-size: 1000px 1000px;
  background-position: -284px -4px;
}

.pagecode .pre:hover:before,
.pagecode .next:hover:before {
  background-position: -300px -4px;
}

.pagecode .next:before {
  transform: rotate(-180deg);
}
.show_more_once{
        text-align: center;
    font-size: 18px;
    font-weight: 700;
    padding: 10px;
    cursor: pointer;
}
