/* 页面初始化 */
body {
  font-family: 'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei UI', 'Microsoft YaHei', '微软雅黑', Arial, sans-serif;
  margin: 0;
  padding: 0;
  line-height: normal
}

/*commom style*/
*,
*:before,
*:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
form,
ul,
li {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
}

li {
  list-style: none;
}

a,
ins,
a:hover,
a:active {
  text-decoration: none;
}

*:focus {
  outline: none;
}

a {
  color: #333;
}

.container {
  padding: 0;
}

.row {
  margin: 0;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  padding: 0;
}

/***********************************************************标准框架样式/常用样式******************************************************************/

/*********通用==浮动、隐藏、展示*********/
/* 0517 bootstrap4中使用flex clearfix */
.bt-weight {
  font-weight: bold;
}

.bt-left {
  float: left;
}

.bt-right {
  float: right;
}

.bt-none {
  display: none;
}

.bt-block {
  display: block;
}

.bt-hidden {
  overflow: hidden;
}

/*********通用==内外边距*********/
/*0516 新增标准中的常用样式数值16px 26px 40px 50px */
.bt-margin-top-10 {
  margin-top: .625rem;
}

.bt-margin-top-15 {
  margin-top: .9375rem;
}

.bt-margin-top-16 {
  margin-top: 1rem;
}

.bt-margin-top-20 {
  margin-top: 1.25rem;
}

.bt-margin-top-25 {
  margin-top: 1.5625rem;
}

.bt-margin-top-26 {
  margin-top: 1.625rem;
}

.bt-margin-top-30 {
  margin-top: 1.875rem;
}

.bt-margin-top-40 {
  margin-top: 2.5rem;
}

.bt-margin-top-50 {
  margin-top: 3.125rem;
}

.bt-margin-right-10 {
  margin-right: .625rem;
}

.bt-margin-right-15 {
  margin-right: .9375rem;
}

.bt-margin-right-16 {
  margin-right: 1rem;
}

.bt-margin-right-20 {
  margin-right: 1.25rem;
}

.bt-margin-right-25 {
  margin-right: 1.5625rem;
}

.bt-margin-right-26 {
  margin-right: 1.625rem;
}

.bt-margin-right-30 {
  margin-right: 1.875rem;
}

.bt-margin-right-40 {
  margin-right: 2.5rem;
}

.bt-margin-right-50 {
  margin-right: 3.125rem;
}

.bt-margin-right-60 {
  margin-right: 3.75rem;
}

.bt-margin-bottom-10 {
  margin-bottom: .625rem;
}

.bt-margin-bottom-15 {
  margin-bottom: .9375rem;
}

.bt-margin-bottom-16 {
  margin-bottom: 1rem;
}

.bt-margin-bottom-20 {
  margin-bottom: 1.25rem;
}

.bt-margin-bottom-25 {
  margin-bottom: 1.5625rem;
}

.bt-margin-bottom-26 {
  margin-bottom: 1.625rem;
}

.bt-margin-bottom-30 {
  margin-bottom: 1.875rem;
}

.bt-margin-bottom-40 {
  margin-bottom: 2.5rem;
}

.bt-margin-bottom-50 {
  margin-bottom: 3.125rem;
}

.bt-margin-bottom-50 {
  margin-bottom: 3.75rem;
}

.bt-margin-left-10 {
  margin-left: .625rem;
}

.bt-margin-left-15 {
  margin-left: .9375rem;
}

.bt-margin-left-16 {
  margin-left: 1rem;
}

.bt-margin-left-20 {
  margin-left: 1.25rem;
}

.bt-margin-left-25 {
  margin-left: 1.5625rem;
}

.bt-margin-left-26 {
  margin-left: 1.625rem;
}

.bt-margin-left-30 {
  margin-left: 1.875rem;
}

.bt-margin-left-40 {
  margin-left: 2.5rem;
}

.bt-margin-left-50 {
  margin-left: 3.125rem;
}

.bt-margin-left-60 {
  margin-left: 3.75rem;
}

.bt-margin-10 {
  margin: .625rem;
}

.bt-margin-15 {
  margin: .9375rem;
}

.bt-margin-16 {
  margin: 1rem;
}

.bt-margin-20 {
  margin: 1.25rem;
}

.bt-margin-25 {
  margin: 1.5625rem;
}

.bt-margin-26 {
  margin: 1.625rem;
}

.bt-margin-30 {
  margin: 1.875rem;
}

.bt-margin-40 {
  margin: 2.5rem;
}

.bt-margin-50 {
  margin: 3.125rem;
}

.bt-margin-60 {
  margin: 3.75rem;
}

.bt-padding-top-10 {
  padding-top: .625rem;
}

.bt-padding-top-15 {
  padding-top: .9375rem;
}

.bt-padding-top-16 {
  padding-top: 1rem;
}

.bt-padding-top-20 {
  padding-top: 1.25rem;
}

.bt-padding-top-25 {
  padding-top: 1.5625rem;
}

.bt-padding-top-26 {
  padding-top: 1.625rem;
}

.bt-padding-top-30 {
  padding-top: 1.875rem;
}

.bt-padding-top-40 {
  padding-top: 2.5rem;
}

.bt-padding-top-50 {
  padding-top: 3.125rem;
}

.bt-padding-right-10 {
  padding-right: .625rem;
}

.bt-padding-right-15 {
  padding-right: .9375rem;
}

.bt-padding-right-16 {
  padding-right: 1rem;
}

.bt-padding-right-20 {
  padding-right: 1.25rem;
}

.bt-padding-right-25 {
  padding-right: 1.5625rem;
}

.bt-padding-right-26 {
  padding-right: 1.625rem;
}

.bt-padding-right-30 {
  padding-right: 1.875rem;
}

.bt-padding-right-40 {
  padding-right: 2.5rem;
}

.bt-padding-right-50 {
  padding-right: 3.125rem;
}

