:root {
  --primary-width: 1600px;
  --primary-color: #025872;
}
@import url("../font/iconfont.css");
body {
  height: 100%;
  min-height: 100vh;
  position: relative;
}
.w1600 {
  width: 100%;
  max-width: var(--primary-width);
  margin: 0 auto;
}
.rpi-header {
  position: sticky;
  top: var(--header-height);
  z-index: 9;
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.rpi-header .top {
  background: #f7f8fa;
}
.rpi-header .top .w1600 {
  height: 36px;
  font-size: 14px;
}
.rpi-header .top .line {
  padding: 0 10px;
}
.rpi-header .pc-nav-box {
  height: 70px;
}
.rpi-header .pc-nav-box .left {
  flex: 1;
  height: 100%;
}
.rpi-header .pc-nav-box .left .logo {
  width: 40px;
  height: 40px;
  margin-right: 80px;
}
.rpi-header .pc-nav-box .left .pc-nav {
  max-width: 1060px;
  flex: 1;
  height: 100%;
  margin-left: 0;
}
.rpi-header .pc-nav-box .left .pc-nav .nav-menu > a {
  font-size: 17px;
  line-height: 70px;
}
.rpi-header .pc-nav-box .left .pc-nav .nav-menu.active > a {
  color: #025872;
  font-weight: bold;
}
.pc-nav .nav-menu {
  position: relative;
  height: 100%;
}
.pc-nav .sub-menu {
  width: max-content;
  position: absolute;
  padding: 15px 0 7px 0;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
  visibility: hidden;
  background-color: #fff;
  list-style: none;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
  z-index: 1;
  transition: all 0.2s;
}
.pc-nav .sub-menu a.sub-menu-item {
  width: 100%;
  display: block;
  font-size: 16px;
  line-height: 40px;
  padding: 0px 30px;
}
.pc-nav .sub-menu a.sub-menu-item:hover {
  color: #025872;
  text-decoration: underline;
}
.pc-nav .nav-menu:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}

.rpi-header .pc-nav-box .right .search-box {
  border: 1px solid #dadbdf;
  border-radius: 18px;
  padding: 0 20px;
  width: 200px;
}
.rpi-header .pc-nav-box .right .search-box .search-img {
  cursor: pointer;
}
.rpi-header .pc-nav-box .right .search-box .layui-input {
  width: 130px;
  height: 36px;
  background: #ffffff;
  border-radius: 18px;
  border: none;
}
.rpi-header .pc-nav-box .right .btn {
  margin-left: 24px;
}

.rpi-footer {
  width: 100%;
  background-color: #f7f8fa;
  height: 60px;
  bottom: 0;
  position: absolute;
}
.rpi-footer .w1600 {
  height: 100%;
}
.rpi-footer .w1600 .left span,
.rpi-footer .w1600 .left a,
.rpi-footer .w1600 .right {
  font-size: 16px;
  color: #555555;
}
.rpi-footer .w1600 .right span {
  margin-right: 5px;
}
.rpi-footer .w1600 .right a {
  color: var(--primary-color);
}
.line-title {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 20px;
  padding-bottom: 15px;
  border-bottom: solid 1px #dadbdf;
}
.line-title::before {
  content: "";
  display: block;
  width: 3px;
  height: 19px;
  background: #e88101;
  margin-right: 10px;
}
.hot-list {
  width: 360px;
  max-height: 530px;
  background: #ffffff;
  box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.07);
  border-radius: 3px;
  margin-bottom: 36px;
  padding: 30px;
}
.hot-list .hot-item {
  margin-top: 22px;
  margin-bottom: 10px;
}
.hot-list .hot-item .news-title {
  margin-bottom: 15px;
  flex-wrap: nowrap;
}
.hot-list .hot-item .news-title a {
  line-height: 1.5;
}
.hot-list .hot-item .news-title .index {
  width: 24px;
  margin-right: 10px;
  font-weight: 400;
  font-size: 15px;
  color: #025872;
}

.hot-list .hot-item .news-title .line1 {
  font-size: 17px;
  width: calc(100% - 34px);
  display: block;
}
.hot-list .hot-item .news-title .line1:hover {
  color: var(--primary-color);
}
.hot-list .hot-item .bottom {
  padding-left: 35px;
}
.hot-list .hot-item .bottom span {
  font-size: 14px;
  color: #999;
  margin-right: 10px;
}
.hot-list .hot-item .bottom span .iconfont {
  font-size: 16px;
  color: #999;
  margin-right: 10px;
}
.hot-tag-box {
  width: 360px;
  min-height: 340px;
  background: #ffffff;
  box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.07);
  border-radius: 3px;
  padding: 30px;
  margin-bottom: 36px;
}
.hot-tag-box .list {
  margin-top: 26px;
  margin-bottom: 10px;
}
.hot-tag-box .list a {
  display: block;
  padding: 7px 11px;
  background: #f7f8fa;
  border-radius: 16px;
  font-weight: 400;
  font-size: 16px;
  color: #555555;
  height: 32px;
  margin-bottom: 10px;
  margin-right: 10px;
}
.crumbs {
  margin-top: 10px !important;
  height: 40px;
}
.crumbs span {
  color: #555;
}
.crumbs span.line {
  padding: 0 5px;
}
.search-container {
  margin-top: 40px;
  padding-bottom: 26px;
  border-bottom: solid 1px #dadbdf;
  margin-bottom: 26px;
}
.search-container .layui-form-item {
  margin-bottom: 0;
}

