.news-list {
  background: #3d5955 url(../images/news/news-detail-bg.jpg) top center no-repeat;
  background-size: 100%;
  padding: 87px 0 36px;
}
.news-list * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.news-list .news-container {
  width: 1470px;
  padding: 0 15px;
  margin: 0 auto;
}
.news-list .news-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news-list .news-top .news-top-content {
  background: rgba(255, 255, 255, 0.84);
  padding: 20px 25px 10px;
  border-top-left-radius: 10px;
  position: relative;
}
.news-list .news-top .news-top-content::after {
  content: "";
  height: 100%;
  width: 68px;
  position: absolute;
  right: -68px;
  top: 0;
  background: url(../images/news/radius-bg.png) top right no-repeat;
  background-size: cover;
}
.news-list .news-top .news-title {
  font-size: 30px;
  font-weight: bold;
  color: #333;
}
.news-list .news-top .news-title img {
  margin-right: 10px;
}
.news-list .news-top .back-home {
  font-size: 20px;
  display: inline-flex;
  align-items: center;
  color: #333;
}
.news-list .news-top .back-home img {
  margin-right: 10px;
}
.news-list .news-list-content {
  padding: 25px 25px 58px;
  background: rgba(255, 255, 255, 0.84);
}
.news-list .news-list-content .news-list-item {
  display: flex;
  padding: 25px 0;
  border-bottom: 1px solid #cccbc9;
  cursor: url(../images/news/icon-cursor.png), auto;
}
.news-list .news-list-content .news-list-item:hover .item-text .item-time {
  background: #884825;
  color: #fff;
}
.news-list .news-list-content .news-list-item:hover .item-desc h2 {
  color: #884825;
  text-decoration: underline;
}
.news-list .news-list-content .news-list-item .item-text {
  display: flex;
  align-items: center;
  flex: 1;
  padding-right: 80px;
}
.news-list .news-list-content .news-list-item .item-text .item-time {
  padding: 15px 10px;
  border: 1px solid #9b9995;
  text-align: center;
  line-height: 1;
  color: #333;
  transition: all 0.5s;
}
.news-list .news-list-content .news-list-item .item-text .item-time h2 {
  font-size: 36px;
}
.news-list .news-list-content .news-list-item .item-text .item-time span {
  font-size: 14px;
}
.news-list .news-list-content .news-list-item .item-text .item-desc {
  padding-left: 50px;
  color: #333;
  line-height: 1.6;
}
.news-list .news-list-content .news-list-item .item-text .item-desc h2 {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: bold;
  transition: all 0.5s;
}
.news-list .news-list-content .news-list-item .item-text .item-desc p {
  font-size: 18px;
}
.news-list .news-list-content .news-list-page {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 48px;
  font-size: 14px;
  color: #6c6c6c;
}
.news-list .news-list-content .news-list-page .news-page-item {
  width: 29px;
  height: 29px;
  border: 1px solid #6c6c6c;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 2px;
  cursor: pointer;
}
.news-list .news-list-content .news-list-page .news-page-item:hover {
  background: #884825;
  border-color: #884825;
  color: #fff;
}
.news-list .news-list-content .news-list-page .page-total {
  margin: 0 2px;
}
.news-list .news-list-content .news-list-page .handle-page-go {
  width: 40px;
}
.news-list .news-list-content .news-list-page .page-go-number {
  margin: 0 2px;
}
.news-list .news-list-content .news-list-page .page-go-number input {
  background: transparent;
  width: 29px;
  height: 29px;
  outline: none;
  border: 1px solid #6c6c6c;
  margin: 0 2px;
  text-align: center;
}
.news-list .news-list-content .news-list-page .page-arrow {
  position: relative;
}
.news-list .news-list-content .news-list-page .page-arrow::before {
  content: "";
  width: 8px;
  height: 12px;
  background: url(../images/news/icon-prev.png) center center no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.news-list .news-list-content .news-list-page .page-arrow:hover::before {
  background: url(../images/news/icon-prev-white.png) center center no-repeat;
  background-size: cover;
}
.news-list .news-list-content .news-list-page .page-arrow.page-next:before {
  transform: translate(-50%, -50%) rotate(180deg);
}
.news-list .news-list-content .news-list-page .page-number {
  display: flex;
}
.news-list .news-list-content .news-list-page .page-number span.active {
  background: #884825;
  border-color: #884825;
  color: #fff;
}
@media (max-width: 1470px) {
  .news-list {
    padding-top: 50px;
  }
  .news-list .news-container {
    width: 1170px;
    padding: 0 15px;
  }
}
@media (max-width: 1200px) {
  .news-list .news-container {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .news-list {
    background: #3d5955 url(../images/news/news-detail-bg_m.jpg) top center no-repeat;
    background-size: 100%;
    padding: 25px 0 17px;
  }
  .news-list .news-container {
    padding: 0 10px;
  }
  .news-list .news-top .news-top-content {
    padding: 10px 12px 5px;
    border-top-left-radius: 10px;
    background: rgba(255, 255, 255, 0.9);
  }
  .news-list .news-top .news-top-content::after {
    width: 29px;
    right: -29px;
    background: url(../images/news/radius-bg_m.png) top right no-repeat;
    background-size: 100% 100%;
  }
  .news-list .news-top .news-title {
    font-size: 18px;
  }
  .news-list .news-top .news-title img {
    width: 19.5px;
    margin-right: 5px;
  }
  .news-list .news-top .back-home {
    font-size: 12px;
    padding-top: 2.5px;
  }
  .news-list .news-top .back-home img {
    width: 13px;
    margin-right: 5px;
  }
  .news-list .news-list-content {
    padding: 0 12px 35px;
    background: rgba(255, 255, 255, 0.9);
  }
  .news-list .news-list-content .news-list-item {
    padding: 17px 0;
    flex-direction: column-reverse;
  }
  .news-list .news-list-content .news-list-item .item-img img {
    width: 100%;
  }
  .news-list .news-list-content .news-list-item .item-text {
    align-items: flex-start;
    padding-right: 0;
    margin-top: 20px;
  }
  .news-list .news-list-content .news-list-item .item-text .item-time {
    padding: 6px 2px;
  }
  .news-list .news-list-content .news-list-item .item-text .item-time h2 {
    font-size: 18px;
  }
  .news-list .news-list-content .news-list-item .item-text .item-time span {
    font-size: 12px;
  }
  .news-list .news-list-content .news-list-item .item-text .item-desc {
    padding-left: 10px;
  }
  .news-list .news-list-content .news-list-item .item-text .item-desc h2 {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .news-list .news-list-content .news-list-item .item-text .item-desc p {
    font-size: 12px;
  }
  .news-list .news-list-content .news-list-page {
    padding-top: 35px;
    font-size: 12px;
  }
  .news-list .news-list-content .news-list-page .news-page-item {
    margin: 0 5px;
  }
  .news-list .news-list-content .news-list-page .handle-page-go,
  .news-list .news-list-content .news-list-page .page-total,
  .news-list .news-list-content .news-list-page .page-go-number {
    display: none;
  }
}
