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

.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 {
  color: #ee8100;
  text-align: center;
}
.is_content_new .title_view .cn {
  color: #000000;
  margin-top: 12px;
  text-align: center;
}
.is_content_new .content_view {
  margin-top: 70px;
  position: relative;
}
.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-color: #fff;
  border-radius: 0.7813vw;
  box-shadow: 0 0.2604vw 2.6042vw 0 rgba(189, 189, 189, 0.5);
  display: none;
}
.is_content_new .content_view .con_wrap.con1 {
  padding: 3.125vw 6.25vw 7.2917vw;
}
.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 {
  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;
}
.is_content_new .content_view .con_wrap.con1 .text_con img {
  width: 100%;
  height: auto;
  margin-top: 40px;
  display: block;
}
.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 .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;
    word-break: break-word;
}
.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: 3.125vw 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);
  border-radius: 6px;
  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;
  border-radius: 6px 6px 0 0;
}
.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: 16px;
  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;
  width: 0;
  margin: 0 5.2083vw;
}
.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 .text_con .top{
  margin-top: 20px;
}
.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 ul{
  margin-left: 20px;
}
.is_content_new .content_view .con_wrap.con2 .right_main .text_con ul li{
  list-style: disc;
}
.is_content_new .content_view .con_wrap.con2 .right_main .text_con p {
  margin-top: 12px;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
}
.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 .faq_ul .faq_li .answer ul{
  margin-left: 20px;
}
.is_content_new .content_view .con_wrap.con2 .right_main .faq_ul .faq_li .answer ul li{
  list-style: disc;
}
.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_wrap .line_view .contact .view{
  margin-bottom: 30px;padding-top: 20px;
}
.is_content_new .content_view .con_wrap.con2 .right_main .contact_wrap .line_view .contact .view .t1{
  font-size: 20px;color: #000000;font-weight: bold;
}
.is_content_new .content_view .con_wrap.con2 .right_main .contact_wrap .line_view .contact .view .t2{
  font-size: 17px;color: #000000;margin-top: 20px;
}
.is_content_new .content_view .con_wrap.con2 .right_main .contact_wrap .line_view .contact .view .t3{
  font-size: 16px;color: #020202;margin-top: 4px;
}
.is_content_new .content_view .con_wrap.con2 .right_main .contact_wrap .line_view .contact .view .t3{
  font-size: 18px;color: #000000;
}
.is_content_new .content_view .con_wrap.con2 .right_main .contact_wrap .line_view .contact .view .t4{
}
.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;
}
.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: 768px) {
  .pc_show {
    display: none;
  }
  .mob_show {
    display: block;
  }
  .is_content_new {
    max-width: 100% !important;
    margin: 8vw auto 0;
    padding-bottom: 5.3333vw;
  }
  .is_content_new .title_view {
    padding-left: 8vw;
  }
  .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 .content_view {
    margin-top: 9.3333vw;
  }
  .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;
    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;
    box-shadow: 0 0.6667vw 6.6667vw 0 rgba(189, 189, 189, 0.5);
  }
  .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 {
    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;
  }
  .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 .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: 8vw;
    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%);
    top: -8vw;
    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;
    width: 0;
    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;
  }
  .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 */
