/* 首页 */

/* ---------- banner ---------- */
.zyhk-banner {
  position: relative;
  padding-top: 80px;
}
.zyhk-banner .carousel-inner .item::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 100%;
  height: 160px;
  background: linear-gradient(0deg, rgba(18, 79, 176, 0.4), rgba(18, 79, 176, 0));
  z-index: 1;
}

.zyhk-banner .carousel-caption {
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  padding: 0 15px;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 0;
  bottom: 12px;
  z-index: 2;
}

.zyhk-carousel-control {
  position: absolute;
  width: 100%;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
  padding: 0 15px;
  text-align: right;
  color: #fff;
  z-index: 2;
}

.zyhk-carousel-control .left,
.zyhk-carousel-control .right {
  display: inline-block;
  width: 17px;
  height: 13px;
  background: url(/images/icon-arrow.20241015.png) no-repeat center;
}

.zyhk-carousel-control .left {
  transform: rotate(180deg);
  margin-right: 5px;
}
.zyhk-carousel-control .right {
  margin-left: 5px;
}

/* ---------- title ---------- */
.zyhk-title {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.zyhk-title .icon {
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  background: #124fb0;
  margin-right: 20px;
}
.zyhk-title .title {
  flex: 1 1 auto;
  font-size: 28px;
  font-weight: bold;
}
.zyhk-title .link {
  display: flex;
  position: relative;
  align-items: center;
  color: #124fb0;
}
.zyhk-title .link::before {
  content: '';
  width: 75px;
  height: 1px;
  background: rgba(18, 79, 176, 0.5);
  margin-right: 20px;
}

/* ---------- 新闻 ---------- */
.zyhk-news {
  padding: 15px 0 30px;
}

.zyhk-news .carousel-indicators {
  width: auto;
  left: auto;
  right: 16px;
  margin-left: 0;
  bottom: 185px;
}

.zyhk-news .zyhk-news-card img {
  width: 100%;
}

.zyhk-news .zyhk-news-text {
  display: block;
  padding: 15px 0;
  border-bottom: solid 4px #124fb0;
  margin-bottom: 15px;
}

.zyhk-news .zyhk-news-text .zyhk-news-title {
  font-size: 18px;
  font-weight: bold;
  color: #124fb0;
  margin-bottom: 10px;
  text-align: left;
}
.zyhk-news .zyhk-news-text .zyhk-news-content {
  color: #666666;
  text-indent: 2em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.zyhk-news .zyhk-news-text .zyhk-news-content:hover {
  color: #124fb0;
}

.zyhk-news .zyhk-news-text .zyhk-news-subTitle {
  color: #333;
}
.zyhk-news .zyhk-news-text .zyhk-news-subTitle:hover {
  color: #124fb0;
}

.zyhk-news .zyhk-news-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: solid 1px #ddd;
  padding-top: 15px;
}
.zyhk-news .zyhk-news-list li {
  border-bottom: solid 1px #dddddd;
  padding-bottom: 15px;
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.zyhk-news .zyhk-news-list li:last-child {
  margin-bottom: 0;
}

/* ---------- 科研进展 ---------- */
.yzhk-rd {
  background: #ebeef7;
  padding: 15px 0;
}

.yzhk-rd a .yzhk-rd-img {
  position: relative;
  background: rgba(18, 79, 176, 0.2);
  transition: all 0.3s;
}
.yzhk-rd a .yzhk-rd-img img {
  width: 100%;
}

.yzhk-rd a:hover .yzhk-rd-img {
  background: rgba(18, 79, 176, 1);
}

.yzhk-rd a .yzhk-rd-text {
  position: relative;
  padding: 20px 0;
}
.yzhk-rd a .yzhk-rd-text::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 0;
  height: 3px;
  background: #124fb0;
  transition: ease-out width 0.3s;
}

.yzhk-rd a:hover .yzhk-rd-text {
  font-weight: bold;
}

.yzhk-rd a:hover .yzhk-rd-text::before {
  width: 100%;
}

.zyhk-blue-bg {
  background: #2856a7 url('/images/bg-cooperate.20241015.jpg') no-repeat bottom center;
  padding: 20px 0;
}
.zyhk-blue-bg .zyhk-title {
  color: #fff;
}
.zyhk-blue-bg .zyhk-title .icon {
  background: none;
  border: solid 2px #fff;
}
.zyhk-blue-bg .zyhk-title a {
  color: #fff;
}
.zyhk-blue-bg .zyhk-title a::before {
  background: #fff;
}

/** ---------- 合作交流 ---------- */
.zyhk-cooperate .zyhk-cooperate-column {
  display: block;
  background: #fff;
  padding: 20px;
  height: auto;
  margin-bottom: 15px;
}
.zyhk-cooperate .zyhk-cooperate-column .zyhk-cooperate-title {
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 15px;
}

.zyhk-cooperate .zyhk-cooperate-column:hover .zyhk-cooperate-title {
  font-weight: bold;
  color: #124fb0;
}

.zyhk-cooperate .zyhk-cooperate-column .zyhk-cooperate-time,
.zyhk-cooperate .zyhk-cooperate-column .zyhk-cooperate-position,
.zyhk-cooperate .zyhk-cooperate-column .zyhk-cooperate-person {
  display: flex;
  position: relative;
  align-items: center;
  margin-bottom: 10px;
  color: #666;
}
.zyhk-cooperate .zyhk-cooperate-column .zyhk-cooperate-time:before,
.zyhk-cooperate .zyhk-cooperate-column .zyhk-cooperate-position:before,
.zyhk-cooperate .zyhk-cooperate-column .zyhk-cooperate-person:before {
  content: '';
  width: 22px;
  height: 22px;
  margin-right: 10px;
}
.zyhk-cooperate .zyhk-cooperate-column .zyhk-cooperate-time:before {
  background: #a3c4e0 url('/images/icon-time.20241015.png') no-repeat center;
}
.zyhk-cooperate .zyhk-cooperate-column .zyhk-cooperate-position:before {
  background: #a3c4e0 url('/images/icon-position.20241015.png') no-repeat center;
}
.zyhk-cooperate .zyhk-cooperate-column .zyhk-cooperate-person:before {
  background: #a3c4e0 url('/images/icon-person.20241015.png') no-repeat center;
}

/** ---------- 通知公告 ---------- */
.zyhk-notice .zyhk-notice-column {
  display: block;
  position: relative;
  padding: 20px;
  background: #fff;
  margin-bottom: 20px;
}

.zyhk-notice .zyhk-notice-column .zyhk-notice-time {
  width: 110px;
  line-height: 30px;
  background: #124fb0;
  padding: 0 10px;
  color: #fff;
  margin-bottom: 10px;
}

.zyhk-notice .zyhk-notice-column .zyhk-notice-title {
  font-size: 18px;
}
.zyhk-notice .zyhk-notice-column:hover .zyhk-notice-title {
  font-weight: bold;
}

/** ---------- 友情链接 ---------- */
.zyhk-link {
  padding: 15px 0;
}

.zyhk-link .zyhk-link-column {
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(115, 151, 208, 0.1);
  border: solid 1px rgba(115, 151, 208, 0.5);
  margin-bottom: 15px;
}

.zyhk-link .zyhk-link-column:hover {
  background: #124fb0;
  color: #fff;
}

@media (min-width: 1200px) {
  .zyhk-banner {
    padding-top: 0;
  }
  .zyhk-banner .carousel-caption {
    width: 1440px;
    bottom: 50px;
    font-size: 22px;
    padding-bottom: 20px;
  }

  .zyhk-carousel-control {
    width: 1440px;
    bottom: 50px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.6);
    padding: 0;
    padding-bottom: 20px;
    pointer-events: none;
  }

  .zyhk-carousel-control .left {
    margin-right: 20px;
    pointer-events: visible;
  }
  .zyhk-carousel-control .right {
    margin-left: 20px;
    pointer-events: visible;
  }

  .zyhk-title {
    padding: 30px 0;
    margin-bottom: 0;
  }

  .zyhk-news {
    padding: 30px 0 50px;
  }

  .zyhk-news .carousel-indicators {
    bottom: 175px;
  }

  .zyhk-news .zyhk-news-text {
    padding: 20px;
    border-bottom: 0;
    border-left: solid 4px #124fb0;
    margin-bottom: 15px;
  }

  .zyhk-news .zyhk-news-list {
    padding-top: 30px;
  }

  .zyhk-news .zyhk-news-list li {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }

  .yzhk-rd a .yzhk-rd-img img {
    transform: translate(10px, -10px);
  }

  .yzhk-rd {
    background: #ebeef7;
    padding: 20px 0 50px;
  }

  .zyhk-notice .zyhk-notice-column::before {
    position: absolute;
    right: 22px;
    top: 22px;
    content: '';
    width: 60px;
    height: 60px;
    background: url(/images/icon-notice-arrow.20241015.png) no-repeat center;
    transition: all 0.3s;
  }

  .zyhk-notice .zyhk-notice-column:hover::before {
    background: rgba(18, 79, 176, 0.2) url(/images/icon-notice-arrow.20241015.png) no-repeat center;
  }

  .zyhk-cooperate .zyhk-cooperate-column {
    height: 231px;
    padding: 30px;
    height: auto;
  }

  .zyhk-cooperate .zyhk-cooperate-column .zyhk-cooperate-title {
    height: 3em;
    margin-bottom: 22px;
  }

  .zyhk-link {
    padding: 30px 0 50px;
  }

  .zyhk-link .zyhk-link-column {
    margin-bottom: 30px;
  }
}
