@charset "utf-8";
/* CSS Document */
html {
  -webkit-text-size-adjust: none;
}
*html {
  background-attachment: fixed;
} /*解决IE6下滚动抖动的问题*/
html,
body,
div,
ul,
li,
dl,
dd,
dt,
a,
ol,
u,
i,
b,
br,
p,
span,
hr,
label,
input,
select,
textarea,
button,
form,
h1,
h2,
h3,
h4,
h5,
h6,
font,
strong,
em,
iframe,
img,
tr,
th,
td,
q,
abbr,
acronym {
  margin: 0;
  padding: 0;
  list-style: none;
}
q:before,
q:after {
  content: "";
}
abbr,
acronym {
  border: 0;
}
body {
  font: 14px/1.5 "Microsoft YaHei", "宋体", tahoma, Verdana, arial, sans-serif;
  color: #333;
  background: #fff;
}
input,
textarea,
select,
button {
  vertical-align: middle;
  font-family: "Microsoft YaHei";
}
input.active,
textarea.active,
select.active,
button.active,
input.on,
textarea.on,
select.on,
button.on {
  color: #333;
}
textarea {
  resize: none;
}
a {
  color: #333;
  text-decoration: none;
  blr: expression(this.onFocus=this.blur());
}
a:hover {
  color: #125db2;
  text-decoration: none;
}
:focus,
a:focus,
input:focus,
textarea:focus,
select:focus,
button:focus,
textarea:focus {
  outline: none;
}
.wza-on :focus,
.wza-on a:focus,
.wza-on input:focus,
.wza-on textarea:focus,
.wza-on select:focus,
.wza-on button:focus,
.wza-on textarea:focus {
  outline: auto;
}
a img {
  border: none;
}
img {
  vertical-align: middle;
}
.left,
.fl {
  float: left;
}
.right,
.fr {
  float: right;
}
/* clear */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
* html .clearfix {
  zoom: 1;
} /* IE6 */
*:first-child + html .clearfix {
  zoom: 1;
} /* IE7 */
.clear,
.cc {
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  margin-top: 0;
  overflow: hidden;
}
.clear20 {
  padding: 10px 0;
  clear: both;
  height: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
h1 {
  font-size: 20px;
}
h2 {
  font-size: 18px;
}
h3 {
  font-size: 16px;
}
.wza-on input:focus {
  outline: auto !important;
}
input.srkcss:focus {
  outline: none;
  border-color: #125db2 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.075),
    0 0 8px rgba(4, 66, 136, 0.9);
  -moz-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.075),
    0 0 8px rgba(4, 66, 136, 0.9);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.075),
    0 0 8px rgba(4, 66, 136, 0.9);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}
.pos-rel {
  position: relative;
}
.pos-abs {
  position: absolute;
}
.z-hide {
  display: inline;
  width: 0;
  height: 0;
  margin: 0 0 0 -1px;
  overflow: hidden;
  font-size: 0;
}
.hide {
  display: none;
}
.hide.active {
  display: block !important;
}
.img_title {
  display: inline-block;
}
.hidden-tit .img_title {
  display: none;
}
.mt20 {
  margin-top: 20px;
}
.bot30 {
  margin-bottom: 30px;
}
.bot20 {
  margin-bottom: 20px;
}
.srkcssblue {
  outline: none;
  border-color: #125db2 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.075),
    0 0 8px rgba(4, 66, 136, 0.9);
  -moz-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.075),
    0 0 8px rgba(4, 66, 136, 0.9);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.075),
    0 0 8px rgba(4, 66, 136, 0.9);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}
@keyframes bellRing {
  0%,
  100% {
    transform-origin: top;
  }
  15% {
    transform: rotateZ(10deg);
  }
  30% {
    transform: rotateZ(-10deg);
  }
  45% {
    transform: rotateZ(5deg);
  }
  60% {
    transform: rotateZ(-5deg);
  }
  75% {
    transform: rotateZ(2deg);
  }
}
.ls-zindex1 {
  z-index: 1;
}
.container {
  width: 1420px;
  margin: 0 auto;
}
/***漂浮***/
.j-float {
  position: relative;
  z-index: 99999;
  display: none;
}
.j-float li {
  margin-bottom: 0;
}
.j-float .img_title {
  display: none;
}
.j-float .float-close {
  position: absolute;
  width: 43px;
  height: 16px;
  right: 0;
  top: -20px;
  font-size: 0;
}
.j-float .float-close img {
  cursor: pointer;
}
/*左右对联*/
.j-couplet {
  display: none;
}
.j-left {
  width: 60px;
  position: absolute;
  _position: absolute;
  right: 50%;
  margin-right: 720px;
  bottom: 0;
  margin-top: -2px;
  _margin-top: -2px;
  z-index: 998;
}
.j-left li img {
  height: auto;
}
.j-right {
  width: 60px;
  position: absolute;
  _position: absolute;
  left: 50%;
  margin-left: 720px;
  top: 280px;
  _top: auto;
  _top: expression(
    eval(
      document.documentElement.scrollTop +
        document.documentElement.clientHeight-this.offsetHeight-(
          parseInt(this.currentStyle.marginTop, 100) ||0
        )- (parseInt(this.currentStyle.marginBottom, 100) ||0)
    )
  );
  margin-top: -2px;
  _margin-top: -2px;
  z-index: 998;
}
.j-left ul li .img_title,
.j-right ul li .img_title {
  display: none;
}
.j-left ul li,
.j-right ul li {
  margin-top: 5px;
}
.j-left2 {
  position: fixed;
  _position: absolute;
  right: auto;
  margin-right: 0;
  left: 10px;
}
.j-left3 {
  width: 60px;
  position: absolute;
  _position: absolute;
  right: 50%;
  margin-right: 720px;
  top: 280px;
  _top: auto;
  _top: expression(
    eval(
      document.documentElement.scrollTop +
        document.documentElement.clientHeight-this.offsetHeight-(
          parseInt(this.currentStyle.marginTop, 100) ||0
        )- (parseInt(this.currentStyle.marginBottom, 100) ||0)
    )
  );
  margin-top: -2px;
  _margin-top: -2px;
  z-index: 998;
}
/*左侧悬浮切换*/
.ind_pl {
  height: 150px;
  width: 240px;
  background: #fff;
  padding: 10px;
  border: 1px solid #dddddd;
  position: fixed;
  left: 10px;
  bottom: 10px;
  z-index: 999;
}
.ind_pl .f-close {
  position: absolute;
  cursor: pointer;
  right: 10px;
  top: 10px;
  z-index: 1;
  line-height: 0;
}
.ind_pl .float-superslide,
.ind_pl .float-superslide .bd,
.ind_pl .float-superslide .bd ul,
.ind_pl .float-superslide .bd li,
.ind_pl .float-superslide .bd img,
.ind_pl .float-superslide .bd a {
  height: 100%;
  width: 100%;
}
.ind_pl .float-superslide .bd {
  position: relative;
  z-index: 0;
}
.ind_pl .float-superslide .bd li {
  zoom: 1;
  vertical-align: middle;
}
.ind_pl .float-superslide .bd a {
  display: block;
}
.ind_pl .float-superslide .bd img {
  display: block;
}
.ind_pl .float-superslide .bd .title {
  display: none;
}
.ind_pl .float-superslide .hd {
  height: 8px;
  overflow: hidden;
  position: absolute;
  right: 7px;
  bottom: 16px;
  z-index: 1;
}
.ind_pl .float-superslide .hd ul {
  overflow: hidden;
  zoom: 1;
  float: left;
}
.ind_pl .float-superslide .hd ul li {
  float: left;
  margin-right: 8px;
  width: 10px;
  height: 8px;
  text-indent: -20em;
  font-size: 0;
  background: #fff !important;
  overflow: hidden;
  cursor: pointer;
  border-radius: 4px;
}
.ind_pl .float-superslide .hd ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.ind_pl .float-superslide .hd ul li.on {
  width: 18px;
}
/*背景*/
.bodybg {
  background: url(/hbwsbs/xhtml/images/bodybg.jpg) top center no-repeat #fff;
}
.ls-container {
  border: 1px solid #fff;
  background: url(/hbwsbs/xhtml/images/mainbg.jpg) left top repeat-x #fff;
  border-radius: 15px 15px 0 0;
  z-index: 100;
  position: relative;
  padding: 0 0 20px 29px;
  z-index: 1;
}
.ls-lmcontainer {
  padding: 0 30px;
  background-image: none;
}
.ls-header {
  background: url(/hbwsbs/xhtml/images/banner_bg.png) bottom center no-repeat;
  height: 280px;
}
/*头部 */
.ls-topbox {
  height: 45px;
  line-height: 45px;
  font-size: 16px;
}
.ls-topbox li {
  display: inline;
  float: left;
  margin-right: 12px;
  padding-left: 12px;
  background: url(/hbwsbs/xhtml/images/topline.png) left center no-repeat;
}
.ls-topbox li a {
  display: inline-block;
  color: #fff;
}
.ls-topbox li a:hover {
  opacity: 0.9;
}
.ls-topbox li.sylogin a {
  margin: 0 2px;
}
.ls-topbox li:first-child,
.ls-topbox li.num1 {
  background: none;
}
.ls-topbox li .old_btn,
.ls-topbox li.num-wza a {
  background: none;
  padding-left: 5px;
  font-size: 15px;
  font-weight: bold;
}
.ls-topbox li .old_btn .ico,
.ls-topbox li.num-wza .ico {
  display: inline-block;
  width: 14px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: left top;
  margin-right: 6px;
  vertical-align: middle;
}
.ls-topbox li .old_btn .ico {
  background-image: url(/hbwsbs/xhtml/images/old-ico.png) !important;
}
.ls-topbox li.num-wza .ico {
  background-image: url(/hbwsbs/xhtml/images/wza-ico.png) !important;
}
.ls-navbg {
  background: url(/hbwsbs/xhtml/images/navbg.png) bottom center no-repeat;
}
.ls-header .logo {
  position: absolute;
  width: 374px;
  left: 0;
  top: 8px;
  text-align: center;
}
.ls-header .logo img {
  max-width: 98%;
  height: auto;
}
.ls-header .logo .unit-name {
  margin-top: 10px;
}
/*导航*/
.ls-navright {
  width: 915px;
  position: relative;
  height: 178px;
}
.ls-navbox {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 75px;
  padding-left: 15px;
}
.navbar-nav {
  text-align: center;
  float: none;
  margin: 0;
}
.navbar-nav li {
  float: left;
  width: 110px;
}
.navbar-nav li a {
  display: inline-block;
  height: 71px;
  line-height: 71px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  position: relative;
}
.navbar-nav li a:hover,
.navbar-nav li.active a {
  color: #fff;
}
.navbar-nav li a i {
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 3px;
  background: #fff;
  width: 0;
  z-index: 0;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}
