.nav-container {
  min-height: 6rem;
  border-radius: 0.1rem;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding-bottom: 0.4rem;
}

.nav-container .second-nav-list {
  position: relative;
  width: 100%;
  background-color: #f6fbff;
  box-shadow: 0px 0.16rem 0.29rem 0px rgba(21, 134, 217, 0.11);
}

.nav-container .second-nav-list .layout .pc-second-nav-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.nav-container .second-nav-list .layout .pc-second-nav-list li {
  height: 0.76rem;
  font-size: 0.18rem;
  display: flex;
  align-items: center;
  position: relative;
  margin: 0 0.2rem;
}

.nav-container .second-nav-list .layout .pc-second-nav-list li a {
  display: inline-block;
}

.nav-container .second-nav-list .layout .pc-second-nav-list li .cur-line {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 2px;
  width: 0;
  opacity: 0;
  background: var(--ruifox-color-primary-1);
  bottom: 10px;
  z-index: 2;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.nav-container .second-nav-list .layout .pc-second-nav-list li.cur .cur-line {
  width: 100%;
  opacity: 1;
}

.nav-container .second-nav-list .layout .pc-second-nav-list li:hover .cur-line {
  width: 100%;
  opacity: 1;
}

.nav-container .second-nav-list .layout .m-second-nav {
  display: none;
}

.nav-container .three-nav-wrap001 {
  border-bottom: 1px solid #ccc;
}

.nav-container .three-nav-wrap001 .layout ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.nav-container .three-nav-wrap001 .layout ul li {
  height: 0.6rem;
  font-size: 0.16rem;
  line-height: 0.6rem;
  margin: 0 0.15rem;
  position: relative;
}

.nav-container .three-nav-wrap001 .layout ul li a {
  display: inline-block;
  height: 100%;
}

.nav-container .three-nav-wrap001 .layout ul li .cur-line {
  width: 0;
}

.nav-container .three-nav-wrap001 .layout ul li.cur .cur-line {
  width: 100%;
  height: 2px;
  background-color: var(--ruifox-color-primary-1);
  position: absolute;
  left: 0;
  bottom: 0;
}

@media (max-width: 960px) {
  .nav-container .three-nav-wrap001 .layout ul li {
    height: 40px !important;
    line-height: 40px !important;
  }
}

@media (max-width: 960px) {
  .nav-container .second-nav-list {
    box-shadow: unset;
    overflow: hidden;
  }

  .nav-container .second-nav-list .layout .pc-second-nav-list {
    display: none;
  }

  .nav-container .second-nav-list .layout .m-second-nav {
    width: calc(100% + 40px);
    left: -20px;
    position: relative;
    display: block;
  }

  .nav-container .second-nav-list .layout .m-second-nav .cur-tit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    color: #fff;
    height: 48px;
    font-size: 18px !important;
    background-color: var(--ruifox-color-primary-1);
    padding: 0 20px;
    box-sizing: border-box;
    cursor: pointer;
  }

  .nav-container .second-nav-list .layout .m-second-nav .cur-tit i {
    font-size: 20px;
  }

  .nav-container .second-nav-list .layout .m-second-nav ul {
    display: none;
    background-color: var(--ruifox-color-primary-2);
    padding: 24px;
  }

  .nav-container .second-nav-list .layout .m-second-nav ul li {
    font-size: 16px;
    line-height: 34px;
  }

  .nav-container .second-nav-list .layout .m-second-nav ul li a {
    color: #fff;
    display: block;
  }

  .nav-container .second-nav-list .layout .m-second-nav ul li.cur a {
    color: #e6c390;
  }
}

.show-news001 {
  padding: 0.4rem 0.4rem 0;
  display: flex;
  justify-content: space-between;
}

.show-news001 .inner-news.has-right {
  width: 10rem;
}

.show-news001 .inner-news {
  width: 100%;
}

.show-news001 .inner-news .content {
  width: 100%;
  border-bottom: 1px solid #AAAAAA;
  padding-bottom: 0.2rem;
  position: relative;
}

.show-news001 .inner-news .content .news-title {
  border-bottom: 1px solid #D7D7D7;
  padding-bottom: 0.2rem;
  position: relative;
}

.show-news001 .inner-news .content .news-title .bottom-line {
  content: "";
  display: block;
  width: 1.42rem;
  height: 0.02rem;
  background-color: var(--ruifox-color-primary-1);
  position: absolute;
  bottom: 0;
  left: 0;
}

.show-news001 .inner-news .content .news-title p {
  font-size: 0.18rem;
  line-height: 1.5;
  text-align: center;
}

.show-news001 .inner-news .content .news-title p.top-title {
  margin-bottom: 0.1rem;
}

.show-news001 .inner-news .content .news-title p.sub-title {
  margin-top: 0.1rem;
}