.bt-padding-bottom-10 {
  padding-bottom: .625rem;
}

.bt-padding-bottom-15 {
  padding-bottom: .9375rem;
}

.bt-padding-bottom-16 {
  padding-bottom: 1rem;
}

.bt-padding-bottom-20 {
  padding-bottom: 1.25rem;
}

.bt-padding-bottom-25 {
  padding-bottom: 1.5625rem;
}

.bt-padding-bottom-26 {
  padding-bottom: 1.625rem;
}

.bt-padding-bottom-30 {
  padding-bottom: 1.875rem;
}

.bt-padding-bottom-40 {
  padding-bottom: 2.5rem;
}

.bt-padding-bottom-50 {
  padding-bottom: 3.125rem;
}

.bt-padding-left-10 {
  padding-left: .625rem;
}

.bt-padding-left-15 {
  padding-left: .9375rem;
}

.bt-padding-left-16 {
  padding-left: 1rem;
}

.bt-padding-left-20 {
  padding-left: 1.25rem;
}

.bt-padding-left-25 {
  padding-left: 1.5625rem;
}

.bt-padding-left-26 {
  padding-left: 1.625rem;
}

.bt-padding-left-30 {
  padding-left: 1.875rem;
}

.bt-padding-left-40 {
  padding-left: 2.5rem;
}

.bt-padding-left-50 {
  padding-left: 3.125rem;
}

.bt-padding-10 {
  padding: .625rem;
}

.bt-padding-15 {
  padding: .9375rem;
}

.bt-padding-16 {
  padding: 1rem;
}

.bt-padding-20 {
  padding: 1.25rem;
}

.bt-padding-25 {
  padding: 1.5625rem;
}

.bt-padding-26 {
  padding: 1.625rem;
}

.bt-padding-30 {
  padding: 1.875rem;
}

.bt-padding-40 {
  padding: 2.5rem;
}

.bt-padding-50 {
  padding: 3.125rem;
}

/********通用==虚线 实线 外框*********/
.bt-solid {
  border: #eeeeee solid .0625rem;
}

.bt-solid-top {
  border-top: #eeeeee solid .0625rem;
}

.bt-solid-right {
  border-right: #eeeeee solid .0625rem;
}

.bt-solid-bottom {
  border-bottom: #eeeeee solid .0625rem;
}

.bt-solid-left {
  border-left: #eeeeee solid .0625rem;
}

.bt-dashed {
  border: #eeeeee dashed .0625rem;
}

.bt-dashed-top {
  border-top: #eeeeee dashed .0625rem;
}

.bt-dashed-right {
  border-right: #eeeeee dashed .0625rem;
}

.bt-dashed-bottom {
  border-bottom: #eeeeee dashed .0625rem;
}

.bt-dashed-left {
  border-left: #eeeeee dashed .0625rem;
}

/*********通用==高度*********/

.bt-height-30 {
  height: 1.875rem;
}

.bt-height-35 {
  height: 2.1875rem;
}

.bt-height-36 {
  height: 2.25rem;
}

.bt-height-40 {
  height: 2.5rem;
}

.bt-height-45 {
  height: 2.8125rem;
}

.bt-height-50 {
  height: 3.125rem;
}


/********通用==行高 *********/
/* 0516新增行高51px、36px 并删除部分不常见且不符合标准 的行高*/
.bt-line-height-26 {
  line-height: 1.625rem;
}

.bt-line-height-28 {
  line-height: 1.75rem;
}

.bt-line-height-30 {
  line-height: 1.875rem;
}

.bt-line-height-35 {
  line-height: 2.1875rem;
}

.bt-line-height-36 {
  line-height: 2.25rem;
}

.bt-line-height-40 {
  line-height: 2.5rem;
}

.bt-line-height-45 {
  line-height: 2.8125rem;
}

.bt-line-height-50 {
  line-height: 3.125rem;
}

.bt-line-height-51 {
  line-height: 3.1875rem;
}

.bt-line-height-64 {
  line-height: 4rem;
}

.bt-line-height-72 {
  line-height: 4.5rem;
}

/********通用==字号*********/
/* 0516 常用字号更新 字体更新 并删除不常用字号*/
.bt-size-12 {
  font-size: .75rem;
}

.bt-size-14 {
  font-size: .875rem;
}

.bt-size-16 {
  font-size: 1rem;
}

.bt-size-18 {
  font-size: 1.125rem;
}

.bt-size-20 {
  font-size: 1.25rem;
}

.bt-size-22 {
  font-size: 1.375rem;
}

.bt-size-24 {
  font-size: 1.5rem;
}

.bt-size-26 {
  font-size: 1.625rem;
}

.bt-size-28 {
  font-size: 1.75rem;
}

.bt-size-30 {
  font-size: 1.875rem;
}

.bt-size-32 {
  font-size: 2rem;
}

.bt-size-36 {
  font-size: 2.25rem;
}

.bt-size-40 {
  font-size: 2.5rem;
}

.bt-size-44 {
  font-size: 2.75rem;
}

.bt-size-48 {
  font-size: 3rem;
}

.bt-size-52 {
  font-size: 3.25rem;
}

.bt-size-64 {
  font-size: 4rem;
}

.bt-size-normal {
  font-weight: 100;
}

.bt-text-align {
  text-align: justify;
}

.bt-weight {
  font-weight: bold;
}

/***************************************** CSS3 或 CSS 特效 考虑到兼容性，不做推荐***********************************************************************/

/*****CSS3==圆角显示*****/
.bt-radius-10 {
  border-radius: .625rem;
  -moz-border-radius: .625rem;
  -webkit-border-radius: .625rem;
}

.bt-radius-4 {
  border-radius: .25rem;
  -moz-border-radius: .25rem;
  -webkit-border-radius: .25rem;
}