.navbar-nav li a:hover i,
.navbar-nav li.active a i {
  width: 100%;
  left: 0;
}
.navbar-nav li.nav1 {
  width: 70px;
}
.navbar-nav li.nav4 {
  width: 150px;
}
.navbar-nav li.nav9 {
  width: 130px;
}
/*头部搜索*/
.ls-search-rel {
  position: relative;
  float: right;
  margin-top: 25px;
  width: 448px;
  z-index: 2;
}
.ls-search {
  background: #fff;
  border: 1px solid #125db2;
  border-radius: 20px;
  -moz-border-radius: 20px;
  position: relative;
  z-index: 999;
}
.ls-search ul {
  display: block;
  height: 44px;
  position: relative;
  padding: 0 100px 0 0;
}
.ls-search ul li input {
  width: 100%;
  background: none;
  border: 0 none;
}
.ls-search ul li.ss1 {
  position: relative;
  padding: 0;
  height: 44px;
  padding-left: 85px;
}
.ls-search .search_drap {
  width: 56px;
  height: 34px;
  position: absolute;
  line-height: 22px;
  left: 15px;
  top: 10px;
  cursor: pointer;
  padding-right: 5px;
  background: url("/hbwsbs/xhtml/images/grayline.gif") right top no-repeat;
  background-size: 1px 22px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #999;
}
.ls-search .search_drap select {
  width: 100%;
  height: 22px;
  padding: 0;
  border: 0;
  background: none;
  font-size: 14px;
  color: #999;
  vertical-align: top;
  cursor: pointer;
}
.ls-search ul li.ss1 input {
  height: 44px;
  line-height: 44px;
  font-size: 16px;
  color: #888;
  width: 100%;
}
.ls-search ul li.ss1 .msg-box {
  left: 80px;
  top: 44px;
  position: absolute;
}
.ls-search ul li.ss1 .ph-label {
  left: 9px;
  top: 2px;
  position: absolute;
  font-weight: normal;
}
.ls-search ul li.ss2 {
  width: 90px;
  height: 44px;
  position: absolute;
  top: 0;
  right: 0;
}
.ls-search ul li.ss2 input {
  cursor: pointer;
  height: 100%;
  overflow: hidden;
  background: url("/hbwsbs/xhtml/images/search_font.png") left center no-repeat;
  font-size: 0;
  color: #fff;
  text-align: left;
  border: none;
}
.ls-search ul li.ss1 input:focus::-webkit-input-placeholder {
  color: transparent;
}
.ls-search-all .search_drap {
  text-align: center;
}
.ls-search-all .search_drap #siteName {
  background: url("/hbwsbs/xhtml/images/select-topico.png") right center no-repeat;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 5px;
  padding-right: 10px;
}
.ls-search-unit ul li.ss1 {
  padding-left: 155px;
}
.ls-search-unit .search_drap {
  width: 126px;
}
.ui-widget.ui-widget-content {
  border: none !important;
}
/*搜索点击悬框*/
.ls-search-focus {
  position: absolute;
  z-index: 888;
  border: 1px solid #125db2;
  border-radius: 4px;
  background: #fff;
  left: 2px;
  right: 2px;
  top: 34px;
  padding: 20px 20px 10px 20px;
}
.search-hot .hot-title {
  font-size: 16px;
  line-height: 30px;
  height: 30px;
}
.search-hot .hot-list li {
  float: left;
  width: 50%;
  height: 28px;
  line-height: 28px;
  font-size: 15px;
}
.search-hot .hot-list li a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: url("/hbwsbs/xhtml/images/hot4.png") left center no-repeat;
  padding-left: 18px;
  color: #838282;
}
.search-hot .hot-list li.num1 a,
.search-hot .hot-list li.num2 a,
.search-hot .hot-list li.num3 a,
.search-hot .hot-list li.num4 a {
  color: #faaf20;
}
.search-hot .hot-list li.num1 a {
  background: url("/hbwsbs/xhtml/images/hot1.png") left center no-repeat;
}
.search-hot .hot-list li.num2 a {
  background: url("/hbwsbs/xhtml/images/hot2.png") left center no-repeat;
}
.search-hot .hot-list li.num3 a {
  background: url("/hbwsbs/xhtml/images/hot3.png") left center no-repeat;
}
.search-hot .hot-list li.num4 a {
  background: url("/hbwsbs/xhtml/images/hot3.png") left center no-repeat;
}
.search-hot .hot-list li a:hover {
  color: #1e67b9;
}
.search-record .record-title {
  height: 32px;
  line-height: 32px;
  border-bottom: 1px solid #f1f1f1;
  position: relative;
}
.search-record .record-title .record-delete {
  position: absolute;
  right: 0;
  top: 0;
  background: url(/hbwsbs/xhtml/images-search/delete-ico.png) no-repeat left center;
  font-size: 14px;
  padding-left: 20px;
}
.search-record .record-title .record-delete:hover {
  color: #1e67b9;
  background: url(/hbwsbs/xhtml/images-search/delete-ico-hover.png) no-repeat left center;
}
.record-list li {
  float: left;
  margin: 15px 10px 0 0;
  position: relative;
}
.record-list li a {
  display: block;
  background: #f8f8f8;
  padding: 0 30px 0 15px;
  border-radius: 20px;
  height: 30px;
  line-height: 30px;
}
.record-list li i {
  position: absolute;
  display: block;
  right: 10px;
  top: 50%;
  margin-top: -6px;
  width: 12px;
  height: 12px;
  background: url(/hbwsbs/xhtml/images/hot-close.png) 0 0 no-repeat;
  cursor: pointer;
}
.record-list li a:hover,
.record-list li:hover {
  color: #1e67b9;
}
.record-list li:hover i {
  background-position: 0 -12px;
}
/*搜索点击悬框*/
.ls-search-click {
  position: absolute;
  z-index: 888;
  border: 1px solid #125db2;
  border-radius: 4px; /*-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);*/
  background: #fff;
  left: 2px;
  right: 2px;
  top: 34px;
  padding: 20px 20px 10px 20px;
}
.ls-search-click li a {
  font-size: 15px;
  color: #838282;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 30px;
  line-height: 30px;
}
.ls-search-click li .red {
  color: #ff7825;
}
.ls-search-click li a:hover {
  color: #1e67b9;
}
/*手机版导航*/
.ls-smnav {
  display: none;
}
.ls-phone-brand {
  position: absolute;
  left: 10px;
  top: 0;
  text-align: center;
  display: block;
  width: 50px;
  margin: 0;
  line-height: 46px;
  height: 52px;
  font-size: 20px;
  font-weight: bold;
  color: #333;
}
.ls-phone-brand a {
  color: #fff;
  display: block;
}
.ls-phone-brand.active {
  border-bottom: #fff 3px solid;
  height: 46px;
}
.ls-phone-nav {
  margin-left: 65px;
  overflow-x: scroll;
  overflow-y: hidden;
  height: 52px;
  padding: 0 10px;
  vertical-align: middle;
  display: block;
}
.ls-phone-nav::-webkit-scrollbar {
  display: none;
}
.ls-phone-nav li {
  float: left;
  width: auto;
  line-height: 46px;
  text-align: center;
  list-style-type: none;
  position: relative;
}
.ls-phone-nav li a {
  display: block;
  padding: 0 8px;
  font-size: 20px;
  font-weight: bold;
  color: #fff !important;
  text-decoration: none;
}
.ls-phone-nav li.active a {
  border-bottom: #fff 3px solid;
}
.ls-phone-right {
  display: inline-block;
  width: 42px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(
    to right,
    rgba(72, 123, 197, 0),
    rgba(96, 145, 216, 0.8)
  );
}
/*主体右侧滚动图 */
.ls-mainflash {
  position: absolute;
  top: -54px;
  z-index: -1;
  left: 50%;
  margin-left: 620px;
}
/*标题 */
.ls-atabs {
  height: 48px;
}
.ls-atabs ul li {
  display: inline;
  float: left;
  margin-right: 15px;
  line-height: 24px;
  text-align: center;
  height: 48px;
  font-size: 22px;
  position: relative;
  font-weight: bold;
  min-width: 104px;
}
.ls-atabs ul li a,
.ls-atabs ul li .tit {
  display: block;
  color: #656565;
}
.ls-atabs ul li.active,
.ls-atabs ul li.active a,
.ls-atabs ul li a:hover,
.ls-atabs ul li.active .tit {
  color: #125db2;
}
.ls-atabs li i {
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 16px;
  background: url(/hbwsbs/xhtml/images/tab-aon.png) bottom center no-repeat;
  width: 0;
  z-index: 0;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}
