.czj-ty-header {
  width: 100%;
  height: 54px;
  margin-top: 20px;
  line-height: 54px;
  background-color: #f0f8ff;
}

.czj-ty-header-z-img {
  margin-top: 18px;
  margin-left: 22px;
}

.czj-ty-header-y-img {
  float: right;
}

.czj-ty-header a {
  font-size: 16px;
}

/* 通用头部位置  end */
.ztzl {
  margin: 0 auto;
  width: 1200px;
  margin-top: 30px;
}

.special-list {
  width: 100%;
  margin: 0 auto;
}

.special-list .special-title2 {
  margin-bottom: 20px;
}

.special-title {
  height: 44px;
  width: 96%;
  margin: 20px auto;
  border-bottom: 1px solid #c6dcf5;
}

.special-title a {
  font-size: 18px;
  display: block;
  width: 114px;
  line-height: 44px;
  border-bottom: 3px solid #0163d1;
}

.special-title a img {
  height: 20px;
  width: 20px;
  margin-top: 14px;
}

.section-1 {
  width: 96%;
  margin: 0 auto;
}

.section-1fool-left {
  width: 335px;
  text-align: center;
  background-color: #fbfbfb;
  border-bottom: 1px solid #f2f2f2;
  margin: 0 24px 50px;
}

.section-1fool-left-1 {
  width: 313px;
  padding: 10px;
  border: 1px solid #f2f2f2;
  background-color: #fff;
  overflow: hidden;
}

.section-1fool-left-1 img {
  max-width: 313px;
  height: 154px;
  width: 313px;
  transition-duration: 0.5s;
}

.section-1fool-left-1 img:hover {
  transform: scale(1.2);
}

.section-1fool-left span {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

.section-1fool-left p {
  height: 38px;
  line-height: 38px;
  font-size: 14px;
}


/* 专题专栏样式  END */

@media screen and (max-width: 1200px) {
  .common-box {
    width: 100%;
    background-color: transparent;
  }

  .ztzl {
    margin: 0 auto;
    width: 96%;
  }

  .special-list {
    width: 100%;
    margin: 0 auto;
  }

  .special-title {
    height: 0.8rem;
    width: 100%;
    margin: 0rem auto;
    border-bottom: 1px solid #c6dcf5;
  }

  .special-title a {
    font-size: 0.28rem;
    display: block;
    width: 2rem;
    line-height: 0.8rem;
  }

  .special-title a:hover {
    border-bottom: 3px solid #0163d1;
  }

  .special-title a img {
    height: 0.3rem;
    width: 0.3rem;
    margin-top: 0.3rem;
  }

  .section-1 {
    width: 100%;
  }

  .section-1fool-left {
    width: 48%;
    height: 2.5rem;
    text-align: center;
    margin-top: 0.27rem;
    margin-left: 0rem;
    margin-right: 0.18rem;
    background-color: #fbfbfb;
    border-bottom: 0.013rem solid #f2f2f2;
    margin-bottom: 0rem;
    box-sizing: border-box;
  }

  .section-1fool-left-1 {
    width: 95.6%;
    padding: 0.066rem;
    height: 1.6rem;
    border: 0.013rem solid #f2f2f2;
    background-color: #fff;
  }

  .section-1fool-left-1 img {
    max-width: 100%;
    max-height: 1.6rem;
    height: 1.6rem;
    width: 100%;
  }

  .section-1fool-left span {
    display: inline-block;
    height: 0.8rem;
    line-height: 0.8rem;
    text-align: center;
  }

  .section-1fool-left p {
    height: 0.8rem;
    width: 100%;
    line-height: 0.8rem;
    font-size: 0.22rem;
    color: #666666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .sectionright {
    float: left;
    margin-right: 0rem;
  }

  .section-moblie {
    float: right;
    margin-right: 0rem;
  }

  .special-list .special-title2 {
    margin-bottom: 0rem;
  }

  .czj-ty-header {
    width: 100%;
    height: 0.6rem;
    margin-top: 0.2rem;
    margin: 0 auto;
    line-height: 0.6rem;
    background-color: #f0f8ff;
  }

  .czj-ty-header-z-img {
    margin-top: 0.2rem;
    margin-left: 0.2rem;
    width: 0.24rem;
    height: 0.24rem;
  }

  .czj-ty-header-y-img {
    float: right;
    height: 100%;
    margin-right: 0.2rem;

  }

  .czj-ty-header a {
    font-size: 0.22rem;
  }

  /* 移动端专题专栏样式  END */
}