/*****CSS3==阴影显示*****/
/* 阴影 */
.bt-shadow {
  color: #333;
  /*以下为重点*/
  -ms-filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";/* For IE 8 */
 filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
  /* For IE 5.5 - 7 */
  -moz-box-shadow: .125rem .125rem .625rem #909090;
  /* for firefox */
  -webkit-box-shadow: .125rem .125rem .625rem #909090;
  /* for safari or chrome */
  box-shadow: .125rem .125rem .625rem #909090;
  /* for opera or ie9 */
}

/*commom style end*/
/*****CSS3==透明度显示*****/
/* 0516 更新常用数值0/8,0.2 */
.bt-alpha-50 {
  filter: alpha(opacity=50);
  /*IE滤镜，透明度50%*/
  -moz-opacity: 0.5;
  /*Firefox私有，透明度50%*/
  -khtml-opacity: 0.5;
  opacity: 0.5;
  /*其他，透明度50%*/
}

.bt-alpha-80 {
  filter: alpha(opacity=80);
  /*IE滤镜，透明度80%*/
  -moz-opacity: 0.8;
  /*Firefox私有，透明度80%*/
  -khtml-opacity: 0.8;
  opacity: 0.8;
  /*其他，透明度80%*/
}

.bt-alpha-20 {
  filter: alpha(opacity=20);
  /*IE滤镜，透明度20%*/
  -moz-opacity: 0.2;
  /*Firefox私有，透明度20%*/
  -khtml-opacity: 0.2;
  opacity: 0.2;
  /*其他，透明度20%*/
}

/*****CSS3==IMG 划过放大*****/
.bt-hover-img:hover {
  transform: scale(1.1);
  /*放大原尺寸的1.1倍*/
  transition: all 0.5s;
}

/*****CSS==IMG 垂直水平居中*****/
.bt-box-img {
  /*容器一定要固定宽度和高度*/
  display: table-cell;
  vertical-align: middle;
}

.bt-box-img img {
  width: auto;
  height: 100%;
}

