.exhibition-header {
  background-color: #F5F6F6;
  display: flex;
  flex-direction: column;
  padding: 1.5vw 33.63vw 1.5vw 12.63vw;
  height: auto;
  flex-wrap: wrap;
  text-align: left;
  position: relative;
}

.breadcrumb {
  width: 100%;
  color: #666666;
  font-size: inherit; /* 或者设置为具体的字体大小 */
}
.exhibition-header .breadcrumb .htitle{
  color: #D2D2D2;
}

.breadcrumb a {
  color: #126DB3;
  text-decoration: none; /* 移除下划线 */
}

.exhibition-header .title {
  color: #333333;
  font-size: 28px;
  font-weight: bold;
  margin: 1vw 0;
  line-height: 40px;
  min-height: 2vw;
}

.meta-info {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  color: #666666;
  font-size: 12px;
  font-weight: 500;
  align-items: center;
  align-content:end;
}

.meta-item {
  background-repeat: no-repeat;
  background-size: 14px 14px;
  padding-left: 18px;
  margin-right: 10%;
  position: relative;
}

.meta-item .icon {
  position: absolute;
  left: 0;
  top: 0px;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-size: 14px 14px;
  padding: 0 0 0 19px;
  background-position: 0px 3px;
}

/* 为每种类型的图标设置特定的背景图像 */
.click-count .icon {
  background-image: url('/templets/2024showg/images/art-click.png');
}

.source .icon {
  background-image: url('/templets/2024showg/images/art-source.png');
}

.pubdate .icon {
  background-image: url('/templets/2024showg/images/art-time.png');
}

.news-content {
  padding: 0vw 35.63vw 5vw 12.63vw;
  height: auto;
}




.container {
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  display: flex;
  height: 130px;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  font-size: 14px;
  color: #333333;
  margin: 2vw 0;
}

.icon-container {
  display: flex;
  width: 13.87%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-right: 2px solid rgba(43, 45, 53, 0.1);
  color: #2B2D35;
}

.icon-container img {
  width: 41.86%;
  height: auto;
}

.icon-container span {
  margin-top: 6%;
}

.info-container {
  width: 68.29%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.info-container .img-box {
  width: 17.63%;
}

.info-container .img-box img {
  height: auto;
  max-height: 120px;
  max-width: 100%;
  width: auto;
}

.info-container .text-box {
  width: 62.37%;
  text-align: left;
}

.info-container .text-box a .title{
  color: #333333;
  font-size: 16px;
}

.info-container .text-box div {
  display: flex;
  justify-content: space-between;
}

.info-container .text-box .time {
  color: #999999;
}

.info-container .text-box .title {
  font-size: 16px;
  margin: 2% 0;
}

.info-container .text-box .location-industry {
  display: flex;
  justify-content: space-between;
}

.action-container {
  width: 17.84%;
  height: 100%;
  background-color: #FFAA25;
  clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%);
  flex-direction: column;
  align-items: center;
  display: flex;
  justify-content: center;
  color: #ffffff;
  cursor: pointer;
}

.action-container img {
  width: 50%;
  height: auto;
}

.action-container span {
  margin-top: 6%;
}

.content {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0px;
  line-height: 28px;
  color: #666666;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 2vh;
  min-height: 800px;
}
.content p{
  margin: 12px 0;
}

.footer {
  font-weight: 500;
  font-size: 12px;
  color: #999999;
  text-align: left;
  padding-top: 2vh;
  line-height: 20px;
}
.expo_status{
  color: #45AA5E;
}


.index-box {
  position: absolute;
  top: 4vh;
  left: 67%;
  width: 20vw;
  box-shadow: 0px 0px 9px 1px rgba(217,217,217,0.78);
  border-radius: 5px;
  background-color: #ffffff;
}
.index-box .exhibition-box {
  background: #ffffff;
  padding: 5%;
}

.index-box .exhibition-box .m1 {
  display: flex;
  flex-wrap: nowrap;
  height: 4.1vw;
  width: 100%;
}
.index-box .exhibition-box .m1 .exhibition-img {
  display: flex;
  align-items: center;
  justify-content: center;
  /*border: 1px solid #ebebeb;*/
  border-radius: 5px;
  padding: 5px;
  width: 30.55%;
}

.index-box .exhibition-box .m1 .exhibition-img .logo {
  width: 70%;
  height: 100%;
  background-image: url(/templets/2024showg/images/tubj.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-color: #ffffff;
  border-radius: 5px;
}

.index-box .exhibition-box .m1 .exhibition-info {
  padding: 0 0 0 3%;
  position: relative;
  display: flex;
  align-content: space-between;
  flex-wrap: wrap;
  width: 69.45%;
}

.index-box .exhibition-box .m1 .exhibition-info .row{
  display: flex;
  justify-content: space-between;
}
.index-box .exhibition-box .m1 .exhibition-info .row.name{
  font-weight: 500;
  font-size: 14px;
  color: #333333;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.index-box .exhibition-box .m1 .exhibition-info .row.hot{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding-left: 3%;
  width: 100%;
  background: #F9F9F9;
  border-radius: 3px 0px 0px 3px;
  height: 1.44vw
}

.index-box .exhibition-box .m1 .exhibition-info .row.hot .hots-icon{
  font-weight: 500;
  font-size: 12px;
  color: #333333;
}

.index-box .exhibition-box .m1 .exhibition-info .row.hot .hots-icon span{
  margin-left: 0.3vw;
}

.index-box .exhibition-box .m1 .exhibition-info .row.hot .join{
  width: 34.35%;
  height: 100%;
  opacity: 1;
  letter-spacing: 0px;
  color: #ffffff;
  cursor: pointer;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFAA25;
  clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%);
  cursor: pointer;
}

.index-box .exhibition-box .m2{
  margin: 0.5vw 0 0vw 0;
  border-bottom: 1px solid #E8E8E8;
  padding-bottom: 0.5vw;
}

.index-box .exhibition-box .m2:last-child {
  border-bottom: none;
}

.index-box .exhibition-box .m2 .row{
  display: flex;
  justify-content: space-between;
}

.index-box .exhibition-box .m2 .row .time{
  font-size: 14px;
  color: #999999;
}
.index-box .exhibition-box .m2 .row .status{
  font-size: 14px;
  color: #45AA5E;
}
.index-box .box-title{
  background-color: #FFF8ED;
  height: 38px;
  font-weight: bold;
  font-size: 15px;
  color: #000000;
  display: flex;
  align-items: center;
  padding-left: 1vw;
  position: relative;
  margin-top: 1vw;
}

.index-box .box-title .box-title-icon{
  background: #FFAA25;
  border-radius: 0 7px 7px 0;
  height: 80%;
  top: 0.3vw;
  left: 0;
  width: 2%;
  position: absolute;

}

.news-content .content img{
  max-width: 100%;
  height: auto;
}
.news-detail-section{
  background-color: #ffffff;
  padding-top: 180px;
}

.news-detail-section-mobile{
  display: none;
}
