﻿.news_btn {
  margin-top: 35px;
  padding: 20px 45px;
  float: left;
  border: 1px solid var(--color-main);
  background: #fff;
  color: var(--color-main);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3;
}

.news_btn:hover,
.news_btn.active {
  background: var(--color-main);
  color: #f2f4f6;
}

.com_hot_pro {
  margin-bottom: 36px;
}

.com_hot_pro .title {
  font-size: 26px;
  line-height: 22px;
  font-family: "Bold";
}

.news {
  margin-top: 5.9%;
  margin-bottom: 14px;
}

.news .news_top {
  background: #f2f4f6;
  flex-wrap: wrap;
}

.news .news_top .img {
  height: 480px;
  padding: 0;
  width: 47.26%;
}

.news .news_top .info {
  width: 50%;
  padding-right: 23px;
}

.news .news_top .info .title {
  max-height: 63px;
  overflow: hidden;
}

.news .news_top .info .title a {
  font-family: "Bold";
  font-size: 24px;
  line-height: 1.3;
}

.news .news_top .info time {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  margin: 22px 0 40px;
  display: block;
}

.news .news_top .info .desc {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 35px;
  /* max-height: 140px;
  overflow: auto; */
}

.news .news_list .item {
  margin-top: 48px;
  padding: 33px 70px 38px 37px;
  background: #fff;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.29);
  flex-wrap: wrap;
}

.news .news_list .item .img {
  flex-shrink: 0;
  margin-right: 35px;
  width: 26.42%;
  padding: 0;
  height: 236px;
}

.news .news_list .item .info {
  flex: 1;
}

.news .news_list .item .info .title a {
  font-family: "Bold";
  font-size: 24px;
  color: #000000;
}

.news .news_list .item .info time {
  display: block;
  margin: 10px 0 25px;
}

.news .news_list .item .info .desc {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 35px;
  /* max-height: 70px;
  overflow: auto; */
}

.news .news_list .item .info .news_btn {
  margin-top: 20px;
}

.news .news_list .pages {
  margin: 60px 0 40px;
}

.news .news_list .pages li.prev-page a {
  background: url(../images/news/icon01.png) no-repeat center;
  background-size: cover;
  min-width: 11px;
  min-height: 19px;
}

.news .news_list .pages li.next-page a {
  background: url(../images/news/icon02.png) no-repeat center;
  background-size: cover;
  min-width: 11px;
  min-height: 19px;
}

@media screen and (max-width: 1366px) {
  .layout_ {
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
  }

  .news_btn {
    padding: 10px 22px;
    margin-top: 15px;
  }

  .news .news_top .info time {
    margin: 12px 0 20px;
  }
}

@media screen and (max-width: 950px) {
  .news .news_top {
    background: unset;
  }

  .news .news_top .img,
  .news .news_top .info {
    width: 100%;
  }

  .news .news_top .img {
    height: 0;
    padding-bottom: 70%;
  }

  .news .news_top .info {
    margin: 20px 0 0;
    padding: 15px;
    background: #f2f4f6;
  }

  .news .news_top .info time {
    margin: 10px 0 15px;
  }

  .news .news_top .info .title {
    max-height: unset;
    overflow: unset;
  }

  .news .news_top .info .title a {
    font-size: 18px;
  }

  .news .news_top .info .desc {
    max-height: unset;
    overflow: unset;
  }

  .news .news_top .info .news_btn {
    margin-top: 15px;
  }

  .news .news_list .item {
    margin-top: 20px;
    padding: 25px;
  }

  .news .news_list .item .img {
    width: 100%;
    margin: 0 0 20px 0;
  }

  .news .news_list .item .info .title a {
    font-size: 18px;
  }

  .news .news_list .item .info time {
    margin: 10px 0;
  }

  .news .news_list .item .info .desc {
    max-height: unset;
    line-height: 1.5;
    overflow: unset;
    -webkit-line-clamp: unset;
  }

  .news .news_list .pages {
    margin: 30px 0;
  }
}