/*****CSS==控制字数/加省略号*****/
.bt-nowrap {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*****CSS==强制换行*****/
.bt-wrap {
  word-wrap: break-word;
}

.bt-wrap-all {
  word-break: break-all;
}

/************其他css 使用备注（有需要的请拷贝使用）
1. 针对所有ie的写法：
<!--[if IE]>
　　　　<link rel="stylesheet" type="text/css" href="/cms_files/websuichangxianrenminzhengfumenhuwangzhan/pubtplobject/defaultSet/747428/images/ie-stylesheet.css" />
< ![endif]-->
2. 自适应css写法：
@media screen and (min-width: 1201px) {
.abc {width: 75rem}
} /* css 注释说明：设置了浏览器宽度不小于75.0625rem时 abc 显示75rem宽度 */
/*
@media screen and (max-width: 1200px) {
.abc {width: 56.25rem}
} /* 设置了浏览器宽度不大于75rem时 abc 显示56.25rem宽度 */
/*
@media screen and (max-width: 900px) {
.abc {width: 12.5rem;}
} /* 设置了浏览器宽度不大于900px时 abc 显示200px宽度 */


/*****模块化尺寸*****/
.bt-box {
  width: 100%;
  height: auto;
}

.bt-box-1100 {
  width: 68.75rem;
  height: auto;
  margin: 0 auto;
}

.bt-box-1200 {
  width: 75rem;
  height: auto;
  margin: 0 auto;
}

.bt-box-220 {
  width: 13.75rem;
}

.bt-box-235 {
  width: 14.6875rem;
}

.bt-box-240 {
  width: 15rem;
}

.bt-box-310 {
  width: 19.375rem;
}

.bt-box-320 {
  width: 20rem;
}

.bt-box-430 {
  width: 26.875rem;
}

.bt-box-490 {
  width: 30.625rem;
}

.bt-box-520 {
  width: 32.5rem;
}

.bt-box-660 {
  width: 41.25rem;
}

.bt-box-745 {
  width: 46.5625rem;
}

.bt-box-760 {
  width: 47.5rem;
}

.bt-box-800 {
  width: 50rem;
}

/* 按钮高度：40px/50px/60px对应 字体：14px/16px/18px */
.btn {
  width: auto;
  padding: 0 .625rem;
  border: none;
}

.bt-btn-14 {
  line-height: 2.5rem;
  font-size: .875rem;
}

.bt-btn-16 {
  line-height: 3.125rem;
  font-size: 1rem;
}

.bt-btn-18 {
  line-height: 3.75rem;
  font-size: 1.125rem;
}

/***页头+中间部分+页脚通用样式***/
/* 0516 更新使用header\footer */
.bt-footer,
.bt-header {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

/*************标准==头部及尾部****************/
/*0516引入bootstrap，中间部分用container来定义样式，且新标准内容部分是1200.其他过于老旧，并且页面基本不会批量使用，建议整体删掉 */
/* 0517 覆盖bootstrap样式 */
@media (min-width: 576px) {

  .container,
  .container-sm {
    max-width: 100%;
  }
}

@media (min-width: 768px) {

  .container,
  .container-sm,
  .container-md {
    max-width: 100%;
    padding: 0 3.2%;
  }
}

@media (min-width: 992px) {

  .container,
  .container-sm,
  .container-md,
  .container-lg {
    max-width: 100%;
  }
}

/*1200px*/
/* 0516 保留1200px下的样式 */
.bt-top {
  background: #cccccc;
}

/* 顶部导航 */
.bt-top {
  display: none;
}

/* banner */
.bt-banner {
  background: #f5f5f5;
  height: 8.75rem;
}

/* nav导航 */
.bt-nav {
  background: #5F9AEE;
}

.bt-nav .nav-pills>li+li {
  margin: 0;
}

.bt-nav .nav {
  float: left;
  width: 100%;
  margin: 0;
}

.bt-nav .nav>li {
  float: left;
  width: 33.333%;
  height: 3.75rem;
  line-height: 3.75rem;
  text-align: center;
}

.bt-nav .nav>li>a {
  width: 100%;
  height: 3.75rem;
  line-height: 3.75rem;
  text-align: center;
  padding: 0;
  font-size: 1.125rem;
  color: #fff;
  display: block;
}

.bt-nav .nav>li>a:focus,
.bt-nav.nav>li>a:hover,
.bt-nav .nav-pills>li.active>a {
  background-color: #337ab7;
  border-radius: 0;
}

/* 当前位置 */
.bt-place {
  line-height: 2.5rem;
  font-size: .875rem;
  background: #ededed;
  margin-bottom: 1.875rem;
}

.breadcrumb {
  margin-bottom: 0;
  border-radius: 0;
  background: url(/cms_files/websuichangxianrenminzhengfumenhuwangzhan/pubtplobject/defaultSet/747428/images/bt-currentposition.png) no-repeat left center;
  padding: 0 0 0 1.25rem;
}

/* 底部 */
footer {
  text-align: center;
  margin-top: 1.875rem;
}

.bt-footer-top {
  font-size: .875rem;
  line-height: 2.5rem;
  background: #5F9AEE;
  color: #fff;
}

.bt-footer-bottom {
  font-size: .875rem;
  height: 6.875rem;
  background: #dbdbdb;
  line-height: 6.875rem;
}

@media (min-width: 768px) {
  .nav>li {
    width: 16.66666%;
  }
}

@media (max-width: 767px) {
  .bt-nav .nav>li {
    height: 6.25rem;
    line-height: 6.25rem;
  }

  .bt-nav .nav>li>a {
    height: 6.25rem;
    line-height: 6.25rem;
    font-size: 2.125rem;
  }

  .bt-banner {
    height: 17.5rem;
    line-height: 17.5rem;
    font-weight: bold;
    text-align: center;
    background: url(/cms_files/websuichangxianrenminzhengfumenhuwangzhan/pubtplobject/defaultSet/747428/images/bt-banner-wap.png) center top no-repeat #f7f7f7;
    background-size: 100%;
  }

  .bt-place {
    line-height: 5.5rem;
    font-size: 1.875rem;
    background: #ededed;
    margin-bottom: 1.875rem;
    padding: 0 3.2%;
  }

  footer {
    line-height: 2.3125rem;
  }

  .bt-footer_top {
    line-height: 5.5rem;
    font-size: 1.625rem;
  }

  .bt-box-1200 {
    width: 100%;
    font-size: 1.625rem;
  }
}

@media (min-width: 1200px) {
  .container {
    padding: 0;
  }

  h2 {
    line-height: 11.25rem;
    height: 11.25rem;
    text-align: left;
  }

  .bt-top {
    height: 2.5rem;
    line-height: 2.5rem;
    color: #fff;
    font-size: .875rem;
    display: block;
  }

  .bt-nav .nav>li {
    width: 12.5rem;
    height: 3.75rem;
    line-height: 3.75rem;
  }

  .bt-nav .nav>li>a {
    display: inline-block;
    width: 100%;
    text-align: center;
  }

  .bt-banner {
    line-height: 11.25rem;
    height: 11.25rem;
    text-align: left;
  }

  .bt-list-group {
    padding: 1.625rem;
  }
}

/* 0516 使用bootstrap以及媒体查询进行响应式的制作，可删除hanweb中原澳门赌博网_现金网游戏-官网：响应式的定义 */
/* 原本的初始化样式部分与bootstrap中重合，删除，加到最上面，现在很少使用table布局，table相关代码删除*/

/* *************************常用组件************************************* */

/* 信息列表tab切换全展示 */
.bt-all .bt-con-tab {
  overflow: hidden;
  width: 100%;
}

.bt-all .bt-tab-tit {
  border-bottom: #333 .0625rem solid;
}

.bt-all .bt-title-tab-hover {
  border-bottom: .25rem solid #1275b3;
  margin-bottom: -0.0625rem;
  color: #1275b3;
  font-weight: bold;
}

.bt-all .bt-title-tab {
  margin-right: 1.25rem;
  padding-bottom: 1.625rem;
  font-size: 1.375rem;
}

.bt-lists-cover {
  overflow: hidden;
  width: 43.75rem;
  margin-top: 1rem;
}

.bt-lists-cover ul {
  overflow: none;
  height: auto;
  position: relative;
}

ins {
  display: none;
}

.bt-lists-cover li {
  background: url(/cms_files/websuichangxianrenminzhengfumenhuwangzhan/pubtplobject/defaultSet/747428/images/bt-listpic.png) no-repeat;
  padding-left: 1.1875rem;
}

.bt-lists-cover li.white {
  position: relative;
}

.bt-lists-cover li.white ins {
  display: block;
  width: 2.4375rem;
  height: 3.1875rem;
  position: absolute;
  right: 0;
  z-index: 1;
  background-color: #fff;
}

.bt-all .more {
  font-size: 1.125rem;
  color: #999;
  line-height: 2.875rem;
}

.bt-all .bt-list-new {
  font-size: 1.125rem;
  line-height: 3.1875rem;
  width: 100%;
  border-bottom: .0625rem dashed #eee;
}

.bt-all .bt-list-time {
  color: #999;
  margin-left: 1em;
}

.bt-all .bt-list {
  overflow: hidden;
}

/* 栏目 */
.bt-allUnder-18 .bt-title-tab,
.bt-all-18 .bt-title-tab {
  font-size: 1.5rem;
}

.bt-allUnder-16 .bt-title-tab,
.bt-all-16 .bt-title-tab {
  font-size: 1.375rem;
}

/* 信息列表 */
.bt-allUnder-18 .bt-list-new {
  font-size: 1.125rem;
  line-height: 3.1875rem;
  width: 100%;
  border-bottom: .0625rem dashed #eee;
}

.bt-all-18 .bt-list-new {
  font-size: 1.125rem;
  line-height: 2.8125rem;
  width: 100%;
  border-bottom: 0;
}

.bt-allUnder-16 .bt-list-new {
  font-size: 1rem;
  line-height: 2.25rem;
  width: 100%;
  border-bottom: .0625rem dashed #eee;
}

.bt-all-16 .bt-list-new {
  font-size: 1rem;
  line-height: 2rem;
  width: 100%;
  border-bottom: 0;
}

.bt-allUnder-18 .bt-list-time,
.bt-all-18 .bt-list-time {
  font-size: 1.125rem
}

.bt-allUnder-16 .bt-list-time,
.bt-all-16 .bt-list-time {
  font-size: 1rem
}

.bt-allUnder-18 .bt-lists-cover li {
  background-position: left 1.5rem;
}

.bt-all-18 .bt-lists-cover li {
  background-position: left 1.25rem;
}

.bt-allUnder-16 .bt-lists-cover li {
  background-position: left 1.0625rem;
}

.bt-all-16 .bt-lists-cover li {
  background-position: left .9375rem;
}



/* 信息列表省略号 */
.bt-box-tit {
  width: 100%;
  border-bottom: .125rem solid #0060a6;
  height: 3.125rem;
}

.bt-box-tit a {
  display: block;
  float: left;
  line-height: 3.125rem;
  padding: 0 1.25rem;
  font-size: 1.375rem;
}

.bt-box-tit a.act {
  background: #0060a6;
  color: #ffffff;
}

.bt-box-cent ul {
  width: 100%;
  padding-top: .6875rem;
}

.bt-box-cent ul li {
  padding-left: 1.1875rem;
  background: url(/cms_files/websuichangxianrenminzhengfumenhuwangzhan/pubtplobject/defaultSet/747428/images/bt-listpic.png) no-repeat .25rem center;
}

.bt-box-cent ul li:last-child {
  border-bottom: none;
}

.bt-box-cent ul li:hover a {
  color: #0060a6;
}

.bt-box-cent ul li span {
  float: right;
  color: #999;
}

.bt-boxUnder-18 ul li {
  font-size: 1.125rem;
  border-bottom: .0625rem dashed #cccccc;
  line-height: 3.1875rem;
}

.bt-box-18 ul li {
  font-size: 1.125rem;
  line-height: 2.8125rem;
}

.bt-boxUnder-16 ul li {
  font-size: 1rem;
  border-bottom: .0625rem dashed #cccccc;
  line-height: 2.25rem;
}

.bt-box-16 ul li {
  font-size: 1rem;
  line-height: 2rem;
}


/* 轮播 */
#slideBox-slide1.slideBox {
  overflow: hidden;
  position: relative;
  border: 0rem solid #ddd;
}

#slideBox-slide1.slideBox .hd {
  height: .9375rem;
  overflow: hidden;
  position: absolute;
  right: .3125rem;
  bottom: .875rem;
  z-index: 1;
}

