body {
  background: #f9f9f9;
}
body .wrapper .content-wrapper {
  background-color: #ffffff;
}
body .wrapper .content-wrapper .header-section {
  width: 100%;
  /*height: 92px;*/
  position: fixed;
  z-index: 9;
  opacity: 0.9;
  background-color: #ffffff;
  box-shadow: 0px 1px 1px 0px rgba(41, 41, 41, 0.15);
}
body .wrapper .content-wrapper .header-section .header {
  width: 1920px;
  margin: 0 auto;
  padding: 13px 0 0 0;
}
body .wrapper .content-wrapper .header-section .header a:link,
body .wrapper .content-wrapper .header-section .header a:visited,
body .wrapper .content-wrapper .header-section .header a:hover {
  text-decoration: none;
  color: #000000;
}
body .wrapper .content-wrapper .header-section .header .menu .nav .right .login-box {
  color: #ef6320;
}
body .wrapper .content-wrapper .header-section .header .menu .nav .right .login-box a:link,
body .wrapper .content-wrapper .header-section .header .menu .nav .right .login-box a:visited,
body .wrapper .content-wrapper .header-section .header .menu .nav .right .login-box a:hover {
  color: #ef6320;
}
body .wrapper .content-wrapper .header-section .header .menu .nav .right .search-box .search {
  background-color: #f9f9f9;
  border: 1px solid #c2c2c2;
}
.more-news-detail-section {
  padding: 120px 0 0 0;
}
.more-news-detail-section .banner {
  clear: both;
  position: relative;
  background-color: #cebfbf;
}
.more-news-detail-section .banner .banner-swiper-container {
  height: 390px;
  width: 100%;
  overflow: hidden;
}
.more-news-detail-section .banner .swiper-slide {
  text-align: center;
  font-size: 18px;
  height: 390px;
}
.more-news-detail-section .banner .swiper-slide .sub-banner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.more-news-detail-section .banner .swiper-slide .sub-banner .slogan-box {
  width: 1146px;
  height: 160px;
  opacity: 1;
}
.more-news-detail-section .banner .swiper-slide .sub-banner .slogan-box .sub-slogan {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  height: 100%;
}
.more-news-detail-section .banner .swiper-slide .sub-banner .slogan-box .sub-slogan .title {
  text-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.06);
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 40.54px;
  color: #ffffff;
  width: 100%;
  text-align: center;
}
.more-news-detail-section .banner .swiper-slide .sub-banner .slogan-box .sub-slogan .title img {
  width: 550px;
}
.more-news-detail-section .panel-section {
  width: 1360px;
  margin: 0 auto;
  padding-top: 90px;
}
.more-news-detail-section .panel-section .tabs {
  display: flex;
  /*justify-content: space-evenly;*/
  align-items: center;
  background: #ffffff;
  width: 100%;
  justify-content: center;
}
.title-left{
  margin-left: 20px;
}
.more-news-detail-section .panel-section .tabs .items {
  opacity: 1;
  background: #f2f2f2;
}
.more-news-detail-section .panel-section .tabs .items a.m:link,
.more-news-detail-section .panel-section .tabs .items a.m:visited,
.more-news-detail-section .panel-section .tabs .items a.m:hover {
  width: 136px;
  height: 54px;
  line-height: 54px;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0px;
  color: #ffffff;
  display: block;
  background: #32373d;
  border-radius: 8px;
  position: relative;
}
.more-news-detail-section .panel-section .tabs .items a.m.selected:link,
.more-news-detail-section .panel-section .tabs .items a.m.selected:visited,
.more-news-detail-section .panel-section .tabs .items a.m.selected:hover {
  background: #ef6320;
  color: #ffffff;
}
.more-news-detail-section .panel-section .tabs .items a.m.selected::before {
  content: ' ';
  background-image: url(/templets/2024showg/images/c3j.png);
  background-repeat: no-repeat;
  background-size: 17px 8px;
  display: inline;
  position: absolute;
  /* top: 2px; */
  left: 58px;
  width: 17px;
  height: 8px;
  bottom: -7px;
}
.more-news-detail-section .panel-section .news-content {
  width: 100%;
  margin: 70px 0;
  border-top: solid 1px #ebebeb;
  padding: 30px 0;
}
.more-news-detail-section .panel-section .news-content .title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 20px 0 50px 0;
}
.more-news-detail-section .panel-section .news-content .content {
  padding: 0 50px;
}
.more-news-detail-section .panel-section .news-content .content p {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 26px;
  color: #666666;
  text-align: left;
  vertical-align: top;
  padding: 10px 0;
}
@media screen and (min-width: 1920px) {
  body .wrapper .content-wrapper .header-section .header,
  body .wrapper .content-wrapper .header-section .header.reverse {
    width: 100%;
  }
  body .wrapper .content-wrapper .header-section .header .menu,
  body .wrapper .content-wrapper .header-section .header.reverse .menu {
    width: 100%;
  }
  body .wrapper .content-wrapper .header-section .header .menu .nav a.a,
  body .wrapper .content-wrapper .header-section .header.reverse .menu .nav a.a {
    position: relative;
    width: 277px;
    height: 54px;
  }
  body .wrapper .content-wrapper .header-section .header .menu .nav a.a .logo,
  body .wrapper .content-wrapper .header-section .header.reverse .menu .nav a.a .logo {
    width: 277px;
    height: 54px;
    background-image: url(/templets/2024showg/images/Logo-1025.png);
    background-repeat: no-repeat;
    background-size: 277px 54px;
    position: absolute;
    top: 0px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1920px) {
  body .wrapper .content-wrapper .header-section .header,
  body .wrapper .content-wrapper .header-section .header.reverse {
    width: 100%;
  }
  body .wrapper .content-wrapper .header-section .header .menu,
  body .wrapper .content-wrapper .header-section .header.reverse .menu {
    width: 100%;
  }
  body .wrapper .content-wrapper .header-section .header .menu .nav a.a,
  body .wrapper .content-wrapper .header-section .header.reverse .menu .nav a.a {
    position: relative;
    width: 277px;
    height: 54px;
  }
  body .wrapper .content-wrapper .header-section .header .menu .nav a.a .logo,
  body .wrapper .content-wrapper .header-section .header.reverse .menu .nav a.a .logo {
    width: 277px;
    height: 54px;
    background-image: url(/templets/2024showg/images/Logo-1025.png);
    background-repeat: no-repeat;
    background-size: 277px 54px;
    position: absolute;
    top: 0px;
  }
  body .wrapper .content-wrapper .header-section .header .menu .nav .left .sub_nav,
  body .wrapper .content-wrapper .header-section .header.reverse .menu .nav .left .sub_nav {
    padding-left: 15px;
  }
  body .wrapper .content-wrapper .header-section .header .menu .nav .right .search-box .search,
  body .wrapper .content-wrapper .header-section .header.reverse .menu .nav .right .search-box .search {
    width: 330px;
  }
}
@media (max-width: 1600px) {
  body .wrapper .header-section .header .menu .nav a.a {
    position: relative;
    width: 277px;
    height: 54px;
  }
  body .wrapper .header-section .header .menu .nav a.a .logo {
    width: 277px;
    height: 54px;
    background-image: url(/templets/2024showg/images/Logo-1025.png);
    background-repeat: no-repeat;
    background-size: 277px 54px;
    position: absolute;
    top: 0px;
  }
}
@media (max-width: 1500px) {
  body .wrapper .header-section .header .menu .nav a.a {
    position: relative;
    width: 277px;
    height: 54px;
  }
  body .wrapper .header-section .header .menu .nav a.a .logo {
    width: 277px;
    height: 54px;
    background-image: url(/templets/2024showg/images/Logo-1025.png);
    background-repeat: no-repeat;
    background-size: 277px 54px;
    position: absolute;
    top: 5px;
  }
}
@media (max-width: 1366px) {
  body .wrapper .header-section .header .menu .nav a.a {
    position: relative;
    width: 277px;
    height: 54px;
    display: none;
  }
  body .wrapper .header-section .header .menu .nav a.a .logo {
    width: 277px;
    height: 54px;
    background-image: url(/templets/2024showg/images/Logo-1025.png);
    background-repeat: no-repeat;
    background-size: 277px 54px;
    position: absolute;
    top: 5px;
  }
  body .wrapper .bottom-foot .contact_list {
    width: 1280px;
  }
  body .wrapper .bottom-foot .contact_list .blogo .art1 {
    width: unset;
  }
  body .wrapper .bottom-foot .contact_list .blogo .art2 {
    width: unset;
  }
  body .wrapper .bottom-foot .footer_b_des .box {
    width: unset;
    text-align: center;
  }
}
@media (max-width: 1280px) {
  body .wrapper .bottom-foot .contact_list {
    width: 1200px;
  }
  body .wrapper .bottom-foot .contact_list .blogo .art1 {
    width: unset;
  }
  body .wrapper .bottom-foot .contact_list .blogo .art1 .cc {
    padding: 0 50px 0 0;
  }
  body .wrapper .bottom-foot .contact_list .blogo .art2 {
    width: unset;
  }
  body .wrapper .bottom-foot .footer_b_des .box {
    width: unset;
    text-align: center;
  }
}
@media (max-width: 1366px) {
  .more-news-detail-section .panel-section {
    width: 1280px;
  }
  .more-news-detail-section .panel-section .news-list .left-section {
    width: 1000px;
  }
}


.yq_tips{
  line-height: 32px;
  background: #f0f0f0;
  padding: 0 10px;
  font-size: 2vh;
  text-align: left;
}


.flex-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  text-align: left;

}

.flex-item {

  width: 200px;
  height: 45px;
  font-size: 14px;
}

.news-content .content .flex-item a{
    color: #126DB3;;
}