@font-face {
  font-family: Poppins-ExtraBold;
  src: url("../fonts/Poppins-ExtraBold.ttf") format("truetype");
  font-display: swap;
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: Poppins-Regular;
  src: url("../fonts/Poppins-Regular.ttf") format("truetype");
  font-display: swap;
  font-weight: normal;
  font-style: normal;
}
.new-container {
  width: 100%;
  background: #F0F5FB;
  position: relative;
}
.new-container .grand-prix-header {
  width: 100%;
  height: 320px;
  background: url("../images/mask-group.png") no-repeat center center;
  background-size: 100% 100%;
  overflow: hidden;
}
.new-container .grand-prix-header .grand-prix-header-title {
  background: linear-gradient(20.0885942452deg, #C0FF3A 0%, #00FFA3 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 38px;
  text-align: center;
  margin: 175px auto 0;
  font-weight: bold;
}
.new-container .news-content-warp {
  padding: 15px 0 98px 0;
  box-sizing: border-box;
}
.new-container .news-content-warp .news-content-breadcrumb {
  display: flex;
  color: rgba(0, 0, 0, 0.5);
  line-height: 28px;
  font-size: 12px;
}
.new-container .news-content-warp .news-content-breadcrumb .news-content-breadcrumb-separator {
  margin: 0 6px;
}
.new-container .news-content-warp .news-content-breadcrumb .news-content-breadcrumb-title {
  color: #000000;
}
.new-container .news-content-warp .news-content-title {
  font-size: 30px;
  font-weight: bold;
  line-height: 39px;
  margin-top: 15px;
}
.new-container .news-content-warp .news-content-time {
  margin-top: 15px;
  font-size: 16px;
  line-height: 21px;
}
.new-container .news-content-warp .news-content-line {
  width: 100%;
  height: 1px;
  background: #DFE6EC;
  margin: 15px 0;
}
.new-container .news-content-warp .news-content-html {
  width: 100%;
  padding-bottom: 85px;
  box-sizing: border-box;
  border-bottom: 1px solid #D6DBE3;
}
.new-container .news-content-warp .news-content-html .news-content-html-text {
  width: 100%;
  font-size: 15px;
  line-height: 27px;
}
.new-container .news-content-warp .news-content-html img {
  width: 100%;
  margin-top: 30px;
}
.new-container .news-content-warp .news-content-html .news-html-item {
  width: 100%;
  margin-top: 30px;
}
.new-container .news-content-warp .news-content-html .news-html-item .new-html-item-label {
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
}
.new-container .news-content-warp .news-content-html .news-html-item .new-html-item-content {
  font-size: 15px;
  line-height: 27px;
  margin-top: 15px;
}
.new-container .news-content-warp .news-content-html .rules-right-form {
  width: 100%;
  margin-top: 15px;
  padding-left: 23px;
  box-sizing: border-box;
}
.new-container .news-content-warp .news-content-html .rules-right-form .rules-right-form-item + .rules-right-form-item {
  margin-top: 15px;
}
.new-container .news-content-warp .news-content-html .rules-right-form .rules-right-form-item {
  width: 100%;
}
.new-container .news-content-warp .news-content-html .rules-right-form .rules-right-form-item .rules-right-form-item-label {
  position: relative;
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  display: flex;
  align-items: center;
}
.new-container .news-content-warp .news-content-html .rules-right-form .rules-right-form-item .rules-right-form-item-label::before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  left: -19px;
  background: #1673FF;
  border-radius: 1px;
  transform: rotate(45deg);
}
.new-container .news-content-warp .news-content-html .rules-right-form .rules-right-form-item .rules-right-form-item-content {
  font-size: 14px;
  color: #333333;
  line-height: 22px;
  margin-top: 2px;
}
.new-container .news-content-warp .news-content-bottom-nav {
  width: 100%;
  margin-top: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 15px;
  color: #005EFF;
  line-height: 27px;
}

/*# sourceMappingURL=news-detail.css.map */