#slideBox-slide1.slideBox .hd ul {
  overflow: hidden;
  zoom: 1;
  float: left;
}

#slideBox-slide1.slideBox .hd ul li {
  float: left;
  margin-right: .125rem;
  width: .5625rem;
  height: .5625rem;
  background: #fff;
  cursor: pointer;
  border-radius: 50%;
  margin: 0 .3125rem;
}

#slideBox-slide1.slideBox .hd ul li.on {
  background: #f00;
  color: #fff;
}

#slideBox-slide1.slideBox .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}

#slideBox-slide1.slideBox .bd li {
  zoom: 1;
  vertical-align: middle;
  color: #fff;
  position: relative;
}

#slideBox-slide1.slideBox .bd li div {
  line-height: 3.125rem;
  height: 3.125rem;
  padding-left: 1.25rem;
  position: absolute;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  text-decoration: none;
  background: url('/cms_files/websuichangxianrenminzhengfumenhuwangzhan/pubtplobject/defaultSet/747428/images/bt-shadow.png') center repeat;
}

#slideBox-slide1.slideBox .bd img {
  display: block;
  width: 100%;
  height: 100%;
}


/* 多图轮播 */
#slideBox-slide5.slideGroup {
  width: 75rem;
  border: 0rem solid #ddd;
  text-align: left;
}

#slideBox-slide5.slideGroup .slideBox {
  overflow: hidden;
  zoom: 1;
  position: relative;
}

#slideBox-slide5.slideGroup .sPrev,
#slideBox-slide5.slideGroup .sNext {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 1.6875rem;
  height: 2.875rem;
  background: #f4f4f4;
  margin-top: 3.125rem;
  font-size: 1.875rem;
  text-align: center;
  line-height: 5.875rem;
  z-index: 9999;
}

#slideBox-slide5.slideGroup .sNext {
  left: auto;
  right: 0;
  background: #f4f4f4;
}

#slideBox-slide5.slideGroup .parBd ul {
  overflow: hidden;
  zoom: 1;
}

#slideBox-slide5.slideGroup .parBd ul li {
  float: left;
  _display: inline;
  overflow: hidden;
  text-align: center;
}

#slideBox-slide5.slideGroup .parBd ul li .pic {
  text-align: center;
}

#slideBox-slide5.slideGroup .parBd ul li .pic img {
  width: 16.25rem;
  height: 8.9375rem;
  display: block;
}

#slideBox-slide5.slideGroup .parBd ul li .pic a:hover img {
  border-color: #999;
}

/* 图文，对应bootstrap中的组件 */
.card-title {
  font-size: 1.25rem;
}

.btn-primary {
  width: 5rem;
  float: right;
  height: 40px;
  line-height: 40px;
}

.card-text {
  line-height: 2rem;
}

.card-body {
  padding: 1.25rem;
}

、

