.news-header {
  background-size: cover;
  background-image: url("/assets/banner/0.png");
}

.content {
  max-width: 1440px;
  padding: 0px 48px;
}

.common-w {
  width: 1200px;
}

.header-container {
  height: 480px;
  background-size: cover;
  /* background-position: center; */
  background-repeat: no-repeat;
  background-image: url("/assets/banner/0.png");
}

.header-content {
  position: absolute;
  bottom: 10rem;
}

.header-title {
  font-size: 48px;
  font-family: PingFangSC, PingFangSC-Semibold, SourceHanSansSC-Normal;
  font-weight: 600;
  color: #ffffff;
}

.header-explain {
  width: 500px;
  font-size: 16px;
  font-family: PingFangSC, PingFangSC-Regular, SourceHanSansSC-Normal;
  font-weight: 400;
  color: #ffffff;
  text-align: justify;
}

div {
  box-sizing: border-box;
}

li {
  list-style: none;
}

#nav-container {
  width: 100%;
  height: 60px;
  margin: 0 auto;
  position: fixed;
  z-index: 99;
}
#nav-container nav {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
#nav-container nav .left-icon-container {
  margin-left: 48px;
}
#nav-container nav .left-icon-container img {
  margin: 10px 0;
  width: 120px;
  height: 36px;
}
#nav-container nav .right-nav-container {
  margin: 0 48px 0 0;
  display: flex;
  position: relative;
  min-width: 660px;
}
#nav-container nav .right-nav-container a.nav-item {
  display: block;
  height: 100%;
}
#nav-container nav .right-nav-container a.my-serve-item {
  display: block;
  height: 100%;
}
#nav-container nav .right-nav-container .active-li {
  cursor: pointer;
  height: 60px;
  margin: 0 24px;
  line-height: 60px;
  font-size: 16px;
  font-weight: 600;
  font-family: PingFangSC, PingFangSC-Semibold, SourceHanSansSC-Normal;
  position: relative;
  color: #3670ff;
}
#nav-container nav .right-nav-container .active-li a {
  color: inherit;
}
#nav-container nav .right-nav-container .active-li::before {
  content: "";
  left: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  display: inline-block;
  border-bottom: 4px solid #3670ff;
}
#nav-container nav .right-nav-container > li {
  cursor: pointer;
  height: 60px;
  margin: 0 24px;
  line-height: 60px;
  font-size: 16px;
  font-weight: 600;
  font-family: PingFangSC, PingFangSC-Semibold, SourceHanSansSC-Normal;
  position: relative;
}
#nav-container nav .right-nav-container > li a {
  color: inherit;
}
#nav-container nav .right-nav-container > li::before {
  content: "";
  left: 0;
  bottom: 0;
  position: absolute;
  display: none;
}
#nav-container nav .right-nav-container > li:hover {
  color: #3670ff;
}
#nav-container nav .right-nav-container > li:hover::before {
  width: 100%;
  display: inline-block;
  border-bottom: 4px solid #3670ff;
}
#nav-container nav #my-serve:hover #my-serve-list {
  padding: 0;
  top: 60px;
  height: 147px;
  background-color: white;
  border-radius: 4px;
}
#nav-container nav #my-serve #my-serve-list {
  padding: 0;
  overflow: hidden;
  position: absolute;
  top: 60px;
  left: -50px;
  width: 180px;
  height: 0;
  transition: all ease-out 0.5s;
}
#nav-container nav #my-serve #my-serve-list .my-serve-item {
  color: #1d2129;
  text-align: center;
  line-height: 48px;
  border-bottom: 1px solid #dcdfe6;
}
#nav-container nav #my-serve #my-serve-list .my-serve-item:hover {
  color: #3670ff;
}

.black-background {
  color: #ffffff;
}
.black-background .nav-item {
  color: #ffffff;
}
.black-background .nav-item:hover {
  color: #3670ff;
}
.black-background .nav-item:hover #nav-triangle {
  transform: rotate(-180deg);
  border-top: 6px solid #3670ff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 0 solid transparent;
}

.white-background {
  background-color: #ffffff;
  color: black;
}
.white-background .nav-item {
  color: black;
}
.white-background .nav-item:hover {
  color: #3670ff;
}
.white-background .nav-item #nav-triangle {
  border-top: 6px solid black;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 0 solid transparent;
}
.white-background .nav-item:hover #nav-triangle {
  transform: rotate(-180deg);
  border-top: 6px solid #3670ff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 0 solid transparent;
}

.hover-blue-a {
  color: black;
}

.hover-blue-a:hover {
  display: block;
  color: #3670ff;
}

.hover-blue-active {
  display: block;
  color: #3670ff;
}

#nav-triangle {
  transition: all 0.5s;
  float: right;
  width: 0;
  height: 0;
  position: relative;
  right: 0px;
  top: 27px;
  border-top: 6px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 0 solid transparent;
}

/*# sourceMappingURL=news-only-next.css.map */
