@charset "UTF-8"; /* 所有的宽、高、行高、字体大小通通为rem单位  计算方法为设计图相应尺寸/192 */

.wrapper {
  width: 100%;
  height: auto;
  opacity: 0.01;
  background: #fbfbf6;
}
/* 主体部分 start */

.main-section {
  width: 100%;
  height: auto;
  padding: 0.625rem 0 0.401041666666667rem;
}

.main-wrap {
  width: 6.25rem;
}

.banner {
  width: 100%;
}

.banner > img {
  display: block;
  width: 100%;
}

.news-list {
  padding-top: 0.098958333333333rem;
  width: 100%;
}

.news-list-title {
  position: relative;
  padding-left: 0.114583333333333rem;
  height: 0.322916666666667rem;
  line-height: 0.322916666666667rem;
  color: #333;
  font-size: 0.114583333333333rem;
}

.news-list-title before,
.news-list-title::before,
.news-list-title:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.020833333333333rem;
  height: 0.114583333333333rem;
  margin-top: -0.057291666666667rem;
  display: block;
  content: "";
  background: #ff6600;
}

.news-list-con {
  width: 100%;
  background: #fff;
  height: 6.666666666666667rem;
}

.news-list-con > li {
  width: 100%;
  height: 0.828125rem;
  border-bottom: 0.005208333333333rem solid #d9d9d9;
}

.news-list-con > li > a {
  padding: 0.135416666666667rem 0.09375rem 0.0625rem;
  width: 6.0625rem;
  height: 0.630208333333333rem;
  display: block;
}

.article-left {
  width: 4.71875rem;
  padding-right: 0.229166666666667rem;
  position: relative;
}

.article-left after,
.article-left::after,
.article-left:after {
  position: absolute;
  top: 0.015625rem;
  right: 0;
  width: 1px;
  background: #d9d9d9;
  height: 0.520833333333333rem;
  display: block;
  content: "";
}

.article-title {
  width: 100%;
  height: 0.239583333333333rem;
  line-height: 0.239583333333333rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
  font-size: 0.09375rem;
  font-weight: bold;
}

.article-intro {
  width: 100%;
  height: 0.390625rem;
  line-height: 0.130208333333333rem;
  color: #999;
  font-size: 0.072916666666667rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;
}

.article-right {
  width: 0.791666666666667rem;
  padding-left: 0.322916666666667rem;
}

.article-right > span {
  display: block;
}

.article-day {
  height: 0.197916666666667rem;
  line-height: 0.197916666666667rem;
  font-size: 0.1875rem;
  color: #a09f9f;
}

.article-year {
  height: 0.166666666666667rem;
  line-height: 0.166666666666667rem;
  color: #a09f9f;
  font-size: 0.09375rem;
}

.article-jiantou {
  margin-top: 0.020833333333333rem;
  width: 0.135416666666667rem;
  height: 0.135416666666667rem;
  background: url("../img/icon-jiantou-right.png?pcv=1.0.20210622") no-repeat center center/100% 100%;
}

.news-list-con > li > a:hover .article-title {
  color: #ff6600;
}

.news-list-con > li > a:hover .article-jiantou {
  background: url("../img/icon-jiantou-right1.png?pcv=1.0.20210622") no-repeat center center/100% 100%;
}

.page-main {
  margin-top: 0.213541666666667rem;
}

.page-main > a {
  display: block;
  background: #fff;
  border: 1px solid #ededed;
  color: #333;
  font-size: 12px;
  line-height: 0.1875rem;
  height: 0.1875rem;
  text-align: center;
  margin: 0 0.020833333333333rem;
}

.first,
.last {
  width: 0.291666666666667rem;
}

.next,
.prev {
  width: 0.354166666666667rem;
}

.num {
  width: 0.208333333333333rem;
}

.page-main > a.active,
.page-main > a:hover {
  background: #ff6600;
  border: 1px solid #ff6600;
  color: #fff;
}