/* 新闻资讯 */
.new-box {
  width: 62.5vw;
  /* width: 1200px; */
  /* max-width: 1500px; */
  margin: 0 auto;
}
.new-box .new-box-title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  height: 80px;
}
.new-box .new-box-title::after {
  content: "";
  width: 100%;
  height: 3px;
  background: #dadada;
  position: absolute;
  left: 0;
  top: calc(50% + 30px);
}
.new-box .new-box-title .new-box-left .newlogo {
  height: 100%;
  display: flex;
  align-items: center;
}
.new-box .new-box-title .new-box-left .newlogo > img {
  width: 28px;
  height: auto;
}
.new-box .new-box-title .new-box-right a {
  font-size: 16px;
  color: #1a92d1;
}
.new-box .new-box-title .new-box-left {
  display: flex;
  align-items: center;
  height: 100%;
}
.new-box .new-box-title .new-box-left ul {
  display: flex;
  align-items: center;
  height: 100%;
}
.new-box .new-box-title .new-box-left ul li {
  font-weight: normal;
  font-size: 18px;
  color: #666666;
  height: 100%;
  display: flex;
  align-items: center;
}
.new-box .new-box-title .new-box-left ul li.ontrue {
  color: #5382dc;
}
.new-box .new-box-title .new-box-left ul li:nth-of-type(2) {
  margin-left: 30px;
  margin-right: 34px;
}
.new-box .new-box-title .new-box-left ul li:hover {
  cursor: pointer;
}

.new-box .new-box-title .new-box-left ul li {
  position: relative;
}
/* 标题激活状态效果 */
.new-box .new-box-title .new-box-left ul li::after {
  content: "";
  display: block;
  position: absolute;
  background: #5382dc;
  height: 3px;
  left: 0;
  z-index: 10;
  top: calc(50% + 30px);
  pointer-events: none;
  width: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.new-box .new-box-title .new-box-left ul li.ontrue::after {
  width: 100%;
}

.new-box .new-content {
  width: 100%;
  margin-top: 30px;
  display: flex;
  display: none;
}

.new-box .new-content .cont-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 429px;
  height: 252px;
}
.new-box .new-content .cont-img .swiper-container {
  width:100%;
  height:100%;
}
.new-box .new-content .cont-img .swiper-slide > a,
.new-box .new-content .cont-img .swiper-slide > a > div,
.new-box .new-content .cont-img .swiper-slide > a > div > img {
  width: 100%;
  height: 100%;
}

.new-box .new-content .cont-img .swiper-slide a {
  display: block;
}
.new-box .new-content .cont-img .swiper-slide > a > div {
  position: relative;
}
.new-box .new-content .cont-img .swiper-slide > a > div > p {
  position: absolute;
  width: 100%;
  padding: 0 10px;
  line-height: 50px;
  background: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  left: 0;
  bottom: 0;
}
.new-box .cont-list-wrapper {
  flex-grow: 1;
  flex-shrink: 1;
  overflow: hidden;
  min-height: 265px;
}

.new-box .cont-list-wrapper li {
  display: flex;
  width: 100%;
  padding-left: 30px;
  align-items: center;
  /* 因为左边的图片高度是252px 所以这里最多显示6条，平均就是42 */
  height: 42px;
}
.new-box .cont-list-wrapper li img {
  width: 8px;
  height: 8px;
  margin-right: 11px;
  flex-shrink: 0;
}
.new-box .cont-list-wrapper li > div:nth-of-type(1) {
  flex-grow: 1;
  flex-shrink: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 17px;
  line-height: 2;
}
.new-box .cont-list-wrapper li > div:nth-of-type(1) a {
  color: #333;
}
.new-box .cont-list-wrapper li > div:nth-of-type(2) {
  padding: 0 10px;
  white-space: nowrap;
  flex-shrink: 0;
  color: #474747;
  font-size: 14px;
}

@media screen and (max-width: 1080px) {
  .new-box .new-box-title .new-box-right a {
    font-size: 0.32rem;
  }
  .new-box .cont-list-wrapper {
    min-height: auto;
  }
  .new-box .new-box-title {
    margin-top: 0;
    height: 1.6rem;
  }
  .new-box .cont-list-wrapper li {
    padding-left: 0;
    height: 0.8rem;
  }
  /* 首页 */
  .new-box {
    width: 100%;
    padding: 0 0.4rem;
    display: block;
  }

  .new-box .new-content {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 0.2rem;
  }
  .new-box .new-content .cont-img {
    width: 100%;
    height: 5.76rem;
    margin-bottom: 0.4rem;
  }
  .new-box .new-content .cont-img .swiper-slide > a > div > p {
    font-size: 0.32rem;
    height: 1rem;
  }
    
  .new-box .new-box-title .new-box-left ul li {
    font-size: 0.4rem;
  }
  .new-box .new-box-title .new-box-left ul li:nth-of-type(2) {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }

  .new-box .new-box-title .new-box-left ul li::after {
    top: calc(50% + 0.5rem);
    height: 0.04rem;
  }
  .new-box .new-box-title::after {
    top: calc(50% + 0.5rem);
    height: 0.04rem;
  }
  .new-box .new-box-title .new-box-left .newlogo > img {
    width: 0.72rem;
    height: auto;
  }
  .new-box .cont-list-wrapper li > div:nth-of-type(1) {
    font-size: 0.36rem;
  }
  .new-box .cont-list-wrapper li > div:nth-of-type(2) {
    font-size: 0.3rem;
    color: #999;
  }
  .new-box .cont-list-wrapper li img {
    width: 0.2rem;
    height: 0.2rem;
    margin-right: 0.2rem;
  }
}
