.coverImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.yes_home_search_input {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 60px auto;
  width: 480px;
  height: 40px;
  border: solid 1px #cdcdcd;
  background: #fff;
}
.yes_home_search_input .prefix {
  padding: 10px 12px;
  box-sizing: border-box;
  width: 100%;
}
.yes_home_search_input .prefix input {
  width: 100%;
  border: unset;
  box-shadow: unset;
  font-family: NotoSansHans-Regular;
  font-size: 20px;
  outline: none;
  color: #494949;
}
.yes_home_search_input .prefix input:placehodler {
  color: #a5a5a5;
}
.yes_home_search_input .suffix {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 1;
}
.yes_home_search_input .suffix .clear-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 40px;
}
.yes_home_search_input .suffix .clear-icon img {
  width: 16px;
  height: 16px;
  color: #7c7c7c;
}
.yes_home_search_input .suffix .clear-icon:hover {
  cursor: pointer;
}
.yes_home_search_input .suffix .search-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ee8100;
}
.yes_home_search_input .suffix .search-icon img {
  width: 16px;
  height: 16px;
  color: #ffffff;
}
.yes_home_search_input .suffix .search-icon:hover {
  cursor: pointer;
}
.yes_home_row {
  display: flex;
  flex-wrap: wrap;
  gap: 38px 12px;
  max-width: 1200px;
  margin: 60px auto;
}
.yes_home_row_col {
  max-width: calc(33.3333333333% - 20px);
  width: 100%;
  background-color: #ffffff;
}
.yes_home_row_item {
  max-width: 390px;
  width: 100%;
  overflow: hidden;
  transition: all 0.2s;
  box-shadow: 0 0.2604vw 2.6042vw 0 rgba(142, 136, 132, 0.2);
}
.yes_home_row_item img {
  width: 100%;
  height: 285px;
  object-fit: cover;
}
.yes_home_row_item_content {
  word-break: break-word;
  padding: 28px 28px 42px 43px;
  box-sizing: border-box;
}
.yes_home_row_item_content .title {
  font-family: NotoSansHans-Light;
  font-size: 20px;
  height: 90px;
  color: #282828;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.yes_home_row_item_content .content {
  margin-top: 23px;
  font-family: NotoSansHans-Light;
  font-size: 14px;
  height: 40px;
  word-break: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.yes_home_row_item:hover {
  transform: scale(1.05);
  cursor: pointer;
}
.yes_home_load_more {
  max-width: 390px;
  width: 100%;
  height: 55px;
  background-color: #ee8100;
  padding: 18px 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  margin: 0 auto 60px auto;
}
.yes_home_load_more .prefix {
  font-family: NotoSansHans-Regular;
  font-size: 20px;
  line-height: 60px;
  color: #ffffff;
}
.yes_home_load_more .suffix {
  display: flex;
  align-items: center;
}
.yes_home_load_more .suffix img {
  width: 41px;
  color: #f7f7f7;
}
.yes_home_load_more:hover {
  cursor: pointer;
}
.yes_detail {
  max-width: 1650px;
  margin: auto;
  padding-top: 120px;
  padding-bottom: 50px;
}
.yes_detail_menu {
  text-align: right;
  padding-top: 46px;
  color: rgb(34, 34, 34);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.yes_detail_menu a {
  color: rgb(34, 34, 34);
}
.yes_detail_box {
  margin-top: 20px;
  padding: 60px 70px;
  background-color: #ffffff;
  box-shadow: 0 0 20px 0 rgba(142, 136, 132, 0.2);
}
.yes_detail_title {
  text-align: center;
  font-family: NotoSansHans-Regular;
  font-size: 36px;
  color: #282828;
}
.yes_detail_tips {
  text-align: center;
  font-family: NotoSansHans-Regular;
  font-size: 16px;
  color: #252525;
  max-width: 1200px;
  width: 100%;
  margin: 28px auto 0 auto;
  padding-bottom: 28px;
  border-bottom: 1px solid #b4b4b4;
  display: flex;
  column-gap: 10px;
  justify-content: center;
}
.yes_detail_content {
  max-width: 1200px;
  width: 100%;
  margin: 48px auto 0 auto;
  word-break: break-word;
}
.yes_detail_content h3 {
  font-size: 30px;
  line-height: 40px;
  color: #ee8100;
  margin-top: 40px;
}
.yes_detail_content p {
  margin-top: 30px;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  word-break: break-word;
}
.yes_detail_content p b {
  font-size: 26px;
  color: #ee8100;
  font-weight: normal;
}
.yes_detail_content .pic_box {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.yes_detail_content .pic_box .pic1 {
  width: 100%;
  height: auto;
}
.yes_detail_content .pic_box .pic2 {
  width: 49.5%;
  height: auto;
}
.yes_detail_content .video_box {
  margin-top: 30px;
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  display: flex;
}
.yes_detail_content .video_box .play {
  width: 6.6667vw;
  height: 6.6667vw;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  cursor: pointer;
}
.yes_detail_content .content-lGhdDduP1V {
  word-break: break-word;
}
.yes_detail_content .content-lGhdDduP1V .top-img {
  text-align: center;
  width: 100%;
  margin: 30px 0;
}
.yes_detail_content .content-lGhdDduP1V .top-img img {
  width: 100%;
  background-color: #040c58;
  object-fit: cover;
}
.yes_detail_content .content-lGhdDduP1V h3 {
  font-family: HYQiHei-EES;
  font-size: 24px;
  color: #ee8100;
  font-weight: bold;
  margin-bottom: 24px;
}
.yes_detail_content .content-lGhdDduP1V p, .yes_detail_content .content-lGhdDduP1V .line {
  font-family: HYQiHei-EES;
  font-size: 18px;
  line-height: 28px;
  color: #000000;
  width: 100%;
  height: auto;
  background-color: transparent;
  position: unset;
  top: 0;
}
.yes_detail_content .content-lGhdDduP1V p .content, .yes_detail_content .content-lGhdDduP1V .line .content {
  word-break: break-word;
  display: block;
}
.yes_detail_content .content-lGhdDduP1V p .tips, .yes_detail_content .content-lGhdDduP1V .line .tips {
  line-height: 32px;
  color: #646464;
}
.yes_detail_content .content-lGhdDduP1V .b_title {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.yes_detail_content .content-lGhdDduP1V .b_title h3 {
  margin: 0;
}
.yes_detail_content .content-lGhdDduP1V .b_title .line {
  display: contents;
  font-size: 18px;
  color: #000000;
  line-height: 34px;
}
.yes_detail_content .content-lGhdDduP1V a {
  font-family: HYQiHei-EES;
  text-decoration: underline !important;
  font-size: 18px;
  color: #010101;
}
.yes_detail_content .content-lGhdDduP1V br {
  height: 24px;
}
.yes_detail_content .content-lGhdDduP1V hr {
  width: 100%;
  height: 1px;
  background-color: #dbdbdb;
}
.yes_detail_content .content-lGhdDduP1V ol {
  list-style-type: decimal;
}
.yes_detail_content .content-lGhdDduP1V ol li {
  line-height: 1.4;
  list-style: auto;
  margin-left: calc(1em + 4px);
}
.yes_detail_content .content-lGhdDduP1V ol li::marker {
  font-family: HYQiHei-EES;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
}
.yes_detail_content .content-lGhdDduP1V ol li p {
  line-height: 2;
  margin-top: 0;
}
.yes_detail_footer {
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin-top: 90px;
}
.yes_detail_footer .link {
  font-family: HYQiHei-EES;
  font-size: 18px;
  color: #2b2b2b;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  display: flex;
}
.yes_detail_footer .link .hidden {
  display: none;
}
.yes_detail_footer .link p {
  margin-top: 0;
}
.yes_detail_footer .prefix {
  max-width: 40%;
}
.yes_detail_footer .suffix {
  max-width: 40%;
}
.yes_detail .back_home {
  width: 390px;
  background-color: #ee8100;
  display: flex;
  justify-content: space-between;
  padding: 15px 40px;
}
.yes_detail .back_home .text {
  font-family: HYQiHei-FZS;
  font-size: 24px;
  color: #ffffff;
}
.yes_detail .back_home .arrow {
  display: flex;
  align-items: center;
}
.yes_detail .back_home .arrow img {
  width: 48px;
  color: #f7f7f7;
}
.yes_detail .back_home:hover {
  cursor: pointer;
}
.yes_detail .footer_back {
  display: none;
}

.is_content_new {
  min-height: 500px;
  max-width: 86.4583vw !important;
  margin: 6.25vw auto 0;
  padding-bottom: 2.6042vw;
}
.is_content_new .title_view {
  font-size: 48px;
  line-height: 1;
}
.is_content_new .title_view .en {
  font-size: 0.58rem;
  color: #ee8100;
  text-align: center;
}
.is_content_new .title_view .cn {
  color: #000000;
  font-size: 0.42rem;
  margin-top: 12px;
  text-align: center;
}
.is_content_new .crumbs-title {
  font-family: HYQiHei-EES;
  font-size: 18px;
  text-align: right;
  margin-top: 1vw;
  padding-right: 5px;
  color: rgb(34, 34, 34);
}
.is_content_new .crumbs-title a {
  color: rgb(34, 34, 34);
}
.is_content_new .content_view {
  position: relative;
}
.is_content_new .content_view .ndp_home_row {
  display: flex;
  flex-wrap: wrap;
  gap: 28px 15px;
  justify-content: center;
  max-width: 1200px;
  margin: 70px auto 100px auto;
}
.is_content_new .content_view .ndp_home_row_item {
  width: 390px;
  overflow: hidden;
  background-color: #ffffff;
  transition: all 0.2s;
  box-shadow: 0 0.2604vw 2.6042vw 0 rgba(142, 136, 132, 0.2);
}
.is_content_new .content_view .ndp_home_row_item img {
  width: 390px;
  object-fit: cover;
}
.is_content_new .content_view .ndp_home_row_item_content {
  word-break: break-word;
  padding: 30px 14px 30px 28px;
  box-sizing: border-box;
}
.is_content_new .content_view .ndp_home_row_item_content .title {
  font-family: NotoSansHans-Light;
  font-size: 20px;
  height: 60px;
  color: #282828;
}
.is_content_new .content_view .ndp_home_row_item_content .content {
  margin-top: 23px;
  font-family: NotoSansHans-Light;
  font-size: 14px;
  height: 40px;
  word-break: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.is_content_new .content_view .ndp_home_row_item_footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 30px 12px 30px;
  background-color: #f9f9f9;
}
.is_content_new .content_view .ndp_home_row_item_footer .prefix {
  font-family: HYQiHei-FZS;
  font-size: 17px;
  color: #2ab5b2;
}
.is_content_new .content_view .ndp_home_row_item_footer .suffix img {
  width: 34px;
  height: 16px;
}
.is_content_new .content_view .ndp_home_row_item:hover {
  transform: scale(1.05);
  cursor: pointer;
}
.is_content_new .content_view .taps_wrap {
  width: 100%;
  height: 2.5vw;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-direction: row;
  position: relative;
  z-index: 2;
}
.is_content_new .content_view .taps_wrap .tap {
  width: 11.9792vw;
  height: 2.2917vw;
  background-color: #bdbdbd;
  border-radius: 0.5208vw 0.5208vw 0 0;
  box-sizing: border-box;
  padding: 0 1.0417vw;
  margin: 0 1px;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.8);
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.is_content_new .content_view .taps_wrap .tap.active {
  width: 12.7083vw;
  height: 2.5vw;
  background-color: #ee8100;
}
.is_content_new .content_view .taps_wrap .tap .icon {
  width: 1.0417vw;
  height: 1.0417vw;
  margin-right: 0.2083vw;
  transform: translateY(1px);
}
.is_content_new .content_view .taps_wrap .tap .txt {
  font-size: 0.9375vw;
  line-height: 1.0417vw;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.is_content_new .content_view .con_wrap {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  background: transparent;
  box-shadow: unset;
  display: none;
}
.is_content_new .content_view .con_wrap.con1 {
  padding: 3.125vw 6.25vw 7.2917vw;
  background: #fff;
}
.is_content_new .content_view .con_wrap.con1 .cw_title {
  font-size: 30px;
  font-weight: bold;
  color: #ee8100;
  text-align: center;
  line-height: 34px;
}
.is_content_new .content_view .con_wrap.con1 .title_line {
  width: 100%;
  height: 1px;
  background-color: #dbdbdb;
  position: relative;
  margin-top: 1.875vw;
}
.is_content_new .content_view .con_wrap.con1 .title_line::before {
  content: "";
  width: 2.8125vw;
  height: 2px;
  background-color: #ee8100;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -1px;
  z-index: 22;
}
.is_content_new .content_view .con_wrap.con1 .text_con {
  word-break: break-word;
  padding-top: 1.3542vw;
  color: #000000;
}
.is_content_new .content_view .con_wrap.con1 .text_con p {
  font-size: 18px;
  line-height: 24px;
  margin-top: 16px;
  color: #000000;
  word-break: break-word;
}
.is_content_new .content_view .con_wrap.con1 .text_con img {
  max-width: 70%;
  width: 100%;
  height: auto;
  margin-top: 40px;
}
.is_content_new .content_view .con_wrap.con1 .text_con h4 {
  font-size: 24px;
  line-height: 1;
  color: #ee8100;
  margin-top: 50px;
}
.is_content_new .content_view .con_wrap.con1 .text_con a {
  color: #ee8100;
  cursor: pointer;
}
.is_content_new .content_view .con_wrap.con1 .text_con a:hover {
  text-decoration: underline !important;
}
.is_content_new .content_view .con_wrap.con1 .text_con .link {
  color: #000000;
  font-size: 18px;
  text-decoration: underline !important;
}
.is_content_new .content_view .con_wrap.con1 .text_con .video_box {
  margin-top: 30px;
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  display: flex;
}
.is_content_new .content_view .con_wrap.con1 .text_con .video_box .play {
  width: 6.6667vw;
  height: 6.6667vw;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  cursor: pointer;
}
.is_content_new .content_view .con_wrap.con1 .text_con table {
  margin-top: 20px;
  width: 100%;
  height: auto;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}
.is_content_new .content_view .con_wrap.con1 .text_con table td {
  padding: 6px;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
}
.is_content_new .content_view .con_wrap.con1 .text_con table td:first-child {
  width: 15%;
}
.is_content_new .content_view .con_wrap.con2 {
  padding: 0 0 8.8542vw;
  position: relative;
}
.is_content_new .content_view .con_wrap.con2 .inner {
  display: flex;
  justify-content: initial;
  align-items: flex-start;
  flex-direction: row;
}
.is_content_new .content_view .con_wrap.con2 .left_menu {
  width: 264px;
  height: auto;
  background-color: #fff;
  box-shadow: 0px 5px 27px 1px rgba(189, 189, 189, 0.29);
  position: sticky;
  top: 3.3333vw;
  z-index: 22;
  margin-left: 0.7292vw;
}
.is_content_new .content_view .con_wrap.con2 .left_menu::before {
  content: "";
  width: 100%;
  height: 14px;
  background: linear-gradient(to right, #ffd39e 0%, #fff8f0 100%);
  display: block;
}
.is_content_new .content_view .con_wrap.con2 .left_menu .menu_ul {
  margin: 50px 2px;
}
.is_content_new .content_view .con_wrap.con2 .left_menu .menu_ul .menu_li {
  width: 100%;
  height: auto;
  padding: 18px 0;
  position: relative;
}
.is_content_new .content_view .con_wrap.con2 .left_menu .menu_ul .menu_li::after {
  content: "";
  width: 208px;
  height: 1px;
  background-color: #f7f7f7;
  position: absolute;
  left: 28px;
  bottom: 0;
  z-index: 2;
}
.is_content_new .content_view .con_wrap.con2 .left_menu .menu_ul .menu_li:last-child::after {
  display: none;
}
.is_content_new .content_view .con_wrap.con2 .left_menu .menu_ul .menu_li .menu_tap {
  width: 100%;
  height: 50px;
  border-radius: 8px;
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}
.is_content_new .content_view .con_wrap.con2 .left_menu .menu_ul .menu_li .menu_tap .icon {
  width: 20px;
  height: 20px;
  margin: 0 6px 0 30px;
}
.is_content_new .content_view .con_wrap.con2 .left_menu .menu_ul .menu_li .menu_tap .txt {
  font-size: 18px;
  line-height: 22px;
  color: #797979;
  margin-right: 20px;
}
.is_content_new .content_view .con_wrap.con2 .left_menu .menu_ul .menu_li .child_list {
  display: none;
}
.is_content_new .content_view .con_wrap.con2 .left_menu .menu_ul .menu_li.active .menu_tap {
  background-color: #ededed;
}
.is_content_new .content_view .con_wrap.con2 .left_menu .menu_ul .menu_li.active .menu_tap::before {
  content: "";
  width: 3px;
  height: 13px;
  background-color: #ee8100;
  position: absolute;
  left: -1px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.is_content_new .content_view .con_wrap.con2 .left_menu .menu_ul .menu_li.active .menu_tap .txt {
  color: #000000;
}
.is_content_new .content_view .con_wrap.con2 .left_menu .menu_ul .menu_li.active .child_list {
  display: block;
  margin: 20px 22px 20px 26px;
}
.is_content_new .content_view .con_wrap.con2 .left_menu .menu_ul .menu_li.active .child_list li {
  margin-top: 16px;
}
.is_content_new .content_view .con_wrap.con2 .left_menu .menu_ul .menu_li.active .child_list li .child {
  cursor: pointer;
  font-size: 14px;
  line-height: 20px;
  color: #797979;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.is_content_new .content_view .con_wrap.con2 .left_menu .menu_ul .menu_li.active .child_list li .child.active {
  color: #000000;
}
.is_content_new .content_view .con_wrap.con2 .right_main {
  flex: 1;
  margin: 0 5px;
  padding: 5.33vw 6.67vw;
  box-sizing: border-box;
  background-color: #ffffff;
  box-shadow: 0 0 20px 0 rgba(142, 136, 132, 0.2);
}
.is_content_new .content_view .con_wrap.con2 .right_main .J_rm_item {
  display: none;
}
.is_content_new .content_view .con_wrap.con2 .right_main .J_rm_item:first-child {
  display: block;
}
.is_content_new .content_view .con_wrap.con2 .right_main .rm_title {
  font-size: 30px;
  line-height: 34px;
  color: #ee8100;
  font-weight: bold;
}
.is_content_new .content_view .con_wrap.con2 .right_main .title_icon {
  width: 28px;
  height: 28px;
  display: inline-block;
  margin-left: 0.9375vw;
  transform: translateY(4px);
}
.is_content_new .content_view .con_wrap.con2 .right_main .title_line {
  width: 100%;
  height: 1px;
  background-color: #dbdbdb;
  margin-top: 1.25vw;
  position: relative;
}
.is_content_new .content_view .con_wrap.con2 .right_main .title_line::before {
  content: "";
  width: 54px;
  height: 3px;
  background-color: #ee8100;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.is_content_new .content_view .con_wrap.con2 .right_main .title_line_left::before {
  left: 27px !important;
}
.is_content_new .content_view .con_wrap.con2 .right_main .title_line_center::before {
  left: 50% !important;
}
.is_content_new .content_view .con_wrap.con2 .right_main .text_con {
  word-break: break-word;
}
.is_content_new .content_view .con_wrap.con2 .right_main .text_con h3 {
  font-size: 30px;
  line-height: 40px;
  color: #ee8100;
  margin-top: 40px;
}
.is_content_new .content_view .con_wrap.con2 .right_main .text_con p {
  margin-top: 30px;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  word-break: break-word;
}
.is_content_new .content_view .con_wrap.con2 .right_main .text_con p b {
  font-size: 26px;
  color: #ee8100;
  font-weight: normal;
}
.is_content_new .content_view .con_wrap.con2 .right_main .text_con .pic_box {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.is_content_new .content_view .con_wrap.con2 .right_main .text_con .pic_box .pic1 {
  width: 100%;
  height: auto;
}
.is_content_new .content_view .con_wrap.con2 .right_main .text_con .pic_box .pic2 {
  width: 49.5%;
  height: auto;
}
.is_content_new .content_view .con_wrap.con2 .right_main .text_con .video_box {
  margin-top: 30px;
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  display: flex;
}
.is_content_new .content_view .con_wrap.con2 .right_main .text_con .video_box .play {
  width: 6.6667vw;
  height: 6.6667vw;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  cursor: pointer;
}
.is_content_new .content_view .con_wrap.con2 .right_main .faq_ul .faq_li {
  padding: 2.0833vw 0;
  border-bottom: 1px solid #dbdbdb;
}
.is_content_new .content_view .con_wrap.con2 .right_main .faq_ul .faq_li .question {
  font-size: 24px;
  color: #ee8100;
  line-height: 40px;
}
.is_content_new .content_view .con_wrap.con2 .right_main .faq_ul .faq_li .answer {
  margin-top: 1.5625vw;
  font-size: 18px;
  line-height: 50px;
  color: #000000;
}
.is_content_new .content_view .con_wrap.con2 .right_main .contact_wrap .line_view {
  padding: 3.125vw 0 2.0833vw;
  border-bottom: 1px solid #dbdbdb;
  display: flex;
}
.is_content_new .content_view .con_wrap.con2 .right_main .contact_wrap .line_view:last-child {
  border-bottom: none;
}
.is_content_new .content_view .con_wrap.con2 .right_main .contact_wrap .line_view .contact {
  flex: 1;
}
.is_content_new .content_view .con_wrap.con2 .right_main .contact_wrap .line_view .contact .c_title {
  font-size: 24px;
  line-height: 1;
  color: #ee8100;
  position: relative;
  margin-bottom: 20px;
  padding-left: 14px;
}
.is_content_new .content_view .con_wrap.con2 .right_main .contact_wrap .line_view .contact .c_title::before {
  content: "";
  width: 2px;
  height: 20px;
  background-color: #ee8100;
  position: absolute;
  left: 0;
  top: 4px;
  border-radius: 2em;
}
.is_content_new .content_view .con_wrap.con2 .right_main .contact_wrap .line_view .contact .txt {
  font-size: 18px;
  line-height: 50px;
  color: #000000;
}
.is_content_new .content_view .con_wrap.con2 .right_main .contact_btn {
  margin-top: 80px;
  width: 19.2708vw;
  height: 2.9167vw;
  background-color: #ee8100;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.25vw;
  color: #fff;
  cursor: pointer;
}
.is_content_new .content_view .con_wrap.con2 .right_main .contact_btn .icon {
  width: 2.5vw;
  height: auto;
  margin-left: 2.6042vw;
}
.is_content_new .content_view .con_wrap.con3 {
  padding: 3.125vw 6.25vw 7.2917vw;
  background-color: #fff;
}
.is_content_new .content_view .con_wrap.con3 .cw_title {
  font-size: 30px;
  font-weight: bold;
  color: #ee8100;
  text-align: center;
  line-height: 34px;
}
.is_content_new .content_view .con_wrap.con3 .cw_title .icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 0.9375vw;
  transform: translateY(2px);
}
.is_content_new .content_view .con_wrap.con3 .title_line {
  width: 100%;
  height: 1px;
  background-color: #dbdbdb;
  position: relative;
  margin-top: 1.875vw;
}
.is_content_new .content_view .con_wrap.con3 .title_line::before {
  content: "";
  width: 2.8125vw;
  height: 2px;
  background-color: #ee8100;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -1px;
  z-index: 22;
}
.is_content_new .content_view .con_wrap.con3 .news_list {
  margin-top: 2.3958vw;
}
.is_content_new .content_view .con_wrap.con3 .news_list li {
  margin-top: 10px;
  font-size: 18px;
  line-height: 30px;
}
.is_content_new .content_view .con_wrap.con3 .news_list li a {
  color: #000000;
  cursor: pointer;
}
.is_content_new .content_view .con_wrap.con3 .news_list li a:hover {
  color: #ee8100;
}
.is_content_new .content_view .con_wrap.con3 .news_list.link li a {
  text-decoration: underline !important;
}

.pc_show {
  display: block;
}

.mob_show {
  display: none;
}

@media screen and (max-width: 1024px) {
  .pc_show {
    display: none;
  }
  .mob_show {
    display: block;
  }
  .yes_home_search_input {
    width: 90%;
    margin: 2vw auto;
  }
  .yes_home_row {
    margin-top: 9.33vw;
    justify-content: center;
  }
  .yes_home_row_col {
    max-width: unset;
    padding: 0 15px;
  }
  .yes_home_row_item {
    width: 90%;
  }
  .yes_home_row_item img {
    width: 100%;
  }
  .yes_home_row_item_content {
    padding: 4vw 1.87vw 4vw 3.73vw;
  }
  .yes_home_row_item_content .title {
    height: fit-content;
  }
  .yes_home_row_item_content .content {
    margin-top: 3.47vw;
    height: fit-content;
  }
  .yes_home_row_item_footer {
    padding: 1.6vw 4vw 1.6vw 4vw;
  }
  .yes_home_row_item_footer .prefix {
    font-size: 2.27vw;
  }
  .yes_home_row_item_footer .suffix img {
    width: 4.53vw;
    height: 2.13vw;
  }
  .yes_detail {
    width: 100%;
    margin: auto;
    padding-top: 0;
    padding-bottom: 0;
  }
  .yes_detail_menu {
    display: none;
  }
  .yes_detail_box {
    margin-top: 2.67vw;
    padding: 8vw 9.33vw;
  }
  .yes_detail_title {
    font-size: 4.8vw;
  }
  .yes_detail_tips {
    font-size: 2.13vw;
    margin-top: 3.73vw;
    padding-bottom: 3.73vw;
    column-gap: 1.33vw;
  }
  .yes_detail_content .content {
    word-break: break-word;
    margin-top: 6.4vw;
  }
  .yes_detail_content .content p {
    font-size: 3.7333vw !important;
    line-height: 4.8vw;
    margin-top: 2.1333vw;
  }
  .yes_detail_content .content img {
    margin-top: 5.3333vw;
    max-width: 100%;
  }
  .yes_detail_content .content h4 {
    font-size: 4.8vw !important;
    margin-top: 6.6667vw;
  }
  .yes_detail_content .content .link {
    font-size: 3.7333vw !important;
  }
  .yes_detail_content .content .video_box {
    margin-top: 4vw;
  }
  .yes_detail_content .content .video_box .play {
    width: 9.0667vw;
    height: 9.0667vw;
  }
  .yes_detail_content .content table {
    margin-top: 4vw;
  }
  .yes_detail_content .content table td {
    padding: 1.0667vw;
    font-size: 3.7333vw !important;
    line-height: 4.8vw;
  }
  .yes_detail_content .content table td:first-child {
    width: 25%;
  }
  .yes_detail_content .content-lGhdDduP1V .top-img {
    margin: 4.27vw 0;
  }
  .yes_detail_content .content-lGhdDduP1V .top-img img {
    width: 100%;
  }
  .yes_detail_content .content-lGhdDduP1V h1, .yes_detail_content .content-lGhdDduP1V h2, .yes_detail_content .content-lGhdDduP1V h3, .yes_detail_content .content-lGhdDduP1V h4, .yes_detail_content .content-lGhdDduP1V h5, .yes_detail_content .content-lGhdDduP1V h6, .yes_detail_content .content-lGhdDduP1V ul, .yes_detail_content .content-lGhdDduP1V li, .yes_detail_content .content-lGhdDduP1V a, .yes_detail_content .content-lGhdDduP1V ol, .yes_detail_content .content-lGhdDduP1V ul, .yes_detail_content .content-lGhdDduP1V li, .yes_detail_content .content-lGhdDduP1V a, .yes_detail_content .content-lGhdDduP1V span, .yes_detail_content .content-lGhdDduP1V p {
    line-height: 1.98;
  }
  .yes_detail_content .content-lGhdDduP1V h3 {
    font-size: 4.27vw;
    margin-bottom: 4.27vw;
  }
  .yes_detail_content .content-lGhdDduP1V p, .yes_detail_content .content-lGhdDduP1V .line {
    font-size: 3.2vw;
  }
  .yes_detail_content .content-lGhdDduP1V p .tips, .yes_detail_content .content-lGhdDduP1V .line .tips {
    margin-top: 3.2vw;
  }
  .yes_detail_content .content-lGhdDduP1V .b_title {
    column-gap: 2.13vw;
  }
  .yes_detail_content .content-lGhdDduP1V .b_title .line {
    font-size: 3.2vw;
  }
  .yes_detail_content .content-lGhdDduP1V a {
    font-size: 3.2vw;
  }
  .yes_detail_content .content-lGhdDduP1V br {
    height: 4.27vw;
  }
  .yes_detail_content .content-lGhdDduP1V ol li::marker {
    font-size: 3.2vw;
  }
  .yes_detail_footer {
    margin-top: 12vw;
  }
  .yes_detail_footer .link {
    font-size: 3.4vw;
    display: block;
  }
  .yes_detail_footer .link p {
    margin-top: 2vw;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .yes_detail_footer .prefix {
    max-width: 35%;
  }
  .yes_detail_footer .prefix .back_home {
    display: none;
  }
  .yes_detail_footer .suffix {
    max-width: 35%;
  }
  .yes_detail .footer_back {
    display: block;
    margin-top: 20vw;
  }
  .yes_detail .back_home {
    width: 100%;
    padding: 2vw 5.33vw;
  }
  .yes_detail .back_home .text {
    font-size: 24px;
    color: #ffffff;
  }
  .yes_detail .back_home .arrow {
    display: flex;
    align-items: center;
  }
  .yes_detail .back_home .arrow img {
    width: 48px;
    color: #f7f7f7;
  }
  .yes_detail .back_home:hover {
    cursor: pointer;
  }
  .is_content_new {
    max-width: 100% !important;
    margin: 8vw auto 0;
    padding-bottom: 5.3333vw;
  }
  .is_content_new .title_view {
    padding-left: 6vw;
  }
  .is_content_new .title_view .en {
    text-align: left;
    font-size: 6.1333vw !important;
  }
  .is_content_new .title_view .cn {
    margin-top: 2.6667vw;
    text-align: left;
    font-size: 6.1333vw !important;
  }
  .is_content_new .crumbs-title {
    font-size: 3.4vw;
    margin-bottom: 2vw;
  }
  .is_content_new .content_view {
    margin-top: 5.3333vw;
  }
  .is_content_new .content_view .ndp_home_row {
    margin-top: 9.33vw;
  }
  .is_content_new .content_view .ndp_home_row_item {
    width: 90%;
  }
  .is_content_new .content_view .ndp_home_row_item img {
    width: 100%;
  }
  .is_content_new .content_view .ndp_home_row_item_content {
    padding: 4vw 1.87vw 4vw 3.73vw;
  }
  .is_content_new .content_view .ndp_home_row_item_content .title {
    height: fit-content;
  }
  .is_content_new .content_view .ndp_home_row_item_content .content {
    margin-top: 3.47vw;
    height: fit-content;
  }
  .is_content_new .content_view .ndp_home_row_item_footer {
    padding: 1.6vw 4vw 1.6vw 4vw;
  }
  .is_content_new .content_view .ndp_home_row_item_footer .suffix img {
    width: 4.53vw;
    height: 2.13vw;
  }
  .is_content_new .content_view .taps_wrap_mob {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding-left: 2.1333vw;
    overflow: auto hidden;
    white-space: nowrap;
    position: relative;
    padding-bottom: 2vw;
    z-index: 22;
  }
  .is_content_new .content_view .taps_wrap_mob .tap {
    margin-right: 2.1333vw;
    display: inline-block;
    position: relative;
  }
  .is_content_new .content_view .taps_wrap_mob .tap .inner {
    width: auto;
    min-width: 26.6667vw;
    height: 8.8vw;
    border-radius: 1.3333vw;
    padding: 0 1.6vw;
    background-color: #bdbdbd;
    font-size: 3.4667vw !important;
    color: rgba(255, 255, 255, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
  }
  .is_content_new .content_view .taps_wrap_mob .tap .inner .icon {
    width: 3vw;
    height: 3vw;
    margin-left: 1.0667vw;
    transition: all 0.3s;
  }
  .is_content_new .content_view .taps_wrap_mob .tap.active .inner {
    background-color: #ee8100;
  }
  .is_content_new .content_view .taps_wrap_mob .tap.active .inner .icon {
    transform: rotate(180deg);
  }
  .is_content_new .content_view .con_wrap {
    margin-top: 2vw;
  }
  .is_content_new .content_view .con_wrap.con1 {
    padding: 8vw;
  }
  .is_content_new .content_view .con_wrap.con1 .cw_title {
    font-size: 4.8vw !important;
    line-height: 1;
  }
  .is_content_new .content_view .con_wrap.con1 .title_line {
    height: 1px;
    margin-top: 6.6667vw;
  }
  .is_content_new .content_view .con_wrap.con1 .title_line::before {
    content: "";
    width: 11.2vw;
    height: 2px;
    bottom: 1px;
  }
  .is_content_new .content_view .con_wrap.con1 .text_con {
    word-break: break-word;
    padding-top: 2.6667vw;
  }
  .is_content_new .content_view .con_wrap.con1 .text_con p {
    font-size: 3.7333vw !important;
    line-height: 4.8vw;
    margin-top: 2.1333vw;
  }
  .is_content_new .content_view .con_wrap.con1 .text_con img {
    margin-top: 5.3333vw;
    max-width: 100%;
  }
  .is_content_new .content_view .con_wrap.con1 .text_con h4 {
    font-size: 4.8vw !important;
    margin-top: 6.6667vw;
  }
  .is_content_new .content_view .con_wrap.con1 .text_con .link {
    font-size: 3.7333vw !important;
  }
  .is_content_new .content_view .con_wrap.con1 .text_con .video_box {
    margin-top: 4vw;
  }
  .is_content_new .content_view .con_wrap.con1 .text_con .video_box .play {
    width: 9.0667vw;
    height: 9.0667vw;
  }
  .is_content_new .content_view .con_wrap.con1 .text_con table {
    margin-top: 4vw;
  }
  .is_content_new .content_view .con_wrap.con1 .text_con table td {
    padding: 1.0667vw;
    font-size: 3.7333vw !important;
    line-height: 4.8vw;
  }
  .is_content_new .content_view .con_wrap.con1 .text_con table td:first-child {
    width: 25%;
  }
  .is_content_new .content_view .con_wrap.con2 {
    padding: 0;
    position: relative;
  }
  .is_content_new .content_view .con_wrap.con2 .hide_list {
    display: none;
    width: 84vw;
    height: auto;
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 22;
    background-color: #fff;
    box-shadow: 0 0.6667vw 3.6vw 0 rgba(189, 189, 189, 0.29);
    border-radius: 0.8vw;
    padding: 8vw 2.4vw 8vw 1.6vw;
  }
  .is_content_new .content_view .con_wrap.con2 .hide_list .menu_ul .menu_li {
    width: 100%;
    height: auto;
    padding: 3.2vw 0;
    position: relative;
  }
  .is_content_new .content_view .con_wrap.con2 .hide_list .menu_ul .menu_li::after {
    content: "";
    width: 75.4667vw;
    height: 0.2667vw;
    background-color: #f7f7f7;
    position: absolute;
    left: 3.7333vw;
    bottom: 0;
    z-index: 2;
  }
  .is_content_new .content_view .con_wrap.con2 .hide_list .menu_ul .menu_li:last-child::after {
    display: none;
  }
  .is_content_new .content_view .con_wrap.con2 .hide_list .menu_ul .menu_li .menu_tap {
    width: 100%;
    height: 11.4667vw;
    border-radius: 1.0667vw;
    cursor: pointer;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
  }
  .is_content_new .content_view .con_wrap.con2 .hide_list .menu_ul .menu_li .menu_tap .icon {
    width: 5.3333vw;
    height: 5.3333vw;
    margin-left: 2.9333vw;
  }
  .is_content_new .content_view .con_wrap.con2 .hide_list .menu_ul .menu_li .menu_tap .txt {
    font-size: 3.2vw !important;
    text-align: right;
    color: #797979;
    margin-right: 4.6667vw;
  }
  .is_content_new .content_view .con_wrap.con2 .hide_list .menu_ul .menu_li .child_list {
    display: none;
  }
  .is_content_new .content_view .con_wrap.con2 .hide_list .menu_ul .menu_li.active .menu_tap {
    background-color: #ededed;
  }
  .is_content_new .content_view .con_wrap.con2 .hide_list .menu_ul .menu_li.active .menu_tap::before {
    content: "";
    width: 0.6667vw;
    height: 4vw;
    background-color: #ee8100;
    position: absolute;
    left: -0.4vw;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
  }
  .is_content_new .content_view .con_wrap.con2 .hide_list .menu_ul .menu_li.active .menu_tap .txt {
    color: #000000;
  }
  .is_content_new .content_view .con_wrap.con2 .hide_list .menu_ul .menu_li.active .child_list {
    display: block;
    margin: 3vw 6.9333vw 3vw 0;
  }
  .is_content_new .content_view .con_wrap.con2 .hide_list .menu_ul .menu_li.active .child_list li {
    margin-top: 2vw;
  }
  .is_content_new .content_view .con_wrap.con2 .hide_list .menu_ul .menu_li.active .child_list li .child {
    cursor: pointer;
    font-size: 3.2vw !important;
    text-align: right;
    line-height: 5vw;
    color: #797979;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-align: right;
  }
  .is_content_new .content_view .con_wrap.con2 .hide_list .menu_ul .menu_li.active .child_list li .child.active {
    color: #000000;
  }
  .is_content_new .content_view .con_wrap.con2 .inner {
    display: flex;
    justify-content: initial;
    align-items: flex-start;
    flex-direction: row;
    position: relative;
  }
  .is_content_new .content_view .con_wrap.con2 .right_main {
    flex: 1;
    margin: 0;
  }
  .is_content_new .content_view .con_wrap.con2 .right_main .rm_title {
    font-size: 4.8vw !important;
    line-height: 6.1333vw;
  }
  .is_content_new .content_view .con_wrap.con2 .right_main .title_icon {
    width: 4.2667vw;
    height: 4.2667vw;
    margin-left: 2.6667vw;
    transform: translateY(0.2667vw);
  }
  .is_content_new .content_view .con_wrap.con2 .right_main .title_line {
    margin-top: 4.5333vw;
  }
  .is_content_new .content_view .con_wrap.con2 .right_main .title_line::before {
    width: 11.2vw;
    height: 2px;
    bottom: 1px;
    left: 0;
  }
  .is_content_new .content_view .con_wrap.con2 .right_main .text_con {
    word-break: break-word;
  }
  .is_content_new .content_view .con_wrap.con2 .right_main .text_con h3 {
    font-size: 4.8vw !important;
    line-height: 6.6667vw;
    margin-top: 5.3333vw;
  }
  .is_content_new .content_view .con_wrap.con2 .right_main .text_con p {
    margin-top: 3.2vw;
    font-size: 3.7333vw !important;
    line-height: 4.8vw;
  }
  .is_content_new .content_view .con_wrap.con2 .right_main .text_con p b {
    font-size: 4.8vw;
  }
  .is_content_new .content_view .con_wrap.con2 .right_main .text_con .pic_box {
    margin-top: 5vw;
  }
  .is_content_new .content_view .con_wrap.con2 .right_main .text_con .video_box {
    margin-top: 5vw;
  }
  .is_content_new .content_view .con_wrap.con2 .right_main .text_con .video_box .play {
    width: 9.0667vw;
    height: 9.0667vw;
  }
  .is_content_new .content_view .con_wrap.con2 .right_main .faq_ul .faq_li {
    padding: 4.8vw 0;
  }
  .is_content_new .content_view .con_wrap.con2 .right_main .faq_ul .faq_li .question {
    font-size: 4.5333vw;
    line-height: 6.1333vw;
  }
  .is_content_new .content_view .con_wrap.con2 .right_main .faq_ul .faq_li .answer {
    margin-top: 2vw;
    font-size: 3.7333vw !important;
    line-height: 5.3333vw;
  }
  .is_content_new .content_view .con_wrap.con2 .right_main .contact_wrap .line_view {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
  }
  .is_content_new .content_view .con_wrap.con2 .right_main .contact_wrap .line_view:last-child {
    border-bottom: none;
  }
  .is_content_new .content_view .con_wrap.con2 .right_main .contact_wrap .line_view .contact {
    flex: initial;
    width: 100%;
    padding: 6.6667vw 0;
    border-bottom: 1px solid #dbdbdb;
  }
  .is_content_new .content_view .con_wrap.con2 .right_main .contact_wrap .line_view .contact:last-child {
    border-bottom: none;
  }
  .is_content_new .content_view .con_wrap.con2 .right_main .contact_wrap .line_view .contact .c_title {
    font-size: 4.5333vw !important;
    margin-bottom: 2.6667vw;
    padding-left: 2.6667vw;
  }
  .is_content_new .content_view .con_wrap.con2 .right_main .contact_wrap .line_view .contact .c_title::before {
    content: "";
    width: 2px;
    height: 100%;
    background-color: #ee8100;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 2em;
  }
  .is_content_new .content_view .con_wrap.con2 .right_main .contact_wrap .line_view .contact .txt {
    font-size: 3.2vw;
    line-height: 8vw;
  }
  .is_content_new .content_view .con_wrap.con2 .right_main .contact_btn {
    margin: 13.3333vw auto 0;
    width: 50.6667vw;
    height: 7.4667vw;
    font-size: 3.2vw !important;
  }
  .is_content_new .content_view .con_wrap.con2 .right_main .contact_btn .icon {
    width: 6.4vw;
    margin-left: 4vw;
  }
  .is_content_new .content_view .con_wrap.con3 {
    padding: 8vw;
  }
  .is_content_new .content_view .con_wrap.con3 .cw_title {
    font-size: 4.8vw !important;
    line-height: 1;
  }
  .is_content_new .content_view .con_wrap.con3 .cw_title .icon {
    width: 5vw;
    height: 5vw;
    margin-right: 1.5vw;
    transform: translateY(0.8vw);
  }
  .is_content_new .content_view .con_wrap.con3 .title_line {
    height: 1px;
    margin-top: 6.6667vw;
  }
  .is_content_new .content_view .con_wrap.con3 .title_line::before {
    content: "";
    width: 11.2vw;
    height: 2px;
    bottom: 1px;
  }
  .is_content_new .content_view .con_wrap.con3 .news_list {
    margin-top: 4vw;
  }
  .is_content_new .content_view .con_wrap.con3 .news_list li {
    margin-top: 1.6vw;
    font-size: 3.2vw;
    line-height: 5.3333vw;
  }
}

/*# sourceMappingURL=scholars.css.map */
