html {
  font-size: 62.5%;
}
.fanye {
  text-align: center;
  margin-top: 50px;
  display: flex;
  justify-content: center;
}
.fanye a {
  display: block;
  font-size: 14px;
  padding: 0.8rem 1.2rem;
  line-height: 1.25;
  margin-left: -1px;
  color: #17a2b8;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.fanye a.page-num-current {
  z-index: 1;
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.channel-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 56px 4px 24px;
}
.channel-block .main-titles {
  margin: 0;
}
.channel-block .list-more a {
  font-size: 14px;
}
.channel-block .list-more a:hover {
  color: #0069ba;
}
.menu-height {
  height: 5rem;
  line-height: 5rem;
}
.header .logo {
  margin-top: 0;
}
.header .logo img {
  height: 4rem;
}
.header .menu-width {
  height: 5rem;
  line-height: 5rem;
}
.header .menu-width .navbar-nav li a {
  height: 5rem;
  line-height: 5rem;
  padding: 0 3rem;
}
.header .menu-width .menu {
  padding-left: 0;
}
.header .menu-width .menu a {
  height: 5rem;
  line-height: 5rem;
}
.header .menu-width .menu .search-text {
  height: 5rem;
  line-height: 5rem;
}
.header .menu-width .menu .search-text .btn-search {
  height: 5rem;
  line-height: 5rem;
}
.submenu {
  overflow: hidden;
}
.submenu .datetime {
  height: 5rem;
  line-height: 5rem;
}
.submenu .tianqi iframe {
  margin-top: 1.2rem;
}
.submenu .total {
  height: 5rem;
  line-height: 5rem;
}
.djc_tit {
  font-size: 3.6rem;
}
.video {
  text-align: center;
}
video {
  max-width: 100%;
}
.foot-box {
  padding: 30px 0 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.foot-box .footnav,
.foot-box .footewm {
  padding: 0;
}
.news-info-position {
  display: flex;
  justify-content: space-between;
}
.news-info-position .position {
  color: #ddd;
}
.news-info-position .position .iconfont {
  margin: 0 5px;
}
.news-info-position .position b {
  color: #888;
}
.news-info-position .position a {
  color: #aaa;
}
.news-info-position .position a:hover {
  color: #333;
}
.con_main {
  margin: 0 50px;
}
.smenu-box {
  display: none;
}
@media (max-width: 767px) {
  .header .menu-width .navbar-nav li a {
    height: auto;
    line-height: 40px;
    padding: 0;
  }
  .container .video video {
    width: 100% !important;
    height: auto;
  }
  .con_main {
    margin: 0 0px;
  }
  .con_main video {
    width: 100%;
    height: auto;
  }
  .footewm {
    padding: 0;
  }
  .footewm ul li {
    margin-right: 0;
  }
  .foot-box {
    flex-direction: column;
  }
  .header {
    display: none;
  }
  .smenu-box {
    display: block;
  }
  .foot-box .footnav {
    line-height: 30px;
    margin-bottom: 30px;
  }
  /* == 手机端导航 == */
  header {
    background-color: #1d3245;
    height: 4rem;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 99;
    transition: 0.5s;
  }
  header .logo {
    height: 3rem;
  }
  header .logo a {
    display: block;
    height: 100%;
  }
  header .logo a img {
    height: 100%;
  }
  header .menu-width {
    width: 90%;
    height: 4rem;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  header .menu-lanmu,
  header .menu-guanbi {
    color: #fff;
    line-height: 2.5rem;
    text-align: center;
  }
  header .menu-lanmu .iconfont,
  header .menu-guanbi .iconfont {
    font-size: 2.2rem;
  }
  header .menu-lanmu {
    background: #fff;
    height: 2.5rem;
    flex: 1;
    border-radius: 0.5rem;
    margin: 0 2rem;
    text-align: left;
  }
  header .menu-lanmu .iconfont {
    color: #999;
    margin-left: 0.6rem;
    font-size: 1.8rem;
  }
  header .en-btn {
    font-size: 1.6rem;
  }
  header .en-btn a {
    color: #fff;
  }
  header .menu-guanbi {
    display: none;
  }
  header.active {
    height: 100%;
    transition: 0.5s;
  }
  header.active .menu-lanmu {
    display: none;
  }
  header.active .menu-guanbi {
    display: block;
  }
  header.active .menu-text {
    height: 100%;
    transition: 0.5s;
  }
  header.active .edition {
    color: #ce883e;
  }
  .menu-text {
    position: fixed;
    z-index: 98;
    top: 4rem;
    background-color: #fff;
    box-shadow: 0 0 15px #00000055;
    display: flex;
    width: 100%;
    overflow: auto;
    align-items: center;
  }
  .menu-text a {
    display: block;
    font-size: 1.4rem;
    transition: 0.5s;
    color: #1d3344;
    padding: 1rem;
    flex-grow: 1;
    text-align: center;
  }
  .menu-text a:hover {
    color: #0069ba;
    font-size: 1.6rem;
    transition: 0.5s;
  }
  .menu-text a.edition {
    font-size: 1.8rem;
  }
  .menu-text a.active {
    color: #0069ba;
    font-size: 1.8rem;
    position: relative;
    font-weight: bold;
  }
  .menu-text a.active::after {
    content: "";
    width: 14px;
    height: 3px;
    background-color: #0069ba;
    display: block;
    position: absolute;
    bottom: 6px;
    left: 50%;
    margin-left: -7px;
  }
  .search-bg {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    background-color: #f9f9f9;
    height: 0px;
    overflow: hidden;
    opacity: 0;
    transition: 0.5s;
  }
  .search-bg.active {
    height: 100%;
    display: block;
    opacity: 1;
  }
  .search-bg .search-box {
    background-color: #1d3245;
    display: flex;
    height: 4rem;
    position: initial;
  }
  .search-bg .search-box .search-left {
    color: #fff;
    font-size: 2rem;
    line-height: 4rem;
    padding: 0 1rem;
  }
  .search-bg .search-box .search-info {
    flex: 1;
    display: flex;
    background-color: #fff;
    margin-top: 0.7rem;
    height: 2.6rem;
    border-radius: 0.5rem;
    padding-right: 1rem;
    margin-right: 0.5rem;
  }
  .search-bg .search-box .search-info .iconfont {
    padding: 0 1.2rem;
    line-height: 2.8rem;
    padding: 0 1rem;
  }
  .search-bg .search-box .search-info .input-input {
    flex: 1;
    border: 0;
  }
  .search-bg .search-box .search-info .input-input::-webkit-input-placeholder {
    color: #ddd;
  }
  .search-bg .search-box .input-btn {
    color: #fff;
    line-height: 4rem;
    padding: 0 1rem;
    font-size: 1.6rem;
    border: 0;
    background-color: #1d3244;
    background-image: inherit;
    height: inherit;
  }
  .search-info input.input-input {
    flex: 1;
    border: 0;
    height: initial;
    line-height: inherit;
  }
  .headers {
    height: 8rem;
  }
  .footer .container .footlist ul {
    display: flex;
    width: 100%;
    overflow: auto;
    padding: 10px 0;
  }
  .footer .container .footlist ul li {
    padding: 0 10px;
  }
  .footer .container .footlist ul li a {
    padding: 0;
    white-space: nowrap;
  }
  .lm_contain .menulist {
    padding-left: 0;
  }
  .lm_contain .menulist ul {
    display: flex;
    justify-content: space-around;
  }
  .lm_contain .menulist ul li {
    margin-right: 0;
  }
  .con_main .minh500 {
    min-height: initial;
  }
}