/* 检索表单及按钮 */
.bt-banner-box {
  position: relative;
}

.bt-search {
  height: 3.75rem;
}

.bt-search .input {
  width: 25rem;
  height: 3.75rem;
  background: #FFFFFF;
}

.bt-search .input input {
  width: 100%;
  height: 100%;
  padding: 0 1.25rem;
  background: none;
  outline: none;
  border: none;
  font-size: 1rem;
  color: #666666;
  letter-spacing: 0;
}

.bt-search form .btn {
  width: 5rem;
  height: 3.75rem;
  background: #5F9AEE;
}

.bt-search form .btn input {
  width: 100%;
  height: 100%;
  outline: none;
  border: none;
  font-size: 1rem;
  color: #FFFFFF;
  letter-spacing: .32px;
  background: #5F9AEE;
}

.bt-search .input input {
  border: 1px solid #eee;
}

.bt-reset {
  background: none;
  border: none;
  line-height: 3.75rem;
  margin-left: 1rem;
}

.bt-search {
  position: absolute;
  top: -7rem;
  right: 0;
}

@media (max-width: 767px) {
  .bt-search {
    width: 100%;
    margin: 0 auto;
    position: relative;
    height: auto;
    top: 0;
    padding: 2.25rem 1.5rem;
  }

  .bt-search .input {
    width: 75%;
    padding: 1.25rem;
    height: 4.5rem;
    border: .0625rem solid #5F9AEE;
    border-radius: .25rem 0 0 .25rem;
  }

  .bt-search form .btn {
    width: 25%;
    height: 4.5rem;
  }

  .bt-search .input input {
    float: left;
    font-size: 2rem;
    font-weight: 500;
    padding: 0;
    border: none;
  }

  .bt-search form .btn input {
    float: left;
    font-size: 2rem;
    font-weight: 500;
    border-radius: 0 .25rem .25rem 0;
  }
}

/* 返回顶部包含弹窗 */
.bt-jq-TX-1603 {
  position: fixed;
  bottom: 2.5rem;
  right: 1.25rem;
  width: 2.875rem;
  z-index: 999;
}

.bt-jq-TX-1603 a {
  transition: none;
  display: block;
  width: 2.875rem;
  height: 2.875rem;
  background: url(/cms_files/websuichangxianrenminzhengfumenhuwangzhan/pubtplobject/defaultSet/747428/images/bt-go-top.png) no-repeat;
  opacity: 0.8;
}

.bt-jq-TX-1603 a:last-child {
  margin-bottom: 0;
}

.bt-jq-TX-1603 .bt-jq-TX-1603-link {
  background-position: 0 -9.375rem;
}

.bt-jq-TX-1603 .bt-jq-TX-1603-link:hover {
  transition: none;
  background-position: 0 -15.625rem;
}

.bt-jq-TX-1603 .uc-2vm {
  transition: none;
  background-position: 0 0;
}

.bt-jq-TX-1603 .uc-2vm:hover {
  transition: none;
  background-position: 0 -21.875rem;
}

.bt-jq-TX-1603 .go {
  transition: none;
  background: url(/cms_files/websuichangxianrenminzhengfumenhuwangzhan/pubtplobject/defaultSet/747428/images/bt-top.png) no-repeat center center #efefef;
  margin-top: .3125rem;
  opacity: 0.6;
}

.bt-jq-TX-1603 .go:hover {
  transition: none;
  opacity: 1;
}

.bt-jq-TX-1603 .uc-2vm-pop {
  position: absolute;
  right: 3.75rem;
  top: -6.25rem;
  width: 15rem;
  box-shadow: 0 .0625rem .25rem rgba(0, 0, 0, .1);
  background: #fff;
}

.bt-jq-TX-1603 .uc-2vm-pop .title-2wm {
  font-size: .875rem;
  margin: .625rem 1.25rem;
}

.bt-jq-TX-1603 .uc-2vm-pop .logo-2wm-box {
  position: relative;
}

/* 返回顶部简单 */
.bt-gotoTop {
  width: 3.125rem;
  height: 3.125rem;
  position: fixed;
  left: 18rem;
  bottom: 3.125rem;
  text-align: center;
  background-color: #fff;
  font-size: 1rem;
  padding: .3125rem;
}

/*友情链接下拉框*/
.bt-yqlj {
  width: 100%;
  height: 300px;
}

.bt-yqlj #select {
  width: 1200px;
  margin: 0 auto;
}

.bt-yqlj #select .bt-select1:first-child {
  margin-left: 0;
}

.bt-select1 {
  position: relative;
  width: 285px;
  height: 44px;
  float: left;
  font-size: 16px;
  background: url(/cms_files/websuichangxianrenminzhengfumenhuwangzhan/pubtplobject/defaultSet/747428/images/yqlj.jpg) no-repeat;
  color: #ffffff;
  line-height: 44px;
  margin-left: 20px;

}

.bt-select1 dt {
  height: 44px;
  text-align: left;
  text-indent: 26px;
  display: inline-block;
  line-height: 44px;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  width: 285px;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  z-index: 99;
  outline: none;
}

.bt-select1 dd {
  position: absolute;
  top: 43px;
  background: #fff;
  width: 285px;
  border-top: none;
  z-index: 99;
}

.bt-select1 dd>ul {
  max-height: 214px;
  overflow: auto;
}

.bt-select1 dd>ul>li {
  height: 30px;
  line-height: 30px;
  font-size: 15px;
  cursor: pointer;
  text-indent: 0 !important;
  text-align: center;
}

.bt-select1 dd>ul>li:hover {
  background-color: #f1f2f3;
}

.bt-select1 dd>ul>li>a {
  color: #666;
  display: block;
  width: 100%;
}

.hides {
  display: none;
}




/* *************************通用栏目页************************************* */
/* 栏目页共同样式 */
.col-md-3,
.col-md-4 {
  padding-right: 1.875rem;
  padding-left: 0;
}