.ls-atabs li.active i {
  width: 100%;
  left: 0;
}
.ls-right .ls-atabs li i {
  background: url(/hbwsbs/xhtml/images/tab-raon.png) bottom center no-repeat;
}
.ls-msly .ls-atabs li.lang-tab {
  min-width: 142px;
}
.ls-msly .ls-atabs li.lang-tab i {
  background: url(/hbwsbs/xhtml/images/tab-aon2.png) bottom center no-repeat;
}
.ls-msly .ls-atabs ul li {
  margin-right: 10px;
}
/*列表 */
.ls-list {
  width: 100%;
  clear: both;
}
.ls-list li {
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  font-size: 16px;
  background: url(/hbwsbs/xhtml/images/ico.png) no-repeat left center;
  position: relative;
  padding: 0 60px 0 16px;
}
.ls-list li a {
  display: inline-block;
  max-width: 668px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ls-list li .date {
  position: absolute;
  right: 0;
  top: 0;
  color: #999;
}
.ls-list li img {
  float: left;
  padding: 10px 0 0 0;
}
.ls-list li .type {
  display: inline-block;
  padding: 0 3px;
  color: #49a3f0;
  border: 1px solid #49a3f0;
  border-radius: 2px;
  -moz-border-radius: 2px;
  height: 20px;
  line-height: 20px;
  margin: 0 5px 0 0;
}
.ls-list-all li a {
  max-width: 100% !important;
}
.ls-list-all li img {
  display: none;
}
/*公开列表 */
.ls-gklist {
  width: 100%;
  height: auto;
  margin-top: 5px;
}
.ls-gklist li {
  position: relative;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  padding: 0 60px 0 16px;
  background: url("/hbwsbs/xhtml/images/ico.png") no-repeat center left;
  font-size: 16px;
}
.ls-gklist li .date {
  position: absolute;
  right: 0;
  top: 0;
  color: #999;
}
.ls-gklist li .nr,
.ls-gklist li .col-block {
  float: left;
  max-width: 98%;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ls-gklist li .title,
.ls-gklist li .tit {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  float: none;
}
.ls-gklist li .gl,
.ls-gklist li .explain-list {
  display: block;
  float: right;
  max-width: 80%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ls-gklist li .split {
  padding: 0 2px;
}
.ls-gklist li .gl a,
.ls-gklist li .explain-list a {
  display: inline;
  color: #f10000;
  float: none;
  background: none;
  max-width: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .ls-gklist li .gl,
  .ls-gklist li .explain-list {
    max-width: 50%;
  }
}

.ls-gklist li.first {
  margin: 5px 0;
  padding: 0 0 0 108px;
  background: none;
  height: 79px;
  position: relative;
  border-bottom: 1px dashed #ebebeb;
}
.ls-gklist li.first .yeardate {
  position: absolute;
  width: 90px;
  left: 0;
  top: 0;
  height: 60px;
  padding-top: 5px;
  background: #f9fafb;
  text-align: center;
}
.ls-gklist li.first .date {
  position: static;
  display: block;
  font-size: 26px;
  color: #333;
  height: 30px;
  line-height: 30px;
}
.ls-gklist li.first .year {
  display: block;
  font-size: 14px;
  color: #999;
  height: 20px;
  line-height: 20px;
}
.ls-gklist li.first .fnr {
  height: 60px;
  line-height: 30px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-bread: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.ls-gklist li.first .fnr .title {
  display: inline;
  white-space: normal;
  text-overflow: inherit;
}
.ls-gklist li.first .fnr .gl {
  display: inline;
  float: none;
  max-width: none;
}
.ls-gklist li.first .fnr .gl a {
  display: inline-block;
}
/*******底部*******/
.footer {
  background: #125db2;
  color: rgba(255, 255, 255, 0.8);
  line-height: 26px;
  text-align: center;
  font-size: 14px;
  padding-bottom: 20px;
}
.footer a {
  color: rgba(255, 255, 255, 0.8);
  display: inline-block;
}
.footlink-bg {
  padding: 18px 0;
  border-bottom: 1px solid #286bb8;
}
.footlink {
  height: 36px;
  position: relative;
}
.footer .select {
  float: left;
  z-index: 11;
  width: 268px;
  height: 36px;
  margin-right: 20px;
  background: #2a6eba;
  border-radius: 3px;
  -moz-border-radius: 3px;
}
.footer .select.select5 {
  margin-right: 0;
}
.footer .select dt {
  height: 36px;
  display: block;
  color: #fff;
  background: url(/hbwsbs/xhtml/images/select-ico.png) no-repeat 240px center;
  cursor: pointer;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
  padding: 0 20px;
  z-index: 99;
  font-size: 15px;
  text-align: center;
  line-height: 36px;
}
.footer .select dt.active {
  background: url(/hbwsbs/xhtml/images/select-ico.png) no-repeat 240px center #0c55a7;
  z-index: 888;
}
.footer .select dd {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 46px;
  background: #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  display: none;
  z-index: 999;
  padding: 10px 0;
}
.footer .select dd ul {
  padding: 5px 0;
  width: 100%;
  max-height: 300px;
  _height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
}
.footer .select dd ul li {
  display: inline;
  width: 18%;
  float: left;
  padding: 0 1%;
  text-align: left;
}
.footer .select dd ul li a {
  display: block;
  padding: 0 5px;
  font: normal 15px/30px "Microsoft Yahei";
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333;
}
.wza-black-white .footer .select dd {
  background-color: black !important;
}
.wza-yellow-black .footer .select dd {
  background-color: yellow !important;
}
.wza-blue-yellow .footer .select dd {
  background-color: blue !important;
}
.wza-yellow-blue .footer .select dd {
  background-color: yellow !important;
}
.wza-white-black .footer .select dd {
  background-color: white !important;
}
.wza-black-yellow .footer .select dd {
  background-color: black !important;
}

.footnav {
  line-height: 34px;
  padding: 5px 0;
  margin-top: 8px;
}
.footnav li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 8px;
}
.footnav a {
  color: rgba(255, 255, 255, 0.8);
}
.footbox {
  position: relative;
}
.footbox .sp {
  display: inline-block;
  padding: 0 8px;
}
.footbox .change-type {
  display: none;
}
.footer .dzico {
  position: absolute;
  left: 0;
  top: 20px;
}
.footer .wjico {
  position: absolute;
  right: 0;
  top: 20px;
}
.footer .lkico {
  position: absolute;
  right: 0;
  top: 40px;
}
.footer .jcico {
  position: absolute;
  right: 140px;
  top: 30px;
}
.footer .old-icon {
  position: absolute;
  right: 0;
  top: 30px;
}
/*******右侧悬浮*******/
.ls-floatBox {
  position: fixed;
  right: 9px;
  top: 280px;
  z-index: 999;
}
.ls-floatBox .couplet-close {
  text-align: center;
  padding-bottom: 3px;
}
.ls-floatBox .couplet-close img {
  cursor: pointer;
}
.ls-floatBox li.num {
  width: 56px;
  margin: 0 auto;
  padding-bottom: 10px;
  text-align: center;
}
.ls-floatBox li.num .bt {
  display: block;
  height: 56px;
  background-image: url("/hbwsbs/xhtml/images/silder-bg.png") !important;
  font-size: 0;
  position: relative;
  height: 56px;
  background-position: 0 0;
  background-repeat: no-repeat;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ls-floatBox li.num .bt:hover,
.ls-floatBox .num .bt.active {
  background-position: 0 -56px;
}
.ls-floatBox li.num .ico {
  display: block;
  padding-top: 10px;
}
.ls-floatBox li.num .bt:hover .ico,
.ls-floatBox .num .bt.active .ico {
  display: none;
}
.ls-floatBox li.num .bt:hover .tit,
.ls-floatBox .num .bt.active .tit {
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
  display: block;
  padding: 10px 12px 0;
  cursor: pointer;
  text-align: center;
}
.ls-floatBox .ewm {
  position: relative;
}
.ls-floatBox .ewm .slide_ewm {
  display: none;
  position: absolute;
  width: 160px;
  height: 150px;
  padding-right: 10px;
  right: 56px;
  top: 50%;
  margin-top: -50px;
  z-index: 999;
}
.ls-floatBox .ewm .slide_ewm li {
  padding: 15px 0 0;
  background: rgba(122, 192, 251, 0.7);
}
.ls-floatBox .ewm .slide_ewm {
  font-size: 0;
  line-height: 0;
  text-align: center;
}
.ls-floatBox .ewm .slide_ewm img {
  width: 100px;
  height: 100px;
  vertical-align: middle;
  padding: 6px;
  background: #fff;
}
.ls-floatBox .ewm .slide_ewm a {
  color: #fff;
}
.ls-floatBox .ewm .slide_ewm .tit {
  line-height: 1.5;
  padding: 5px 0 10px 0;
  font-size: 15px;
  display: block;
}
.ls-floatBox .ewm .bt:before {
  content: "";
  display: none;
  position: absolute;
  left: -10px;
  top: 50%;
  margin-top: -4px;
  border: 0 none;
  border-top: 6px transparent solid;
  border-left: 8px rgba(122, 192, 251, 0.7) solid;
  border-bottom: 6px transparent solid;
  width: 0;
  height: 0;
}
.ls-floatBox li.num .bt.active:before {
  display: block;
}

.ls-floatBox .ewm .slide_znwd {
  display: none;
  padding-right: 10px;
  height: auto;
  width: 244px;
  position: absolute;
  right: 56px;
  top: 50%;
  margin-top: -50px;
}
.ls-floatBox .ewm .slide_znwd .slide_box {
  background: #fff;
  text-align: left;
  padding: 18px;
  border: 1px solid #eee;
}
.ls-floatBox .ewm .slide-title {
  color: #1c67ba;
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  position: relative;
}
.ls-floatBox .ewm .slide-title .tit {
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  width: 4px;
  height: 15px;
  background: #1c67ba;
}
.ls-floatBox .ewm .slide-title .change-link {
  position: absolute;
  height: 18px;
  line-height: 18px;
  font-weight: normal;
  padding-right: 22px;
  font-size: 14px;
  right: 0;
  top: 0;
  color: #999;
  background: url("/hbwsbs/xhtml/images/r-change.png") right top no-repeat;
}
.ls-floatBox .ewm .slide-title .change-link:hover {
  background-position: right bottom;
}
.ls-floatBox .ewm .slide_znwd li {
  padding: 5px 0;
  background: none;
  line-height: 24px;
  font-size: 14px;
  border-bottom: 1px dashed #d8d8d8;
}
.ls-floatBox .ewm .slide_znwd .slide_box a {
  color: #333;
}
.ls-floatBox .ewm .slide_znwd .slide_box a:hover {
  color: #125db2;
}
.ls-floatBox .ewm.zn-hot .bt:before {
  z-index: 999;
  width: 10px;
  height: 13px;
  left: -11px;
  margin-top: -6px;
  border: none;
  background: url("/hbwsbs/xhtml/images/r-slidearr.png") 0 0 no-repeat;
}

/*新版智能推荐*/
.ls-floatBox .ewm .slide_znwd_box {
  display: none;
  padding-right: 10px;
  height: auto;
  width: 400px;
  position: absolute;
  right: 56px;
  top: 50%;
  margin-top: -50px;
}
.ls-floatBox .ewm .slide_znwd_box .slide_box {
  background: #fff;
  text-align: left;
  padding: 15px;
  border: 1px solid #eee;
}
.ls-znjd-silder {
  position: absolute;
  top: 290px;
  z-index: 9999;
  right: 50%;
  margin-right: 710px;
}
.ls-silder-tab {
  width: 55px;
  float: left;
}
.ls-silder-tab .silder-tab {
  height: 170px;
}
.ls-silder-tab .silder-tab .mn {
  display: block;
  height: 100%;
  position: relative;
  font-size: 0;
}
.ls-silder-tab li.silder-tab1 .mn {
  background: url(/hbwsbs/xhtml/images/silder-tab1.png) 0 0 no-repeat;
  z-index: 1;
}
.ls-silder-tab li.silder-tab1 .mn.active {
  background: url(/hbwsbs/xhtml/images/silder-tab1.png) right top no-repeat;
  z-index: 2;
}
.ls-znjd-box {
  position: absolute;
  left: 54px;
  top: 0;
  background: #fff;
  width: 620px;
  border: 3px solid #4c84db;
  box-shadow: 0px 0px 16px 0px rgba(32, 98, 201, 0.26);
  min-height: 415px;
  display: none;
}
.ls-zntj-user {
  position: absolute;
  font-size: 14px;
  right: 0;
  top: 0;
  line-height: 40px;
  color: #1c4da3;
}
.ls-zntj-user .user {
  color: #1c4da3;
  text-decoration: underline;
}
.ls-zntj-user a {
  color: #1c4da3;
}
.ls-zntj-user a:hover {
  text-decoration: underline;
}
.ls-zntj-user .font {
  margin-left: 4px;
}
.ls-zntj-con {
  padding: 10px 20px 0 20px;
}
.ls-hot-box {
  padding-bottom: 10px;
  border-bottom: 1px dashed #d8d8d8;
}
.ls-hot-title {
  height: 40px;
  line-height: 40px;
  position: relative;
}
.ls-hot-title .tit {
  font-size: 20px;
  font-weight: bold;
}
.ls-hot-title .hot-ico {
  background: url(/hbwsbs/xhtml/images/hot-ico.png) left center no-repeat;
  padding-left: 28px;
}
.ls-hot-title .do-ico {
  background: url(/hbwsbs/xhtml/images/start-ico.png) left center no-repeat;
  padding-left: 32px;
}
.ls-hot-title .fresh-link {
  position: absolute;
  display: block;
  cursor: pointer;
  right: 0;
  top: 10px;
  color: #999;
  line-height: 16px;
}
.ls-hot-title .fresh-link i {
  display: inline-block;
  background: url(/hbwsbs/xhtml/images/change-ico.png) center center no-repeat;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  vertical-align: top;
}
.ls-hot-title .fresh-link:hover {
  color: #0c4aad;
}
.ls-hot-title .fresh-link:hover i {
  transition: ease-in-out 0.7s;
  transform: rotate(360deg);
}
.ls-hotlist li {
  height: 32px;
  line-height: 32px;
  position: relative;
  padding: 0 60px 0 30px;
}
.ls-hotlist li a {
  display: block;
  font-size: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ls-hotlist li .num {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  border-radius: 4px;
  background: #e4effa;
  color: #2062ca;
  line-height: 16px;
  text-align: center;
}
.ls-hotlist li .num1 {
  background: #ff1e00;
  color: #fff;
}
.ls-hotlist li .num2 {
  background: #ff8400;
  color: #fff;
}
.ls-hotlist li .num3 {
  background: #ffb600;
  color: #fff;
}
.ls-hotlist li .date {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 15px;
  color: #999;
}
.ls-do-box {
  margin-top: 10px;
}
.ls-do-slide {
  position: relative;
  margin-top: 10px;
}
.ls-do-slide .bd {
  height: 75px;
  overflow: hidden;
}
.ls-dolist li {
  float: left;
  text-align: center;
  width: 25%;
  height: 75px;
}
.ls-dolist li a {
  display: block;
  height: 100%;
}
.ls-dolist li a:hover img {
  animation: bellRing 0.9s both;
}
.ls-dolist li img {
  display: block;
  margin: 0 auto;
}
.ls-dolist li .img-title {
  display: block;
  font-size: 15px;
  height: 32px;
  line-height: 32px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/*页面纠错*/
.ui-dialog-title {
  color: #185aae;
}
.correction-table {
  clear: both;
  font-size: 14px;
  overflow: hidden;
}
.correction-table li {
  line-height: 32px;
  padding: 4px 0;
  position: relative;
  padding-left: 90px;
}
.correction-table .tit {
  width: 80px;
  text-align: right;
  font-weight: bold;
  font-family: "Microsoft YaHei", 微软雅黑;
  padding: 0 10px 0 0;
  position: absolute;
  left: 0;
  top: 4px;
  line-height: 24px;
}
.correction-table .tit span {
  color: #dd0000;
}
.correction-table .input {
  position: relative;
}
.correction-table .input .msg-box {
  top: 0;
}
.correction-table .input select {
  padding: 5px 5px;
  border: #ddd 1px solid;
  max-width: 90%;
}
.correction-table .input input {
  height: 32px;
  line-height: 32px;
  width: 380px;
  padding: 0 5px;
  border: #ddd 1px solid;
  max-width: 90%;
}
.correction-table .input input#checkCode {
  width: 100px;
}
.correction-table .input textarea {
  width: 380px;
  max-width: 90%;
  height: 120px;
  padding: 3px 5px;
  border: #ddd 1px solid;
}
.correction-table .btn-group {
  padding-left: 92px !important;
}
.correction-table .btn-group input {
  background: #185aae;
  height: 36px;
  line-height: 36px;
  cursor: pointer;
  border: 0;
  outline: none;
  color: #fff;
  padding: 0 10px;
  margin-right: 10px;
  width: 100px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-family: "Microsoft YaHei", 微软雅黑;
}
/*页面纠错 end*/
/*分页/翻页*/
.pagination {
  clear: both;
  width: 100%;
  text-align: center;
  margin: 10px 0 5px;
  padding: 3px 0;
  line-height: 30px;
  font-size: 14px;
  font-family: "Microsoft YaHei";
}
.pagination a,
.pagination span {
  display: inline-block;
  border: 1px solid #ddd;
  color: #666;
  margin: 3px;
  padding: 0 10px;
  text-decoration: none;
  white-space: nowrap;
  height: 30px;
  border-radius: 3px;
}
.pagination a:hover {
  background: #487bc5;
  border: 1px solid #487bc5;
  color: #fff !important;
}
.pagination a.active {
  border: 1px solid #487bc5;
  color: #fff;
}
.pagination span.current,
.pagination span.current:hover {
  background: #487bc5;
  border: 1px solid #487bc5;
  color: #fff;
}
.pagination span.disabled,
.pagination span.disabled:hover {
  border: 1px solid #ddd;
  color: #cfcfcf;
  background: #f9f9f9;
}
.pagination a.text,
.pagination a.text:hover {
  color: #fff;
  background: #487bc5;
  border: #487bc5 1px solid;
  cursor: text;
}
.pagination a.pagemore,
.pagination a.pagemore:hover {
  color: #666;
  background: #fff;
  border: 1px solid #fff;
  cursor: text;
  padding: 0 3px;
}
.pagination .total {
  border: 0;
  height: 32px;
  padding: 0;
  line-height: 32px;
}
.pagination .inputBar {
  border: 0;
  height: 32px;
  padding: 0 2px 0 5px;
  line-height: 32px;
}
.pagination .inputBar input {
  width: 40px;
  height: 26px;
  line-height: 26px;
  padding: 2px 5px;
  border: #ddd 1px solid;
  margin: -3px 3px 0;
  *margin: -1px 3px 0;
  _margin: -1px 3px 0;
  vertical-align: middle;
  border-radius: 3px;
  color: #333;
}
.pagination .inputBar button {
  display: inline-block;
  background: #487bc5;
  border: 0;
  height: 32px;
  color: #fff;
  border-radius: 3px;
  padding: 0 8px;
  margin: -3px 3px 0;
  *margin: -1px 3px 0;
  _margin: -1px 3px 0;
}
@media (max-width: 991px) {
  .pagination {
    margin: 0;
  }
}
/*当前位置*/
.position_list {
  font-size: 16px;
  position: relative;
  line-height: 30px;
  padding: 10px 0;
}
.position_list .wzpos-span {
  background: url(/hbwsbs/xhtml/images/icon_pos.png) left 5px no-repeat;
  display: block;
  margin-right: 270px;
  padding: 0 0 0 25px;
}
.position_list i {
  font-style: normal;
}
.position_list.wzpos {
  background: url(/hbwsbs/xhtml/images/icon_pos.png) left 15px no-repeat;
  padding-left: 25px;
}
/*当前位置-搜索*/
.lmsearbox {
  position: absolute;
  right: 0;
  top: 8px;
  width: 250px;
  height: 30px;
}
.lmsearbox ul {
  height: 30px;
  position: relative;
}
.lmsearbox ul li.ss1 {
  display: block;
  border: #dcdcdc 1px solid;
  border-right: none;
  border-radius: 3px;
  margin-right: 38px;
  height: 28px;
  position: relative;
  z-index: 11;
}
.lmsearbox ul li.ss1 .msg-box {
  left: 0;
  top: 100%;
  position: absolute;
  z-index: 9999999;
}
.lmsearbox ul li.ss1 input {
  width: 98%;
  border: none;
  vertical-align: top;
  text-indent: 10px;
  height: 28px;
  background: #fff;
  line-height: 28px;
  padding: 0 1%;
  font-size: 14px;
  color: #666;
}
.lmsearbox ul li.ss1 input:focus::-webkit-input-placeholder {
  color: transparent;
}
.lmsearbox ul li.ss1 label {
  display: block;
}
.lmsearbox ul li.ss2 {
  width: 40px;
  position: absolute;
  right: -1px;
  top: 0;
  bottom: 0;
  z-index: 12;
}
.lmsearbox ul li.ss2 input {
  width: 100%;
  height: 100%;
  background: url(/hbwsbs/xhtml/images/lmsico.png) center center no-repeat #1f68ba;
  border-radius: 0 3px 3px 0;
  border: none;
  overflow: hidden;
  cursor: pointer;
  outline: none;
  font-size: 0;
  vertical-align: top;
}
@media (max-width: 991px) {
  .position_list .wzpos-span {
    margin-right: 0;
  }
  .lmsearbox {
    width: auto;
    position: static;
    float: none;
    margin-top: 10px;
  }
}
/*弹窗*/
.ui-dialog-title {
  font-size: 18px;
}
.jump-info p {
  font-size: 16px;
  line-height: 1.5;
}
.jump-info .btn-group {
  padding: 0;
  text-align: center;
}
.jump-info .btn-group .btn {
  background: #487bc5 !important;
  padding: 0 10px;
  font-size: 16px;
  display: inline-block;
  float: none;
}
/*栏目页-普通页面 */
.dyinfo .newstitle {
  color: #487bc5;
  padding-top: 0;
  font-size: 34px;
}
.ptlminfo {
  text-align: center;
  font-size: 14px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ddd;
}
.ptlminfo .sp {
  display: inline-block;
  padding: 0 0.5em;
  color: #666;
}
.ptlminfo .j-share-info {
  position: relative;
  width: 90px;
  height: 25px;
  margin-left: 0.5em;
  vertical-align: middle;
  display: inline-block;
}
.ptlminfo .share-box {
  top: -2px;
  left: 0;
  right: auto;
}
.ptlminfo .share-bar a {
  margin-right: 6px;
}
.ptlmcontent {
  margin-top: 20px;
  line-height: 2.4;
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
  word-wrap: break-word;
  overflow-x: auto;
  font-size: 16px;
}
.ptlmcontent table {
  max-width: 98%;
  *width: 98%;
}
.ptlmcontent img {
  max-width: 98% !important;
  height: auto !important;
}
/*标题*/
.newstitle {
  font-size: 38px;
  line-height: 1.5;
  text-align: center;
  padding: 10px 0;
}
.newstitlef {
  line-height: 1.2;
  text-align: center;
  font-size: 18px;
  font-weight: 100;
  padding: 5px 0;
}
.newstitlet {
  line-height: 1.2;
  text-align: center;
  font-size: 20px;
  font-weight: 100;
  padding: 5px 0;
}
.newstitles {
  line-height: 1.2;
  text-align: center;
  font-size: 20px;
  font-weight: 100;
  padding: 5px 0;
}
/*时间来源信息*/
.newsinfo {
  line-height: 0;
  font-size: 0;
  color: #666;
  padding: 10px 0 15px;
  border-bottom: #dbdbdb 1px solid;
  text-align: center;
  position: relative;
  margin-top: 10px;
}
.newsinfo a {
  color: #666;
}
.newsinfo input {
  width: 10px;
  height: 10px;
  border: #666 1px solid;
  vertical-align: middle;
  cursor: pointer;
}
.newsinfo span {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  line-height: 26px;
}
.newsinfo i {
  font-style: normal;
}
.newsinfo .sp {
  margin: 0 0.5em;
}
.newsinfo .share {
  margin: 0 0.5em;
  display: inline-block;
}
.newsinfo .share .share-box {
  top: -3px;
}
.newsinfo .share .j-share-info {
  display: inline-block;
  width: 100px;
  height: 24px;
  position: relative;
}
.wz_font i {
  display: block;
  float: left;
  font-style: normal;
  width: 45px;
  height: 26px;
  line-height: 26px;
  white-space: nowrap;
  overflow: hidden;
}
.wz_font a {
  display: block;
  float: left;
  width: 30px;
  height: 24px;
  line-height: 24px;
  border: #e6e6e6 1px solid;
  text-align: center;
  cursor: pointer;
  color: #999999;
}
.wz_font a:hover {
  color: #3d69aa;
}
.wz_font a.active {
  color: #3d69aa;
}
.wz_font a.j-fontBig {
  border-right: 0;
  border-radius: 2px 0 0 2px;
}
.wz_font a.j-fontSmall {
  border-left: 0;
  border-radius: 0 2px 2px 0;
}
/*正文*/
.con_main {
  padding: 0 30px 20px 30px;
  position: relative;
}
.con_main .guidang {
  position: absolute;
  right: 0;
  top: 50px;
}
.newscontnet {
  font-size: 16px;
  color: #333;
  line-height: 2;
  padding: 20px 0;
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
  word-wrap: break-word;
  overflow-x: auto;
}
.newscontnet table {
  max-width: 96% !important;
}
.newscontnet img {
  max-width: 96% !important;
  height: auto !important;
}
.newscontnet p {
  margin: 0.5em auto;
}
.listnews-help .newscontnet {
  word-break: initial;
}
@media (max-width: 767px) {
  .listnews-help .newscontnet {
    word-break: break-all;
  }
}
/*上下篇*/
.otherli {
  padding: 20px 0 0;
  font-size: 15px;
  line-height: 32px;
  border-top: 1px solid #ddd;
}
.otherli span {
  font-weight: bold;
}
.wzewmbox {
  margin: 20px 0 0 0;
}
.wzewmbox .ewm_wx {
  width: 50%;
  height: 96px;
  display: none;
}
.wzewmbox .scan_code_box {
  position: relative;
  float: none;
  margin: 0 auto;
  text-align: center;
}
.wzewmbox .scan_code_box .ewmgai {
  position: absolute;
  width: 105px;
  height: 105px;
  left: 0;
  top: 0;
  z-index: 1;
}
.wzewmbox .ewm {
  box-sizing: border-box;
  float: none;
}
.wzewmbox .ewm img {
  width: 160px;
  height: 160px;
  margin: 0 auto;
}
.wzewmbox .ewm span.img-title {
  display: none;
}
.wzewmbox .ewm .txt {
  margin: 0 0;
  text-align: center;
  height: auto;
  font-size: 16px;
}
.wzewmbox .ewm .txt p.tit {
  display: none;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  padding-bottom: 0;
}
.wzewmbox .ewm .txt p.tit a:hover {
  color: #333;
}
.wzewmbox .ewm .txt p {
  line-height: 30px;
  padding: 5px 0;
}
.wzewmbox .ewm_wx .ewm_wxbox {
  float: left;
  width: 50%;
}
.wzewmbox .ewm_tu {
  width: 96px;
  height: 96px;
  float: left;
  margin-left: 90px;
}
.wzewmbox .ewm_tu ul li img {
  width: 96px;
  height: 96px;
}
.wzewmbox .ewm_tu .img_title {
  display: none;
}
.wzewmbox .ewm_wbtu {
  width: 80px;
  height: 85px;
  padding-top: 6px;
  margin-left: 198px;
  text-align: center;
  font-size: 20px;
}
.wzewmbox .ewm_wbtu .wb {
  background: url(/hbwsbs/xhtml/images/wbdot.png) center top no-repeat !important;
  padding-top: 40px;
  height: 45px;
  display: block;
  line-height: 40px;
}
.wzewmbox .ewm_wbtu .wx {
  background: url(/hbwsbs/xhtml/images/wxdot.png) center top no-repeat !important;
  padding-top: 40px;
  height: 45px;
  display: block;
  line-height: 40px;
}
.wz_xgyd h3 {
  height: 60px;
  line-height: 60px;
  color: #125db2;
  font-size: 22px;
  padding-left: 10px;
  font-weight: bold;
}
.wz_xgyd .list {
  padding: 10px 20px;
  border: 1px solid #dcdcdc;
}
.wz_xgyd .list ul {
  margin-right: -40px;
}
.wz_xgyd .list ul li {
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  width: 608px;
  float: left;
  margin-right: 40px;
  overflow: hidden;
  position: relative;
}
.wz_xgyd .list ul li a {
  background: url(/hbwsbs/xhtml/images/ico.png) left center no-repeat;
  padding-left: 14px;
  float: none;
  display: block;
  margin-right: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.wz_xgyd .list ul li span {
  color: #999;
  position: absolute;
  right: 0;
  top: 0;
}
/*二维码*/
.scan_code_box_new {
  width: 100%;
  text-align: center;
  line-height: 2.2;
  margin-top: 20px;
  font-size: 16px;
}
.scan_code_box_new .scan_code {
  width: 160px;
  height: 160px;
  margin: auto;
}
/*视频文章*/
.video_main_content {
  text-align: center;
  padding: 30px 0 0;
}
.sp_wzcon {
  padding: 20px;
  height: auto;
  font-size: 16px;
  line-height: 1.875;
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
  word-wrap: break-word;
  overflow-x: auto;
  overflow-y: hidden;
}
.sp_wzcon table {
  max-width: 96% !important;
}

/*配色-分享微信图标*/
.share-box a.share-weixin {
  background: url(/assets/images/share/wz_wx.png) 0 0 no-repeat !important;
}
.share-box a.share-tsina {
  background-image: url(/assets/images/share/wz_wb.png) !important;
}
.share-box a.share-qzone {
  background-image: url(/assets/images/share/wz_qz.png) !important;
}
.weixin-share-open {
  background: url(/assets/images/share/share_wx_arrow.gif) no-repeat !important;
}
.weixin-share-open .weixin-wrap p {
  color: #666 !important;
}
@media (max-width: 991px) {
  .weixin-share-open {
    left: auto;
    right: 0;
    padding-bottom: 9px;
    border-bottom: 1px #ddd solid;
  }
}
.wza-yellow-black div.ui-dialog {
  background: yellow !important;
}
.wza-yellow-black div.ind_pl {
  background: yellow !important;
}
.wza-blue-yellow div.ui-dialog {
  background: blue !important;
}
.wza-blue-yellow div.ind_pl {
  background: blue !important;
}
.wza-yellow-blue div.ui-dialog {
  background: yellow !important;
}
.wza-yellow-blue div.ind_pl {
  background: yellow !important;
}
.wza-black-white div.ui-dialog {
  background: #000 !important;
}
.wza-black-white div.ind_pl {
  background: #000 !important;
}
.wza-white-black div.ui-dialog {
  background: #fff !important;
}
.wza-white-black div.ind_pl {
  background: #fff !important;
}
.wza-black-yellow div.ui-dialog {
  background: black !important;
}
.wza-black-yellow div.ind_pl {
  background: black !important;
}

/*查询提示*/
.wza-black-white div#tips_box {
  background: #000 !important;
}
.wza-black-white div#tips_box .tips_body {
  background: #000 !important;
}
.wza-yellow-black div#tips_box {
  background: yellow !important;
}
.wza-yellow-black div#tips_box .tips_body {
  background: yellow !important;
}
.wza-blue-yellow div#tips_box {
  background: blue !important;
}
.wza-blue-yellow div#tips_box .tips_body {
  background: blue !important;
}
.wza-yellow-blue div#tips_box {
  background: yellow !important;
}
.wza-yellow-blue div#tips_box .tips_body {
  background: yellow !important;
}
.wza-white-black div#tips_box {
  background: yellow !important;
}
.wza-white-black div#tips_box .tips_body {
  background: yellow !important;
}
.wza-black-yellow div#tips_box {
  background: yellow !important;
}
.wza-black-yellow div#tips_box .tips_body {
  background: yellow !important;
}
/*配色-弹窗内容*/
.wza-black-white .ui-dialog-title {
  color: #fff !important;
}
.wza-black-white .ui-dialog-content .jump-info p {
  color: #fff !important;
}
.wza-yellow-black .ui-dialog-title {
  color: #000 !important;
}
.wza-yellow-black .ui-dialog-content .jump-info p {
  color: #000 !important;
}
.wza-blue-yellow .ui-dialog-title {
  color: yellow !important;
}
.wza-blue-yellow .ui-dialog-content .jump-info p {
  color: yellow !important;
}
.wza-yellow-blue .ui-dialog-title {
  color: blue !important;
}
.wza-yellow-blue .ui-dialog-content .jump-info p {
  color: blue !important;
}
.wza-white-black .ui-dialog-title {
  color: #000 !important;
}
.wza-white-black .ui-dialog-content .jump-info p {
  color: #000 !important;
}
.wza-black-yellow .ui-dialog-title {
  color: yellow !important;
}
.wza-black-yellow .ui-dialog-content .jump-info p {
  color: yellow !important;
}
/*配色-提示语*/
.wza-black-white .n-yellow .msg-wrap {
  background: #000 !important;
}
.wza-yellow-black .n-yellow .msg-wrap {
  background: yellow !important;
}
.wza-blue-yellow .n-yellow .msg-wrap {
  background: blue !important;
}
.wza-yellow-blue .n-yellow .msg-wrap {
  background: yellow !important;
}
.wza-white-black .n-yellow .msg-wrap {
  background: white !important;
}
.wza-black-yellow .n-yellow .msg-wrap {
  background: black !important;
}

