.body {
  background-color: #fff;
}
.body .bg-banner {
  width: 100%;
  position: relative;
}
.body .bg-banner img {
  width: 100%;
}
.body .bg-banner .new-title {
  position: absolute;
  top: 3.2rem;
  width: 100%;
  text-align: center;
  font-size: 0.4rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 0.46rem;
  color: #FFFFFF;
}
.body .news {
  margin: 0 auto;
  margin: 0 1.7rem;
  padding: 0.3rem 0;
}
.body .news .news_navigation {
  display: flex;
  margin-bottom: 1.19rem;
}
.body .news .news_navigation a,
.body .news .news_navigation .nav_txt {
  color: #D1D1D1;
  font-size: 0.14rem;
}
.body .news .news_navigation .line {
  color: #D1D1D1;
  margin: 0 0.05rem;
  font-size: 0.14rem;
}
.body .news .news_box {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.body .news .news_box .hot_news {
  width: 2.72rem;
}
.body .news .news_box div .news_list {
  display: flex;
  margin-bottom: 0.41rem;
  padding-bottom: 0.4rem;
  border-bottom: 1px dashed #CECECE;
  width: 10.96rem;
}
.body .news .news_box div .news_list:hover {
  cursor: pointer;
}
.body .news .news_box div .news_list:hover .title {
  color: #1CB0F7 !important;
}
.body .news .news_box div .news_list img {
  width: 4.57rem;
  height: 2.99rem;
}
.body .news .news_box div .news_list .news_txt {
  margin-left: 0.37rem;
}
.body .news .news_box div .news_list .news_txt .title {
  color: #333333;
  font-size: 0.18rem;
  width: 6.02rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 0.38rem;
  font-weight: bold;
}
.body .news .news_box div .news_list .news_txt .time {
  color: #D4D4D4;
  font-size: 0.14rem;
  margin: 0.24rem 0;
}
.body .news .news_box div .news_list .news_txt .txt {
  color: #666666;
  font-size: 0.14rem;
  width: 6.02rem;
  line-height: 0.28rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.body .news .news_box div .news_list .news_txt .btn {
  width: 1.28rem;
  height: 0.4rem;
  margin-top: 0.44rem;
}
.body .news .news_box div .news_list .news_txt .btn a {
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  box-shadow: 0 0.03rem 0.06rem rgba(0, 0, 0, 0.16);
  font-size: 0.14rem;
  color: #515151;
  border-radius: 0.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.body .news .news_box div .news_list .news_txt .btn a .arrow_right {
  margin-left: 0.1rem;
  width: 0.16rem;
  height: 0.16rem;
  background: url(../saineng/assets/img/news_btn_b.png) no-repeat;
}
.body .news .news_box div .news_list .news_txt .btn a:hover .arrow_right {
  background: url(../saineng/assets/img/news_btn_w.png) no-repeat;
}
.body .news .news_box div .news_list .news_txt .btn a:hover {
  background: linear-gradient(276deg, #7BCFEB 0%, #5DBEFF 100%);
  color: #FFFFFF;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.body .news .news_box .hot_news .hot_title {
  color: #999999;
  font-size: 0.14rem;
  margin-bottom: 0.3rem;
  font-size: .14rem;
  font-family: Microsoft YaHei;
}
.body .news .news_box .hot_news .hot_list {
  display: flex;
  /* align-items: center; */
  border-bottom: 1px solid #D4D4D4;
  padding-bottom: 0.3rem;
  margin-bottom: 0.3rem;
}
.body .news .news_box .hot_news .hot_list:hover p {
  color: #1CB0F7 !important;
}
.body .news .news_box .hot_news .hot_list img {
  width: 0.2rem;
  height: 0.2rem;
}
.body .news .news_box .hot_news .hot_list p {
  color: #333333;
  font-size: 0.14rem;
}
.body .page-number {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.25rem;
  padding-bottom: 1.45rem;
}
.body .page-number .left,
.body .page-number .right {
  cursor: pointer;
  width: 0.46rem;
  height: 0.46rem;
  border-radius: 50%;
  border: 1px solid #221E1E;
  display: flex;
  justify-content: center;
  align-items: center;
}
.body .page-number .left img,
.body .page-number .right img {
  width: 0.2rem;
  height: 0.2rem;
  cursor: pointer;
}
.body .page-number .number {
  padding: 0 0.32rem;
}
.body .page-number .number a {
  cursor: pointer;
  color: #000000;
  font-size: 0.14rem;
  padding-right: 0.2rem;
}
.body .page-number .number a:last-child {
  padding: 0;
}
@media screen and (max-width: 768px) {
  .body .page-number{
    display: none;
  }
  .header .logo {
    width: 2.57rem;
  }
  .bottom .bottom_list {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 0.6rem;
  }
  .bottom .bottom_list .bottom_a {
    width: 100% !important;
    display: flex;
    flex-wrap: wrap;
  }
  .bottom .bottom_list .bottom_a ul {
    margin-bottom: 0.4rem;
  }
  .bottom .bottom_QR {
    width: auto !important;
  }
  .bottom .bottom_QR img {
    margin: 0 !important;
  }
  .bottom .bottom_copyright {
    padding: 0.25rem;
    width: calc(100% - 0.5rem) !important;
  }
  .bottom .bottom_copyright .center {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding-bottom: 0.25rem;
  }
  .body .news {
    width: 100%;
    padding: 0.25rem !important;
    box-sizing: border-box;
    margin: 0 !important;
    min-width: auto !important;
  }
  .body .news .news_navigation {
    margin-bottom: 0.25rem !important;
    line-height: 0.26rem;
  }
  .body .news .news_box {
    display: block !important;
  }
  .body .news .news_box > div .news_list {
    width: 100%;
  }
  .body .news .news_box > div .news_list img {
    width: 100%;
    height: auto;
  }
  .body .news .news_box > div .news_list .news_txt {
    margin-left: 0;
  }
  .body .news .news_box > div .news_list .news_txt .title {
    width: 100%;
    margin-top: 0.19rem;
  }
  .body .news .news_box > div .news_list .news_txt .time {
    margin: 0.12rem 0;
  }
  .body .news .news_box > div .news_list .news_txt .txt {
    width: 100%;
  }
  .body .news .news_box > div .news_list .news_txt .btn {
    width: 1rem;
    margin-top: 0.22rem;
  }
  .body .news .news_box .hot_news .hot_title {
    margin-bottom: 0.15rem !important;
  }
  .body .news .hot_list {
    margin: 0 !important;
    padding: 0;
    padding: 0.15rem 0 !important;
  }
  .news .news_box {
    flex-direction: column-reverse;
    width: 100%;
  }
  .news .news_box .hot_news {
    width: 100%;
  }
  .news .news_box div .news_list {
    flex-direction: column;
  }
  .news .news_box div .news_list .btn {
    display: flex;
    align-items: center;
  }
  .news .news_box div .news_list .btn a {
    display: flex;
    font-size: 0.12rem;
    align-items: center;
  }
  .news .news_box div .news_list .news_txt {
    margin-left: 0;
  }
  .news .news_box div .news_list .news_txt .title {
    margin-top: 0.38rem;
    font-size: 0.25rem;
    width: 100%;
  }
  .news .news_box div .news_list .news_txt .txt {
    width: 100%;
    line-height: 0.28rem;
    font-size: 0.16rem;
  }
  .news .news_box div .news_list .news_txt .btn {
    width: 1.6rem;
    height: 0.6rem;
    margin-top: 0.44rem;
  }
  .news .news_box div .news_list .news_txt .btn a .arrow_right {
    width: 0.3rem;
    height: 0.3rem;
  }
  .bottom .bottom_list {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 0.6rem;
  }
  .bottom .bottom_list .bottom_a {
    width: 100% !important;
    display: flex;
    flex-wrap: wrap;
  }
  .bottom .bottom_list .bottom_a ul {
    margin-bottom: 0.4rem;
  }
  .bottom .bottom_QR {
    width: auto !important;
  }
  .bottom .bottom_QR img {
    margin: 0 !important;
  }
  .bottom .bottom_copyright {
    padding: 0.25rem;
    width: calc(100% - 0.5rem) !important;
  }
  .bottom .bottom_copyright .center {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding-bottom: 0.25rem;
  }
}