.bt-all {
  padding: 0;
}

.bt-banner-box {
  position: relative;
}

/* 左侧栏目 */
h4.flm {
  height: 3.75rem;
  line-height: 3.75rem;
  text-align: center;
  background-color: #5F9AEE;
  color: #ffffff;
  font-weight: bold;
}

/* 子栏目 */
.list-group {
  padding: .9375rem;
  background-color: #f7f7f7;
  flex-direction: column;
}

.list-group-item {
  display: inline-block;
  line-height: 3.75rem;
  background: #ffffff;
  padding-left: 1.125rem;
  color: #333333;
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
  padding-top: 0;
  padding-bottom: 0;
  border: none;
}

.list-group-item span {
  display: inline-block;
  width: .375rem;
  height: .5625rem;
  background: url(/cms_files/websuichangxianrenminzhengfumenhuwangzhan/pubtplobject/defaultSet/747428/images/bt-xbt.png) 0 0;
  margin-right: .875rem;
}

.list-group-item:first-child {
  border-radius: 0;
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover,
.list-group-item.active,
a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
  background: #cbdce5;
  color: #5F9AEE;
}

.list-group-item.active span,
.list-group-item.active:focus span,
.list-group-item.active:hover span,
.list-group-item.active span,
a.list-group-item:focus span,
a.list-group-item:hover span,
button.list-group-item:focus span,
button.list-group-item:hover span {
  background-position: -0.5rem 0;
}

/* 右侧信息列表 （与上方组件信息列表全展示使用一样的类）*/
.column .bt-all {
  padding: .625rem .75rem 1.625rem
}

.column .bt-lists-cover {
  margin-top: 0;
}

