.news-detail-banner {
  width: 100%;
  height: 35vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: var(--header-height);
}
.news-title{
font-size:32px;
color:#3c3c3c;
font-weight:bold;
margin-top:90px;
margin-bottom:90px;
}
.new-list-con {
  margin-top: 40px;
}
.new-list-con .page-num-con {
  margin-top: 70px;
}
.new-list-con .news-item {
  display: flex;
  width: 100%;
  margin-top: 50px;
}
.new-list-con .img-con {
  width: 480px;
  height: 270px;
  overflow: hidden;
}
.new-list-con .img-con:hover > img {
  transform: scale(1.2);
}
.new-list-con .img-con > img {
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
}
.new-list-con .text-content {
  flex: 1;
  width: 1px;
  height: 100%;
  padding-top: 36px;
  padding-left: 50px;
}
.new-list-con .text-content .title {
  font-size: 28px;
  color: #3c3c3c;
  height: 70px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.new-list-con .text-content .title:hover {
  color: var(--theme-color);
}

.new-list-con .text-content .desc {
  width: 100%;
  height: 70px;
  margin-top: 20px;
  font-size: 16px;
  line-height: 150%;
  color: #959596;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.new-list-con .text-content .item-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}
.new-list-con .text-content .link-button {
  display: block;
  width: 80px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #c6a164;
  color: #ffffff;
  font-size: 16px;
  border-radius: 4px;
}
.new-list-con .text-content .date-con {
  font-size: 14px;
  color: #606060;
}
@media (max-width: 700px) {
  .news-detail-banner {
    height: 20vh;
  }

  .content-con .content-body {
    width: 100%;
    max-width: 100%;
  }

  .news-title-V4 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .news-title {
    font-size: 28px;
  }

  .new-list-con {
    margin-top: 20px;
    padding: 0 10px 0 20px;
  }
  .new-list-con .page-num-con {
    margin-top: 20px;
  }

  .new-list-con .news-item {
    display: flex;
    width: 50%;
    margin-top: 20px;
    padding-right: 10px;
    flex-direction: column;
  }
  .new-list-con .img-con {
    width: 100%;
    height: auto;
  }

  .news-body {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }

  .new-list-con .text-content {
    width: 100%;
    padding-top: 10px;
    padding-left: 0;
  }
  .new-list-con .text-content .title {
    font-size: 18px;
    height: 28px;
    -webkit-line-clamp: 1;
  }
  .new-list-con .text-content .desc {
    width: 100%;
    height: 48px;
    margin-top: 5px;
    font-size: 14px;
    line-height: 22px;
    color: #959596;
    -webkit-line-clamp: 2;
  }
  .new-list-con .text-content .item-footer {
    margin-top: 10px;
  }
  .new-list-con .text-content .link-button {
    width: 80px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
  .new-list-con .text-content .date-con {
    font-size: 14px;
    color: #606060;
  }
  .page-num-con .pagination {
    flex-wrap: wrap;
    justify-content: center;
  }

  .page-num-con .pagination > a {
    padding: 0 5px !important;
  }
}
@media (min-width: 701px) and (max-width: 1199px) {
  .new-list-con {
    margin-top: 20px;
    padding: 0 20px;
  }
  .new-list-con .page-num-con {
    margin-top: 20px;
  }
  .new-list-con .news-item {
    display: flex;
    width: 100%;
    margin-top: 20px;
  }
  .new-list-con .img-con {
    width: 240px;
    height: 135px;
  }
  .new-list-con .text-content {
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
  .new-list-con .text-content .title {
    font-size: 18px;
    height: 28px;
    -webkit-line-clamp: 1;
  }
  .new-list-con .text-content .desc {
    width: 100%;
    height: 48px;
    margin-top: 5px;
    font-size: 14px;
    line-height: 22px;
    color: #959596;
    -webkit-line-clamp: 2;
  }
  .new-list-con .text-content .item-footer {
    margin-top: 10px;
  }
  .new-list-con .text-content .link-button {
    width: 80px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
  .new-list-con .text-content .date-con {
    font-size: 14px;
    color: #606060;
  }
  .news-title-V5{
    font-size: 32px;
    margin-top: 60px!important;
    margin-bottom: 60px;
  }
}

/*@media (max-width:1366px){*/
/*.body-fon{*/
/*  font-size: 32px!important;*/
/*}*/
/*.news-title-V4{*/
/*  margin-top: 60px!important;*/
/*  margin-bottom: 60px!important;*/
/*}*/
/*.body-mag{*/
/*  margin-top: 60px!important;*/
/*}*/
/*.title-V4{*/
/*  font-size: 24px!important;*/
/*}*/
/*}*/