body {
  background: #f9f9f9;
}
body .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 .header-section .header {
  width: 1920px;
  margin: 0 auto;
  padding: 13px 0 0 0;
}
body .wrapper .header-section .header a:link,
body .wrapper .header-section .header a:visited,
body .wrapper .header-section .header a:hover {
  text-decoration: none;
  color: #000000;
}
body .wrapper .header-section .header .menu .nav .left .sub_nav {
  width: 72px;
  padding-left: 37px;
}
body .wrapper .header-section .header .menu .nav .left .sub_nav .hot::after {
  background-image: url(/templets/2024showg/images/hhot.png);
}
body .wrapper .header-section .header .menu .nav .right .login-box {
  color: #ef6320;
}
body .wrapper .header-section .header .menu .nav .right .login-box a:link,
body .wrapper .header-section .header .menu .nav .right .login-box a:visited,
body .wrapper .header-section .header .menu .nav .right .login-box a:hover {
  color: #ef6320;
}
body .wrapper .header-section .header .menu .nav .right .search-box .search {
  background-color: #f9f9f9;
  border: 1px solid #c2c2c2;
}
.news-list-section {
  padding: 190px 0 0 0;
}
.news-list-section .news-list-box {
  width: 1360px;
  margin: 0 auto;
}
.news-list-section .news-list-box .news-list {
  display: flex;
  flex-wrap: nowrap;
}
.news-list-section .news-list-box .news-list .left-section {
  width: 72vw;
  padding-right: 20px;
}
.news-list-section .news-list-box .news-list .left-section .list-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ffffff;
  box-shadow: 0px 1px 4px 2px rgba(0, 0, 0, 0.06);
  border-bottom: solid 1px #ebebeb;
}
.news-list-section .news-list-box .news-list .left-section .list-bar .tab-bar {
  display: flex;
  flex-wrap: wrap;
}
.news-list-section .news-list-box .news-list .left-section .list-bar .tab-bar .item {
  width: 160.25px;
  height: 66.15px;
  line-height: 66.15px;
  opacity: 1;
  background: #f2f2f2;
  margin-right: 3px;
}
.news-list-section .news-list-box .news-list .left-section .list-bar .tab-bar a.title:link,
.news-list-section .news-list-box .news-list .left-section .list-bar .tab-bar a.title:hover,
.news-list-section .news-list-box .news-list .left-section .list-bar .tab-bar a.title:visited {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0px;
  color: #999999;
  height: 66px;
  line-height: 66px;
  display: block;
}
.news-list-section .news-list-box .news-list .left-section .list-bar .tab-bar .item.selected {
  background: #ffffff;
  margin: 0;
  line-height: 60px;
  border-left: solid 1px #ebebeb;
  border-right: solid 1px #ebebeb;
}
.news-list-section .news-list-box .news-list .left-section .list-bar .tab-bar .item.selected a.title:link,
.news-list-section .news-list-box .news-list .left-section .list-bar .tab-bar .item.selected a.title:hover,
.news-list-section .news-list-box .news-list .left-section .list-bar .tab-bar .item.selected a.title:visited {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0px;
  color: #ef6320;
  height: 54px;
  line-height: 54px;
}
.news-list-section .news-list-box .news-list .left-section .list-bar .tab-bar .item.selected::before {
  content: " ";
  background-color: #ff4b00;
  display: block;
  width: 100%;
  height: 6px;
}
.news-list-section .news-list-box .news-list .left-section .list-panel {
  width: 100%;
  background: #ffffff;
}
.news-list-section .news-list-box .news-list .left-section .list-panel .posts {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 25px 25px 20px 25px;
  border-bottom: solid 1px #ebebeb;
}
.news-list-section .news-list-box .news-list .left-section .list-panel .posts .aa {
  width: 165px;
}
.news-list-section .news-list-box .news-list .left-section .list-panel .posts .aa .cover {
  /*width: 162px;*/
  /*height: 118px;*/

  width: 162px;
  height: 110px;
  overflow: hidden; /* 确保超出部分被裁切 */
  position: relative; /* 为了能够使用绝对定位 */

}
.news-list-section .news-list-box .news-list .left-section .list-panel .posts .aa .cover img {
  /*width: 100%;*/
  /*!*height: 100%;*!*/
  /*height: auto;*/

  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.news-list-section .news-list-box .news-list .left-section .list-panel .posts .bb {
  width: 845px;
  /*height: 118px;*/
  padding-left: 20px;
  text-align: left;
  position: relative;
}
.news-list-section .news-list-box .news-list .left-section .list-panel .posts .bb .title a:link,
.news-list-section .news-list-box .news-list .left-section .list-panel .posts .bb .title a:hover,
.news-list-section .news-list-box .news-list .left-section .list-panel .posts .bb .title a:visited {
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0px;
  line-height: 24px;
  color: #333333;
  text-align: left;
  vertical-align: top;

  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal !important;
}

.news-list-section .news-list-box .news-list .left-section .list-panel .posts .bb .title  {
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0px;
  line-height: 24px;
  color: #333333;
  text-align: left;
  vertical-align: top;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal !important;
}

.news-list-section .news-list-box .news-list .left-section .list-panel .posts .bb .description {
  padding-top: 10px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 20px;
  color: #666666;
  text-align: left;
  vertical-align: top;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal !important;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.news-list-section .news-list-box .news-list .left-section .list-panel .posts .bb .description a:link,
.news-list-section .news-list-box .news-list .left-section .list-panel .posts .bb .description a:hover,
.news-list-section .news-list-box .news-list .left-section .list-panel .posts .bb .description a:visited {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 20px;
  color: #666666;
  text-align: left;
  vertical-align: top;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal !important;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.news-list-section .news-list-box .news-list .left-section .list-panel .posts .bb .time {
  position: absolute;
  width: 200px;
  bottom: -3px;
  left: 20px;
  color: #999999;
}
.news-list-section .news-list-box .news-list .left-section .pagination {
  padding: 25px 0 15px 0;
  background-color: #fff;
}
.news-list-section .news-list-box .news-list .left-section .pagination .next,
.news-list-section .news-list-box .news-list .left-section .pagination .previous {
  padding: 10px 0 0;
}
.news-list-section .news-list-box .news-list .left-section .pagination .next a:link,
.news-list-section .news-list-box .news-list .left-section .pagination .previous a:link,
.news-list-section .news-list-box .news-list .left-section .pagination .next a:visited,
.news-list-section .news-list-box .news-list .left-section .pagination .previous a:visited,
.news-list-section .news-list-box .news-list .left-section .pagination .next a:hover,
.news-list-section .news-list-box .news-list .left-section .pagination .previous a:hover {
  font-size: 12px;
  color: #777777;
  text-decoration: none;
}
.news-list-section .news-list-box .news-list .left-section ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.news-list-section .news-list-box .news-list .left-section ul.pagination {
  display: inline-block;
}
.news-list-section .news-list-box .news-list .left-section ul.pagination li {
  min-width: 30px;
  float: left;
}
.news-list-section .news-list-box .news-list .left-section ul.pagination li span {
  color: #999999;
  padding: 6px 11px;
  margin: 3px;
  border: solid 1px;
  border: 1px solid #e3e3e3;
}
.news-list-section .news-list-box .news-list .left-section ul.pagination li a:link,
.news-list-section .news-list-box .news-list .left-section ul.pagination li a:visited,
.news-list-section .news-list-box .news-list .left-section ul.pagination li a:hover {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  text-decoration: none;
  padding: 5px 10px;
  margin: 3px;
  border: 1px solid #e3e3e3;
}
.news-list-section .news-list-box .news-list .left-section ul.pagination li.active span {
  background: #ff4b00;
  color: #ffffff;
  padding: 6px 11px;
  margin: 3px;
  border: solid 1px;
}
.news-list-section .news-list-box .news-list .right-section {
  width: 24vw;
  opacity: 1;
  background: #ffffff;
  padding: 10px 0 10px 24px;
}
.news-list-section .news-list-box .news-list .right-section .title {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 40px;
  color: #333333;
  text-align: left;
}
.news-list-section .news-list-box .news-list .right-section .title::after {
  content: " ";
  height: 2px;
  opacity: 1;
  background: #ff4b00;
  display: block;
  margin: 6px 0 0 0;
}
.news-list-section .news-list-box .news-list .right-section .items {
  width: 100%;
}
.news-list-section .news-list-box .news-list .right-section .items .item {
  border-bottom: 1px solid #ededed;
  margin: 10px 0;
  padding: 0 0 5px 0;
}
.news-list-section .news-list-box .news-list .right-section .items .item .mainclass .icon .ii {
  display: none;
}
.news-list-section .news-list-box .news-list .right-section .items .item .mainclass .icon .label {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 40px;
  color: #000000;
  text-align: left;
  vertical-align: top;
  position: relative;
  padding: 0 0 0 20px;
}
.news-list-section .news-list-box .news-list .right-section .items .item .mainclass .icon .label::before {
  content: " ";
  width: 8px;
  height: 8px;
  opacity: 1;
  background: #ff4b00;
  display: revert;
  margin-right: 10px;
  position: absolute;
  left: 0;
  bottom: 16px;
}
.news-list-section .news-list-box .news-list .right-section .items .item .subclass {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding-right: 25px;
  margin-left: 5%;
}
.news-list-section .news-list-box .news-list .right-section .items .item .subclass .sub-label {
  padding: 0 7px;
}
.news-list-section .news-list-box .news-list .right-section .items .item .subclass .sub-label a.yy:link,
.news-list-section .news-list-box .news-list .right-section .items .item .subclass .sub-label a.yy:visited,
.news-list-section .news-list-box .news-list .right-section .items .item .subclass .sub-label a.yy:hover {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 24px;
  color: #666666;
  text-align: left;
  vertical-align: top;
}
.news-list-section .news-list-box .news-list .right-section .items .item .subclass .sub-label a.yy:hover {
  text-decoration-line: underline;
  color: #ef6320;
}
.news-list-section .news-list-box .news-list .right-section .items .item .subclass .sub-label a.yy.selected {
  color: #ef6320;
}
@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) {
  .news-list-section .news-list-box {
    width: 1280px;
  }

}

.st0{
  transform: scale(0.30);
  fill:#FFFFFF;
}
.svg-icon{
  width: 60px;
  height: 60px;
}
.svg-overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.15);
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cover-rel{
  position: relative;
}

.news-list-section .news-list-box .news-list .left-section .list-panel .posts .detail{
  display: flex;
}

.news-list-section .news-list-box .news-list .left-section .list-panel .posts  a:link,
.news-list-section .news-list-box .news-list .left-section .list-panel .posts  a:hover,
.news-list-section .news-list-box .news-list .left-section .list-panel .posts  a:visited {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 20px;
  color: #666666;
  text-align: left;
  vertical-align: top;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal !important;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.news-list-section .news-list-box .news-list .left-section .list-panel .posts .info .news-icon{
  display: none;
}