/* 目录:*导航*底部*关于我们*新闻列表*产品列表/
/* 控制bootstrop类名样式 */
.home-box3-swiper {
  height: 500px;
}

.home-box3-swiper .swiper-slide {
  height: 150px;
}


.nav-logo {
  height: 60px;
}

.nav-logo>img {
  height: 100%;
}

/* Banner Start* */
.home-pc-banner {
  display: block;
}

.home-phone-banner {
  display: none;
}

.page-banner-box {
  position: relative;
}

.page-banner-title {
  position: absolute;
  left: 20%;
  top: 40%;
  color: #fff;
  font-weight: bold;
  font-size: 52px;
}

.page-banner-pc {
  display: block;
}

.page-banner-phone {
  display: none;
}


/* Banner End* */
/* 首页-第一区域 Start* */
.home-1-about .jly-button {
  position: static;
}

.about-thumb-wrap img {
  border-radius: 10px;
}

.color-1,
.color-2,
.color-3 {
  display: flex;
  align-items: center;
  margin-top: 10px;
  font-size: 16px;
}

.color-1::before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  margin-right: 10px;
  border-radius: 50%;
  background-color: var(--color);
}

.color-2::before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  margin-right: 10px;
  border-radius: 50%;
  background-color: var(--color);
}

.color-3::before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  margin-right: 10px;
  border-radius: 50%;
  background-color: var(--color);
}

.home-1-about .content {
  font-size: 16px;
  line-height: 2;
  color: #333;
}

.home-comment-title {
  width: 200px;
  padding-top: 30px;
  padding-bottom: 30px;
  margin: 0 auto;
}

.home-comment-title>img {
  width: 100%;
  height: 100%;
}

.jly-button-box {
  display: flex;
  justify-content: flex-end;
}

.home-box1-container {
  background-image: url('../images/home-box1-bg.png');
  /* background-color: red; */
  background-repeat: no-repeat;
  background-position: center;
}

.home-box1-bottom {
  display: flex;
  justify-content: center;
  margin: 0 30px 52px 30px;
  margin-bottom: 52px;
  background: #FFFFFF;
  box-shadow: inset 0px 4px 4px 0px rgba(0, 0, 0, 0.04), 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 15px 15px 15px 15px;
  position: relative;
}

.home-box1-left {
  flex: 0 0 40%;
}

.home-box1-right {
  flex: 1;
  padding: 20px;
}

.home-box1-word {
  font-weight: 300;
  font-size: 16px;
  color: #333333;
  line-height: 35px;
  letter-spacing: 1px;
  text-align: justify;
}

.home-box1-row {
  position: relative;
}

.jly-button {
  position: absolute;
  bottom: 8%;
  right: 2%;
  padding: 10px;
  border-radius: 20px;
  border: none;
  color: #fff;
  background-color: var(--color);
  transition: all 0.5s;
}

.jly-button:hover a {
  font-weight: bold;
  color: #000 !important;
}

.jly-button-phone {
  display: none;
}

/* 首页-第一区域 End* */

/* 首页-第二区域（产品） Start* */

.home-product-nav ul {
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-bottom: 0;
}

.home-product-nav ul li {
  padding: 6px 20px;
  border: 1px solid #ccc;
  border-radius: 8px;
  color: #000;
  font-weight: bold;
  margin-right: 20px;
  margin-bottom: 20px;
  cursor: pointer;
}

.home-product-box {
  flex: 0 0 31.3%;
  margin: 10px;
}

.home-product-info {
  display: none;
  flex-wrap: wrap;
  min-height: 665px;
}

.home-product-nav ul .slect-color {
  color: var(--color);
}

.home-product-img {
  height: 280px;
}

.home-product-img>img {
  height: 100%;
  object-fit: cover;
}

.home-product-title {
  text-align: center;
  padding: 4px 0;
  color: #000;
  font-weight: bold;
}

.slect-box {
  display: flex;
}


/* 首页-第二区域 End* */

/* 首页-第三区域 Start* */
.home-box3 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.home-box3-bottom {
  padding: 10px;
  background: #FFFFFF;
  border-radius: 0px 0px 0px 0px;
}

.home-box3 .home-comment-title {
  padding-bottom: 30px;
}

.home-box3-container .jly-button {
  top: 42%;
  bottom: auto;
}

.home-box3-bottom .swiper {
  height: 400px;
}

.home-box3-container .swiper-slide {
  width: 100%;
  height: 100%;
}

