body {
  font-size: 16px !important;
  margin: 0 !important;
  padding: 0 !important;
  /* overflow-x: hidden; */
}
a {
  text-decoration: none !important;
  cursor: pointer !important;
  color: #333;
}
a:hover {
  color: #124fb0;
}
ul,
ol,
li {
  list-style: none !important;
  margin: 0;
  padding: 0;
}

/* ---------- header ---------- */
.zyhk-header {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  z-index: 1030;
  background: rgba(18, 69, 176, 0.9);
  border: none;
}

.zyhk-header .navbar {
  margin-bottom: 0;
  border: 0;
}

.zyhk-header .navbar-toggle {
  border: none;
  margin-top: 24px;
  margin-right: -10px;
}
.zyhk-header .navbar-toggle:focus,
.zyhk-header .navbar-toggle:hover {
  background: none;
}
.zyhk-header .navbar-toggle .icon-bar {
  background: #fff;
}

.zyhk-header .navbar-default {
  background: none;
}

.zyhk-header .logo {
  display: flex;
  align-items: center;
  height: 80px;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}
.zyhk-header .logo img {
  height: 40px;
  margin-right: 10px;
}

.zyhk-header .nav .sub {
  padding-left: 30px;
}

.zyhk-header .nav a {
  background: none !important;
  font-size: 18px;
  color: #fff !important;
}

.zyhk-header .nav a:hover,
.zyhk-header .navbar-nav > li.active > a {
  background: none;
  font-weight: bold;
}

/** ---------- 底部 ---------- */
.zyhk-footer {
  background: #0b3473 url('/images/bg-footer.20241015.jpg') no-repeat center;
  text-align: center;
}
.zyhk-footer .zyhk-footer-logo {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  opacity: 0.7;
  padding: 30px 0;
  letter-spacing: 4px;
}
.zyhk-footer .zyhk-footer-logo img {
  margin-bottom: 10px;
}

.zyhk-footer .zyhk-footer-copyright {
  border-top: solid 1px rgba(255, 255, 255, 0.6);
  padding: 20px 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  line-height: 2;
}
.zyhk-footer .zyhk-footer-copyright a {
  color: rgba(255, 255, 255, 0.6);
}
.zyhk-footer .zyhk-footer-copyright a:hover {
  color: #fff;
}

/** ---------- 二级页面内容 ---------- */
.zyhk-content {
  position: relative;
  padding: 15px 0;
  min-height: 500px;
}

.zyhk-content img {
  max-width: 100%;
}

/** ---------- 侧边栏 ---------- */
.zyhk-side {
  position: fixed;
  width: 240px;
  right: -240px;
  margin-top: 30px;
  background: #fff;
  transition: all 0.3s;
  z-index: 1001;
}
.zyhk-side::before {
  position: absolute;
  left: -30px;
  top: 0;
  content: '';
  width: 30px;
  height: 60px;
  background: rgba(18, 79, 176, 0.5) url(/images/icon-side.20241015.png) no-repeat center;
  transform: rotate(180deg);
}
.zyhk-side.open::before {
  transform: rotate(0);
}

.zyhk-side .subnav {
  float: left;
  width: 310px;
}
.zyhk-side .title {
  width: 100%;
  height: 114px;
  background: url(/images/bg-subnav.20241015.png) no-repeat center;
  padding-left: 20px;
  line-height: 114px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
.zyhk-side .subnav a {
  position: relative;
  display: block;
  height: 68px;
  padding-left: 20px;
  font-size: 18px;
  line-height: 68px;
  margin-top: 5px;
  background: rgba(18, 79, 176, 0.1);
}
.zyhk-side .subnav a::before {
  position: absolute;
  right: 0;
  top: 0;
  content: '';
  width: 68px;
  height: 68px;
  background: url(/images/icon-arrow.20241015.png) no-repeat center;
}
.zyhk-side .subnav a:hover,
.zyhk-side .subnav a.active {
  color: #124fb0;
  font-weight: bold;
}
.zyhk-side .subnav a:hover::before,
.zyhk-side .subnav a.active::before {
  background: url(/images/icon-arrow-blue.20241015.png) no-repeat center;
}

/** ---------- 页面标题 ---------- */
.zyhk-page-title {
  width: 100%;
  /* height: 120px; */
  background: #fff url(/images/bg-content.20241015.jpg) no-repeat bottom center;
  margin-top: 80px;
  padding: 15px 0;
}
.zyhk-page-title .title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 5px;
}

.zyhk-page-title .bread {
  overflow: hidden;
}

.zyhk-page-title .bread div {
  position: relative;
  float: left;
  font-size: 14px;
}

.zyhk-page-title .bread div + div::before {
  padding: 0 5px;
  content: '/';
}

/* 新闻详情 */
.zyhk-news-title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
.zyhk-news-date {
  font-size: 14px;
  text-align: center;
  color: #666;
  border-bottom: solid 1px #d5d8e4;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

/* 响应式布局, 样式优先移动端!!!!!!!! */

/* 小屏幕（平板，大于等于 768px） */
@media (min-width: 768px) {
}

/* 中等屏幕（桌面显示器，大于等于 992px） */
@media (min-width: 992px) {
}

/* 大屏幕（大桌面显示器，大于等于 1200px） */
@media (min-width: 1200px) {
  .container {
    width: 1440px;
    padding: 0;
  }

  .zyhk-header {
    padding: 30px 0;
  }
  .zyhk-header .logo {
    height: 60px;
    font-size: 28px;
  }

  .zyhk-header .logo img {
    height: 100%;
    margin-right: 20px;
  }

  .zyhk-header .nav .sub {
    display: none;
  }

  .zyhk-header .nav a {
    line-height: 60px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .zyhk-header .dropdown-menu a {
    line-height: 48px;
    font-size: 16px;
    font-weight: normal !important;
    color: #333 !important;
  }
  .zyhk-header .navbar-nav > li > .dropdown-menu li.active a,
  .zyhk-header .dropdown-menu a:hover {
    background: #4f85e5 !important;
    color: #fff !important;
    font-weight: normal !important;
  }

  .zyhk-page-title {
    margin-top: 120px;
    padding: 30px 0;
  }
  .zyhk-page-title .container {
    padding-left: 360px;
  }

  .zyhk-side {
    width: 310px;
    top: 120px;
    left: 50%;
    margin-left: -720px;
  }
  .zyhk-side::before {
    display: none;
  }

  .zyhk-content {
    position: relative;
    padding: 0;
  }

  .zyhk-content .container {
    padding: 30px 0 30px 360px;
  }

  /** 侧边栏 */
  .zyhk-side .subnav {
    display: block;
  }
}
