body {
  background: #f9f9f9;
}
body .wrapper .content-wrapper {
  background-color: #ffffff;
}
body .wrapper .content-wrapper .header-section {
  width: 100%;
  height: 24.53333vw;
  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: 512vw;
  margin: 0 auto;
  padding: 5.33333vw 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: 24.53333vw 0 0 0;*/
}
.more-news-detail-section .banner {
  clear: both;
  position: relative;
  background-color: #cebfbf;
  display: none;
}
.more-news-detail-section .banner .banner-swiper-container {
  height: 104vw;
  width: 100%;
  overflow: hidden;
}
.more-news-detail-section .banner .swiper-slide {
  text-align: center;
  font-size: 4.8vw;
  height: 104vw;
}
.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: 305.6vw;
  height: 42.66667vw;
  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: 1.33333vw 1.33333vw 0px 0px rgba(0, 0, 0, 0.06);
  font-size: 7.46667vw;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 10.81067vw;
  color: #ffffff;
  width: 100%;
  text-align: center;
}
.more-news-detail-section .banner .swiper-slide .sub-banner .slogan-box .sub-slogan .title img {
  width: 80vw;
}
.more-news-detail-section .panel-section {
  width: 100vw;
  margin: 0 auto;
  /*padding-top: 5.33333vw;*/
}
.more-news-detail-section .panel-section .tabs {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  background: #ffffff;
  flex-wrap: wrap;
  padding: 10px;
}
.more-news-detail-section .panel-section .tabs .items {
  opacity: 1;
  margin-bottom: 20px;
}

.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: 22.26667vw;
  height: 8.4vw;
  line-height: 8.4vw;
  font-size: 3.53333vw;
  font-weight: 400;
  letter-spacing: 0px;
  color: #ffffff;
  display: block;
  background: #32373d;
  border-radius: 2.13333vw;
  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: 4.53333vw 2.13333vw;
  display: inline;
  position: absolute;
  /* top: 2px; */
  left: 15.46667vw;
  width: 4.53333vw;
  height: 2.13333vw;
  bottom: -1.86667vw;
}
.more-news-detail-section .panel-section .news-content {
  width: 100%;
  background-color: #ffffff;
}
.more-news-detail-section .panel-section .news-content .title {
  font-size: 4.8vw;
  font-weight: bold;
  text-align: center;
  padding: 5.33333vw 0;
}
.more-news-detail-section .panel-section .news-content .content {
  padding: 0 5.33333vw;
}
.more-news-detail-section .panel-section .news-content .content p {
  font-size: 3.46667vw;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 6.93333vw;
  color: #666666;
  text-align: left;
  vertical-align: top;
  padding: 2.66667vw 0;
}

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


.flex-container {
  display: flex;
  flex-wrap: wrap;
  padding: 10px; /* 容器内边距 */
}

.flex-item {
  /*flex: 0 0 28%;*/
  max-width: 100%;
  margin: 10px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 3vw;
  flex: 24vw;
}
.header-section{
  display: none;
}
.content p img{
  width: 100%;
  height: 100%;
}

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



