#mainlevel_05 .nav-link {
  color: #000;
  border-bottom: 3px inset #e94609;
}

.banner {
  background: url(../images/news/news_banner.jpg) no-repeat center center;
  background-size: cover;
}
.banner .banner-text {
  font-family: Arial;
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 0 20px;
  text-shadow: 1px 1px 10px #383838;
}

.page-location {
  color: #9a9a9a;
  font-size: 18px;
  margin: 11px auto;
}
.page-location a {
  color: #9a9a9a;
  font-family: Arial;
}
.page-location a:last-child {
  pointer-events: none;
}
.page-location span {
  font-family: AdobeHeitiStd;
  font-size: 20px;
}

.news-list .news-list1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news-list .news-list1 .left-item {
  position: relative;
  overflow: hidden;
}
.news-list .news-list1 .left-item:hover img {
  transform: scale(1.05);
}
.news-list .news-list1 .left-item img {
  width: 100%;
  height: auto;
  display: block;
  transition: all 0.5s;
}
.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 15px;
}
.news-list .news-list1 .right-item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news-list .news-list1 .right-item .news-item {
  background: #f6f6f6;
}
.news-list .news-list1 .right-item .news-item:hover .news-img img {
  transform: scale(1.05);
}
.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;
}
.news-list .news-list1 .right-item .news-item .news-info {
  font-family: Arial;
}
.news-list .news-list1 .right-item .news-item .news-info .news-date {
  color: #999;
}
.news-list .news-list1 .right-item .news-item .news-info .news-title {
  color: #2b2b2b;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.news-list .news-list1 .right-item .news-item .news-info .news-desc {
  color: #838383;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.news-list .news-list1 .right-item .news-item .news-info .news-more {
  display: flex;
  align-items: center;
}
.news-list .news-list1 .right-item .news-item .news-info .news-more span {
  color: #3c4457;
  margin-right: 10px;
}
.news-list .news-list2 .news-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #f6f6f6;
}
.news-list .news-list2 .news-item:hover .news-img img {
  transform: scale(1.05);
}
.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;
}
.news-list .news-list2 .news-item .news-img img {
  width: 100%;
  height: auto;
  display: block;
  transition: all 0.5s;
}
.news-list .news-list2 .news-item .news-info {
  font-family: Arial;
}
.news-list .news-list2 .news-item .news-info .news-date {
  color: #999;
}
.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;
}
.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;
}
.news-list .news-list2 .news-item .news-info .news-more {
  display: flex;
  align-items: center;
}
.news-list .news-list2 .news-item .news-info .news-more span {
  color: #3c4457;
  margin-right: 10px;
}
.news-list .pagelist {
  text-align: center;
}
.news-list .pagelist .pagination {
  justify-content: center;
  align-items: center;
}
.news-list .pagelist .pagination a {
  color: #838383;
  font-family: Arial;
  border-radius: 10px;
  border: solid 2px #c7c7c7;
}
.news-list .pagelist .pagination span {
  color: #838383;
  font-size: 26px;
  line-height: 42px;
}
.news-list .pagelist .pagination .pre img {
  margin-right: 10px;
}
.news-list .pagelist .pagination .next img {
  margin-left: 10px;
}
.news-list .pagelist .pagination .page-num-current {
  color: #fff;
  background: #f94f12;
  border: solid 2px #f94f12;
}

.product-section .section-title {
  font-family: Arial;
  color: #3d4457;
  text-align: center;
  font-weight: bold;
}
.product-section .gx-4 {
  --bs-gutter-x: 1.87rem;
}
.product-section .product-list {
  margin-top: 20px;
}
.product-section .product-list .product-item {
  width: 100%;
  display: block;
  position: relative;
  border-radius: 10px;
}
.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: 10px;
}
.product-section .product-list .product-item .hot-icon {
  position: absolute;
  top: -2px;
  left: -3px;
  z-index: 2;
  width: auto;
  height: auto;
}
.product-section .product-list .product-item .product-name {
  position: absolute;
  width: 100%;
  left: 0;
  text-align: center;
  font-weight: bold;
  font-family: Arial;
  color: #333;
  z-index: 2;
}