.layui-input,
.layui-select,
.layui-textarea {
  border-radius: 4px;
  border-color: #ccc;
  height: 42px;
}
.search-container .right-search-input {
  flex-wrap: nowrap;
  border-radius: 4px;
  border: solid 1px #ccc;
  padding: 0 16px;
}
.search-container .right-search-input .layui-input {
  border: none;
}
.search-container .right-search-input .icon-sousuo {
  cursor: pointer;
}
.search-container .layui-form-item {
  margin-right: 20px;
}
.rpi-header .pc-nav-box .mobile-right {
  display: none;
}
.sub-nav {
  display: none;
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
}
.sub-nav.active {
  display: block;
}
@media screen and (max-width: 1650px) {
  :root {
    --primary-width: 90%;
  }
}
@media screen and (max-width: 1300px) {
  .rpi-header .pc-nav-box .left {
    justify-content: space-between;
  }
  .rpi-header .pc-nav-box .left .pc-nav {
    margin-right: 20px;
  }
  .rpi-header .pc-nav-box .left .logo {
    margin-right: 20px;
  }
}
@media screen and (max-width: 960px) {
  .rpi-header .pc-nav-box .right .search-box {
    width: 120px;
  }
  .rpi-header .pc-nav-box .right .search-box .layui-input {
    width: 60px;
  }
}
@media screen and (max-width: 768px) {
  .rpi-header .pc-nav-box .right,
  .rpi-header .pc-nav-box .left .pc-nav {
    display: none;
  }
  .rpi-header .pc-nav-box .mobile-right {
    display: flex;
    align-items: center;
  }
  .rpi-header .pc-nav-box .mobile-right .iconfont.icon-sousuo {
    font-size: 0.36rem;
  }
  .rpi-header .pc-nav-box .mobile-right .iconfont.icon-close {
    font-size: 0.3rem;
  }
  .sub-hamburg.active .line:nth-child(1) {
    transform: translateY(0.12rem) rotate(45deg);
  }
  .sub-hamburg.active .line:nth-child(2) {
    opacity: 0;
  }
  .sub-hamburg.active .line:nth-child(3) {
    transform: translateY(-0.12rem) rotate(-45deg);
  }
  .sub-hamburg {
    display: flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .hamburg-icon .line {
    height: 0.04rem;
    background-color: #111;
    margin: 0.08rem 0;
    width: 0.36rem;
    border-radius: 3px;
    transition: all 0.5s;
  }
  .sub-nav.mobile-top {
    padding: 0 0.4rem 2rem;
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.09);
    background-color: #fff;
  }

  .sub-nav.mobile-top .language h6 {
    font-size: 0.3rem;
    margin-top: 0.8rem;
    margin-bottom: 0.4rem;
  }
  .sub-nav.mobile-top .language span {
    font-size: 0.28rem;
    margin-right: 0.56rem;
  }
  .sub-nav.mobile-top .language span.active {
    color: #025872;
  }
  .sub-nav.mobile-.rpi-footer {
    display: block;
    position: static;
  }
  .sub-nav .layui-collapse {
    border: none;
  }
  .sub-nav .layui-collapse .layui-colla-item {
    border: none;
  }
  .sub-nav .layui-colla-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: transparent;
    border-bottom: solid 1px #ddd;
    color: #111;
    height: 1.08rem;
    line-height: 1.08rem;
    padding: 0 11px 0 0;
    font-size: 0.3rem;
  }
  .sub-nav .layui-colla-icon {
    position: static;
    color: #111;
    font-size: 0.21rem;
  }
  .sub-nav .layui-colla-content {
    border: none;
    border-bottom: solid 1px #ddd;
    padding: 0.16rem 0;
  }
  .sub-nav .layui-colla-content a {
    font-size: 0.28rem;
    line-height: 2;
    color: #111;
    padding-left: 30px;
    display: block;
  }
  .sub-nav .layui-collapse {
    border: none;
  }

  .rpi-header .mobile-right .sub-search-icon {
    height: 100%;
    margin-right: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
  }

  .rpi-header .mobile-right .mobile-search-close {
    display: none;
  }
  .rpi-header .mobile-right .sub-mobile-search {
    position: absolute;
    left: 0;
    top: 106px;
    width: 100%;
    background-color: #fff;
    height: 300px;
    transition: all 0.3s;
    overflow: hidden;
    box-sizing: border-box;
    border-top: solid 1px #f7f6f5;
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.05);
    display: none;
  }
  .rpi-header .mobile-right .search-collapse {
    height: 100%;
  }
  .rpi-header .mobile-right .search-collapse .search-box {
    width: var(--primary-width);
    border-bottom: solid 1px #dedede;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
  }
  .rpi-header .mobile-right .search-collapse .search-box .layui-input {
    font-size: 16px;
    border: none;
    line-height: 48px;
    height: 48px;
  }
  .rpi-footer .w1600.flex.row-center-between {
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .rpi-footer .w1600 .left {
    margin-bottom: 10px;
  }
  .rpi-footer .w1600 .left span,
  .rpi-footer .w1600 .left a,
  .rpi-footer .w1600 .right,
  .rpi-footer .w1600 .right .iconfont {
    font-size: 12px;
  }
}
@media screen and (max-width: 450px) {
  .rpi-header .pc-nav-box {
    height: 50px;
  }
  .rpi-header .mobile-right .sub-mobile-search {
    top: 49px;
    height: 200px;
  }
}
.pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
  margin-top: 30px;
}
.pagination li {
  border-radius: 50%;
  margin: 0 10px;
}
.pagination li.active {
  border-color: #025872;
  background-color: #025872;
}
.pagination li.active a,
.pagination li.active span {
  color: #fff;
}
.pagination li a,
.pagination li span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  font-size: 18px;
  color: #111;
  cursor: pointer;
}
