body {
  background: #fff;
}

.banner {
  background: url(../images/news/inside_banner.jpg) no-repeat right;
  background-size: cover;
}
.banner .container {
  position: relative;
}
.banner .container .section-title {
  color: #fff;
  font-weight: 700;
  text-align: start;
}
.banner .container .section-text {
  color: #fff;
  text-align: start;
}

.page-nav {
  margin-top: 20px;
  color: #333;
  font-size: 20px;
}
.page-nav a {
  color: #333;
  font-size: 20px;
  line-height: 36px;
}
.page-nav a:last-child {
  cursor: text;
}
.page-nav a:last-child span {
  color: #f9bb0b;
  border-bottom: solid 1px #f9bb0b;
  padding-bottom: 3px;
}
.page-nav a:last-child:hover {
  font-weight: normal;
}
.page-nav a:hover {
  font-weight: 700;
}

.news-section {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.news-section .content-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.news-section .content-left .news-content {
  color: #333;
}
.news-section .content-left .news-content .news-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
}
.news-section .content-left .news-content .news-time {
  font-size: 18px;
  line-height: 26px;
  margin-top: 20px;
}
.news-section .content-left .news-content article {
  margin-top: 27px;
}
.news-section .content-left .news-content article p {
  font-size: 18px;
  line-height: 32px;
  margin: 10px 0;
}
.news-section .content-left .news-content article img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 887px;
  margin: 0 auto;
}
.news-section .content-left .news-more {
  margin-top: 50px;
}
.news-section .content-left .news-more .more-title {
  padding-right: 36px;
  display: flex;
  justify-content: space-between;
  border-bottom: solid 1px #e6e6e6;
}
.news-section .content-left .news-more .more-title .title-left {
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.news-section .content-left .news-more .more-title .title-left span {
  color: #333;
  font-weight: 700;
}
.news-section .content-left .news-more .more-title .title-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: -2px;
}
.news-section .content-left .news-more .more-title .title-right a {
  width: 130px;
  font-size: 20px;
  line-height: 34px;
  height: 34px;
  color: #fff;
  display: block;
  background: #f9bb0b;
  text-align: center;
  background-size: 200% auto;
  transition: 0.5s;
}
.news-section .content-left .news-more .more-title .title-right a:hover {
  background-position: center right;
  background-image: linear-gradient(to right, #f9bb0b 0%, #fada7f 51%, #f9bb0b 100%);
}
.news-section .content-left .news-more .more-title .title-right span {
  display: block;
  width: 129px;
  height: 4px;
  background: #f9bb0b;
  margin-top: 15px;
}
.news-section .content-left .news-more .news-list {
  margin-top: 48px;
}
.news-section .content-left .news-more .news-list .news-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  color: #333;
  margin-bottom: 38px;
}
.news-section .content-left .news-more .news-list .news-item:last-child {
  margin-bottom: 0;
}
.news-section .content-left .news-more .news-list .news-item .item-left {
  overflow: hidden;
}
.news-section .content-left .news-more .news-list .news-item .item-left img {
  width: 100%;
  height: auto;
  display: block;
  transition: all 0.5s;
}
.news-section .content-left .news-more .news-list .news-item .item-right {
  position: relative;
}
.news-section .content-left .news-more .news-list .news-item .item-right .news-time {
  font-size: 16px;
  line-height: 34px;
}
.news-section .content-left .news-more .news-list .news-item .item-right .news-title {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.news-section .content-left .news-more .news-list .news-item .item-right .more {
  width: 85%;
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
  display: flex;
}
.news-section .content-left .news-more .news-list .news-item .item-right .more span {
  font-size: 20px;
  padding: 0 30px 12px 0;
  border-bottom: solid 3px #f9bb0b;
  margin-bottom: -2px;
}
.news-section .content-left .news-more .news-list .news-item:hover .item-left img {
  transform: scale(1.05);
}
.news-section .content-left .news-more .news-list .news-item:hover .item-right .news-title {
  font-weight: 700;
}
.news-section .content-left .news-more .news-list .news-item:hover .item-right .more {
  color: #f9bb0b;
}
.news-section .content-right .hot-sale {
  background: #f6f6f6;
}
.news-section .content-right .hot-sale .hot-title {
  line-height: 42px;
  padding: 20px 0;
  background: #3f51b5;
  color: #fff;
  text-align: center;
  font-weight: 700;
}
.news-section .content-right .hot-sale .hot-sale-list {
  margin-top: 15px;
  padding-bottom: 33px;
}
.news-section .content-right .hot-sale .hot-sale-list .hot-sale-item {
  display: block;
}
.news-section .content-right .hot-sale .hot-sale-list .hot-sale-item .img-box {
  overflow: hidden;
}
.news-section .content-right .hot-sale .hot-sale-list .hot-sale-item .img-box img {
  width: 100%;
  height: auto;
  display: block;
  transition: all 0.5s;
}
.news-section .content-right .hot-sale .hot-sale-list .hot-sale-item .hot-sale-title {
  background: #fff;
  color: #333;
  text-align: center;
  font-size: 16px;
  line-height: 28px;
  padding: 5px 10px;
  box-shadow: 1px 3px 1px 0px rgba(231, 233, 238, 0.31);
}
.news-section .content-right .hot-sale .hot-sale-list .hot-sale-item:hover img {
  transform: scale(1.05);
}
.news-section .content-right .hot-sale .hot-sale-list .hot-sale-item:hover .hot-sale-title {
  background: #f9bb0b;
}
.news-section .content-right .hot-sale .tel-number {
  background: #3f51b5;
  color: #fff;
  font-weight: 700;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 0;
}
.news-section .content-right .hot-sale .tel-number img {
  margin-right: 5px;
}

@media (max-width: 575px) {
  .banner .container {
    padding: 100px 12px;
  }
  .page-nav {
    font-size: 18px;
  }
  .page-nav a {
    font-size: 18px;
    line-height: 28px;
  }
  .news-section {
    margin-top: 30px;
  }
  .news-section .content-left {
    width: 100%;
  }
  .news-section .content-left .news-more .news-list {
    margin-top: 25px;
  }
  .news-section .content-left .news-more .more-title {
    padding-right: 0;
  }
  .news-section .content-left .news-more .more-title .title-left span {
    font-size: 24px;
  }
  .news-section .content-left .news-more .news-list .news-item {
    flex-wrap: wrap;
  }
  .news-section .content-left .news-more .news-list .news-item .item-left {
    width: 100%;
  }
  .news-section .content-left .news-more .news-list .news-item .item-right {
    width: 100%;
    padding-left: 0px;
    padding-top: 15px;
    padding-bottom: 45px;
  }
  .news-section .content-left .news-more .news-list .news-item .item-right .news-title {
    font-size: 18px;
    line-height: 34px;
  }
  .news-section .content-left .news-more .news-list .news-item .item-right .more {
    position: absolute;
    bottom: 0px;
  }
  .news-section .content-left .news-more .news-list .news-item .item-right .more span {
    font-size: 18px;
    padding: 0 30px 0px 0;
  }
  .news-section .content-right {
    width: 100%;
    margin-top: 35px;
  }
  .news-section .content-right .hot-sale .hot-title {
    font-size: 26px;
    padding: 10px 0;
  }
  .news-section .content-right .hot-sale .hot-sale-list .hot-sale-item {
    padding: 0 15px;
  }
  .news-section .content-right .hot-sale .tel-number {
    font-size: 28px;
    padding: 15px 0;
  }
}
@media (min-width: 576px) {
  .banner .container {
    padding: 150px 12px;
  }
  .banner .container .section-text {
    margin-top: 15px;
  }
  .page-nav {
    font-size: 18px;
  }
  .page-nav a {
    font-size: 18px;
    line-height: 30px;
  }
  .news-section .content-left {
    width: 100%;
  }
  .news-section .content-left .news-more .more-title .title-left span {
    font-size: 30px;
  }
  .news-section .content-left .news-more .news-list .news-item .item-left {
    width: 40%;
  }
  .news-section .content-left .news-more .news-list .news-item .item-right {
    width: 60%;
    padding-left: 15px;
    padding-top: 5px;
  }
  .news-section .content-left .news-more .news-list .news-item .item-right .news-title {
    font-size: 20px;
    line-height: 34px;
  }
  .news-section .content-left .news-more .news-list .news-item .item-right .more {
    position: absolute;
    bottom: 0px;
  }
  .news-section .content-right {
    width: 100%;
    margin-top: 35px;
  }
  .news-section .content-right .hot-sale .hot-title {
    font-size: 26px;
    padding: 10px 0;
  }
  .news-section .content-right .hot-sale .hot-sale-list .hot-sale-item {
    padding: 0 20px;
  }
  .news-section .content-right .hot-sale .tel-number {
    font-size: 28px;
  }
}
@media (min-width: 768px) {
  .news-section .content-left .news-more .news-list .news-item .item-left {
    width: 35.3%;
  }
  .news-section .content-left .news-more .news-list .news-item .item-right {
    width: 64.7%;
    padding-top: 11px;
  }
  .news-section .content-left .news-more .news-list .news-item .item-right .more {
    position: absolute;
    bottom: 0px;
  }
  .news-section .content-right .hot-sale .hot-sale-list .hot-sale-item {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .news-section .content-left .news-more .more-title .title-left span {
    font-size: 30px;
  }
  .news-section .content-left .news-more .news-list .news-item .item-right .news-title {
    font-size: 22px;
    line-height: 34px;
  }
}
@media (min-width: 1200px) {
  .news-section .content-left {
    width: 75%;
    padding-right: 50px;
  }
  .news-section .content-right {
    width: 25%;
    margin-top: 0;
  }
  .news-section .content-right .hot-sale .hot-sale-list .hot-sale-item {
    padding: 0 27px;
  }
  .news-section .content-left .news-more .news-list .news-item .item-right .more {
    bottom: 20px;
  }
}
@media (min-width: 1400px) {
  .banner .container .section-text {
    margin-top: 35px;
  }
  .news-section .content-left {
    width: 76.595%;
    padding-right: 85px;
  }
  .news-section .content-left .news-content .news-title {
    font-size: 20px;
  }
  .news-section .content-left .news-more .more-title .title-left span {
    font-size: 36px;
  }
  .news-section .content-left .news-more .news-list .news-item .item-left {
    width: 35.3%;
  }
  .news-section .content-left .news-more .news-list .news-item .item-right {
    width: 64.7%;
    padding-left: 45px;
  }
  .news-section .content-left .news-more .news-list .news-item .item-right .news-title {
    font-size: 24px;
    line-height: 34px;
  }
  .news-section .content-right {
    width: 23.405%;
  }
  .news-section .content-right .hot-sale .hot-sale-list .hot-sale-item .hot-sale-title {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (min-width: 1600px) {
  .banner .container {
    padding: 135px 15px 230px;
  }
  .banner .container .section-title {
    font-size: 60px;
  }
  .banner .container .section-text {
    font-size: 40px;
  }
  .page-nav {
    font-size: 20px;
  }
  .page-nav a {
    font-size: 20px;
    line-height: 36px;
  }
  .news-section .content-left .news-content .news-title {
    font-size: 24px;
  }
  .news-section .content-left .news-content .news-time {
    font-size: 20px;
  }
  .news-section .content-left .news-more .more-title .title-left span {
    font-size: 40px;
  }
}