.banner {
  background: url(../images/news/news_banner.jpg) no-repeat center center;
  background-size: cover;
  padding: 1.1rem 0;
}
.banner .banner-text {
  font-family: Arial;
  color: #fff;
  text-align: center;
  font-weight: 700;
  padding: 0 0.3rem;
  font-size: 0.36rem;
  line-height: 0.5rem;
  text-shadow: 1px 1px 0.1rem rgba(0, 0, 0, 0.5);
}

.page-location {
  color: #9a9a9a;
  font-size: 0.28rem;
  margin: 0.11rem auto 0;
  padding: 0 0.3rem;
  font-family: Arial;
}
.page-location a {
  color: #9a9a9a;
}
.page-location a:last-child {
  pointer-events: none;
}
.page-location span {
  font-size: 0.24rem;
}

.news-list {
  padding: 0.3rem 0.3rem 0;
}
.news-list .news-list1 .left-item {
  position: relative;
  overflow: hidden;
}
.news-list .news-list1 .left-item img {
  width: 100%;
  height: auto;
  display: block;
}
.news-list .news-list1 .left-item .news-title {
  font-family: Arial;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: rgba(0, 0, 0, 0.28);
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  padding: 0.1rem 0.15rem;
  font-size: 0.28rem;
  line-height: 0.42rem;
}
.news-list .news-list1 .right-item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.3rem;
}
.news-list .news-list1 .right-item .news-item {
  background: #f6f6f6;
  width: 48%;
  border-radius: 0.1rem;
}
.news-list .news-list1 .right-item .news-item:hover .news-info .news-title {
  font-weight: bold;
}
.news-list .news-list1 .right-item .news-item:hover .news-info .news-more span {
  color: #ea4609;
}
.news-list .news-list1 .right-item .news-item .news-img {
  overflow: hidden;
}
.news-list .news-list1 .right-item .news-item .news-img img {
  transition: all 0.5s;
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0.1rem 0.1rem 0 0;
}
.news-list .news-list1 .right-item .news-item .news-info {
  font-family: Arial;
  padding: 0.2rem;
}
.news-list .news-list1 .right-item .news-item .news-info .news-date {
  color: #999;
  font-size: 0.22rem;
  line-height: 0.3rem;
}
.news-list .news-list1 .right-item .news-item .news-info .news-title {
  color: #2b2b2b;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-size: 0.26rem;
  line-height: 0.42rem;
}
.news-list .news-list1 .right-item .news-item .news-info .news-desc {
  color: #838383;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-size: 0.24rem;
  line-height: 0.32rem;
  margin-top: 0.1rem;
}
.news-list .news-list1 .right-item .news-item .news-info .news-more {
  font-size: 0.24rem;
  line-height: 0.32rem;
  color: #3c4457;
  margin-top: 0.1rem;
}
.news-list .news-list2 .news-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  background-color: #f6f6f6;
  border-radius: 0.12rem;
  margin-top: 0.3rem;
  padding: 0.2rem;
}
.news-list .news-list2 .news-item:hover .news-info .news-title {
  color: #ea4609;
  font-weight: bold;
}
.news-list .news-list2 .news-item:hover .news-info .news-more span {
  color: #ea4609;
}
.news-list .news-list2 .news-item .news-img {
  overflow: hidden;
  width: 36%;
}
.news-list .news-list2 .news-item .news-img img {
  width: 100%;
  height: auto;
  display: block;
  transition: all 0.5s;
  border-radius: 0.1rem;
}
.news-list .news-list2 .news-item .news-info {
  font-family: Arial;
  width: 64%;
  position: relative;
  padding-left: 0.2rem;
}
.news-list .news-list2 .news-item .news-info .news-date {
  color: #999;
  font-size: 0.22rem;
  line-height: 0.3rem;
  position: absolute;
  bottom: 0;
  right: 0;
}
.news-list .news-list2 .news-item .news-info .news-title {
  color: #2b2b2b;
  overflow: hidden;
  text-overflow: ellipsis;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-size: 0.26rem;
  line-height: 0.42rem;
}
.news-list .news-list2 .news-item .news-info .news-desc {
  color: #838383;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-size: 0.24rem;
  line-height: 0.32rem;
  margin-top: 0.1rem;
}
.news-list .news-list2 .news-item .news-info .news-more {
  font-size: 0.24rem;
  line-height: 0.32rem;
  color: #3c4457;
  margin-top: 0.1rem;
}
.news-list .pagelist {
  text-align: center;
  margin-top: 0.4rem;
}
.news-list .pagelist .pagination {
  justify-content: center;
  align-items: center;
  font-size: 0.26rem;
}
.news-list .pagelist .pagination a {
  color: #838383;
  font-family: Arial;
  border-radius: 0.1rem;
  border: solid 0.01rem #c7c7c7;
  padding: 0 0.15rem;
  margin: 0 0.1rem;
}
.news-list .pagelist .pagination span {
  color: #838383;
  font-size: 0.26rem;
  line-height: 0.42rem;
  padding: 0 0.1rem;
}
.news-list .pagelist .pagination .page-num-current {
  color: #fff;
  background: #f94f12;
  border: solid 0.01rem #f94f12;
}

.product-section {
  padding: 0.35rem 0.3rem 0;
}
.product-section .section-title {
  font-family: Arial;
  color: #3d4457;
  text-align: center;
  font-weight: 700;
  font-size: 0.36rem;
  line-height: 0.42rem;
}
.product-section .product-list {
  margin-top: 0.4rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.product-section .product-list .product-item {
  width: 48%;
  display: block;
  position: relative;
  border-radius: 0.1rem;
  background: #f7f6fb;
  margin-bottom: 0.3rem;
  padding-bottom: 0.3rem;
}
.product-section .product-list .product-item:hover .img-box .pro-img {
  transform: scale(1.05);
}
.product-section .product-list .product-item:hover .product-name {
  color: #f94f12;
}
.product-section .product-list .product-item .img-box {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.product-section .product-list .product-item .img-box .pro-img {
  width: 100%;
  height: auto;
  display: block;
  transition: all 0.5s;
  border-radius: 0.1rem;
}
.product-section .product-list .product-item .hot-icon {
  position: absolute;
  top: -0.02rem;
  left: -0.03rem;
  z-index: 2;
  width: 0.59rem;
  height: auto;
}
.product-section .product-list .product-item .product-name {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0.2rem;
  text-align: center;
  font-weight: 700;
  font-family: Arial;
  color: #333;
  z-index: 2;
  font-size: 0.22rem;
  line-height: 1.5;
}
.product-section .more-btn {
  display: block;
  font-size: 0.26rem;
  line-height: 0.4rem;
  width: 2.2rem;
  padding: 0.05rem 0;
  border-radius: 0.35rem;
  border: solid 0.01rem #aaaaaa;
  font-family: Arial;
  color: #211f1f;
  text-align: center;
  margin: 0.15rem auto 0;
}
.product-section .more-btn span {
  font-family: "宋体";
  color: #211f1f;
  margin-left: 0.15rem;
}
