/**
首页
 */

/**
线上会展
 */
.xshz {
  height: 610px;
  background: #fff;
}

/**
线上会展-详情
 */
.xshz-content {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  width: 100%;
}

.xshz-content ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.xshz-content ul li {
  width: 145px;
  height: 145px;
  border-radius: 20px 20px 20px 20px;
  border: 1px solid #E6E6E6;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
}
.xshz-content ul li a{
  display: block;
}
/** 默认隐藏高亮的图片 */
.xshz-content ul li a > img:nth-child(2) {
  display: none;
}

.xshz-content ul li a.active > img:nth-child(1) {
  display: none;
}
.xshz-content ul li a.active > img:nth-child(2) {
  display: block;
}

.xshz-content ul li a.active p {
  color: #FF0000;
}


.xshz-content ul li p {
  font-size: 18px;
  color: #666666;
  line-height: 50px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}



/**
优秀企业汇展
 */

.yxqyhz-bg {
  height: 750px;
  background: url("../images/b-g.jpg") no-repeat;
  display: flex;
  justify-content: center;
}

.yxqyhz {
  height: 750px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  margin-top: 10px;
}

/**
优秀企业汇展-列表
 */

.yxqyhz-content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.yxqyhz-content ul {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 均分4份 */
  gap: 30px; /* 设置间距为10px */
  margin-top: 50px;
}

.yxqyhz-content ul li {
  width: 300px;
  height: 210px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
}

.yxqyhz-content ul li a {
  display: block;
  position: relative;
}

.yxqyhz-content ul li img {
  display: block;
  width: 300px;
  height: 210px;
}
/** 定位到底部 */
.yxqyhz-content ul li a p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
  box-sizing: border-box;
  --moz-box-sizing: border-box;
  --webkit-box-sizing: border-box;
  padding: 0px 15px;
  white-space: nowrap; /* 防止文本换行 */
  overflow: hidden; /* 隐藏溢出的内容 */
  text-overflow: ellipsis; /* 显示省略符号来代表被修剪的文本 */
}

/**
广告位
 */

.ggw {
  display: flex;
  justify-content: flex-start;
  align-items: start;
  margin-top: 40px;
  height: 760px;
  flex-direction: column;
}

.ggw-content {
  display: flex;
  justify-content: space-between;
  align-items: start;
  height: 235px;
}

.ggw-item {
  width: 615px;
  height: 190px;
  background: #0F3B64;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.ggw-item a.more {
  position: absolute;
  top: 145px;
  right: 80px;
  color: #fff;
  font-size: 15px;
}

.ggw-item a.more11 {
  color: #baecff;
}
.ggw-item a.more22 {
  color: #fceabd;
}

.ggw-item a.more > img{
    width: 48px;
    height: 30px;
}

.ggw-item img {
  width: 100%;
  height: 100%;
}

/**
推荐资讯
 */

.tjzx {
  display: flex;
  justify-content: space-between;
  align-items: start;
  height: 450px;
}

.tjzx-left {
  width: 640px;
  height: 450px;
  background: #0F3B64;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tjzx-left img {
  width: 100%;
  height: 100%;
}

.index-carousel-image .layui-this {
  position: relative;
}

.index-carousel-image .layui-carousel-ind {

}

.tjzx .index-carousel-image p.zxs {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 50px;
  line-height: 50px;
  box-sizing: border-box;
  --moz-box-sizing: border-box;
  --webkit-box-sizing: border-box;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  width: 100%;
  padding: 0px 30px;
  text-align: center;
}


.tjzx-right {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  width: 700px;
  padding: 36px;
  height: 450px;
  background: #F4F4F4;
}

.news-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.news-title > div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.news-title p {
  color: #B41111;
  line-height: 36px;
  font-size: 36px;
  margin-right: 15px;
  font-weight: bold;
}

.news-title p.title-en {
  font-weight: bold;
  font-size: 30px;
  color: #CCCCCC;
  line-height: 36px;
}

.news-title a {
  color: #666666;
  line-height: 36px;
  font-size: 16px;
}

.tjzx-right-content {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;

}

.tjzx-right-content ul {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}

.tjzx-right-content ul li {
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px dotted #E6E6E6;
  box-sizing: border-box;
  --moz-box-sizing: border-box;
  --webkit-box-sizing: border-box;
}

.tjzx-right-content ul li a {
  width: 100%;
  font-size: 18px;
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  white-space: normal; /* 允许文本换行 */
  word-wrap: break-word; /* 在长单词或URL内部进行换行 */
  word-wrap: break-word;
  box-sizing: border-box;
  --moz-box-sizing: border-box;
  --webkit-box-sizing: border-box;

}

.tjzx-right-content ul li a span {
  margin-right: 10px;
}