.hom-box3-img {
  width: 100%;
  height: 100%;
}

.hom-box3-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 首页-第三区域 End* */

/* 首页-第四区域 Start* */
.home-box4 {
  background-image: url('../images/home-case-bg.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-attachment: fixed;
}

.home-box4 .home-comment-title {
  padding-bottom: 30px;
}

.home-box4-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  padding: 10px 0;
}

.home-box4-c {
  flex: 0 0 31.2%;
  overflow: hidden;
  margin: 10px;
  background: #F7F7F7;
}

.home-box4-img {
  height: 280px;
  overflow: hidden;
}

.home-box4-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}

.home-box4-img:hover img {
  transform: scale(1.05);
}

.home-box4-c-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
}

.home-box4-c-title {
  color: #000;
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
}

.home-box4-c-bottom button {
  border: none;
  padding: 2px 10px;
  color: #fff;
  border-radius: 20px;
  background-color: var(--color);
  transition: all 0.5s;
}

.home-box4-c-bottom button:hover {
  color: #000;
  font-weight: bold;
}

.home-box4-container .jly-button {
  top: 42%;
  bottom: auto;
}

/* 首页-第四区域 End* */

/* 首页-第五区域 Start* */

.home-box5 {
  background-image: url('../images/home-news-bg.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-attachment: fixed;
}

.home-box5-left-bom {
  padding: 20px;
  background: #FFFFFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.12);
}

.home-news-title1 {
  font-size: 18px;
  color: #333333;
  line-height: 32px;
  text-align: left;
  font-weight: bold;
  padding-bottom: 10px;
  width: 70%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.home-news-word1 {
  font-weight: 300;
  font-size: 16px;
  color: #666666;
  line-height: 24px;
  text-align: left;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.home-box5-right {
  display: flex;
  flex-direction: column;
  justify-content: start;
}

.home-box5-right a {
  flex: 0 0 21%;
  margin-bottom: 20px;
}

.home-box5-right-box {
  height: 100%;
  display: flex;
  background-color: #F2F2F2;
  transition: all 0.5s;
}

.home-box5-right-box-l {
  flex: 0 0 20%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #E6E6E6;
}

.home-box5-l1 {
  font-weight: 500;
  font-size: 32px;
  color: #000;
  line-height: 38px;
  text-align: center;
}

.home-box5-l2 {
  font-weight: 500;
  font-size: 20px;
  color: #000;
  line-height: 23px;
  text-align: center;
}

.home-box5-right-box-l p {
  width: 60%;
  margin: 0 auto;
  height: 2px;
  margin: 6px 0;
  background-color: #fff;
}

.home-box5-right-box-r {
  width: 80%;
  padding: 20px;
}

.home-box5-r-title {
  font-size: 18px;
  color: #333333;
  line-height: 32px;
  text-align: left;
  font-weight: bold;
  padding-bottom: 2px;
  width: 90%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.home-box5-r-word {
  font-weight: 300;
  font-size: 16px;
  color: #666666;
  line-height: 24px;
  text-align: left;
  width: 90%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.home-box5-right-box:nth-of-type(4) {
  margin-bottom: 0;
}

.home-new1 {
  margin-bottom: 20px;
}

.home-box5-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-new1 .home-box5-img {
  overflow: hidden;
}

.home-new1 .home-box5-img img {
  transition: all 0.5s;
}

.home-new1:hover .home-box5-img img {
  transform: scale(1.05);
}

.home-new1:hover .home-news-title1 {
  color: var(--color);
}


.home-box5-right-box:hover {
  transform: translateY(-10px);
}

.home-box5-right-box:hover .home-box5-r-title {
  color: var(--color);
}

.home-box5-container .jly-button-pc {
  bottom: auto;
  top: 35%;
}


/* 首页-第五区域 End* */

/* 首页-第六区域 Start* */
.home-box6 {
  padding: 20px 0;
}

.home6-imgbox-center {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
}

.home6-imgbox {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  flex: 0 0 100%;
}

.hom6-img {
  border: 2px solid #ccc;
  margin: 20px;
}

.hom6-img img {
  filter: grayscale(1);
  transition: all 0.5s;
}

.hom6-img img:hover {
  filter: grayscale(0);
}

.home6-imgbox-center>div {
  animation: animate var(--t) linear infinite;
  animation-delay: calc(var(--t) * -1);
}

@keyframes animate {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-100%);
  }
}

.home6-imgbox-center>div:nth-child(2) {
  animation: animate2 var(--t) linear infinite;
  animation-delay: calc(var(--t) / -2);
}

@keyframes animate2 {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-200%);
  }
}

.home6-imgbox-center:hover>div {
  animation-play-state: paused;
}


/* 首页-第六区域 End* */

/* 首页----导航栏 Start* */
@media screen and (min-width:1200px) {

  .iyx-nav {
    position: sticky;
    z-index: 9999;
    top: 0;
    background-color: #fff;
  }

  .iyx-nav nav {
    padding: 10px 80px;
  }


  .iyx-nav-on {
    height: 60vh;
    background: red;
  }

  .nav-center {
    justify-content: flex-end;
  }

  .nav-center .nav-link {
    color: #000 !important;
    padding: 10px 20px !important;
    font-size: 18px;
  }

  .nav-center .nav-link:hover {
    color: var(--color) !important;
  }

  .nav-center .dropdown-menu {
    left: -15%;
    top: 96%;
    text-align: center;
    background-color: #fff;
  }

  .nav-center .dropdown-item {
    padding: 10px 0;
  }

  .nav-item:hover>.dropdown-menu {
    display: block;
  }

  .navbar-nav {
    width: 100%;
  }

  .navbar-nav li a {
    position: relative;
  }

  .header-nav-left {
    justify-content: right !important;
  }

  .jly-phone-img {
    flex: 0 0 15%;
  }

  .nav-serach {
    padding-left: 20px;
  }

  .nav-serach form {
    display: flex;
    align-items: center;
  }

  .nav-serach input {
    /* padding-left: 20px; */
    padding: 4px 0 4px 10px;
    border: 1px solid #ccc;
  }

  .nav-serach button {
    width: 50px;
    height: 34px;
    border: none;
    background-image: url('../images/search.png');
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: var(--color);
  }
}

/* 首页----导航栏 End* */

/* 通用底部 */
footer {
  background: url('../images/footer-bg.png');
  background-position: 0% 0%;
  background-repeat: no-repeat;
}

.iyx-footer-top {
  display: flex;
  padding-top: 40px;
  justify-content: space-between;
}

.iyx-footer-info {
  display: flex;
}

.iyx-footer-title {
  font-weight: 300;
  font-size: 16px;
  color: #666666;
  line-height: 19px;
  padding: 0 16px;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}


.iyx-footer-title::before {
  content: '';
  display: block;
  width: 1px;
  height: 20px;
  background: #ccc;
  position: absolute;
  right: 0;
}

.iyx-footer-title a {
  color: #fff;
}

.iyx-footer-center {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}

.iyx-footer-left-title {
  width: 40%;
  font-size: 24px;
  color: #000;
}

.iyx-footer-left-word {
  font-weight: 300;
  font-size: 18px;
  color: #fff;
  line-height: 36px;
}

.iyx-footer-left-word a {
  display: inline-block;
}

.iyx-footer-right-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.iyx-footer-right-img {
  width: 110px;
  height: 110px;
}

.iyx-footer-right-info {
  font-size: 16px;
  color: #000;
  text-align: center;
  font-weight: bold;
}

.iyx-footer-bom-info {
  font-size: 14px;
  padding: 6px 0;
  text-align: center;
  color: #fff;
}

/* 移动端-导航 */
@media screen and (max-width:800px) {

  .iyx-nav {
    position: fixed;
    top: 0;
    left: 0;
  }

  .nav-loding {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0);
    z-index: -1;
    display: none;
  }

  .iyx-nav .nav-logo {
    flex: 0 0 70%;
  }

  .iyx-serach {
    display: none;
  }

  .home-banner {
    padding-top: 50px;
  }

  /* 通用底部 */
  .iyx-footer-top {
    padding: 15px;
  }

  .iyx-footer-center {
    flex-direction: column;
  }

  .iyx-footer-info {
    display: none;
  }


  .jly-phone-img {
    flex: 0 0 80%;
  }

  .ixy-nav-row {
    width: 100%;
  }

  .navbar-nav a {
    text-align: center;
    color: #000 !important;
  }

  .ulid5,
  .ulid6 {
    padding-left: 12px !important;
  }

  .iyx-footer-right {
    display: none;
  }

  .nav-serach {
    display: none;
  }

  footer {
    background-size: 500%;
  }
}

