/* @import url(./wld-xs.css); */
.foucebox .thebox {
  display: flex;
}

.foucebox_l {
  width: 290px;
  margin-right: 30px;
}

.foucebox_l .title {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background-color: #034493
}

.foucebox_l .title h3 {
  margin: 0;
  font-size: 27px;
  color: #ffffff;
  line-height: 80px;
  margin-right: 10px;
}

.foucebox_l .title span {
  margin: 0;
  line-height: 70px;
  color: #ffffff;
  font-size: 18px;
}

.foucebox_l .option {
  border: 1px solid #e8e8e8;
}

.foucebox_l .option ul li {
  border-bottom: 1px solid #e8e8e8;
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  align-items: center;
  padding: 10px 15px;
  transition: background-color 0.3s;
}

.foucebox_l .option ul li.active {
  background-color: #034493;
}

.foucebox_l .option ul li.active a {
  color: #fff;
}

.foucebox_l .option ul li.active .dian {
  border-color: #fff;
}

.foucebox_l .option ul li.active .dian::before {
  background-color: #fff;
}

.foucebox_l .option ul li.active::after {
  color: #fff;
}

.foucebox_l .option ul li:last-child {
  border-bottom: none;
}

.foucebox_l .option ul li::after {
  content: '>';
  color: #878787;
}

.foucebox_l .option ul li .dian {
  width: 12px;
  height: 12px;
  border: solid 1px #034493;
  position: relative;
}

.foucebox_l .option ul li .dian::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 5px;
  height: 5px;
  background-color: #034493;
}

.foucebox_l .option ul li a {
  flex: 1;
  padding: 0 15px;
  line-height: 1.5px;
  font-size: 15px;
  color: #333333;
}

.foucebox_r {
  flex: 1;
}

.foucebox_r .pro_box {
  display: none;
  width: 100%;
}

.foucebox_r .pro_box.active {
  display: block;
}

.foucebox_r .pro_box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.foucebox_r .pro_box ul::after {
  content: '';
  width: 281px;
}

.foucebox_r .pro_box ul li {
  width: 281px;
  margin-bottom: 20px;
}

.foucebox_r .pro_box ul li:hover .img_box img {
  transform: scale(1.1);
}

.foucebox_r .pro_box ul li:hover .pro_item p {
  color: #ca121a;
}

.foucebox_r .pro_box ul li .pro_item .img_box {
  width: 100%;
  height: 209px;
  border: 1px solid #e8e8e8;
  display: flex;
  justify-content: center;    overflow: hidden;
  align-items: center;
  margin-bottom: 20px;
}

.foucebox_r .pro_box ul li .pro_item .img_box img {
  max-height: 100%;    max-width: 100%;
  transition: all 0.3s;
}

