@charset "UTF-8";
/* 二级通用样式 */
.content-common {
  min-height: -webkit-calc(100vh - 440px);
  min-height: calc(100vh - 440px);
  background-color: #f6f6f6;
  padding-bottom: 20px;
}

.content-common .conten-inner {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.content-common .content-box {
  padding-top: 80px;
}

.content-common .nav-level {
  padding: 40px 0;
  font-size: 18px;
  color: #000;
}

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

.hline {
  display: none;
}

.bk-footer-wrap {
  padding-top: 50px;
  padding-bottom: 50px;
}

.g-title-tag,
.g-title-yewu,
.g-title-zhengce,
.g-title-yaowen {
  position: relative;
  color: #fff;
  padding-bottom: 4px;
  font-weight: bold;
  line-height: 2;
  border-bottom: 1px solid #d80c14;
  margin-bottom: 50px;
  height: 52px;
}

.g-title-tag span,
.g-title-yewu span,
.g-title-zhengce span,
.g-title-yaowen span {
  position: absolute;
  left: 0;
  bottom: 0px;
  height: 50px;
  line-height: 50px;
  font-size: 26px;
  text-align: center;
  padding: 0 26px;
  font-weight: bold;
  background: #d80c14;
}

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

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

.g-title-tag span {
  background-color: transparent;
  font-size: 26px;
  color: #bc0000;
  font-weight: bold;
  padding-left: 0;
}

.page-wrap {
  padding: 40px 0;
}

.page-wrap .page_n {
  text-align: center;
  padding: 20px 0;
}

.page-wrap .page_n span,
.page-wrap .page_n a {
  display: inline-block;
  min-width: 28px;
  height: 28px;
  border: #dddad2 1px solid;
  margin: 0 5px;
  text-align: center;
  border: 1px solid #000000;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  vertical-align: middle;
  cursor: pointer;
}

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

.page-wrap .page_n a.prev,
.page-wrap .page_n a.prev-page {
  background: url(../images/arrow-page-prev.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-page-next.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: #d90000;
  color: #fff;
  text-decoration: none;
  border: 0;
}

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

.list-yaowen li {
  position: relative;
  margin-bottom: 60px;
  font-size: 24px;
}

.list-yaowen li:last-child {
  margin-bottom: 40px;
}

.list-yaowen li a {
  display: block;
  width:1000px;
  /*white-space: nowrap;*/
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
}

.list-yaowen em {
  position: absolute;
  right: 0;
  top: 12px;
  font-style: normal;
  font-size: 20px;
}

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

.common-tab-wrap:before {
  content: "";
  position: absolute;
  left: 50px;
  top: -50px;
  border: 30px solid transparent;
  border-left-width: 20px;
  border-right-width: 20px;
  border-bottom: 30px solid #e5e5e5;
}

.see-more-wrap {
  padding-bottom: 30px;
}

.btn-see-more {
  font-size: 20px;
  text-align: center;
  background-color: #bc0000;
  color: #fff;
  display: inline-block;
  width: 186px;
  height: 50px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  cursor: pointer;
}

.nav-level {
  display: none;
}