/* 公司介绍*服务项目*黄金回收*单页-Start  */
.page-banner {
  height: 440px;
  background-attachment: fixed;
}

/* 公司介绍*服务项目*黄金回收*单页-End  */

/* 新闻列表-Start*/
.news {
  min-height: 800px;
  padding: 90px 0 28px 0;
  display: flex;
  justify-content: space-between;
}

.page-list-ul {
  flex: 0 0 18%;
  height: 250px;
  min-height: 200px;
  position: sticky;
  top: 85px;
}

.news-list {
  flex: 0 0 80%;
}

.page-list-ul-top {
  margin-bottom: 20px;
}

.page-list-ul-top h4 {
  padding: 10px;
  background-color: var(--color);
  margin-bottom: 0;
  color: #fff;
}

.page-list-ul-box {
  background-color: #f2f2f2;
  overflow: hidden;
}

.page-list-item {
  font-size: 16px;
  padding: 8px 10px; 
  text-align: justify;
  color: #000;
}

.page-list-ul-info h4 {
  padding: 10px;
  background-color: var(--color);
  margin-bottom: 0;
  color: #fff;
}

.page-list-ul-top .page-list-item:hover {
  background-color: rgba(30, 43, 88, 0.16);
  text-indent: 1em;
}

.category-list .category-item {
  color: #333;
  font-size: 16px;
}