.foucebox_r .pro_box ul li .pro_item p {
  font-size: 16px;
  color: #333333;
  text-align: center;
  padding: 0 1em;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pro-box {
  margin: 50px 0;
}

.pro-box .thebox {
  display: flex;
}

.innews-tex ul li .date {
  position: absolute;
  left: 0;
  top: 0;
  width: 70px;
  height: 70px;
  background-color: #034493;
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.innews-tex ul li .date .day {
  font-size: 40px;
  margin-top: -8px;
}

.innews-tex ul li .date .year {
  font-size: 12px;
  margin-top: -10px;
}

.pro_breadcrumb {
  margin-bottom: 38px;
  display: flex;
  align-items: center;
  color: #686868;
  border-bottom: 1px solid #0154a4;
  font-size: 18px;
  line-height: 50px;
}

.pro_breadcrumb p {
  display: flex;
  align-items: center;
}

.pro_breadcrumb p::before {
  content: '';
  width: 22px;
  height: 30px;
  background: url(../image/location.png) no-repeat center center;
  display: block;
  margin-right: 10px;
}

.pro_breadcrumb .breadcrumb>li+li:before {
  content: '>>';
}

.pro_breadcrumb .breadcrumb {
  background-color: #fff;
  margin-bottom: 0;
  padding: 15px 0;
}

.pro_details {
  margin-bottom: 80px;
}

.pro_box .w .pro_box_right .pro_details .bg {
  width: 100%;
  height: 540px;
  overflow: hidden;
  box-sizing: border-box;
  background: #fff;
  display: flex;
}

.pro_box .w .pro_box_right .pro_details .bg .m-pro_details_box {
  display: none;
}

.pro_box .w .pro_box_right .pro_details .bg_left {
  width: 430px;
  height: auto;
  float: left;
  margin-right: 50px;
}

.pro_box .w .pro_box_right .pro_details .bg_right {
  position: absolute;
  left: 50%;
}

.pro_box .w .pro_box_right .pro_details .show {
  width: 430px;
  height: 430px;
  margin-bottom: 10px;
  position: relative;
  box-sizing: content-box;
  border: 1px solid #E8E8E8;
  cursor: move;
}

.pro_box .w .pro_box_right .pro_details .show img {
  width: 430px;
  height: 430px;
}

.pro_box .w .pro_box_right .pro_details .mask {
  width: 215px;
  height: 215px;
  background: #000;
  filter: alpha(opacity=50);
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.pro_box .w .pro_box_right .pro_details .bigshow {
  width: 430px;
  height: 430px;
  overflow: hidden;
  margin-left: 10px;
  display: none;
  border: 1px solid #E8E8E8;
}

.pro_box .w .pro_box_right .pro_details .bigshow img {
  width: 860px;
  height: 860px;
  margin-right: 10px;
}

.pro_box .w .pro_box_right .pro_details .smallshow {
  width: 100%;
  height: 70px;
  position: relative;
}

.pro_box .w .pro_box_right .pro_details .smallshow img {
  max-width: 100%;
  max-height: 100%;
  box-sizing: border-box;
  transition: all 0.5s;
}

.pro_box .w .pro_box_right .pro_details .smallshow>.middle_box {
  margin: 0 auto;
  width: 315px;
  overflow: hidden;
  height: 70px;
}

.pro_box .w .pro_box_right .pro_details .smallshow .middle {
  overflow: hidden;
  transition: all 0.5s;
  height: 70px;
}

.pro_box .w .pro_box_right .pro_details .smallshow .middle>li {
  width: 70px;
  height: 70px;
  float: left;
  cursor: pointer;
  border: 1px solid #e8e8e8;
  box-sizing: border-box;
  margin-right: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pro_box .w .pro_box_right .pro_details .smallshow>p {
  position: absolute;
  top: 50%;
  width: 22px;
  height: 32px;
  margin-top: -16px;
  cursor: pointer;
}

.pro_box .w .pro_box_right .pro_details .smallshow>.prev {
  left: 0;
  background: url(../image/hover-prev.png) no-repeat;
  transition: all 0.5s;
}

.pro_box .w .pro_box_right .pro_details .smallshow>.next {
  right: 0;
  background: url(../image/hover-next.png) no-repeat;
  transition: all 0.5s;
}

.pro_box .w .pro_box_right .pro_details .smallshow>.prev.prevnone {
  left: 0;
  background: url(../image/prev.png) no-repeat;
  cursor: not-allowed;
}

.pro_box .w .pro_box_right .pro_details .smallshow>.next.nextnone {
  right: 0;
  background: url(../image/next.png) no-repeat;
  cursor: not-allowed;
}

.pro_box .w .pro_box_right .product_box .product_box_option {
  display: flex;
  border-bottom: 2px solid #f7f7f7;
}

.pro_box .w .pro_box_right .product_box .product_box_option .product_box_option_tiem {
  font-size: 20px;
  color: #555;
  background-color: #fff;
  width: 155px;
  text-align: center;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
}

.pro_box .w .pro_box_right .product_box .product_box_option .product_box_option_tiem.active {
  background-color: #f7f7f7;
  /* color: #fff; */
}

.pro_box .w .pro_box_right .product_box .product_box_list {
  border: 1px solid #eee;
}

.pro_box .w .pro_box_right .product_box .product_box_list .product_box_item {
  display: none;
}

.pro_box .w .pro_box_right .product_box .product_box_list .product_box_item.active {
  display: block;
}

.pro_box .w .pro_box_right .product_box .product_box_list .product_box_item img {
  max-width: 100%;
}

.content {
  font-size: 15px;
  line-height: 24px;
  margin: 15px auto 35px;
  padding: 0 15px;
}

a:hover {
  text-decoration: none;
}

.nabouts {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.nabouts_a {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  padding-bottom: 0;
}

.nnews_a {
  margin-top: 20px;
}

.nabouts_id {
  width: 100%;
  height: auto;
  line-height: 26px;
}

.nabouts_id p {
  text-indent: 2em;
}

.nabouts_id p img {
  width: 96%;
  padding: 1%;
  border: 1px solid #ccc;
}

/*新闻内页*/
.nnews_head {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #333333;
}

.nnews_aa {
  width: 74%;
  height: auto;
  line-height: 32px;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 34px;
  text-align: center;
}

.nnews_a font {
  padding-left: 20px;
}

.bdsharebuttonbox {
  float: right;
}

.nnews_kd {
  width: 100%;
  height: auto;
  border-bottom: 1px dashed #d2d2d2;
  margin-bottom: 15px;
}

.djg {
  width: 100%;
  height: auto;
  margin: 0 auto;
  color: #666666;
  line-height: 24px;
  text-indent: 2em;
  margin: 15px 0;
  text-align: justify;
}

.nnews_l {
  width: 98%;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 50px;
}

.nnews_l li {
  padding-bottom: 10px;
}

.nnews_l li a:hover {
  color: #1b5197;
}

.nnews_img {
  width: 100%;
  text-align: center;
}

.nnews_img img {
  max-width: 100%;
}

.news_b .lg_x_t,
.pro_b .lg_x_t {
  margin-bottom: 0;
  display: flex;
  align-items: flex-end;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
}

.news_b .lg_x_t p,
.pro_b .lg_x_t p {
  color: var(--styleColor);
  font-size: 26px;
  font-weight: 600;
  margin-right: 10px;
}

.news_b .lg_x_t span,
.pro_b .lg_x_t span {
  color: #666;
}

.news_b,
.pro_b {
  width: 100%;
  overflow: hidden;
  /* border: 1px solid #CCCCCC; */
  padding: 10px 15px;
  margin-top: 20px;
}

.pro_b .pro_list_box {
  margin-top: 20px;
}

.news_b ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 48%;
  margin-bottom: 10px;
}

.news_b ul li::before {
  content: '+';
  font-size: 14px;
  color: #666;
  margin-right: 10px;
}

.news_b ul li span {
  float: right;
  margin-left: 5px;
}

.news_b ul li a {
  color: #666666;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news_b ul {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.news_b ul li a:hover {
  color: #1b5197;
}

.bd_weixin_popup {
  height: 325px !important;
}

/*产品内页*/
.nprosf {
  width: 100%;
  float: right;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}

.npros_head {
  width: 100%;
  height: auto;
  padding-top: 70px;
  padding-bottom: 50px;
  text-align: center;
  color: #033e99;
  font-size: 24px;
}

.npros_lefta {
  width: 375px;
  float: left;
  text-align: center;
}

.npros_lefta img {
  max-width: 100%;
}

.npros_right {
  width: 475px;
  height: auto;
  float: right;
}

.npros_bottm {
  width: 130px;
  height: auto;
  background: #000;
  border-radius: 0.5em;
  text-align: center;
  line-height: 36px;
  margin-top: 5%;
}

.npros_bottm a {
  color: #fff;
}

.npros_bottm a:hover {
  color: #fff;
}

.npros_kg {
  width: 100%;
  height: auto;
  line-height: 40px;
  background: #f3f3f3;
  border-left: 3px solid #1b5197;
  padding-left: 10px;
  margin-top: 55px;
  font-size: 16px;
}

.npros_dg {
  width: 100%;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  margin-top: 2%;
}

.npros_ld {
  width: 100%;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  margin-top: 2%;
}

.npros_gg {
  width: 100%;
  height: auto;
  line-height: 26px;
  padding-top: 4%;
}

.npros_gg a {
  color: #333333;
}

.npros_gg a:hover {
  color: #1b5197;
}

.npro_z {
  display: inline-block;
  width: 155px;
  height: 45px;
  font-size: 16px;
  margin-top: 50px;
  background: #1b5197;
  border-radius: 5px;
  text-align: center;
  line-height: 45px;
  color: white;
}

.npro_z:hover {
  color: white;
}

.pro_box .w .pro_box_right .pro_list_box .pro_list {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
}

.pro_box .w .pro_box_right .pro_list_box .pro_list::after {
  /* content: '';
  width: 30%; */
}

.pro_box .w .pro_box_right .pro_list_box .pro_list .pro_item {
  width: 24%;
  margin-bottom: 30px;
  margin-right: calc(4% / 3);
}

.pro_box .w .pro_box_right .pro_list_box .pro_list .pro_item:nth-child(4n) {
  margin-right: 0;
}

.pro_box .w .pro_box_right .pro_list_box .pro_list .pro_item:hover img {
  transform: translateZ(0) scale(1.2) !important;
}

.pro_box .w .pro_box_right .pro_list_box .pro_list .pro_item:hover .pro_item_imgbox {
  border-color: #0154a4;
}

.pro_box .w .pro_box_right .pro_list_box .pro_list .pro_item:hover .pro_item_title {
  background-color: #0154a4;
  color: #fff;
  border-color: #0154a4;
}

.pro_box .w .pro_box_right .pro_list_box .pro_list .pro_item a .pro_item_imgbox {
  height: auto;
  border: solid 1px #e5e5e5;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: border-color 0.3s;
}

.pro_box .w .pro_box_right .pro_list_box .pro_list .pro_item a .pro_item_imgbox img {
  width: 70%;
  transition: transform 0.3s;
  transform: translateZ(0) scale(1);
}

.pro_details {
  margin-bottom: 80px;
}

.pro_box .w .pro_box_right .pro_list_box .pro_list .pro_item a .pro_item_title {
  text-align: center;
  font-size: 20px;
  color: #666666;
  padding: 5px 15px;
  line-height: 50px;
  transition: all 0.3s;
  border: 1px solid #e5e5e5;
  border-top: none;
  /* display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow:

  hidden; */
}

.pro_box .w .pro_box_right .pro_details .pro_details_content .product_title {
  font-size: 26px;
  color: #555555;
  padding-bottom: 15px;
  border-bottom: 1px solid #ececec;
  margin-bottom: 20px;
}

.pro_box .w .pro_box_right .pro_details .pro_details_content .product_details {
  font-size: 18px;
  color: #777777;
  line-height: 40px;
  margin-bottom: 60px;
}

@media screen and (max-width: 1680px) {
  .w {
    width: 100%;
  }

  header .header_top .w .logo {
    width: 50%;
  }

  header .header_top .w .logo img {
    width: 100%;
  }

  header .header_top .w .contact .contact_l {
    font-size: 20px;
  }

  header .header_top .w .contact .contact_l span {
    font-size: 20px;
  }

  header .nav .w>ul>li>a {
    font-size: 16px;
  }

  .f_title {
    font-size: 24px;
    margin-bottom: 10px;
  }

  footer .footer_top .bk .f_pro ul li a {
    font-size: 14px;
    line-height: 24px;
  }

  footer .footer_top .bk .f_contact ul li {
    font-size: 14px;
    line-height: 24px;
  }

  footer .footer_top .footerr .qrcode .qrcode_bottom img {
    width: 1.4rem;
  }

  footer .footer_top .footerl {
    max-width: 69%;
  }

  footer .footer_top .footerl .f_nav ul li a {
    font-size: 16px;
  }
}

@media screen and (max-width: 1400px) {
  header .nav .w>ul>li>a {
    font-size: 14px;
  }

  header .nav .w>ul>li .nav-child li a {
    font-size: 12px;
  }

  footer .footer_top .bk .f_contact ul li {
    font-size: 12px;
  }

  footer .footer_top .bk .f_pro ul li a {
    font-size: 12px;
  }

  footer .footer_top .footerl .f_nav ul li a {
    font-size: 14px;
  }
}

@media screen and (max-width: 1200px) {
  header .nav .w>ul>li>a {
    font-size: 14px;
  }
}

/*************分辨率小于768px************/
@media only screen and (max-width: 768px) {

  .nabouts_a,
  .npros_right,
  .npros_lefta {
    width: 100%;
  }

  .npros_lefta img {
    /*width: 100%;*/
    height: auto;
  }

  .nnews_head {
    padding-top: 0;
    font-size: 18px;
  }

  /*.nabouts_a{padding-top: 20px;}*/
  .news_b ul li {
    width: 100%;
  }

  .npros_right p {
    font-size: 14px;
    line-height: 40px;
  }

  .npros_kg {
    margin-top: 40px;
  }

  .nnews_aa {
    width: 100%;
  }

  .npros_right {
    margin-top: 20px;
  }

  .npro_z {
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    width: 125px;
    margin-top: 30px;
  }

  .news_b ul li::before {
    margin-right: 5px;
  }

  .news_b,
  .pro_b {
    padding: 10px 0px;
    margin-top: 0;
  }

  .news_b .lg_x_t,
  .pro_b .lg_x_t {
    padding-bottom: 5px;
  }

  .pro_b .pro_list_box {
    margin-top: 15px;
  }
}

@media screen and (max-width: 780px) {
  .pro_box .w .pro_box_right .pro_details .bg .m-pro_details_box {
    margin-bottom: 0.6rem;
    display: block;
  }

  .pro-box .thebox {
    display: block;
  }

  .foucebox_r .pro_box ul li .pro_item .img_box {
    min-height: auto;
  }

  .foucebox_r .pro_box ul li {
    width: 48%;
  }

  .pro_box .w .pro_box_right .pro_details .bg .m-pro_details_box .details_box_top {
    margin-bottom: 30px;
  }

  .pro_box .w .pro_box_right .pro_details .bg .m-pro_details_box .details_box_top .img_border {
    width: 100%;
    height: calc(100vw - 0.6rem);
    border: 1px solid #e5e5e5;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .pro_box .w .pro_box_right .pro_details .bg .m-pro_details_box .details_box_top .img_border img {
    max-width: 100%;
    width: auto;
    max-height: 100%;
  }

  .pro_box .w .pro_box_right .pro_details .bg .m-pro_details_box .details_box_bottom {
    padding: 0 5px;
  }

  .pro_box .w .pro_box_right .pro_details .bg .m-pro_details_box .details_box_bottom .details_box_swiper .swiper-wrapper .swiper-slide {
    width: 70px;
  }

  .pro_box .w .pro_box_right .pro_details .bg .m-pro_details_box .details_box_bottom .details_box_swiper .swiper-wrapper .swiper-slide.active .img_border {
    border-color: #c41f2a;
  }

  .pro_box .w .pro_box_right .pro_details .bg .m-pro_details_box .details_box_bottom .details_box_swiper .swiper-wrapper .swiper-slide .img_border {
    width: 70px;
    height: 70px;
    border: 1px solid #e5e5e5;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .pro_box .w .pro_box_right .pro_details .bg .m-pro_details_box .details_box_bottom .details_box_swiper .swiper-wrapper .swiper-slide .img_border img {
    width: 100%;
  }

  .pro_details {
    margin-bottom: 0;
  }

  .pro_box .w .pro_box_right .pro_details .bg {
    width: 100%;
    height: auto;
    overflow: unset;
    background: unset;
    display: block;
  }

  .pro_box .w .pro_box_right .pro_details .bg .bg_left {
    display: none;
  }

  .pro_box .w .pro_box_right .pro_details .bg .bg_right {
    display: none;
  }

  .pro_box .w .pro_box_right .pro_details .bg .m-pro_details_box {
    margin-bottom: 0.6rem;
    display: block;
  }

  .pro_box .w .pro_box_right .pro_details .bg .m-pro_details_box .details_box_top {
    margin-bottom: 30px;
  }

  .pro_box .w .pro_box_right .pro_details .bg .m-pro_details_box .details_box_top .img_border {
    width: 100%;
    height: calc(100vw - 0.6rem);
    border: 1px solid #e5e5e5;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .pro_box .w .pro_box_right .pro_details .bg .m-pro_details_box .details_box_bottom {
    padding: 0 5px;
  }

  .pro_box_right {
    margin-top: 0.4rem;
  }

  .pro_box .w .pro_box_right .pro_details .bg .m-pro_details_box .details_box_bottom .details_box_swiper .swiper-wrapper .swiper-slide {
    width: 70px;
  }

  .pro_box .w .pro_box_right .pro_details .bg .m-pro_details_box .details_box_bottom .details_box_swiper .swiper-wrapper .swiper-slide.active .img_border {
    border-color: #c41f2a;
  }

  .pro_box .w .pro_box_right .pro_details .bg .m-pro_details_box .details_box_bottom .details_box_swiper .swiper-wrapper .swiper-slide .img_border {
    width: 70px;
    height: 70px;
    border: 1px solid #e5e5e5;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .pro_box .w .pro_box_right .pro_details .bg .m-pro_details_box .details_box_bottom .details_box_swiper .swiper-wrapper .swiper-slide .img_border img {
    max-width: 100%;
    width: auto;
    max-height: 100%;
  }

  .pro_box .w .pro_box_right .pro_details .bg .pro_details_content {
    margin-bottom: 0.6rem;
  }

  .pro_box .w .pro_box_right .pro_details .bg .pro_details_content .product_title {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .pro_box .w .pro_box_right .pro_details .bg .pro_details_content .product_details {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .pro_box .w .pro_box_right .pro_details .bg .pro_details_content .product_use {
    font-size: 16px;
  }

  .pro_box .w .pro_box_right .product_box .product_box_option .product_box_option_tiem {
    font-size: 14px;
    width: 33.33%;
  }

  .pro_box .w .pro_box_right .pro_list_box .pro_list {
    justify-content: space-between;
  }

  .kwn_breadcrumb {
    margin-bottom: 0;
  }

  .kwn_breadcrumb .w {
    /* display: none; */
  }

  .pro_box .w .pro_box_right .pro_breadcrumb {
    display: none;
  }

  .pro_box .w .pro_box_right .pro_list_box .pro_list .pro_item {
    width: 49%;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .pro_box .w .pro_box_right .pro_list_box .pro_list .pro_item a .pro_item_title {
    line-height: 26px;
    font-size: 14px;
  }

  .news_b .lg_x_t p,
  .pro_b .lg_x_t p {
    font-size: 20px;
  }

  .foucebox_l {
    width: 100%;
    display: flex;
    margin-bottom: 0;
  }

  .foucebox_l .option {
    border: 1px solid #e8e8e8;
    width: 100%;
  }

  .foucebox_l .option ul {
    overflow-x: scroll;
    white-space: nowrap;
    display: flex;
    width: 100%;
  }

  .foucebox_l .option ul li {
    font-size: 16px;
    align-items: center;
    padding: 0 15px;
  }

  .foucebox_l .option ul li a {
    flex: 1;
    padding: 0px 10px;
    line-height: 40px;
    font-size: 16px;
    color: #333333;
  }

  .foucebox_r {
    flex: 1;
    width: 100%;
  }

  .innews-tex ul li a {
    display: flex;
      justify-content: space-between;
    align-items: center;
  }

  .innews-tex ul li a .c_img {
    width: 36%;
    margin-bottom: 0;
  }

  .innews-tex ul li a .c_text {
    width: 60%;
    margin-bottom: 0;
    
    text-align: justify;
  }
  .innews-tex ul li a .c_text  h4{
    margin-top: 0;
  }
  .innews-tex ul li a .c_text  p{
    margin-bottom: 0;
  }
  .innews-tex ul li a .c_text span {
    display: none;

  }
}