/*配色-信件查询*/
.wza-black-white .ui-dialog-close {
  color: #fff !important;
  opacity: 1;
  filter: alpha(opacity=100);
}
.wza-black-white .ui-dialog-title {
  color: #fff !important;
}
.wza-black-white .ui-dialog-footer button {
  background: transparent;
  border: none;
}
.wza-black-white .guestbook-search ul li {
  color: #fff;
}
.wza-yellow-black .ui-dialog-title {
  color: #333 !important;
}
.wza-yellow-black .ui-dialog-footer button {
  background: transparent;
  border: none;
  color: #333 !important;
}
.wza-blue-yellow .ui-dialog-close {
  color: yellow !important;
  opacity: 1;
  filter: alpha(opacity=100);
}
.wza-blue-yellow .ui-dialog-title {
  color: yellow !important;
}
.wza-blue-yellow .guestbook-search ul li {
  color: yellow;
}
.wza-blue-yellow .ui-dialog-footer button {
  background: transparent;
  color: yellow !important;
  border: none;
}
.guestbook-search ul li input {
  color: #333;
}

/*无障碍配色导航下拉*/
.wza-black-white .navbar-default .navbar-toggle {
  background-color: black !important;
}
.wza-black-white .navbar-default .navbar-toggle:focus .icon-bar,
.wza-black-white .navbar-default .navbar-toggle:hover .icon-bar,
.wza-black-white .navbar-default .navbar-toggle .icon-bar {
  background-color: #fff !important;
}
.wza-yellow-black .navbar-default .navbar-toggle {
  border-color: black;
  background-color: yellow !important;
}
.wza-yellow-black .navbar-default .navbar-toggle:focus .icon-bar,
.wza-yellow-black .navbar-default .navbar-toggle:hover .icon-bar,
.wza-yellow-black .navbar-default .navbar-toggle .icon-bar {
  background-color: black !important;
}
.wza-blue-yellow .navbar-default .navbar-toggle {
  background-color: blue !important;
}
.wza-blue-yellow .navbar-default .navbar-toggle:focus .icon-bar,
.wza-blue-yellow .navbar-default .navbar-toggle:hover .icon-bar,
.wza-blue-yellow .navbar-default .navbar-toggle:hover .icon-bar,
.wza-blue-yellow .navbar-default .navbar-toggle .icon-bar {
  background-color: yellow !important;
}
.wza-yellow-blue .navbar-default .navbar-toggle {
  border-color: blue !important;
  background-color: yellow !important;
}
.wza-yellow-blue .navbar-default .navbar-toggle:focus .icon-bar,
.wza-yellow-blue .navbar-default .navbar-toggle:hover .icon-bar,
.wza-yellow-blue .navbar-default .navbar-toggle .icon-bar {
  background-color: blue !important;
}
.wza-black-white .navbar-nav li {
  background-color: black !important;
  border-color: #fff;
}
.wza-yellow-black .navbar-nav li {
  background-color: yellow !important;
  border-color: black;
}
.wza-blue-yellow .navbar-nav li {
  background-color: blue !important;
  border-color: yellow;
}
.wza-yellow-blue .navbar-nav li {
  background-color: yellow !important;
  border-color: blue;
}
.wza-white-black .navbar-default .navbar-toggle .icon-bar {
  background-color: black !important;
}
.wza-white-black .navbar-default .navbar-toggle {
  border-color: black !important;
}
.wza-white-black .navbar-nav li {
  background-color: white !important;
  border-color: black;
}
.wza-black-yellow .navbar-default .navbar-toggle .icon-bar {
  background-color: yellow !important;
}
.wza-black-yellow .navbar-default .navbar-toggle {
  border-color: yellow !important;
}