.category-list .category-item::after {
  content: "/";
  margin: 0 10px;
  color: #333;
}

.category-list .category-item:last-of-type::after {
  content: "";
}

.category-list .category-item.active {
  color: var(--color);
  font-weight: 700;
}

.jyl-page-fenye {
  width: 100%;
}

.jyl-page-fenye .page-item {
  margin: 0 5px
}

.jyl-page-fenye .page-link {
  border: 1px solid var(--color);
  padding: 8px 14px
}

.jyl-page-fenye span.page-link {
  background: var(--color);
  color: #fff
}

.jyl-page-fenye a.page-link {
  color: var(--color)
}

.jyl-page-fenye .page-link:focus {
  box-shadow: none
}


.news .news-bgc {
  background: url(../images/news_bgc.jpg) center center/cover no-repeat;
  z-index: -1;
  min-width: 1200px
}

.news .news-title {
  font-size: 3.1rem;
  color: #fff;
  margin-bottom: 2.5rem
}

.news .new-item-border {
  height: 2px;
  background: #333;
  transition: all .3s
}

.news .news-item {
  border-radius: 3px;
}

.news .news-item a {
  color: #333;
  border-bottom: 1px solid #e8e8e8;
}

.news .news-item:hover {
  background: rgba(70, 79, 83, 0.1) url(../images/logo.png) right bottom no-repeat;
  background-size: 30%;
}

.news .news-item .news-item-icon {
  transition: all 0.5s;
}

.news .news-item:hover .news-item-icon {
  transform: translateX(20px);
}

.news .news-item:hover .news-item-icon i {
  color: var(--color);
}


.news .news-item:hover a {
  color: #000;
  border-bottom-color: var(--color);
}

.news .news-item:hover .news-item-title {
  color: #000;
  font-weight: bold;
}


.news .news-item .news-item-date {
  font-size: 16px;
  margin-bottom: 15px;
}


.news .news-item .news-item-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  color: #333;
  transition: all .3s;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news .news-item .news-item-des {
  font-size: 16px;
  margin-top: 0;
  line-height: 1.5;
  color: #929292;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news .news-btn {
  width: 210px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  box-sizing: border-box;
  background: rgb(255, 255, 255, .1);
  font-size: 20px;
  border-radius: 5px;
  border: 1px solid #fff
}

.news .news-btn:hover::after {
  transform: translateX(5px)
}

.news .news-btn::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  box-sizing: border-box;
  border-left-color: #fff;
  margin-left: 10px;
  transition: all .2s
}

.topping {
  width: 1200px;
  margin: 80px auto 0;
  height: 400px;
}

.topping .topping-img img {
  object-fit: cover;
}

.topping .topping-news-excerpt {
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #5a5a5a;
}

