@charset "UTF-8";
/**!
 * 子页面公用
 * date:2022-03-07
 * author: zsy;
 */
/* 通用代码 */
body {
  background-color: #f1f5fe;
}

.sub {
  background-color: #fff;
}

.news-item {
  position: relative;
  padding: 0.2rem 0 0.2rem 0.4rem;
  border-bottom: 1px solid #e9e9e9;
}

.news-item:before {
  position: absolute;
  left: 0;
  top: 0.48rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  width: 0.13rem;
  height: 0.13rem;
  border-radius: 50%;
  -webkit-box-shadow: 0px 3px 7px 0px rgba(116, 122, 131, 0.35);
          box-shadow: 0px 3px 7px 0px rgba(116, 122, 131, 0.35);
  background-color: #b5bbc5;
}

.news-item > a {
  display: block;
  line-height: 0.48rem;
  font-size: 0.3rem;
  font-weight: 600;
  color: #333;
}

.news-item .date {
  line-height: 0.45rem;
  color: #999;
}

.trade-item {
  line-height: 0.44rem;
  padding: 0.24rem 0;
  font-size: 0.3rem;
}

.trade-item + .trade-item {
  border-top: 0.01rem solid #e9e9e9;
}

.trade-item > label {
  display: block;
  width: 1.95rem;
  color: #888;
}

.trade-item > span {
  max-width: calc(100% - 1.95rem);
}

/* 当前位置 */
.route-list {
  line-height: 0.39rem;
  margin: 0.15rem 0;
  padding-left: 0.6rem;
  font-size: 0;
  background: url("../images/subpage/location.png") no-repeat 0.24rem center;
  background-size: 0.2rem 0.27rem;
}

.route-item {
  display: inline-block;
  font-size: 0.24rem;
  vertical-align: top;
}

.route-item > a {
  color: #666;
}

.route-item + .route-item:before {
  padding: 0 0.07rem;
  color: #666;
  content: "\3E";
}

.route-item.active {
  color: #2c7edc;
}

.footer {
  margin-top: 0;
}

/* 分页样式 */
.pager {
  margin-top: 0;
  padding: 0.3rem 0;
}

.m-pagination-page > li {
  margin-right: 0.07rem;
}

.m-pagination-page > li > a {
  height: 0.45rem;
  line-height: 0.43rem;
  padding: 0 0.14rem;
  border-radius: 0.03rem;
  border-color: #dce1e5;
  font-size: 0.22rem;
  vertical-align: top;
}

.m-pagination-page > li.active > a {
  border-color: #1d7af0;
  font-weight: normal;
  background-color: #1d7af0;
}
