.cli-link,
.news-title {
  transition: none;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .warp {
    width: 100%;
  }
  .banner {
    width: 100%;
    height: 175px;
    background: #f5f5f5 url("../img/zb-about-mbanner.jpg") no-repeat center fixed;
    background-size: cover;
    position: relative;
    padding-top: 109px;
    z-index: 0;
  }
  .banner .b-content {
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
    text-align: left;
  }
  .banner .b-content .bc-title {
    font-size: 2.4rem;
  }
  .banner .b-content .bc-txt {
    font-size: 1.2rem;
  }
  .channel {
    width: 100%;
    padding: 6px 16px 0;
  }
  .channel .c-list {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }
  .channel .c-list .cl-item {
    width: 25%;
    padding: 4px 4px;
    border-radius: 3px;
    float: left;
  }
  .channel .c-list .cl-item .cli-img {
    width: 100%;
    height: 50px;
    position: relative;
    border-radius: 3px;
    overflow: hidden;
  }
  .channel .c-list .cl-item .cli-img img {
    width: 100%;
    height: 100%;
  }
  .channel .c-list .cl-item .cli-img .cli-link {
    width: 100%;
    height: 50px;
    display: block;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    line-height: 50px;
    font-size: 1.3rem;
  }
  .channel .c-list .cl-item .cli-img .cli-link:hover {
    background: rgba(37, 157, 246, 0.9);
    color: #fff;
    font-size: 1.3rem;
  }
  .media-news {
    width: 100%;
    padding-top: 40px;
  }
  .media-news .mn-content {
    width: 100%;
    padding: 0 20px;
    overflow: hidden;
  }
  .media-news .mn-content .news-content {
    width: 100%;
    float: left;
  }
  .media-news .mn-content .news-content .nc-inner .nci-list {
    border-top: 1px solid #ecf2f5;
  }
  .media-news .mn-content .news-content .nc-inner .nci-list .ncil-item {
    padding: 20px 0;
    border-bottom: 1px solid #ecf2f5;
    cursor: pointer;
  }
  .media-news .mn-content .news-content .nc-inner .nci-list .ncil-item .ncili-inner {
    display: block;
  }
  .media-news .mn-content .news-content .nc-inner .nci-list .ncil-item .ncili-inner .news-txt {
    max-height: 85px;
    padding-top: 15px;
    line-height: 22px;
    margin-bottom: 20px;
    overflow: hidden;
    display: none;
  }
  .media-news .mn-content .news-content .nc-inner .nci-list .ncil-item .ncili-inner .news-date {
    padding-top: 10px;
  }
  .media-news .mn-content .search-bar {
    width: 300px;
    padding-right: 50px;
    float: left;
    margin-left: -100%;
    display: none;
  }
  .media-news .mn-content .search-bar .sb-inner {
    width: 100%;
    padding-bottom: 9999px;
    margin-bottom: -9999px;
  }
  .media-news .mn-content .search-bar .sb-inner .key-search {
    width: 100%;
    padding-bottom: 20px;
  }
  .media-news .mn-content .search-bar .sb-inner .key-search .search-outer {
    height: 50px;
    margin-top: 20px;
    padding: 0 40px 0 20px;
    border: 1px solid #666;
    position: relative;
    border-radius: 3px;
  }
  .media-news .mn-content .search-bar .sb-inner .key-search .search-outer .so-inp {
    width: 100%;
    height: 48px;
  }
  .media-news .mn-content .search-bar .sb-inner .key-search .search-outer .search-icon {
    top: 12px;
    right: 10px;
  }
  .media-news .mn-content .search-bar .sb-inner .other-search {
    width: 100%;
    padding: 30px 0 10px;
    border-top: 1px solid #ecf2f5;
  }
  .media-news .mn-content .search-bar .sb-inner .other-search .os-title {
    padding-bottom: 25px;
  }
  .media-news .mn-content .search-bar .sb-inner .other-search .os-txt {
    padding-bottom: 15px;
    cursor: pointer;
  }
  .media-news .mn-content .search-bar .sb-inner .other-search .os-txt:hover {
    color: #259df6;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .warp {
    width: 100%;
  }
  .banner {
    width: 100%;
    height: 480px;
    background: #f5f5f5 url("../img/zb-about-banner.jpg") no-repeat center fixed;
    background-size: cover;
    position: relative;
    padding-top: 334px;
    z-index: 0;
  }
  .banner .b-content {
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
    text-align: left;
  }
  .banner .b-content .bc-title {
    font-size: 3.6rem;
  }
  .channel {
    width: 100%;
    padding: 36px 16px 0;
  }
  .channel .c-list {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }
  .channel .c-list .cl-item {
    width: 25%;
    padding: 4px 4px;
    border-radius: 3px;
    float: left;
  }
  .channel .c-list .cl-item .cli-img {
    width: 100%;
    height: 90px;
    position: relative;
    border-radius: 3px;
    overflow: hidden;
  }
  .channel .c-list .cl-item .cli-img img {
    width: 100%;
  }
  .channel .c-list .cl-item .cli-img .cli-link {
    width: 100%;
    height: 90px;
    display: block;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    line-height: 90px;
  }
  .channel .c-list .cl-item .cli-img .cli-link:hover {
    background: rgba(37, 157, 246, 0.9);
    color: #fff;
    font-size: 2.2rem;
  }
  .media-news {
    width: 100%;
    padding-top: 80px;
  }
  .media-news .mn-content {
    width: 100%;
    padding: 0 20px;
    overflow: hidden;
  }
  .media-news .mn-content .news-content {
    width: 100%;
    float: left;
  }
  .media-news .mn-content .news-content .nc-inner {
    margin-left: 300px;
  }
  .media-news .mn-content .news-content .nc-inner .nci-list {
    border-top: 1px solid #ecf2f5;
    display: none;
  }
  .media-news .mn-content .news-content .nc-inner .nci-list .ncil-item {
    padding: 20px 0;
    border-bottom: 1px solid #ecf2f5;
    cursor: pointer;
  }
  .media-news .mn-content .news-content .nc-inner .nci-list .ncil-item .ncili-inner {
    display: block;
  }
  .media-news .mn-content .news-content .nc-inner .nci-list .ncil-item .ncili-inner .news-txt {
    max-height: 85px;
    padding-top: 15px;
    line-height: 22px;
    margin-bottom: 20px;
    overflow: hidden;
  }
  .media-news .mn-content .search-bar {
    width: 300px;
    padding-right: 50px;
    float: left;
    margin-left: -100%;
  }
  .media-news .mn-content .search-bar .sb-inner {
    width: 100%;
    padding-bottom: 9999px;
    margin-bottom: -9999px;
  }
  .media-news .mn-content .search-bar .sb-inner .key-search {
    width: 100%;
    padding-bottom: 20px;
  }
  .media-news .mn-content .search-bar .sb-inner .key-search .search-outer {
    height: 50px;
    margin-top: 20px;
    padding: 0 40px 0 20px;
    border: 1px solid #666;
    position: relative;
    border-radius: 3px;
  }
  .media-news .mn-content .search-bar .sb-inner .key-search .search-outer .so-inp {
    width: 100%;
    height: 48px;
  }
  .media-news .mn-content .search-bar .sb-inner .key-search .search-outer .search-icon {
    top: 12px;
    right: 10px;
  }
  .media-news .mn-content .search-bar .sb-inner .other-search {
    width: 100%;
    padding: 30px 0 10px;
    border-top: 1px solid #ecf2f5;
  }
  .media-news .mn-content .search-bar .sb-inner .other-search .os-title {
    padding-bottom: 25px;
  }
  .media-news .mn-content .search-bar .sb-inner .other-search .os-txt {
    padding-bottom: 15px;
    cursor: pointer;
  }
  .media-news .mn-content .search-bar .sb-inner .other-search .os-txt:hover {
    color: #259df6;
  }
}
@media (min-width: 1200px) {
  .warp {
    width: 100%;
  }
  .banner {
    width: 100%;
    height: 480px;
    background: #f5f5f5 url("../img/zb-about-banner.jpg") no-repeat center fixed;
    background-size: cover;
    position: relative;
    padding-top: 334px;
    z-index: 0;
  }
  .banner .b-content {
    width: 1120px;
    margin: 0 auto;
    text-align: left;
  }
  .banner .b-content .bc-title {
    font-size: 3.6rem;
  }
  .channel {
    width: 100%;
    padding-top: 40px;
  }
  .channel .c-list {
    width: 1176px;
    margin: 0 auto;
    overflow: hidden;
  }
  .channel .c-list .cl-item {
    width: 168px;
    height: 90px;
    padding: 0 4px;
    border-radius: 3px;
    float: left;
  }
  .channel .c-list .cl-item .cli-img {
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 3px;
    overflow: hidden;
  }
  .channel .c-list .cl-item .cli-img img {
    width: 100%;
  }
  .channel .c-list .cl-item .cli-img .cli-link {
    width: 100%;
    height: 90px;
    display: block;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    line-height: 90px;
  }
  .channel .c-list .cl-item .cli-img .cli-link:hover {
    background: rgba(37, 157, 246, 0.9);
    color: #fff;
    font-size: 2.2rem;
  }
  .media-news {
    width: 100%;
    padding-top: 80px;
  }
  .media-news .mn-content {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
  }
  .media-news .mn-content .news-content {
    width: 100%;
    float: left;
  }
  .media-news .mn-content .news-content .nc-inner {
    margin-left: 380px;
  }
  .media-news .mn-content .news-content .nc-inner .nci-list {
    border-top: 1px solid #ecf2f5;
    display: none;
  }
  .media-news .mn-content .news-content .nc-inner .nci-list .ncil-item {
    padding: 20px 0;
    border-bottom: 1px solid #ecf2f5;
    cursor: pointer;
  }
  .media-news .mn-content .news-content .nc-inner .nci-list .ncil-item .ncili-inner {
    display: block;
  }
  .media-news .mn-content .news-content .nc-inner .nci-list .ncil-item .ncili-inner .news-txt {
    max-height: 85px;
    padding-top: 15px;
    line-height: 22px;
    margin-bottom: 20px;
    overflow: hidden;
  }
  .media-news .mn-content .search-bar {
    width: 380px;
    padding-right: 80px;
    float: left;
    margin-left: -100%;
  }
  .media-news .mn-content .search-bar .sb-inner {
    width: 100%;
    padding-bottom: 9999px;
    margin-bottom: -9999px;
  }
  .media-news .mn-content .search-bar .sb-inner .key-search {
    width: 100%;
    padding-bottom: 20px;
  }
  .media-news .mn-content .search-bar .sb-inner .key-search .search-outer {
    height: 50px;
    margin-top: 20px;
    padding: 0 40px 0 20px;
    border: 1px solid #666;
    position: relative;
    border-radius: 3px;
  }
  .media-news .mn-content .search-bar .sb-inner .key-search .search-outer .so-inp {
    width: 100%;
    height: 48px;
  }
  .media-news .mn-content .search-bar .sb-inner .key-search .search-outer .search-icon {
    top: 12px;
    right: 10px;
  }
  .media-news .mn-content .search-bar .sb-inner .other-search {
    width: 100%;
    padding: 30px 0 10px;
    border-top: 1px solid #ecf2f5;
  }
  .media-news .mn-content .search-bar .sb-inner .other-search .os-title {
    padding-bottom: 25px;
  }
  .media-news .mn-content .search-bar .sb-inner .other-search .os-txt {
    padding-bottom: 15px;
    cursor: pointer;
  }
  .media-news .mn-content .search-bar .sb-inner .other-search .os-txt:hover {
    color: #259df6;
  }
}
.tpcl-inner-click {
  background: #259df6;
  color: #fff;
  box-shadow: 1px 1px 4px 2px rgba(0, 0, 0, 0.1);
  border: none !important;
}
.load-more {
  width: 100%;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 3px;
  color: #259df6;
  background: #ecf2f5;
  cursor: pointer;
  display: none;
}