@media (max-width: 575px) {
  .banner {
    padding: 60px 30px;
  }
  .banner .banner-text {
    font-size: 24px;
  }
  .news-list .news-list1 {
    margin-top: 36px;
  }
  .news-list .news-list1 .left-item {
    width: 100%;
    margin-bottom: 25px;
  }
  .news-list .news-list1 .left-item .news-title {
    font-size: 20px;
    line-height: 48px;
  }
  .news-list .news-list1 .right-item {
    width: 100%;
  }
  .news-list .news-list1 .right-item .news-item {
    width: 100%;
    margin-bottom: 25px;
    padding: 15px;
  }
  .news-list .news-list1 .right-item .news-item .news-info {
    padding-top: 15px;
  }
  .news-list .news-list1 .right-item .news-item .news-info .news-date {
    font-size: 16px;
    line-height: 26px;
  }
  .news-list .news-list1 .right-item .news-item .news-info .news-title {
    font-size: 18px;
    line-height: 24px;
    margin-top: 5px;
    -webkit-line-clamp: 1;
  }
  .news-list .news-list1 .right-item .news-item .news-info .news-desc {
    font-size: 16px;
    line-height: 24px;
    margin-top: 5px;
    -webkit-line-clamp: 2;
  }
  .news-list .news-list1 .right-item .news-item .news-info .news-more {
    margin-top: 0px;
  }
  .news-list .news-list1 .right-item .news-item .news-info .news-more span {
    font-size: 16px;
    line-height: 26px;
  }
  .news-list .news-list2 .news-item {
    padding: 15px;
    margin-bottom: 25px;
  }
  .news-list .news-list2 .news-item .news-img {
    width: 100%;
  }
  .news-list .news-list2 .news-item .news-info {
    width: 100%;
    padding-top: 15px;
  }
  .news-list .news-list2 .news-item .news-info .news-date {
    font-size: 16px;
    line-height: 26px;
  }
  .news-list .news-list2 .news-item .news-info .news-title {
    font-size: 18px;
    line-height: 26px;
    margin-top: 5px;
  }
  .news-list .news-list2 .news-item .news-info .news-desc {
    font-size: 16px;
    line-height: 24px;
    margin-top: 5px;
  }
  .news-list .news-list2 .news-item .news-info .news-more {
    margin-top: 5px;
  }
  .news-list .news-list2 .news-item .news-info .news-more span {
    font-size: 16px;
    line-height: 26px;
  }
  .news-list .pagelist {
    margin-top: 35px;
  }
  .news-list .pagelist .pagination a {
    font-size: 14px;
    line-height: 34px;
    width: 34px;
    height: 34px;
    margin: 0 5px;
  }
  .news-list .pagelist .pagination .pre, .news-list .pagelist .pagination .next {
    width: 80px;
    height: 34px;
  }
  .news-list .pagelist .pagination .pre img, .news-list .pagelist .pagination .next img {
    margin-top: -3px;
    width: 8px;
    height: 15px;
  }
  .product-section {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .product-section .section-title {
    font-size: 32px;
  }
  .product-section .gx-4 {
    --bs-gutter-x: 0.6rem;
  }
  .product-section .product-list .product-item {
    margin-bottom: 12px;
  }
  .product-section .product-list .product-item .product-name {
    bottom: 10px;
    font-size: 14px;
    line-height: 24px;
  }
}
@media (min-width: 576px) {
  .banner {
    padding: 100px 0;
  }
  .banner .banner-text {
    font-size: 34px;
  }
  .news-list .news-list1 {
    margin-top: 36px;
  }
  .news-list .news-list1 .left-item {
    width: 100%;
    margin-bottom: 25px;
  }
  .news-list .news-list1 .left-item .news-title {
    font-size: 20px;
    line-height: 48px;
  }
  .news-list .news-list1 .right-item {
    width: 100%;
  }
  .news-list .news-list1 .right-item .news-item {
    width: 49%;
  }
  .news-list .news-list1 .right-item .news-item .news-info {
    padding: 10px;
  }
  .news-list .news-list1 .right-item .news-item .news-info .news-date {
    font-size: 16px;
    line-height: 26px;
  }
  .news-list .news-list1 .right-item .news-item .news-info .news-title {
    font-size: 18px;
    line-height: 24px;
    margin-top: 5px;
    -webkit-line-clamp: 1;
  }
  .news-list .news-list1 .right-item .news-item .news-info .news-desc {
    font-size: 16px;
    line-height: 24px;
    margin-top: 5px;
    -webkit-line-clamp: 2;
  }
  .news-list .news-list1 .right-item .news-item .news-info .news-more {
    margin-top: 0px;
  }
  .news-list .news-list1 .right-item .news-item .news-info .news-more span {
    font-size: 16px;
    line-height: 26px;
  }
  .news-list .news-list2 .news-item {
    padding: 15px;
    margin-top: 23px;
  }
  .news-list .news-list2 .news-item .news-img {
    width: 42%;
  }
  .news-list .news-list2 .news-item .news-info {
    width: 58%;
    padding-left: 15px;
    padding-right: 0;
  }
  .news-list .news-list2 .news-item .news-info .news-date {
    font-size: 16px;
    line-height: 26px;
  }
  .news-list .news-list2 .news-item .news-info .news-title {
    font-size: 18px;
    line-height: 26px;
    margin-top: 5px;
  }
  .news-list .news-list2 .news-item .news-info .news-desc {
    font-size: 16px;
    line-height: 24px;
    margin-top: 5px;
  }
  .news-list .news-list2 .news-item .news-info .news-more {
    margin-top: 5px;
  }
  .news-list .news-list2 .news-item .news-info .news-more span {
    font-size: 16px;
    line-height: 26px;
  }
  .news-list .pagelist {
    margin-top: 35px;
  }
  .news-list .pagelist .pagination a {
    font-size: 16px;
    line-height: 38px;
    width: 38px;
    height: 38px;
    margin: 0 5px;
  }
  .news-list .pagelist .pagination .pre, .news-list .pagelist .pagination .next {
    width: 100px;
    height: 38px;
  }
  .news-list .pagelist .pagination .pre img, .news-list .pagelist .pagination .next img {
    margin-top: -3px;
    width: 10px;
    height: 17px;
  }
  .product-section {
    padding-top: 35px;
    padding-bottom: 40px;
  }
  .product-section .section-title {
    font-size: 32px;
  }
  .product-section .gx-4 {
    --bs-gutter-x: 1.3rem;
  }
  .product-section .product-list .product-item {
    margin-bottom: 20px;
  }
  .product-section .product-list .product-item .product-name {
    bottom: 10px;
    font-size: 16px;
    line-height: 30px;
  }
}
@media (min-width: 768px) {
  .news-list .news-list2 .news-item .news-img {
    width: 30%;
  }
  .news-list .news-list2 .news-item .news-info {
    width: 70%;
  }
}
@media (min-width: 992px) {
  .banner {
    padding: 160px 0;
  }
  .banner .banner-text {
    font-size: 40px;
  }
  .news-list .news-list1 {
    margin-top: 36px;
  }
  .news-list .news-list1 .left-item {
    width: 49.5%;
    margin-bottom: 0;
  }
  .news-list .news-list1 .left-item .news-title {
    font-size: 20px;
    line-height: 48px;
  }
  .news-list .news-list1 .right-item {
    width: 49%;
  }
  .news-list .news-list1 .right-item .news-item {
    width: 48.5%;
  }
  .news-list .news-list1 .right-item .news-item .news-info {
    padding: 10px;
  }
  .news-list .news-list1 .right-item .news-item .news-info .news-date {
    font-size: 16px;
    line-height: 26px;
  }
  .news-list .news-list1 .right-item .news-item .news-info .news-title {
    font-size: 18px;
    line-height: 24px;
    margin-top: 5px;
    -webkit-line-clamp: 1;
  }
  .news-list .news-list1 .right-item .news-item .news-info .news-desc {
    font-size: 16px;
    line-height: 24px;
    margin-top: 5px;
    -webkit-line-clamp: 2;
  }
  .news-list .news-list1 .right-item .news-item .news-info .news-more {
    margin-top: 0px;
  }
  .news-list .news-list1 .right-item .news-item .news-info .news-more span {
    font-size: 16px;
    line-height: 26px;
  }
  .news-list .news-list2 .news-item {
    padding: 15px;
    margin-top: 23px;
  }
  .news-list .news-list2 .news-item .news-img {
    width: 27%;
  }
  .news-list .news-list2 .news-item .news-info {
    width: 73%;
    padding-left: 30px;
    padding-right: 20px;
  }
  .news-list .news-list2 .news-item .news-info .news-date {
    font-size: 16px;
    line-height: 26px;
  }
  .news-list .news-list2 .news-item .news-info .news-title {
    font-size: 18px;
    line-height: 26px;
    margin-top: 8px;
  }
  .news-list .news-list2 .news-item .news-info .news-desc {
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
  }
  .news-list .news-list2 .news-item .news-info .news-more {
    margin-top: 5px;
  }
  .news-list .news-list2 .news-item .news-info .news-more span {
    font-size: 16px;
    line-height: 26px;
  }
  .news-list .pagelist {
    margin-top: 55px;
  }
  .news-list .pagelist .pagination a {
    font-size: 18px;
    line-height: 42px;
    width: 42px;
    height: 42px;
    margin: 0 9px;
  }
  .news-list .pagelist .pagination .pre, .news-list .pagelist .pagination .next {
    width: 120px;
    height: 42px;
  }
  .product-section .section-title {
    font-size: 34px;
  }
  .product-section .product-list .product-item {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .banner .banner-text {
    font-size: 42px;
  }
  .news-list .news-list1 .left-item {
    width: 48.96%;
  }
  .news-list .news-list1 .left-item .news-title {
    font-size: 20px;
    line-height: 68px;
  }
  .news-list .news-list1 .right-item {
    width: 48.94%;
  }
  .news-list .news-list1 .right-item .news-item {
    width: 47.83%;
  }
  .news-list .news-list1 .right-item .news-item .news-info {
    padding: 15px;
  }
  .news-list .news-list1 .right-item .news-item .news-info .news-date {
    font-size: 18px;
    line-height: 30px;
  }
  .news-list .news-list1 .right-item .news-item .news-info .news-title {
    font-size: 20px;
    line-height: 26px;
  }
  .news-list .news-list1 .right-item .news-item .news-info .news-desc {
    font-size: 18px;
  }
  .news-list .news-list1 .right-item .news-item .news-info .news-more {
    margin-top: 8px;
  }
  .news-list .news-list1 .right-item .news-item .news-info .news-more span {
    font-size: 18px;
    line-height: 30px;
  }
  .news-list .news-list2 .news-item .news-img {
    width: 22%;
  }
  .news-list .news-list2 .news-item .news-info {
    width: 78%;
  }
  .news-list .news-list2 .news-item .news-info .news-date {
    font-size: 18px;
    line-height: 30px;
  }
  .news-list .news-list2 .news-item .news-info .news-title {
    font-size: 20px;
    line-height: 30px;
  }
  .news-list .news-list2 .news-item .news-info .news-desc {
    font-size: 18px;
  }
  .news-list .news-list2 .news-item .news-info .news-more {
    margin-top: 10px;
  }
  .news-list .news-list2 .news-item .news-info .news-more span {
    font-size: 18px;
    line-height: 30px;
  }
  .product-section {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .product-section .section-title {
    font-size: 36px;
  }
  .product-section .gx-4 {
    --bs-gutter-x: 1.5rem;
  }
  .product-section .product-list {
    margin-top: 30px;
  }
  .product-section .product-list .product-item .product-name {
    font-size: 16px;
    line-height: 36px;
  }
}
@media (min-width: 1400px) {
  .banner {
    padding: 189px 0;
  }
  .banner .banner-text {
    font-size: 44px;
  }
  .news-list .news-list1 .right-item .news-item .news-info .news-title {
    -webkit-line-clamp: 2;
  }
  .news-list .news-list1 .right-item .news-item .news-info .news-desc {
    -webkit-line-clamp: 3;
  }
  .news-list .news-list2 .news-item {
    margin-top: 33px;
  }
  .news-list .news-list2 .news-item .news-img {
    width: 19%;
  }
  .news-list .news-list2 .news-item .news-info {
    width: 81%;
    padding-left: 40px;
  }
  .product-section .section-title {
    font-size: 38px;
  }
  .product-section .product-list .product-item .product-name {
    font-size: 18px;
    line-height: 30px;
  }
}
@media (min-width: 1600px) {
  .banner .banner-text {
    font-size: 48px;
  }
  .news-list .news-list1 .left-item .news-title {
    font-size: 22px;
  }
  .news-list .news-list1 .right-item .news-item .news-info {
    padding: 18px 15px 15px 17px;
  }
  .news-list .news-list1 .right-item .news-item .news-info .news-title {
    margin-top: 8px;
    font-size: 22px;
    line-height: 30px;
  }
  .news-list .news-list1 .right-item .news-item .news-info .news-desc {
    margin-top: 8px;
  }
  .news-list .news-list1 .right-item .news-item .news-info .news-more {
    margin-top: 12px;
  }
  .news-list .news-list2 .news-item .news-img {
    width: 18.35%;
  }
  .news-list .news-list2 .news-item .news-info {
    width: 81.65%;
  }
  .news-list .news-list2 .news-item .news-info .news-title {
    margin-top: 15px;
    font-size: 22px;
  }
  .product-section .section-title {
    font-size: 40px;
  }
  .product-section .gx-4 {
    --bs-gutter-x: 1.87rem;
  }
  .product-section .product-list .product-item .product-name {
    font-size: 20px;
  }
}/*# sourceMappingURL=news_list.css.map */