.wza-black-yellow .navbar-nav li {
  background-color: black !important;
  border-color: yellow;
}
.wza-black-white .navbar-nav li {
  background-color: black !important;
  border-color: #fff;
}
.wza-yellow-black .navbar-nav li {
  background-color: yellow !important;
  border-color: black;
}
.wza-blue-yellow .navbar-nav li {
  background-color: blue !important;
  border-color: yellow;
}
.wza-yellow-blue .navbar-nav li {
  background-color: yellow !important;
  border-color: blue;
}
.wza-white-black .navbar-nav li {
  background-color: white !important;
  border-color: black;
}
.wza-black-yellow .navbar-nav li {
  background-color: #000 !important;
  border-color: yellow;
}
/*无障碍调色弹窗样式 end*/
/*工侧栏目小屏*/
.wza-black-white .btn-group .dropdown-menu {
  background-color: black !important;
}
.wza-yellow-black .btn-group .dropdown-menu {
  background-color: yellow !important;
}
.wza-blue-yellow .btn-group .dropdown-menu {
  background-color: blue !important;
}
.wza-yellow-blue .btn-group .dropdown-menu {
  background-color: yellow !important;
}
.wza-white-black .btn-group .dropdown-menu {
  background-color: white !important;
}
.wza-black-yellow .btn-group .dropdown-menu {
  background-color: black !important;
}
