@charset "UTF-8";
@import url("./normal.css");
.banner {
  margin-top: 82px;
  margin-bottom: 4rem;
  width: 100%;
  height: 300px;
}

.news {
  margin-bottom: 5rem;
}

.news .all_box {
  margin-top: 1.5rem;
  background: #fff;
}

.news .all_box .list .li {
  padding-top: 0rem;
  margin-bottom: 1rem;
  background: #f2f2f2;
}

.news .all_box .list .li .left {
  border-radius: 0.5rem;
  overflow: hidden;
}

.news .all_box .list .li .left img {
  height: 250px;
  transition: all .8s;
  -webkit-transition: all .8s;
  /* Safari */
}

.news .all_box .list .li .left img:hover {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  /* IE 9 */
  -moz-transform: scale(1.1);
  /* Firefox */
  -webkit-transform: scale(1.1);
  /* Safari 和 Chrome */
  -o-transform: scale(1.1);
}

.news .all_box .list .li .right {
  padding: 2rem 1rem;
}

.news .all_box .list .li .right .news-title {
  font-size: 1.2rem;
  margin-bottom: 0.9rem;
  color: #999;
}

.news .all_box .list .li .right .news-txt {
  font-size: 0.9rem;
  color: #666;
}

.news .all_box .list .li .right .news-txt p {
  line-height: 1.5rem;
}

.news .all_box .list .li .right .news-btn {
  margin-top: 0.5rem;
  padding: 0.3rem 0;
  text-align: center;
  color: var(--themeColor);
  border: 1px solid var(--themeColor);
}

.enlarge {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  /* IE 9 */
  -moz-transform: scale(1.1);
  /* Firefox */
  -webkit-transform: scale(1.1);
  /* Safari 和 Chrome */
  -o-transform: scale(1.1);
}

.title-color {
  color: var(--themeColor) !important;
}

.btn-color {
  color: #fff !important;
  background: var(--themeColor);
}

/* 移动端小屏的时候尺寸 */
@media (max-width: 768px) {
  .banner {
    margin-top: 65px;
    background: url("/images/news/banner1samll.jpg") no-repeat center 100%;
    margin-bottom: 0;
    background-size: 100% 100px;
    height: 100px;
  }
  .news .pro-center .all_box {
    padding: 0 1rem;
    background: #f2f2f2;
  }
  .news .pro-center .all_box .list .li {
    padding: 0 0.5rem;
    padding-top: 0.6rem;
    background: #fff;
  }
}