.topping .topping-news-title {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.topping .topping-btn {
  color: #333;
  transition: all .1s;
}

.topping .topping-btn:hover {
  color: var(--color);
}

.topping-bgc {
  height: 400px;
  background: #f5f5f5;
  z-index: -1;
  left: 0;
  bottom: -50px;
}

/* 新闻列表-End */

/* 产品列表-Start*/
.mst-prduct-box-container .row {
  justify-content: space-between;
}

.product-center-box-container {
  flex: 0 0 80%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  overflow: hidden;
}

.product-center-box {
  flex: 0 0 29%;
  margin-right: 20px;
}

.jyl-prduct-box {
  padding: 50px 0;
  min-height: 1150px;
}

.mst-case-box {
  min-height: 800px;
}

.jyl-prduct-center {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}

.jyl-prduct-img {
  height: 250px;
  overflow: hidden;
}

.jyl-prduct-img>img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  object-fit: cover;
}

.jyl-prduct-title {
  /* position: absolute; */
  width: 100%;
  bottom: 10%;
  left: 0;
  text-align: center;
  font-size: 20px;
  color: #000;
  font-weight: bold;
  transition: all 0.5s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.jyl-prduct-center:hover img {
  transform: scale(1.2);
}

.jyl-prduct-center:hover .jyl-prduct-title {
  bottom: -20%;
}


/* 产品列表-End*/


/* 关于我们-Start */

.fy-conus-coner {
  display: flex;
  margin: 0;
}

.fy-conus-left {
  flex: 0 0 50%;
  padding: 80px 0 80px 100px;
  background: #fff;
  box-sizing: border-box;
}

.fy-conus-left>h2 {
  font-size: 38px;
  padding: 0;
  margin: 0;
  padding-left: 10px;
  border-left: 5px solid var(--color);
  margin-bottom: 40px;
  font-weight: 700;
}

.fy-conus-left>p {
  display: flex;
  padding-bottom: 20px;
}

.fy-conus-left>p>i {
  font-size: 20px;
  color: var(--color);
  margin-right: 10px;
}

.conus-spana {
  font-size: 18px;
  color: #333;
}

.conus-spana>i {
  padding: 0 4px;
}

.conus-spanb {
  font-size: 16px;
  color: #a6a6a6;
  display: flex;
  align-items: center;
}


.fy-conus-right {
  box-sizing: border-box;
  flex: 0 0 50%;
  padding: 80px 80px 80px 100px;
  background: #f7f7f7;
}

.fy-conus-centera>h2 {
  font-size: 38px;
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
  font-weight: 700;
}

.fy-conus-input-top {
  display: flex;
}

.fy-conus-input-top>input {
  height: 40px;
  width: 50%;
  margin: 10px 10px 10px 0;
  border: none;
  font-size: 16px;
  padding-left: 10px;
}

.fy-conus-input-top>input:focus {
  outline: 1px solid var(--color);
}

.fy-conus-input-tom {
  padding-right: 10px;
}

.fy-conus-input-tom>textarea {
  display: block;
  width: 100%;
  border: none;
  margin-top: 10px;
  height: 115px;
  padding: 10px 0 0 10px;
  font-size: 16px;
}

.fy-conus-input-tom>textarea:focus {
  outline: 1px solid var(--color);
}

.add-button {
  margin-top: 20px;
  width: 120px;
}

.fy-conus-centera .fy-conus-button {
  display: flex;
  margin-top: 14px;
}

.fy-conus-button>input {
  width: 40%;
  height: 47px;
  border: none;
  padding-left: 10px;
  margin: 0 20px 0 0;
}

.fy-conus-button>input:focus {
  outline: 1px solid var(--color);
}

.fy-conus-centera .fy-conus-button {
  display: flex;
  margin-top: 14px;
}

.fy-conus-button>img {
  width: 17%;
}

.fy-conus-sbumit {
  margin-top: 20px;
  padding: 10px 20px;
  color: #fff;
  background-color: var(--color);
}

/* 关于我们-End */

/* 详情页-Start */
.article-wrap {
  background: #fff;
  margin: 100px 0;
  padding: 50px;
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, .1);
}

.article-wrap .post_title {
  font-size: 1.875rem;
  padding: 1rem 0;
  color: #000;
}

.article-wrap .l_tools {
  margin-bottom: 1.5rem;
  line-height: 1.25rem;
}

.article-wrap .l_tools span {
  display: inline-block;
  display: inline;
  zoom: 1;
  font-size: 14px;
  color: #5a5a5a;
  margin-right: 20px;
}

.article-wrap .news_text {
  font-size: 1rem;
  line-height: 1.8;
  color: #666;
}

.article-wrap .news_text img {
  max-width: 100%;
}

.article-switch {
  padding: 2rem 0;
}

.switch-child {
  display: flex;
}

/* 详情页-End */