body {
  background: #f9f9f9;
}
body .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 .header-section .header {
  width: 512vw;
  margin: 0 auto;
  padding: 5.33333vw 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: 19.2vw;
  padding-left: 9.86667vw;
}
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: 0vw 0 0 0;
}
.news-list-section .news-list-box {
  width: 100%;
  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: 100%;
}
.list-bar {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  background: #ffffff;
  border-bottom: solid 3px #FFAA25;
  height: 6.5vw;
  width: 100vw;
  position: fixed;
  z-index: 999;
  top: 14vh;
  padding-top: 2vh;
  background-image: url(/templets/2024showg/images/wap-header-bg.png);
}
.list-bar .tab-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 4vw;
  width: 100%;
  height: 100%;
}
.list-bar .tab-bar .item {
  background: #E0F5FD;
  border-radius: 8px 8px 0 0;
  flex: 1;
  margin: 0 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 3vw;
}
.list-bar .tab-bar a.title:link,
.list-bar .tab-bar a.title:hover,
.list-bar .tab-bar a.title:visited {
  font-size: 3.7333vw;
  color: #126DB3;
}
.list-bar .tab-bar .item.selected {
  background: #FFAA25;
  margin: 0;
}
.list-bar .tab-bar .item.selected a.title:link,
.list-bar .tab-bar .item.selected a.title:hover,
.list-bar .tab-bar .item.selected a.title:visited {
  font-size: 3.7333vw;
  color: #ffffff;
}

.news-list-section .news-list-box .news-list .left-section .list-panel{
  width: auto;
  background: #ffffff;
  padding: 12vw 4vw;
}
.news-list-section .news-list-box .news-list .left-section .list-panel .posts{
  opacity: 1;
  background: #ffffff;
  box-shadow: 0px 0px 2.66vw 0px rgba(0, 0, 0, 0.08);
  border-radius: 2.66vw;
  margin-bottom: 3vw;
  height: 28vw;
}


.news-list-section .news-list-box .news-list .left-section .list-panel .posts .detail{
  display: flex;
  height: 100%;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.news-list-section .news-list-box .news-list .left-section .list-panel .posts .bb{
  align-content: space-between;
  flex-wrap: wrap;
  height: auto;
  width: 58.71%;
  padding: 4.87vw 0 4.87vw 3.57%;
}

.news-list-section .news-list-box .news-list .left-section .list-panel .posts .info .title{
  line-height: 5.33333vw;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #333333;
  font-size: 3.73vw;
  text-align: left;
  width: 100%;
}

.news-list-section .news-list-box .news-list .left-section .list-panel .posts .info .time{
  color: #999999;
  font-size: 3.2vw;
  line-height: 3.8vw;
}

.news-list-section .news-list-box .news-list .left-section .list-panel .posts .aa{
  align-items: center;
  width: 30%;
  overflow: hidden;
  height: auto;
  margin: 4.87vw 4.57% 4.87vw 0px;
  padding-left: 2vw;
}

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

.news-list-section .news-list-box .news-list .left-section .list-panel .posts .info .cover{
  position: relative;
  height: auto;
}

.news-list-section .news-list-box .news-list .left-section .list-panel .posts .info .cover .news-img{
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  padding: 4.87vw 3.57% 4.87vw 0;

}

.news-list-section .news-list-box .news-list .left-section .list-panel .posts .info .news-icon{
  position: absolute;
  width: 11.79vw;
  top: 21vw;
  left: -1vw;
}



.news-list-section .news-list-box .news-list .left-section .pagination {
padding: 6.66667vw 0 4vw 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: 2.66667vw 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: 3.2vw;
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: 8vw;
float: left;
}
.news-list-section .news-list-box .news-list .left-section ul.pagination li span {
color: #999999;
padding: 1.6vw 2.93333vw;
margin: 0.8vw;
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: 3.73333vw;
font-weight: 400;
color: #999999;
text-decoration: none;
padding: 1.33333vw 2.66667vw;
margin: 0.8vw;
border: 1px solid #e3e3e3;
}
.news-list-section .news-list-box .news-list .left-section ul.pagination li.active span {
background: #ff4b00;
color: #ffffff;
padding: 1.6vw 2.93333vw;
margin: 0.8vw;
border: solid 1px;
}
.news-list-section .news-list-box .news-list .right-section {
display: none;
}
/*.header-section{*/
/*  display: none;*/
/*}*/


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

.news-list-section .news-list-box .news-list .left-section .list-panel .posts .bb .description {
    display: none;
}


body .wrapper #app{
  top: 16vh;
}
