.fl {
  float: left;
}

.fr {
  float: right;
}

.text_center {
  text-align: center;
}

.container {
  margin: 0 auto;
  font-size: 14px;
  line-height: 24px;
  padding-right: 15px;
  padding-left: 15px;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

@media (min-width: 1470px) {
  .container {
    width: 1470px;
  }
}

/* 移动端底部功能栏 */
.mb_footer {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: #222;
}

.mb_footer ul {
  display: flex;
}

.mb_footer ul li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  color: #ffffff;
  line-height: 50px;
}

.mb_footer ul li a {
  display: block;
  color: #fff;
  font-size: 14px;
}

.mb_footer ul li .iconfont {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

/* 二级页顶部 */
.page_banner {
  position: relative;
}

.page_banner>img {
  width: 100%;
}

.page_pos {
  padding: 15px 0;
  font-size: 14px;
  color: #2f2f2f;
  text-align: left;
}

.left_con {
  border: 1px solid #d2d2d2;
  border-top: none;
}

.left_nav>li {
  position: relative;
  border-bottom: 1px solid #eee;
  background: #fff;
}

.left_nav>li>a {
  display: block;
  font-size: 16px;
  line-height: 22px;
  color: #2e2e2e;
  padding: 15px 18px;
  box-sizing: border-box;
}

.left_nav .active>a {
  color: #005eb8;
}

.left_nav>li>a:hover {
  color: #005eb8;
}


/* 二级页左侧列表 */
.pg_left {
  margin-bottom: 20px;
  text-align: left;
}


.left_tit {
  background: #005eb8;
  padding: 10px 20px;
  position: relative;
  box-sizing: border-box;
}


.left_tit>h3,
.left_tit>h3>a {
  font-size: 20px;
  color: #ffffff;
  line-height: 30px;
  font-weight: bold;
  position: relative;
  z-index: 9;
}

.left_tit>h3>span {
  font-weight: normal;
  font-size: 16px;
  color: #fff;
  opacity: 0.6;
  margin-left: 10px;
  text-transform: capitalize;
}

.left_tit>h3>span::before {
  content: '/';
  padding-right: 5px;
}

.left_tit>i {
  position: absolute;
  left: -5px;
  top: -9px;
  font-style: normal;
  font-size: 67px;
  font-weight: bold;
  opacity: 0.1;
  color: #fff;
  line-height: 1;
  z-index: 1;
  text-transform: uppercase;
}

.nav_btn {
  position: absolute;
  z-index: 99;
  width: 30px;
  height: 30px;
  text-align: center;
  top: 10px;
  right: 0;
  cursor: pointer;
  background: url('../image/icon_spirit.png') 0 -240px no-repeat;
}

/* .left_nav {
  margin: 0 -1px;
} */
.left_nav .cur>a {
  color: #005eb8;
}

/* 二级页右侧内容 */
.wrap_right {
  overflow: hidden;
}

.url {
  margin-top: 15px;
  padding-top: 20px;
  border-top: 1px solid #ccc;
}

/* 分享 */
#share {
  height: 50px;
  position: absolute;
  right: 50px;
  top: auto;
}

.share_wrap {
  height: 50px;
  position: relative;
}

/* 联系我们 */
#contact,
#news_list {
  margin-bottom: 20px;
}

.left_con {
  border: 1px solid #d2d2d2;
  border-top: none;
}

.left_con .cont_wrap {
  padding: 10px 0;
  font-size: 14px;
  text-align: left;
}

.left_con .cont_wrap h4 {
  padding: 0.3em 1.4em 0.8em 1.4em;
  font-size: 16px;
  color: #000;
  background: #fff;
}

.left_con .cont_wrap p {
  border-top: 1px solid #eee;
  position: relative;
  margin-bottom: 0;
  padding: 0.8em 1.4em;
  color: #2f2f2f;
  white-space: normal;
  font-size: 14px;
  background: #fff;
}

/* 二级页详情 富文本 */
.rich_text {
  padding: 15px 0;
  box-sizing: border-box;
}

.rich_text>p {
  margin: 15px 0;
  font-size: 16px;
}

.rich_text>p span {
  line-height: 30px;
}

/* 上、下一篇 */
.pn {
  margin-top: 30px;
}

.pn div {
  line-height: 22px;
  padding: 10px;
  position: relative;
  border: 1px solid #eee;
}

.pn div b {
  font-size: 14px;
  color: #005eb8;
  float: left;
  font-weight: normal;
}

.pn div a {
  float: left;
  width: 75%;
  font-size: 14px;
  color: #666;
}

.pn div span {
  position: absolute;
  right: 20px;
  top: 11px;
  font-size: 14px;
  color: #666;
}

.pn div+div {
  margin-top: 15px;
}

/* 移动端菜单关闭按钮 */
.mb_close {
  display: none;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 50%;
  border: 1px solid #fff;
  text-align: center;
  background: black;
}

.mb_close .icon-font {
  display: block;
  width: 100%;
  height: 100%;
}

.mb_close .icon-close:after {
  background-image: url('../image/icon_spirit.png');
  background-position: -30px -300px;
  top: calc(50% - 15px)
}

/* 手机弹窗 */
.mb_tool {
  display: none;
  position: fixed;
  right: 15px;
  bottom: 100px;
  z-index: 9999;
}

.mb_tool li {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 1px;
  cursor: pointer;
  position: relative;
}

.mb_tool li:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #005eb8;
  opacity: .7;
}


.mb_tool li i {
  display: block;
  width: 100%;
  height: 100%;
}

.mb_nav_btn i:after {
  background-position: -30px -390px;
  top: calc(50% - 15px);
  background-image: url('../image/icon_spirit.png');
}

.back_top .icon-top:after {
  background-position: -30px -60px;
  top: calc(50% - 15px);
}


/* 分页器 */
.page_pagination {
  margin-top: 20px;
  text-align: center;
  display: flex;
}

.page_pagination button {
  cursor: pointer;
  width: 32px;
  height: 32px;
  border-radius: 5px;
  background: #f0f2f5;
}

.paganation_ul {
  margin: 0 10px;
}

.paganation_ul .active {
  background: #409eff;
}

.paganation_ul .active {
  color: #fff;
}

.page_pagination button:hover {
  color: #409eff;
}

.page_pagination .active:hover {
  color: #fff;
}

.page_pagination .stop {
  cursor: not-allowed;
  color: #ccc;
  /* pointer-events: none */
}

.page_pagination .stop:hover {
  color: #ccc;
}
