@charset "UTF-8";

/* 二级通用样式 */

.content-common {
  min-height: -webkit-calc(100vh - 4.666667rem);
  min-height: calc(100vh - 4.666667rem);
  background-color: #f6f6f6;
	padding-bottom: 0.5rem;
}

.content-common .conten-inner {
  width: 9.226667rem;
  margin-left: auto;
  margin-right: auto;
}

.content-common .content-box {
  padding-top: 0.666667rem;
}

.content-common .nav-level {
  padding: 0.533333rem 0;
  font-size: 0.32rem;
  color: #000;
}

.content-common .nav-level a {
  color: #000;
}

.g-title-tag,
.g-title-yewu,
.g-title-zhengce,
.g-title-yaowen {
  position: relative;
  color: #fff;
  padding-bottom: 0.026667rem;
  font-weight: bold;
  line-height: 2;
  border-bottom: 0.026667rem solid #eeeeee;
  margin-bottom: 0.4rem;
  height: 0.693333rem;
}

.g-title-tag span,
.g-title-yewu span,
.g-title-zhengce span,
.g-title-yaowen span {
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: 1;
  font-size: 0.48rem;
  text-align: center;
  padding: 0;
  font-weight: bold;
  background: transparent;
  color: #d80c14;
  border-bottom: 0.026667rem solid;
  padding-bottom: 0.08rem;
}

.g-title-tag .more,
.g-title-yewu .more,
.g-title-zhengce .more,
.g-title-yaowen .more {
  position: absolute;
  right: 0;
  font-size: 0.32rem;
  top: 16%;
  color: rgba(0, 0, 0, 0.6);
  font-weight: normal;
}

.g-title-tag span {
  font-weight: normal;
  font-size: 0.4rem;
}

.g-title-zhengce {
  margin-bottom: 0;
}

.page-wrap {
  padding: 0.266667rem 0;
}

.page-wrap .page_n {
  text-align: center;
  padding: 0.266667rem 0;
}

.page-wrap .page_n span,
.page-wrap .page_n a {
  display: inline-block;
  min-width: 0.56rem;
  height: 0.56rem;
  line-height: 0.56rem;
  margin: 0 0.066667rem;
  text-align: center;
  border: 0.013333rem solid #707070;
  -webkit-border-radius: 0.08rem;
  border-radius: 0.08rem;
  vertical-align: middle;
  cursor: pointer;
  color: #707070;
}

.page-wrap .page_n a:hover {
  background: #707070;
  color: #fff;
  text-decoration: none;
  border: 0;
}

.page-wrap .page_n a.prev,
.page-wrap .page_n a.prev-page {
  background: url(../images/arrow-prev-mobile.png) center no-repeat;
  background-size: 30% auto;
  border: 0;
}

.page-wrap .page_n a.next,
.page-wrap .page_n a.next-page {
  background: url(../images/arrow-next-mobile.png) center no-repeat;
  background-size: 30% auto;
  border: 0;
}

.page-wrap .page_n span.current,
.page-wrap .page_n a.common_current_page {
  background: #707070;
  color: #fff;
  text-decoration: none;
  border: 0;
}

.page-wrap .current.next,
.page-wrap .current.prev {
  display: none;
}

.list-yaowen li {
  position: relative;
  margin-bottom: 0.053333rem;
  font-size: 0.4rem;
  border-bottom: 0.013333rem solid #decfac;
  padding: 0.4rem 0;
  padding-left: 0.333333rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 1;
  overflow: hidden;
}

.list-yaowen li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.56rem;
  width: 0.106667rem;
  height: 0.106667rem;
  background-color: #d80c14;
  -webkit-border-radius: 0.106667rem;
  border-radius: 0.106667rem;
}

.list-yaowen li:last-child {
  margin-bottom: 0.133333rem;
}

.list-yaowen li a {
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
}

.list-yaowen em {
  display: none;
  position: absolute;
  right: 0;
  top: 0.16rem;
  font-style: normal;
  font-size: 0.266667rem;
}

.common-tab-wrap {
  position: relative;
  margin-top: 0.24rem;
  background-color: #e5e5e5;
  text-align: center;
}

.common-tab-wrap:before {
  content: "";
  position: absolute;
  left: 0.533333rem;
  top: -0.533333rem;
  border: 0.293333rem solid transparent;
  border-left-width: 0.16rem;
  border-right-width: 0.16rem;
  border-bottom: 0.293333rem solid #e5e5e5;
}

.see-more-wrap {
  padding-bottom: 0.4rem;
}

.btn-see-more {
  font-size: 0.266667rem;
  text-align: center;
  background-color: #bc0000;
  color: #fff;
  display: inline-block;
  width: 2.48rem;
  height: 0.666667rem;
  -webkit-border-radius: 0.133333rem;
  border-radius: 0.133333rem;
}

.kexin {
  position: absolute;
  left: 50%;
  top: -0.133333rem;
  margin-left: -3.733333rem;
}

@media screen and (max-device-width: 600px) {
  .hline {
    display: none;
  }

  .bk-footer-wrap {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }

  .bk-footer-wrap .copyright-wrap {
    padding-top: 0;
  }
}

.nav-level {
  display: none;
}

/* 20240926 */
.content-common .nav-level {
	display: block;
	padding: 0.533333rem 0 0 0;
}