/* 手机 */
@media (max-width: 767px) {

  h4.flm,
  .list-group-item {
    font-size: 2.125rem;
    height: 5rem;
    line-height: 5rem;
    text-align: center;
  }

  .list-group {
    height: 7.5rem;
    overflow-y: auto;
    padding-bottom: 1.625rem;
    margin-bottom: 1.875rem;
  }

  .list-group-item span {
    display: none;
  }

  .list-group-item,
  .list-group-item.active,
  .list-group-item.active:focus,
  .list-group-item.active:hover,
  .list-group-item.active,
  a.list-group-item:focus,
  a.list-group-item:hover,
  button.list-group-item:focus,
  button.list-group-item:hover {
    background: #cbdce5;
  }

  .bt-all .bt-list-new {
    font-size: 2.125rem;
    line-height: 3rem;
    padding-top: 1rem;
    background: none;
    padding-left: 0;
  }

  .bt-all .bt-list-new span {
    font-size: 1.5rem;
    display: block;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .column .bt-all {
    padding: 1.25rem 1.5rem;
    background: none;
  }
}

@media (max-width: 767px) {

  .col-md-3,
  .col-md-4 {
    padding-right: .9375rem;
    padding-left: .9375rem;
  }

  a.list-group-item {
    width: 47%;
    margin-right: 5%;
    padding: 0;
  }

  .bt-all ul {
    flex-direction: column;
  }
}

@media (min-width: 1200px) {
  h2 {
    line-height: 11.25rem;
    height: 11.25rem;
    text-align: left;
  }
}

.current-column18-xian {
  line-height: 3.625rem;
  font-size: 1.125rem;
  font-weight: bold;
  color: #006eab;
}

.current-column18-xian>div {
  background-color: #ffffff;
  padding-left: 1.625rem;
  border: .0625rem solid #dedede;
}

.current-column16-xian {
  line-height: 3rem;
  font-size: 1rem;
  font-weight: bold;
  color: #006eab;
}

.current-column16-xian>div {
  background-color: #ffffff;
  padding-left: 1.625rem;
  border: .0625rem solid #dedede;
}

/* *************************通用文章页************************************* */
/* 文章页共同样式 */
.bt-box-main {
  padding: 0 1.875rem;
}

@media (min-width: 1200px) {
  .bt-box-main {
    padding: 2.5rem 9.375rem;
    border: .0625rem solid #eeeeee;
  }
}

.close {
  float: none;
}

.bt-box-title {
  line-height: 3.25rem;
}

.bt-box-small-title {
  font-size: 1rem;
  line-height: 1.75rem;
  padding: .8125rem 0;
  border-bottom: .0625rem solid #eeeeee;
  margin-bottom: 1.25rem;
}

span.bt-date {
  margin-right: 1.25rem;
}

.bt-fuzu,
.bt-fuzu a {
  color: #999999;
}

.bt-fuzu .printer {
  padding-left: 1.5625rem;
  background: url(/cms_files/websuichangxianrenminzhengfumenhuwangzhan/pubtplobject/defaultSet/747428/images/bt-printer.png) no-repeat left center;
  cursor: pointer;
  margin: 0 1.25rem;
}

.bt-box-source span {
  line-height: .875rem;
}

.bt-box-assist-right span {
  cursor: pointer;
}

.bt-box-assist-right span:hover {
  color: #427fda;
}

.bt-box-part {
  border-top: .0625rem solid #eeeeee;
  margin-top: 2.5rem;
  padding-top: 1.875rem;
}

.bt-box-part h1 {
  font-size: 1.25rem;
  color: #1492ff;
  line-height: 2.5rem;
}

.bt-box-part ul.bt-xgxx {
  padding: .125rem 0;
}

.bt-box-content-main {
  text-align: justify;
}

/* 页面标准：1rem更改类名:standard16 */
.standard16 .bt-box-title {
  font-size: 1.625rem;
}

.standard16 .bt-box-small-title,
.standard16 .bt-box-small-title .bt-font a {
  font-size: .875rem;
}

.standard16 .bt-box-main-txt {
  font-size: 1rem;
}

.standard16 .bt-box-main-txt p {
  line-height: 2rem;
  margin-bottom: 2rem;
}

.standard16 .bt-box-source div {
  font-size: .875rem;
  line-height: 1.625rem;
}

.standard16 .bt-box-assist-left span,
.standard16 .bt-box-assist-right span,
.standard16 .bt-box-source {
  font-size: .875rem;
}

.standard16 .bt-box-part ul.bt-xgxx li {
  line-height: 2rem;
  font-size: 1rem;
}

/* 页面标准：1.125rem更改类名:standard18 */
.standard18 .bt-box-title {
  font-size: 1.875rem;
}

.standard18 .bt-box-small-title,
.standard18 .bt-box-small-title .bt-font a {
  font-size: 1rem;
}

.standard18 .bt-box-main-txt {
  font-size: 1.125rem;
}

.standard18 .bt-box-main-txt p {
  line-height: 2.25rem;
  margin-bottom: 2.25rem;
}

.standard18 .bt-box-source div {
  font-size: 1rem;
  line-height: 1.625rem;
}

.standard18 .bt-box-assist-left span,
.standard18 .bt-box-assist-right span,
.standard18 .bt-box-source {
  font-size: 1rem;
}

.standard18 .bt-box-part ul.bt-xgxx li {
  line-height: 2.25rem;
  font-size: 1.125rem;
}

@media (max-width: 767px) {

  .standard16 .bt-box-title,
  .standard18 .bt-box-title {
    font-size: 3.375rem;
    line-height: 4.6875rem;
  }

  .standard16 .bt-box-small-title,
  .standard18 .bt-box-small-title,
  .standard16 .bt-box-small-titl,
  .standard18 .bt-box-small-titlee,
  .standard16 .bt-box-assist-right span,
  .standard18 .bt-box-assist-right span {
    font-size: 1.5rem;
    line-height: 2.0625rem;
  }

  .printer,
  #share,
  .bt-fuzu-mol {
    display: none;
  }

  .standard16 .bt-box-main-txt p,
  .standard18 .bt-box-main-txt p {
    font-size: 2.25rem;
    line-height: 4rem;
  }

  .standard16 .bt-box-part ul.bt-xgxx li,
  .standard18 .bt-box-part ul.bt-xgxx li,
  .standard16 .bt-box-part h1,
  .standard18 .bt-box-part h1 {
    font-size: 1.875rem;
    line-height: 4rem;
  }
}


/* 文章页分享css */
.social-share {
  font-size: 1rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: .0125rem;
  -moz-osx-font-smoothing: grayscale
}

.social-share a {
  position: relative;
  text-decoration: none;
  margin: -0.1875rem .25rem 0 0;
  display: inline-block;
  outline: none;
}

.social-share .social-share-icon {
  position: relative;
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  font-size: 1rem;
  border-radius: 50%;
  line-height: 1.375rem;
  color: #666;
  text-align: center;
  vertical-align: middle;
  transition: background 0.6s ease-out 0s;
}

.social-share .icon-weibo {
  width: 2.125rem;
  height: 2.125rem;
  background: url(/cms_files/websuichangxianrenminzhengfumenhuwangzhan/pubtplobject/defaultSet/747428/images/bt-xbt.png) no-repeat;
  background-position: -4.125rem -0.9375rem;
}

.social-share .icon-qzone {
  width: 2.125rem;
  height: 2.125rem;
  background: url(/cms_files/websuichangxianrenminzhengfumenhuwangzhan/pubtplobject/defaultSet/747428/images/bt-xbt.png) no-repeat;
  background-position: 0rem -0.6875rem;
}

.social-share .icon-wechat {
  position: relative;
  width: 2.125rem;
  height: 2.125rem;
  background: url(/cms_files/websuichangxianrenminzhengfumenhuwangzhan/pubtplobject/defaultSet/747428/images/bt-xbt.png) no-repeat;
  background-position: -2.0625rem -0.8125rem;
}

.social-share .icon-wechat .wechat-qcode {
  display: none;
  border: .0625rem solid #eee;
  position: absolute;
  z-index: 9;
  top: -12.8125rem;
  left: -5.25rem;
  width: 12.5rem;
  height: 12rem;
  color: #666;
  font-size: .75rem;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 .125rem .625rem #aaa;
  transition: all 200ms;
  -webkit-tansition: all 350ms;
  -moz-transition: all 350ms
}

.social-share .icon-wechat .wechat-qcode.bottom {
  top: 2.5rem;
  left: -5.25rem
}

.social-share .icon-wechat .wechat-qcode.bottom:after {
  display: none
}

.social-share .icon-wechat .wechat-qcode h4 {
  font-weight: normal;
  height: 1.625rem;
  line-height: 1.625rem;
  font-size: .75rem;
  background-color: #f3f3f3;
  margin: 0;
  padding: 0;
  color: #777
}

.social-share .icon-wechat .wechat-qcode .qcode {
  width: 6.5625rem;
  margin: .625rem auto
}

.social-share .icon-wechat .wechat-qcode .qcode table {
  margin: 0 !important
}

.social-share .icon-wechat .wechat-qcode .help p {
  font-weight: normal;
  line-height: 1rem;
  padding: 0;
  margin: 0;
  font-size: .75rem;
}

.social-share .icon-wechat .wechat-qcode:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -0.375rem;
  bottom: -0.8125rem;
  width: 0;
  height: 0;
  border-width: .5rem .375rem .375rem .375rem;
  border-style: solid;
  border-color: #fff transparent transparent transparent
}

.social-share .icon-wechat:hover .wechat-qcode {
  display: block
}

.bt-big-box {
  border-radius: 5px;
  overflow: hidden;
  margin: 0 auto;
}

.bt-big-box :hover {
  cursor: pointer;
}

.bt-big-box img {
  transform: scale(1.1);
  transition: all 0.6s;
}

.bt-big-box img:hover {
  transform: scale(1.5);
}