.show-news001 .inner-news .content .news-title h1 {
  text-align: center;
  font-family: 'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 0.32rem;
  line-height: 1.5;
}

.show-news001 .inner-news .content .news-title .news-info {
  margin-top: 0.4rem;
  font-size: 0.14rem;
  color: #888;
  line-height: 1;
}

.show-news001 .inner-news .content .news-title .news-info span {
  display: inline-block;
}

.show-news001 .inner-news .content .news-title .news-info span+span {
  margin-left: 0.1rem;
  padding-left: 0.1rem;
  border-left: 1px solid #D7D7D7;
}

.show-news001 .inner-news .content .apply-box {
  height: 3.4rem;
  box-sizing: border-box;
  border: 1px solid #D7D7D7;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding: 0.4rem;
  margin-top: 0.4rem;
  position: relative;
}

.show-news001 .inner-news .content .apply-box .pro-info p {
  font-size: 0.16rem;
  color: #333;
  margin-bottom: 0.2rem;
  line-height: 0.008remrem;
  max-height: 0.008remrem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-wrap: break-word;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

.show-news001 .inner-news .content .apply-box .pro-info p span {
  font-weight: bold;
  color: #333;
}

.show-news001 .inner-news .content .apply-box .pro-info p.status {
  color: #85be21;
}

.show-news001 .inner-news .content .apply-box .pro-info p.status.gray {
  color: #c9c9c9;
}

.show-news001 .inner-news .content .apply-box .apply-btn {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.show-news001 .inner-news .content .apply-box .apply-btn>span {
  font-size: 0.16rem;
  color: #AAAAAA;
}

.show-news001 .inner-news .content .apply-box .apply-btn>span u {
  font-weight: bold;
  color: #FF0C0C;
}

.show-news001 .inner-news .content .apply-box .apply-btn>span.red u {
  color: #FF0C0C;
}

.show-news001 .inner-news .content .apply-box .apply-btn a.btn {
  width: 1.6rem;
  height: 0.5rem;
  border-radius: 4px;
  background-color: #9CC301;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-top: 0.22rem;
}

.show-news001 .inner-news .content .apply-box .apply-btn a.btn.gray {
  background-color: #b1b2b2;
}

.show-news001 .inner-news .content .apply-box .apply-btn a.btn span {
  font-size: 0.2rem;
}

.show-news001 .inner-news .content .apply-box .apply-btn a.btn i {
  font-size: 0.2rem;
  margin-left: 0.1rem;
}

.show-news001 .inner-news .content .news-content {
  padding-top: 0.4rem;
  word-break: break-all;
}

.show-news001 .inner-news .content .news-content p {
  margin-bottom: 0.08rem;
  font-size: 0.16rem;
  line-height: 1.5;
  font-family: "Microsoft YaHei UI", "Microsoft YaHei", Arial, SimSun, "Segoe UI", Tahoma, Helvetica, sans-serif;
}

.show-news001 .inner-news .content .news-content img {
  max-width: 100% !important;
  display: block;
  margin-right: auto;
  margin-left: auto;
  height: auto !important;
}

.show-news001 .inner-news .content .share-box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0.2rem;
  font-size: 0;
}

.show-news001 .inner-news .content .share-box span {
  font-size: 0.14rem;
  line-height: 1;
  display: inline-block;
}

.show-news001 .inner-news .content .share-box .share-btn {
  margin-left: 0.1rem;
  font-size: 0.2rem;
  line-height: 1;
  color: #7F7F7F;
}

.show-news001 .inner-news .content .share-box .share-btn:hover {
  color: var(--ruifox-color-primary-1);
}

@media (max-width: 960px) {
  .show-news001 {
    display: block;
    padding: 20px 20px 0;
  }

  .show-news001 .inner-news.has-right {
    width: 100%;
  }

  .show-news001 .inner-news .content .news-title h1 {
    font-size: 0.24rem !important;
    text-align: left;
  }

  .show-news001 .inner-news .content .news-title .news-info {
    margin-top: 20px;
  }

  .show-news001 .inner-news .content .news-title .news-info span {
    margin-right: 10px;
  }

  .show-news001 .inner-news .content .news-title .news-info span+span {
    border-left: none;
    padding-left: 0;
    margin-left: 0;
    margin-top: 4px;
  }

  .show-news001 .inner-news .content .apply-box {
    padding: 20px;
  }

  .show-news001 .inner-news .content .apply-box .apply-btn {
    bottom: 20px;
    right: 20px;
  }

  .show-news001 .inner-news .content .apply-box .apply-btn a.btn {
    height: 30px;
    width: 110px;
  }

  .show-news001 .inner-news .content .news-content {
    padding-top: 20px;
  }
}

/*# sourceMappingURL=show-news003.css.map */