.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;
  }
}

.list-notice001 {
  padding: 0.4rem 0.4rem 0;
}

.list-notice001 ul li {
  width: 100%;
}

.list-notice001 ul li a {
  width: 100%;
  height: 0.8rem;
  margin-bottom: 0.1rem;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  padding: 0 0.2rem;
  transition: all 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.list-notice001 ul li a .top-tit {
  display: flex;
  align-items: center;
  margin-bottom: 0.1rem;
}

.list-notice001 ul li a i {
  color: #C9C9C9;
  font-size: 0.14rem;
  margin-right: 0.1rem;
}

.list-notice001 ul li a .tit {
  flex: 1;
  font-size: 0.18rem;
  line-height: 0.27rem;
  max-height: 0.27rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-wrap: break-word;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

.list-notice001 ul li a .tit .icon-w {
  font-size: 0.2rem;
  color: var(--ruifox-color-primary-1);
  margin-right: 0.05rem;
}

.list-notice001 ul li a .bottom-time {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.list-notice001 ul li a .bottom-time .tag {
  padding: 0.03rem 0.1rem;
  border-radius: 4px;
  color: #fff;
  background-color: #85be21;
  font-size: 0.14rem;
}

.list-notice001 ul li a .bottom-time .tag.gray {
  background-color: #b1b2b2;
}

.list-notice001 ul li a .time {
  color: #666;
  font-size: 0.16rem;
  line-height: 1;
  display: block;
}

.list-notice001 ul li a:hover {
  box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.2);
  transform: translateX(-10px);
}

.list-notice001 ul li a:hover .tit {
  color: var(--ruifox-color-primary-1);
}

@media (max-width: 960px) {
  .list-notice001 {
    padding: 20px 20px 0;
  }

  .list-notice001 ul li a {
    display: block;
    padding: 10px;
    height: auto !important;
  }

  .list-notice001 ul li a i {
    display: none;
  }

  .list-notice001 ul li a .tit {
    line-height: 0.27rem;
    max-height: 0.54rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    height: auto !important;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .list-notice001 ul li a .tit .icon-w {
    display: inline;
  }
}

/*# sourceMappingURL=list-notice004.css.map */