.supage-641 {
  font-family: '思源黑体 CN Bold', '微软雅黑';
}
.supage-641 .container {
  width: 12rem;
  margin: 0 auto;
}
@media screen and (max-width: 1601px) and (min-width: 1025px) {
  .supage-641 .container {
    width: 81%;
  }
}
@media screen and (max-width: 1024px) {
  .supage-641 .container {
    width: 100%;
    padding: 0 0.3rem;
  }
}
.supage-641 .news .brand-nav {
  padding: 0.3rem 0;
  border-bottom: 1px #EEF0F1 solid;
}
.supage-641 .news .brand-nav .location {
  font-size: 0.16rem;
  color: #666666;
}
.supage-641 .news .brand-nav .location a:hover {
  color: #D3A93D;
}
@media screen and (max-width: 1024px) {
  .supage-641 .news .brand-nav .location {
    font-size: 0.26rem;
  }
}
.supage-641 .news .news-content {
  padding: 0.5rem 0 0.45rem;
}
.supage-641 .news .news-content .news-content-title h5 {
  font-family: 'Monotype Corsiva', '微软雅黑';
  font-size: 0.24rem;
  font-weight: normal;
  color: #D3A93D;
  text-align: center;
  line-height: 1;
}
.supage-641 .news .news-content .news-content-title h4 {
  margin-top: 0.22rem;
  font-size: 0.3rem;
  font-weight: normal;
  color: #D3A93D;
  text-align: center;
  line-height: 1;
}
.supage-641 .news .news-content .news-content-title .line {
  width: 0.86rem;
  height: 1px;
  background-color: #D3A93D;
  margin: 0.24rem auto 0;
}
.supage-641 .news .news-content .news-content-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 0.65rem;
}
.supage-641 .news .news-content .news-content-list li {
  width: calc((100% - 0.3rem)/2);
  margin-top: 0.3rem;
  margin-right: 0.3rem;
}
.supage-641 .news .news-content .news-content-list li:nth-child(-n + 2) {
  margin-top: 0;
}
.supage-641 .news .news-content .news-content-list li:nth-child(2n) {
  margin-right: 0;
}
.supage-641 .news .news-content .news-content-list li a {
  display: block;
  width: 100%;
  height: 1.93rem;
  background-color: #FFFFFF;
  border: 1px solid #DCDCDC;
  padding: 0.45rem 0.35rem 0.45rem 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.supage-641 .news .news-content .news-content-list li a .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.supage-641 .news .news-content .news-content-list li a .wrap .left-time {
  width: 1.65rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}
.supage-641 .news .news-content .news-content-list li a .wrap .left-time:after {
  content: '';
  width: 1px;
  height: 1rem;
  background-color: #E9E9E9;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.supage-641 .news .news-content .news-content-list li a .wrap .left-time .day {
  font-size: 0.38rem;
  font-weight: bold;
  color: #666666;
  line-height: 1;
}
.supage-641 .news .news-content .news-content-list li a .wrap .left-time .year-moon {
  margin-top: 0.3rem;
  line-height: 1;
  font-size: 0.15rem;
  color: #666666;
}
.supage-641 .news .news-content .news-content-list li a .wrap .right-text {
  width: calc(100% - 1.65rem);
  padding: 0 0.35rem;
}
.supage-641 .news .news-content .news-content-list li a .wrap .right-text .title {
  font-size: 0.18rem;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.supage-641 .news .news-content .news-content-list li a .wrap .right-text .desc {
  margin-top: 0.3rem;
  font-size: 0.16rem;
  color: #666666;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.supage-641 .news .news-content .news-content-list li:hover a {
  box-shadow: 0px 2px 8px 0px rgba(71, 71, 71, 0.35);
}
@media screen and (max-width: 1024px) {
  .supage-641 .news .news-content .news-content-list li {
    width: 100%;
    margin-right: 0;
  }
  .supage-641 .news .news-content .news-content-list li:nth-child(-n + 2) {
    margin-top: 0.3rem;
  }
  .supage-641 .news .news-content .news-content-list li a {
    height: 2.1rem;
  }
  .supage-641 .news .news-content .news-content-list li a .wrap .left-time .day {
    font-size: 0.32rem;
  }
  .supage-641 .news .news-content .news-content-list li a .wrap .left-time .year-moon {
    font-size: 0.26rem;
  }
  .supage-641 .news .news-content .news-content-list li a .wrap .right-text .title {
    font-size: 0.28rem;
  }
  .supage-641 .news .news-content .news-content-list li a .wrap .right-text .desc {
    margin-top: 0.2rem;
    line-height: 1.3;
    font-size: 0.26rem;
  }
}
.supage-641 .news .recommend-news {
  padding: 0.35rem 0 0.95rem;
  background-color: #F2F2F2;
}
.supage-641 .news .recommend-news .recommend-news-title i {
  display: inline-block;
  vertical-align: middle;
  width: 0.05rem;
  height: 0.22rem;
  background-color: #D3A93D;
  margin-right: 0.17rem;
}
.supage-641 .news .recommend-news .recommend-news-title span {
  display: inline-block;
  vertical-align: top;
  font-size: 0.16rem;
  font-weight: bold;
  color: #333333;
}
@media screen and (max-width: 1024px) {
  .supage-641 .news .recommend-news .recommend-news-title i {
    height: 0.28rem;
  }
  .supage-641 .news .recommend-news .recommend-news-title span {
    font-size: 0.3rem;
  }
}
.supage-641 .news .recommend-news .swiper-container {
  margin-top: 0.4rem;
}
.supage-641 .news .recommend-news .swiper-container .swiper-slide .wrap {
  width: calc(100% - 0.3rem);
}
.supage-641 .news .recommend-news .swiper-container .swiper-slide .wrap a {
  display: block;
  width: 100%;
  height: 1.93rem;
  background-color: #FFFFFF;
  border: 1px solid #DCDCDC;
  padding: 0.45rem 0.35rem 0.45rem 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.supage-641 .news .recommend-news .swiper-container .swiper-slide .wrap a .left-time {
  width: 1.65rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}
.supage-641 .news .recommend-news .swiper-container .swiper-slide .wrap a .left-time:after {
  content: '';
  width: 1px;
  height: 1rem;
  background-color: #E9E9E9;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.supage-641 .news .recommend-news .swiper-container .swiper-slide .wrap a .left-time .day {
  font-size: 0.38rem;
  font-weight: bold;
  color: #666666;
  line-height: 1;
}
.supage-641 .news .recommend-news .swiper-container .swiper-slide .wrap a .left-time .year-moon {
  margin-top: 0.3rem;
  line-height: 1;
  font-size: 0.15rem;
  color: #666666;
}
.supage-641 .news .recommend-news .swiper-container .swiper-slide .wrap a .right-text {
  width: calc(100% - 1.65rem);
  padding: 0 0.35rem;
}
.supage-641 .news .recommend-news .swiper-container .swiper-slide .wrap a .right-text .title {
  font-size: 0.18rem;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.supage-641 .news .recommend-news .swiper-container .swiper-slide .wrap a .right-text .desc {
  margin-top: 0.3rem;
  font-size: 0.16rem;
  color: #666666;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.supage-641 .news .recommend-news .swiper-container .swiper-slide:hover .wrap a {
  box-shadow: 0px 2px 8px 0px rgba(71, 71, 71, 0.35);
}
@media screen and (max-width: 1024px) {
  .supage-641 .news .recommend-news .swiper-container .swiper-slide .wrap {
    width: 100%;
  }
  .supage-641 .news .recommend-news .swiper-container .swiper-slide .wrap a {
    height: 2.1rem;
  }
  .supage-641 .news .recommend-news .swiper-container .swiper-slide .wrap a .left-time .day {
    font-size: 0.32rem;
  }
  .supage-641 .news .recommend-news .swiper-container .swiper-slide .wrap a .left-time .year-moon {
    font-size: 0.26rem;
  }
  .supage-641 .news .recommend-news .swiper-container .swiper-slide .wrap a .right-text .title {
    font-size: 0.28rem;
  }
  .supage-641 .news .recommend-news .swiper-container .swiper-slide .wrap a .right-text .desc {
    margin-top: 0.2rem;
    line-height: 1.3;
    font-size: 0.26rem;
  }
}
