﻿@import 'font/iconfont.css';
@import 'font/iconfont.css';
html,
body {
  width: 100%;
  height: 100%;
  min-height: 100%;
  overflow-x: auto;
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/*初始化样式*/
html,
body {
  overflow-x: visible;
}
body {
  min-width: 1200px;
}
.content {
  position: relative;
  /*min-height: 100%;*/
  width: 100%;
  z-index: 100;
}
.content .top {
  height: 34px;
  margin-top: -34px;
}
.content .main {
  width: 1200px;
  margin: 0 auto;
  overflow-x: inherit;
}
#main,
.main {
  width: 1200px;
  margin: 0 auto;
}
#main {
  overflow: hidden;
}
.bg-swiper {
  position: absolute;
  left: 0px;
  top: 0;
  z-index: -1;
  min-width: 1200px;
  width: 100%;
}
.bg-swiper .swiper-slide img {
  width: 100%;
}
.footer {
  height: 200px;
  margin-top: -200px;
  -webkit-box-shadow: 0px -2px 10px #ccc;
  box-shadow: 0px -2px 10px #ccc;
  -moz-box-shadow: 0px -2px 10px #ccc;
  -ms-box-shadow: 0px -2px 10px #ccc;
  -o-box-shadow: 0px -2px 10px #ccc;
}
#footer {
  -webkit-box-shadow: 0px -2px 10px #ccc;
  box-shadow: 0px -2px 10px #ccc;
  -moz-box-shadow: 0px -2px 10px #ccc;
  -ms-box-shadow: 0px -2px 10px #ccc;
  -o-box-shadow: 0px -2px 10px #ccc;
}
.header-bar {
  background-color: #f5f5f5;
  height: 32px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 998;
}
.header-bar .header-bar-main {
  width: 1200px;
  height: 32px;
  margin: 0 auto;
  font-size: 12px;
}
.header-bar .header-bar-main:before,
.header-bar .header-bar-main:after {
  content: " ";
  display: table;
}
.header-bar .header-bar-main:after {
  clear: both;
}
.header-bar .header-bar-main:before,
.header-bar .header-bar-main:after {
  content: " ";
  display: table;
}
.header-bar .header-bar-main:after {
  clear: both;
}
.header-bar .header-bar-main .layout-fixed,
.header-bar .header-bar-main .layout-body,
.header-bar .header-bar-main .layout-fixed-l,
.header-bar .header-bar-main .layout-fixed-r,
.header-bar .header-bar-main .layout-fixed-t,
.header-bar .header-bar-main .layout-fixed-b {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.header-bar .header-bar-main > .layout-fixed {
  position: relative;
  z-index: 99;
}
.header-bar .header-bar-main > .layout-body {
  position: relative;
  z-index: 98;
}
.header-bar .header-bar-main > .layout-body > .layout-body-main {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.header-bar .header-bar-main > .layout-fixed-l,
.header-bar .header-bar-main > .layout-fixed-r {
  position: relative;
  z-index: 99;
  height: 100%;
}
.header-bar .header-bar-main > .layout-fixed-l {
  float: left;
  width: 150px;
}
.header-bar .header-bar-main > .layout-fixed-r {
  float: right;
  width: 560px;
}
.header-bar .header-bar-main > .layout-body {
  float: left;
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  margin-left: -150px;
  padding-left: 150px;
  margin-right: -560px;
  padding-right: 560px;
}
.header-bar .little-menu-iconfont {
  display: inline-block;
  float: left;
  font-size: 40px;
  padding-top: 0px!important;
  margin-right: 5px;
  color: #096dd9;
  margin-top: -12px;
}
.header-bar .little-menu {
  height: 32px;
  padding-top: 8px;
  cursor: pointer;
}
.header-bar .little-menu .little-menu-item {
  float: left;
}
.header-bar .little-menu .little-menu-item   .little-menu-item {
  margin-left: 10px;
}
.header-bar .little-menu .more {
  position: relative;
  top: 50%;
  margin-top: -7px;
  display: inline-block;
  font-size: 0;
  height: 0;
  width: 0;
  overflow: hidden;
  border-width: 4px;
  border-style: solid dashed dashed dashed;
  border-color: #555555 transparent transparent transparent;
}
.header-bar .areadrop-menu {
  width: 1100px;
  height: 500px;
  overflow: hidden;
  overflow-y: auto;
  padding: 10px 20px;
  margin: 0;
}
.header-bar .areadrop-menu .dropdown-menu-iconfont {
  font-size: 90px;
  color: #096dd9;
}
.header-bar .areadrop-menu .dropdown-menu-title {
  margin-top: 15px;
}
.header-bar .areadrop-menu .dropdown-menu-title h3 {
  margin: 15px 0 5px 0;
}
.header-bar .areadrop-menu .dropdown-menu-title h3 .breadcrumb {
  padding: 0;
}
.header-bar .areadrop-menu .dropdown-menu-title h3 .breadcrumb > .active {
  color: #096dd9;
}
.header-bar .areadrop-menu .dropdown-menu-title p {
  color: #ccc;
  width: 780px;
  float: left;
}
.header-bar .areadrop-menu .dropdown-menu-title .dropdown-menu-title-btn {
  float: right;
  background: #096dd9;
  display: block;
  color: #fff;
  font-size: 16px;
  border: 1px;
}
.header-bar .areadrop-menu .dropdown-menu-district {
  margin: 10px 20px;
}
.header-bar .areadrop-menu .dropdown-menu-district .grid-col-2 {
  padding: 5px;
}
.header-bar .areadrop-menu h4 {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #dcdcdc;
  padding: 5px 5px;
  margin: 0 0 10px 0;
}
.header-bar .areadrop-menu .row {
  overflow: hidden;
  margin: 0 10px 10px 10px;
}
.header-bar .areadrop-menu .row .col-md-3 {
  text-align: center;
}
.header-bar .areadrop-menu .row .col-md-3 a {
  width: 200px;
  height: 40px;
  float: left;
  text-align: left;
  line-height: 40px;
  font-size: 13px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-left: 10px;
}
.header-bar .top-tools .tools-size {
  padding-top: 8px;
  float: right;
  margin-right: 22px;
}
.header-bar .top-tools .tools-size li {
  float: left;
  cursor: pointer;
  position: relative;
}
.header-bar .top-tools .tools-size li   li {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #555555;
  color: #555555;
}
.header-bar .top-tools .tools-size li img {
  margin-right: 5px;
  width: 20px;
  vertical-align: middle;
}
.header-bar .top-tools .tools-size li .weixincode {
  width: 150px;
  position: absolute;
  left: 0;
  top: 26px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s;
}
.header-bar .top-tools .tools-size li .weixincode img {
  display: block;
  margin-right: 0;
  width: 100%;
}
.header-bar .top-tools .tools-size li:hover .weixincode {
  opacity: 1;
  visibility: inherit;
}
.header-bar .top-tools .web-support {
  padding-top: 6px;
  float: right;
}
.header-bar .top-tools .web-support span {
  display: inline-block;
  background-color: #fff;
  padding: 2px 10px;
  overflow: hidden;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.header-bar .top-time {
  text-align: center;
  width: 100%;
  padding: 0 20px;
  line-height: 32px;
}
.logoandsearch {
  padding-top: 34px;
  height: 134px;
  overflow: hidden;
  background-color: #fff;
}
.logoandsearch .logoandsearch-main {
  width: 1200px;
  margin: 0 auto;
}
.logoandsearch .logo img {
  width: 505px;
  height: 80px;
  position: absolute;
  top: 38px;
}
.logoandsearch .search {
  margin-top: 30px;
  position: relative;
  float: right;
  font-size: 16px;
  line-height: 24px;
  border: 1px solid #eaeaea;
  height: 40px;
  overflow: hidden;
}
.logoandsearch .search .search-input {
  width: 348px;
  padding-left: 14px;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
}
.logoandsearch .search .search-btn {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 74px;
  height: 40px;
  border: none;
  background-color: #096dd9;
  line-height: 40px;
  color: #fff;
}
.logoandsearch .search .search-btn .glyphicon,
.logoandsearch .search .search-btn .iconfont {
  color: #ffffff;
  font-size: 22px;
}
.menu {
  background-color: #096dd9;
}
.menu .menu-main {
  width: 1200px;
  height: 50px;
  margin: 0 auto;
  overflow-x: hidden;
}
.menu .menu-main .menu-item {
  height: 50px;
  width: 16.66666667%;
  float: left;
  overflow: hidden;
}
.menu .menu-main .menu-item .iconfont {
  margin-right: 10px;
  font-size: 34px;
  vertical-align: -4px;
}
.menu .menu-item {
  text-align: center;
  font-size: 24px;
  line-height: 50px;
  color: #fff;
  cursor: pointer;
}
.menu .menu-item a {
  color: #fff;
}
.menu .menu-item.active,
.menu .menu-item:hover {
  color: #fff;
  background-color: #054181;
}
.footer-main {
  width: 100%;
  width: 1200px;
  margin: 0 auto;
  padding: 30px;
}
.footer-main:before,
.footer-main:after {
  content: " ";
  display: table;
}
.footer-main:after {
  clear: both;
}
.footer-main:before,
.footer-main:after {
  content: " ";
  display: table;
}
.footer-main:after {
  clear: both;
}
.footer-main .layout-fixed,
.footer-main .layout-body,
.footer-main .layout-fixed-l,
.footer-main .layout-fixed-r,
.footer-main .layout-fixed-t,
.footer-main .layout-fixed-b {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.footer-main > .layout-fixed {
  position: relative;
  z-index: 99;
}
.footer-main > .layout-body {
  position: relative;
  z-index: 98;
}
.footer-main > .layout-body > .layout-body-main {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.footer-main > .layout-fixed {
  float: left;
  width: 300px;
  height: 100%;
}
.footer-main > .layout-body {
  display: inline-block;
  height: 100%;
  width: 100%;
  margin-left: -300px;
  padding-left: 300px;
}
.footer-main .layout-body-main {
  text-align: center;
  padding-top: 14px;
}
.footer-main .layout-fixed {
  overflow: hidden;
}

.footer-main .footer-href {
  display: inline-block;
  overflow: hidden;
  margin-bottom: 0;
}
.footer-main .footer-href li {
  float: left;
  cursor: pointer;
}
.footer-main .footer-href li   li {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #555555;
  color: #555555;
}
.footer-main .footer-statement {
  display: block;
  font-size: 12px;
  color: #ccc;
  line-height: 28px;
  text-align: center;
}
.footer-main .footer-statement span {
  padding: 0 8px;
}
.footer-main .footer-statement span img {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 6px;
  margin-top: -4px;
}
.nav-menus .tab-content {
  -webkit-box-shadow: 0px -1px 6px #ccc;
  box-shadow: 0px -1px 6px #ccc;
  -moz-box-shadow: 0px -1px 6px #ccc;
  -ms-box-shadow: 0px -1px 6px #ccc;
  -o-box-shadow: 0px -1px 6px #ccc;
}
.grid-lay-10-nrange .grid-rows {
  margin-left: 0px;
  margin-right: 0px;
}
.grid-lay-10-nrange .grid-rows:after,
.grid-lay-10-nrange .grid-rows:before {
  display: table;
  content: '';
}
.grid-lay-10-nrange .grid-rows:after {
  clear: both;
}
.grid-lay-10-nrange .grid-col-1,
.grid-lay-10-nrange .grid-col-2,
.grid-lay-10-nrange .grid-col-3,
.grid-lay-10-nrange .grid-col-4,
.grid-lay-10-nrange .grid-col-5,
.grid-lay-10-nrange .grid-col-6,
.grid-lay-10-nrange .grid-col-7,
.grid-lay-10-nrange .grid-col-8,
.grid-lay-10-nrange .grid-col-9,
.grid-lay-10-nrange .grid-col-10 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
.grid-lay-10-nrange .grid-col-1,
.grid-lay-10-nrange .grid-col-2,
.grid-lay-10-nrange .grid-col-3,
.grid-lay-10-nrange .grid-col-4,
.grid-lay-10-nrange .grid-col-5,
.grid-lay-10-nrange .grid-col-6,
.grid-lay-10-nrange .grid-col-7,
.grid-lay-10-nrange .grid-col-8,
.grid-lay-10-nrange .grid-col-9,
.grid-lay-10-nrange .grid-col-10 {
  float: left;
}
.grid-lay-10-nrange .grid-col-1 {
  width: 10%;
}
.grid-lay-10-nrange .grid-col-2 {
  width: 20%;
}
.grid-lay-10-nrange .grid-col-3 {
  width: 30%;
}
.grid-lay-10-nrange .grid-col-4 {
  width: 40%;
}
.grid-lay-10-nrange .grid-col-5 {
  width: 50%;
}
.grid-lay-10-nrange .grid-col-6 {
  width: 60%;
}
.grid-lay-10-nrange .grid-col-7 {
  width: 70%;
}
.grid-lay-10-nrange .grid-col-8 {
  width: 80%;
}
.grid-lay-10-nrange .grid-col-9 {
  width: 90%;
}
.grid-lay-10-nrange .grid-col-10 {
  width: 100%;
}
.grid-lay-12-nrange .grid-rows {
  margin-left: 0px;
  margin-right: 0px;
}
.grid-lay-12-nrange .grid-rows:after,
.grid-lay-12-nrange .grid-rows:before {
  display: table;
  content: '';
}
.grid-lay-12-nrange .grid-rows:after {
  clear: both;
}
.grid-lay-12-nrange .grid-col-1,
.grid-lay-12-nrange .grid-col-2,
.grid-lay-12-nrange .grid-col-3,
.grid-lay-12-nrange .grid-col-4,
.grid-lay-12-nrange .grid-col-5,
.grid-lay-12-nrange .grid-col-6,
.grid-lay-12-nrange .grid-col-7,
.grid-lay-12-nrange .grid-col-8,
.grid-lay-12-nrange .grid-col-9,
.grid-lay-12-nrange .grid-col-10,
.grid-lay-12-nrange .grid-col-11,
.grid-lay-12-nrange .grid-col-12 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
.grid-lay-12-nrange .grid-col-1,
.grid-lay-12-nrange .grid-col-2,
.grid-lay-12-nrange .grid-col-3,
.grid-lay-12-nrange .grid-col-4,
.grid-lay-12-nrange .grid-col-5,
.grid-lay-12-nrange .grid-col-6,
.grid-lay-12-nrange .grid-col-7,
.grid-lay-12-nrange .grid-col-8,
.grid-lay-12-nrange .grid-col-9,
.grid-lay-12-nrange .grid-col-10,
.grid-lay-12-nrange .grid-col-11,
.grid-lay-12-nrange .grid-col-12 {
  float: left;
}
.grid-lay-12-nrange .grid-col-1 {
  width: 8.33333333%;
}
.grid-lay-12-nrange .grid-col-2 {
  width: 16.66666667%;
}
.grid-lay-12-nrange .grid-col-3 {
  width: 25%;
}
.grid-lay-12-nrange .grid-col-4 {
  width: 33.33333333%;
}
.grid-lay-12-nrange .grid-col-5 {
  width: 41.66666667%;
}
.grid-lay-12-nrange .grid-col-6 {
  width: 50%;
}
.grid-lay-12-nrange .grid-col-7 {
  width: 58.33333333%;
}
.grid-lay-12-nrange .grid-col-8 {
  width: 66.66666667%;
}
.grid-lay-12-nrange .grid-col-9 {
  width: 75%;
}
.grid-lay-12-nrange .grid-col-10 {
  width: 83.33333333%;
}
.grid-lay-12-nrange .grid-col-11 {
  width: 91.66666667%;
}
.grid-lay-12-nrange .grid-col-12 {
  width: 100%;
}
.grid-lay-12 .grid-rows {
  margin-left: -15px;
  margin-right: -15px;
}
.grid-lay-12 .grid-rows:after,
.grid-lay-12 .grid-rows:before {
  display: table;
  content: '';
}
.grid-lay-12 .grid-rows:after {
  clear: both;
}
.grid-lay-12 .grid-col-1,
.grid-lay-12 .grid-col-2,
.grid-lay-12 .grid-col-3,
.grid-lay-12 .grid-col-4,
.grid-lay-12 .grid-col-5,
.grid-lay-12 .grid-col-6,
.grid-lay-12 .grid-col-7,
.grid-lay-12 .grid-col-8,
.grid-lay-12 .grid-col-9,
.grid-lay-12 .grid-col-10,
.grid-lay-12 .grid-col-11,
.grid-lay-12 .grid-col-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.grid-lay-12 .grid-col-1,
.grid-lay-12 .grid-col-2,
.grid-lay-12 .grid-col-3,
.grid-lay-12 .grid-col-4,
.grid-lay-12 .grid-col-5,
.grid-lay-12 .grid-col-6,
.grid-lay-12 .grid-col-7,
.grid-lay-12 .grid-col-8,
.grid-lay-12 .grid-col-9,
.grid-lay-12 .grid-col-10,
.grid-lay-12 .grid-col-11,
.grid-lay-12 .grid-col-12 {
  float: left;
}
.grid-lay-12 .grid-col-1 {
  width: 8.33333333%;
}
.grid-lay-12 .grid-col-2 {
  width: 16.66666667%;
}
.grid-lay-12 .grid-col-3 {
  width: 25%;
}
.grid-lay-12 .grid-col-4 {
  width: 33.33333333%;
}
.grid-lay-12 .grid-col-5 {
  width: 41.66666667%;
}
.grid-lay-12 .grid-col-6 {
  width: 50%;
}
.grid-lay-12 .grid-col-7 {
  width: 58.33333333%;
}
.grid-lay-12 .grid-col-8 {
  width: 66.66666667%;
}
.grid-lay-12 .grid-col-9 {
  width: 75%;
}
.grid-lay-12 .grid-col-10 {
  width: 83.33333333%;
}
.grid-lay-12 .grid-col-11 {
  width: 91.66666667%;
}
.grid-lay-12 .grid-col-12 {
  width: 100%;
}
.grid-lay-10 .grid-rows {
  margin-left: -15px;
  margin-right: -15px;
}
.grid-lay-10 .grid-rows:after,
.grid-lay-10 .grid-rows:before {
  display: table;
  content: '';
}
.grid-lay-10 .grid-rows:after {
  clear: both;
}
.grid-lay-10 .grid-col-1,
.grid-lay-10 .grid-col-2,
.grid-lay-10 .grid-col-3,
.grid-lay-10 .grid-col-4,
.grid-lay-10 .grid-col-5,
.grid-lay-10 .grid-col-6,
.grid-lay-10 .grid-col-7,
.grid-lay-10 .grid-col-8,
.grid-lay-10 .grid-col-9,
.grid-lay-10 .grid-col-10 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.grid-lay-10 .grid-col-1,
.grid-lay-10 .grid-col-2,
.grid-lay-10 .grid-col-3,
.grid-lay-10 .grid-col-4,
.grid-lay-10 .grid-col-5,
.grid-lay-10 .grid-col-6,
.grid-lay-10 .grid-col-7,
.grid-lay-10 .grid-col-8,
.grid-lay-10 .grid-col-9,
.grid-lay-10 .grid-col-10 {
  float: left;
}
.grid-lay-10 .grid-col-1 {
  width: 10%;
}
.grid-lay-10 .grid-col-2 {
  width: 20%;
}
.grid-lay-10 .grid-col-3 {
  width: 30%;
}
.grid-lay-10 .grid-col-4 {
  width: 40%;
}
.grid-lay-10 .grid-col-5 {
  width: 50%;
}
.grid-lay-10 .grid-col-6 {
  width: 60%;
}
.grid-lay-10 .grid-col-7 {
  width: 70%;
}
.grid-lay-10 .grid-col-8 {
  width: 80%;
}
.grid-lay-10 .grid-col-9 {
  width: 90%;
}
.grid-lay-10 .grid-col-10 {
  width: 100%;
}
.linktips {
  padding-right: 0 !important;
}
/*实心圆*/
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.invisible {
  visibility: hidden;
}
.text-overflow {
  word-wrap: normal;
  /* for ie */
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.text-center {
  text-align: center !important;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.ml5 {
  margin-left: 5px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.ml15 {
  margin-left: 15px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.mr5 {
  margin-right: 5px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mr15 {
  margin-right: 15px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.pl5 {
  padding-left: 5px !important;
}
.pl10 {
  padding-left: 10px !important;
}
.pl15 {
  padding-left: 15px !important;
}
.pl20 {
  padding-left: 20px !important;
}
.pr5 {
  padding-right: 5px !important;
}
.pr10 {
  padding-right: 10px !important;
}
.pr15 {
  padding-right: 15px !important;
}
.pr20 {
  padding-right: 20px !important;
}
.pb5 {
  padding-bottom: 5px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pb15 {
  padding-bottom: 15px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pt5 {
  padding-top: 5px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt15 {
  padding-top: 15px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.cmall {
  margin: 0 !important;
}
.cmb {
  margin-bottom: 0 !important;
}
.cmt {
  margin-top: 0 !important;
}
.cmr {
  margin-right: 0 !important;
}
.cml {
  margin-left: 0 !important;
}
.cpall {
  padding: 0 !important;
}
.cpb {
  padding-bottom: 0 !important;
}
.cpt {
  padding-top: 0 !important;
}
.cpr {
  padding-right: 0 !important;
}
.cpl {
  padding-left: 0 !important;
}
.img-list {
  overflow: hidden;
}
.img-list .img-list-item {
  float: left;
  text-align: center;
}
.img-list .img-list-item   .img-list-item {
  padding-left: 40px;
}
.img-list .img-list-item:hover .img-main,
.img-list .img-list-item.active .img-main {
  border-bottom: 2px solid #096dd9;
}
.img-list .img-list-item:hover .img-title,
.img-list .img-list-item.active .img-title {
  color: #096dd9;
}
.img-list .img-list-item:hover .img-explain,
.img-list .img-list-item.active .img-explain {
  color: #096dd9;
}
.img-list .img-main {
  display: inline-block;
  position: relative;
  width: 150px;
  padding-top: 120px;
  overflow: hidden;
  border-bottom: 2px solid transparent;
  margin-bottom: 20px;
}
.img-list .img-main img {
  top: 0px;
  left: 0px;
  position: absolute;
  width: 100%;
}
.img-list .img-title {
  text-align: center;
  display: block;
  width: 100%;
  font-size: 16px;
  color: #313131;
  font-weight: bold;
  /* for ie */
  word-wrap: normal;
  /* for ie */
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.img-list .img-explain {
  display: block;
  width: 100%;
  font-size: 16px;
  color: #818181;
  font-weight: normal;
  /* for ie */
  word-wrap: normal;
  /* for ie */
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.header-bar .wangting-top-time {
  text-align: left;
}
.commentgroup .commenttitle {
  padding: 0 0 10px 5px;
  font-size: 15px;
  color: #096dd9;
}
.commentgroup .btn-group {
  padding-bottom: 15px;
  display: block;
}
.commentgroup .btn-group .btn {
  margin-top: 10px;
  float: right;
}
.commentgroup .btn-group .btn .iconfont {
  margin-right: 5px;
  font-size: 18px;
}
.commentgroup .comment-card-list-user {
  padding: 20px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
}
.commentgroup .comment-card-list-user .media .media-left {
  padding-right: 20px;
}
.commentgroup .comment-card-list-user .media .media-left .media-object {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.commentgroup .comment-card-list-user .media .media-body .media-heading {
  color: #000;
}
.commentgroup .comment-card-list-user .media .media-body .thumbs-comment {
  color: #8f8f8f;
}
.commentgroup .comment-card-list-user .media .media-body .thumbs-comment a {
  margin-left: 20px;
  color: #8f8f8f;
}
.commentgroup .comment-card-list-user .media .media-body .thumbs-comment dt {
  float: right;
}
.commentgroup .comment-card-list-user .media .media-body .thumbs-comment dt i {
  margin-left: 5px;
  font-size: 18px;
}
.commentgroup .comment-more {
  font-size: 18px;
}
.commentgroup .comment-more a {
  color: #096dd9;
}
.website-group-main {
  overflow: visible;
}
/*图读轮播*/
.swiperhomenew {
  padding: 10px 0;
  width: 100%;
  height: 340px;
}
.swiperhomenew .height40 {
  height: 40px;
  line-height: 40px;
  overflow: hidden;
}
.swiperhomenew .swiper-wrapper,
.swiperhomenew .swiper-slide,
.swiperhomenew .swiper-slide img,
.swiperhomenew .swiper-slide .title {
  width: 100% !important;
}
.swiperhomenew .swiper-container {
  height: 100%;
}
.swiperhomenew .swiper-container .swiper-wrapper {
  height: 100%;
}
.swiperhomenew .swiper-container .swiper-slide {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.swiperhomenew .swiper-container .swiper-slide img {
  display: block;
  height: 100%;
}
.swiperhomenew .swiper-container .swiper-slide .title {
  padding-left: 15px;
  margin-bottom: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  background: rgba(23, 112, 214, 0.5);
  filter: progid:dximagetransform.microsoft.gradient(startcolorstr=#491770d6, endcolorstr=#491770d6);
  color: #fff;
}
.swiperhomenew .swiper-container .swiper-pagination {
  padding-right: 15px;
  bottom: -3px;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  text-align: right;
}
.swiperhomenew .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  opacity: 1;
  border: 1px solid #fff;
  background: transparent;
}
.swiperhomenew .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}
.swiperhomenew.swiperfullscreen {
  padding: 0;
  margin-bottom: 25px;
  height: 600px;
  box-shadow: 1px 0px 35px rgba(0, 0, 0, 0.1);
}
/*图读轮播数字*/
.swiperhomenewnum {
  padding: 10px 0;
  width: 100%;
  height: 340px;
}
.swiperhomenewnum .height40 {
  height: 40px;
  line-height: 40px;
  overflow: hidden;
}
.swiperhomenewnum .swiper-wrapper,
.swiperhomenewnum .swiper-slide,
.swiperhomenewnum .swiper-slide img,
.swiperhomenewnum .swiper-slide .title {
  width: 100% !important;
}
.swiperhomenewnum .swiper-container {
  height: 100%;
}
.swiperhomenewnum .swiper-container .swiper-wrapper {
  height: 100%;
}
.swiperhomenewnum .swiper-container .swiper-slide {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.swiperhomenewnum .swiper-container .swiper-slide img {
  display: block;
  height: 100%;
}
.swiperhomenewnum .swiper-container .swiper-slide .title {
  padding-left: 15px;
  margin-bottom: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.3);
  filter: progid:dximagetransform.microsoft.gradient(startcolorstr=#49000000, endcolorstr=#29000000);
  color: #fff;
}
.swiperhomenewnum .swiper-container .swiper-pagination {
  padding-right: 15px;
  bottom: -3px;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  text-align: right;
}
.swiperhomenewnum .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  opacity: 1;
  background-color: #000;
  border-radius: 2px;
  color: #fff;
}
.swiperhomenewnum .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #096dd9;
}
.swiperhomenewnum.swiperfullscreen {
  padding: 0;
  margin-bottom: 25px;
  height: 600px;
  box-shadow: 1px 0px 35px rgba(0, 0, 0, 0.1);
}
/*精彩专题*/
.home-notice .home-notice-item {
  margin-top: 15px;
  width: 100%;
  height: 82px;
  overflow: hidden;
}
.home-notice .home-notice-item img {
  width: 100%;
}
/*轮播横幅*/
.home-carouselbanner .swiper-container {
  width: 100%;
  height: 110px;
}
.home-carouselbanner .swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 110px;
  display: block;
}
/*公用首页底部下拉*/
.website-group-main .website-item .dropdown-menu {
  height: 200px;
  overflow: hidden;
  overflow-y: auto;
}
/*暂时tab公用*/
.nav-tabs-line > li.active > a,
.nav-tabs-line > li.active > a:focus,
.nav-tabs-line > li.active > a:hover {
  border-color: #096dd9;
  color: #096dd9;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  background-color: #096dd9;
}
.nav > li > a:focus,
.nav > li > a:hover {
  background: none;
}
.list-group-item {
  line-height: 30px;
}
.tab-pane {
  overflow: hidden;
}
/*评论*/
/*新闻列表详情*/
.maindetails {
  padding: 50px 0;
  padding-bottom: 5px;
  background:  no-repeat center top;
  background-size: 100% auto;
}
.maindetails .main {
  padding: 15px 20px;
  background: #fff;
}
.contentbox {
  padding: 20px 0 30px;
  padding-bottom: 5px;
}
.contentbox .contentboxl {
  width: 850px;
  float: left;
}
.contentbox .contentboxl .contentcont {
  padding-right: 20px;
  border-right: 1px solid #ccc;
}
.contentbox .contenttextbox {
  padding: 15px 15px;
  margin-bottom: 15px;
  line-height: 30px;
  /*.borderbottomtwo;*/
}
.contentbox .contenttextbox img {
  max-width: 100%;
}
.contentbox .contenttextbox p{margin: auto;padding: auto;line-height: 25px;}
.contentbox .titleborderb {
  border-color: #000 !important;
}
.contentbox .titleborderb h3 {
  font-size: 28px;
  color: #096dd9;
}
.contentbox .titleborderb h4 {
  font-size: 24px;
}
.contentbox .titleborderb .textattribute {
  font-size: 16px;
}
.contentbox .titleborderb .textattribute dt {
  float: right;
}
.contentbox .titleborderb .textattribute dt .sharebox {
  margin: 0;
}
.contentbox .titleborderb .textattribute dt .sharebox span img {
  width: 30px;
}
.contentbox .sharebox {
  margin-top: 10px;
  font-size: 16px;
}
.contentbox .sharebox span {
  margin-right: 18px;
}
.contentbox .sharebox span img {
  width: 40px;
}
.contentbox .contentboxr {
  width: 290px;
  float: right;
}
.contentbox .contentboxr h3 {
  font-size: 18px;
}
.relatedlist li {
  padding: 15px 0 10px;
  font-size: 16px;
}
.relatedlist li .pic {
  height: 150px;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
}
.relatedlist li .pic img {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translatey(-50%);
}
/*专题*/
.banspecial {
  margin: 0 0 10px;
  background:  no-repeat center top / 100% 100%;
  height: 230px;
}
.titlespecial {
  padding: 3px 0 0 15px;
  margin-bottom: 20px;
  border-bottom: 2px solid #096dd9;
  line-height: 45px;
  color: #096dd9;
  font-size: 18px;
  font-weight: 600;
}
.titlespecial .more {
  margin-top: 0;
  font-weight: 400;
}
.contentbox .specialboxl {
  width: 290px;
  float: left;
}
.contentbox .specialboxr {
  width: 830px;
  float: right;
}
.list-special .list-group-item {
  padding: 5px 15px 4px 35px;
  position: relative;
}
.list-special .list-group-item:before {
  content: '';
  position: absolute;
  left: 15px;
  top: 17px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #8c8c8c;
}
.list-special .list-group-item .layout-fixed {
  color: #8c8c8c;
}
.specialimgbox .specialimglist {
  margin-right: -35px;
}
.specialimgbox .specialimglist li {
  margin: 5px 35px 20px 0;
  width: 560px;
  float: left;
  transition: all 0.4s;
}
.specialimgbox .specialimglist li .pic {
  width: 100%;
  height: 110px;
}
.specialimgbox .specialimglist li .pic img {
  display: block;
  width: 100%;
  height: 100%;
}
.specialimgbox .specialimglist li .title {
  padding: 0 10px;
}
.specialimgbox .specialimglist li .title .time {
  float: right;
}
.specialimgbox .specialimglist li:hover {
  box-shadow: 1px 0px 35px rgba(0, 0, 0, 0.15);
}
/*精彩专题*/
.specialimgbox.specialimgboxdh .specialimglist {
  margin-right: 0;
}
.specialimgbox.specialimgboxdh .specialimglist li {
  margin: 0 0 25px;
  width: 100%;
  float: none;
  border: 1px solid #ddd;
  cursor: pointer;
}
.specialimgbox.specialimgboxdh .specialimglist li .pic {
  height: auto;
}
.specialimgbox.specialimgboxdh .specialimglist li .title {
  padding: 5px 10px;
}
.specialimgbox.specialimgboxdh .specialimglist li .title .time {
  color: #969696;
}
.specialimgbox.specialimgboxdh .specialimglist li a {
  color: #969696;
}
.specialimgbox.specialimgboxdh .specialimglist li:hover a {
  color: #000;
}
/*概览*/
.ownerimglist {
  margin: 0 -12px;
}
.ownerimglist li {
  margin: 0 12px 25px;
  width: 30.5%;
  float: left;
  height: 150px;
  position: relative;
  border-radius: 3px;
  cursor: pointer;
  overflow: hidden;
}
.ownerimglist li img {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.ownerimglist li .intro {
  padding: 0 25px;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  filter: progid:dximagetransform.microsoft.gradient(startcolorstr=#19000000, endcolorstr=#19000000);
  opacity: 0;
  transition: all 0.6s;
  display: none;
}
.ownerimglist li .intro span {
  display: table-cell;
  vertical-align: middle;
}
.ownerimglist li .tag {
  padding: 5px 10px;
  display: inline-block;
  background: #ff3643;
  color: #fff;
  border-radius: 3px;
  position: absolute;
  right: 0;
  top: 0;
}
.ownerimglist li:hover .intro {
  opacity: 1;
  display: table;
}
/* 概览单篇正文 */
.singletext {
  overflow: auto;
  height: 600px;
  margin: 20px;
}
/*图片标题*/
.imagesnews {
  margin-left: -15px;
  margin-right: -15px;
  text-align: center;
  font-size: 16px;
}
.imagesnews li {
  padding: 5px 20px 20px;
  width: 33.33%;
  float: left;
  cursor: pointer;
  transition: all 0.6s;
}
.imagesnews a {
  display: block;
  transition: all 0.6s;
}
.imagesnews a:hover {
  color: #096dd9;
}
.imagesnews a:hover .pic:after {
  display: block;
  opacity: 1;
}
.imagesnews .pic {
  margin-bottom: 10px;
  height: 150px;
  position: relative;
  overflow: hidden;
}
.imagesnews .pic img {
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.imagesnews .pic:after {
  content: '';
  width: 100%;
  height: 3px;
  background: #096dd9;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  display: none;
  transition: all 0.6s;
}
/*图片新闻*/
.grid-lay-viewbox {
  overflow: hidden;
  width: 1200px;
}
.imagesviewbox {
  margin-left: -20px;
  margin-right: -20px;
}
.imagesviewbox .imagesview {
  padding: 5px 20px 20px;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.6s;
}
.imagesviewbox .imagesview .pic {
  margin-bottom: 10px;
  height: 200px;
  position: relative;
  overflow: hidden;
}
.imagesviewbox .imagesview .pic img {
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.imagesviewbox .imagesview .pic:after {
  content: '';
  width: 100%;
  height: 3px;
  background: #096dd9;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  display: none;
  transition: all 0.6s;
}
.imagesviewbox .imagesview:hover {
  color: #096dd9;
}
.imagesviewbox .imagesview:hover .pic:after {
  display: block;
  opacity: 1;
}
/*图文列表*/
.graphiclist {
  padding-top: 10px;
}
.graphiclist li dl {
  height: 170px;
}
.graphiclist li dt {
  width: 225px;
  float: left;
  border-radius: 3px;
  height: 100%;
  overflow: hidden;
}
.graphiclist li dt img {
  display: block;
  height: 100%;
}
.graphiclist li dd {
  margin-left: 245px;
  width: 560px;
  height: 100%;
  font-size: 16px;
}
.graphiclist li dd h4 {
  max-height: 40px;
  overflow: hidden;
}
.graphiclist li dd .intro {
  margin: 20px 0;
  height: 65px;
  color: #8f8f8f;
  overflow: hidden;
}
.graphiclist li dd p {
  color: #8f8f8f;
}
.graphiclist li dd p .dlmore {
  width: 120px;
  text-align: center;
  line-height: 24px;
  float: right;
  display: inline-block;
  border: 1px solid #096dd9;
  border-radius: 2px;
  color: #096dd9;
  font-size: 14px;
}
/*图读细览*/
.figurereadbox {
  margin-bottom: 25px;
}
.figurereadbox .height80 {
  height: 80px;
  line-height: 80px;
  overflow: hidden;
}
.figurereadbox .width100 {
  width: 100% !important;
}
.figurereadbox .swiperfigure {
  padding: 10px 25px 10px 0;
  margin-bottom: 10px;
  height: 460px;
  border-right: 2px solid #ddd;
}
.figurereadbox .swiperfigure .swiper-container {
  height: 100%;
}
.figurereadbox .swiperfigure .swiper-container .swiper-wrapper {
  width: 100% !important;
  height: 100%;
}
.figurereadbox .swiperfigure .swiper-container .swiper-slide {
  width: 100% !important;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.figurereadbox .swiperfigure .swiper-container .swiper-slide img {
  display: block;
  width: 100% !important;
}
.figurereadbox .swiperfigure .swiper-container .swiper-slide .title {
  padding-left: 15px;
  margin-bottom: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100% !important;
  height: 80px;
  line-height: 80px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.3);
  filter: progid:dximagetransform.microsoft.gradient(startcolorstr=#49000000, endcolorstr=#29000000);
  color: #fff;
}
.figurereadbox .swiperfigure .swiper-container .swiper-pagination {
  padding-right: 15px;
  bottom: 0;
  height: 80px;
  line-height: 80px;
  overflow: hidden;
  text-align: right;
}
.figurereadbox .swiperfigure .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  opacity: 1;
  background: #fff;
}
.figurereadbox .swiperfigure .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #054181;
}
.figurereadbox .rightcontent {
  line-height: 30px;
  color: #969696;
}
/*按钮*/
.btn {
  padding: 9px 18px;
  border-radius: 1px;
}
.btn-primary {
  background-color: #096dd9;
  border-color: #096dd9;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background-color: #096dd9 !important;
  border-color: #096dd9 !important;
  outline: 0 !important;
}
/*关联列表*/
.articlepage {
  padding: 15px 0;
  font-size: 18px;
  line-height: 30px;
}
.articlepage li {
  padding: 5px 0;
}
.articlepage li a {
  color: #096dd9;
}
/*详情*/
.page-navigation {
  text-align: center;
}
/*.pagination {
  margin: 20px auto;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.pagination > li {
  float: left;
  display: inline-block;
  margin: 0;
}
.pagination > li   li {
  padding-left: 8px;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #096dd9;
  border-color: #096dd9;
  cursor: default;
}*/
.pagination {padding: 10px;line-height: 28px;text-align: center;height: 28px;}
.pagination > span {color: #0069c5;float: left;margin: 0 5px;height: 28px;border-radius: 3px;padding: 0 10px;font-size: 14px;}
.pagination > a {text-decoration: none;border: #0069c5 1px solid;width: 28px;height: 28px;display: block;float: left;margin: 0 5px;border-radius: 3px;position: relative;z-index: 2;font-size: 14px;color: #0069c5;}
/* .pagination > a:after{content: "";display: block;width: 100%;height: 100%;background: #0069c5;position: absolute;top: 0;right: 0;z-index: -1;transition: all 0.3s;transform: scale(0);} */
.pagination > a:hover {color: #fff;background: #0069c5;}
/* .pagination > a:hover:after {transform: scale(1);} */
.pagination .show_page_content {border: #0069c5 1px solid;color: #333333; background: #0069c5;color: #fff;display: block;}
.pagination .prev,.pagination .next{width: 60px;}
.pagination .go {cursor: pointer;background: initial;color: #0069c5;position: relative;z-index: 2;}
/* .pagination .go:after{content: "";display: block;width: 100%;height: 100%;background: #0069c5;position: absolute;top: 0;right: 0;z-index: -1;transition: all 0.3s;transform: scale(0);} */
.pagination .go:hover {color: #fff;background: #0069c5;}
/* .pagination .go:hover:after {transform: scale(1);} */
.pagination .active {background: #0069c5;color: #fff;border: #0069c5 1px solid;width: 30px;padding: 0;}
.pagination .input_t {padding: 0;background: initial;}
.pagination .input_t input{width: 40px;height: 100%;border: none;padding: 0 0 0 5px;display: block;color: #333;}
.pagination .go {cursor: pointer;}
/*分页*/
.nav-tree > dt,
.nav-tree > dd {
  margin: 0;
  padding: 0;
}
.nav-tree > dt > a {
  display: block;
  line-height: 50px;
  color: #fff;
  font-size: 24px;
  background-color: #096dd9;
  padding-left: 20px;
}
.nav-tree > dd {
  padding: 20px 0;
  background-color: #fafafa;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.nav-tree > dd > a {
  padding-left: 58px;
  display: block;
  line-height: 46px;
  color: #6c6c6c;
  font-size: 20px;
  border-right: 4px solid transparent;
}
.nav-tree > dd > a:hover,
.nav-tree > dd > a.active {
  color: #096dd9;
  background-color: #b2d6fc;
  border-right: 4px solid #096dd9;
}
.nav-tree li {
  padding-left: 20px;
}
.nav-tree li > ul {
  display: none;
}
.nav-tree li.active > ul {
  display: block;
}
/*侧边树*/
.ztreewrap {
  padding-top: 15px;
}
.ztreewrap > li {
  padding: 4px 0;
}
.ztreewrap li li {
  padding: 3px 0 3px 20px;
  position: relative;
}
.ztreewrap .submenu {
  position: relative;
  /*二级及以下*/
}
.ztreewrap .submenu > a {
  padding-left: 20px;
}
.ztreewrap .submenu > a:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 6px;
  font-size: 18px;
  color: #096dd9;
  display: block;
  width: 15px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  border: 1px solid #ccc;
}
.ztreewrap .submenu.active > a:after {
  content: "-";
  line-height: 10px;
}
.ztreewrap .submenu li:after {
  content: '';
  width: 1px;
  height: 100%;
  border-left: 1px dashed #ccc;
  position: absolute;
  left: 7px;
  top: 0;
}
.ztreewrap .submenu li:before {
  content: '';
  width: 10px;
  height: 1px;
  border-top: 1px dashed #ccc;
  position: absolute;
  left: 8px;
  top: 13px;
}
.ztreewrap .submenu li:last-child:after {
  height: 50%;
}
/*左侧列表*/
.home .top {
  height: 34px;
  margin-top: -34px;
  overflow: hidden;
}
.home .header-bar {
  background: transparent!important;
}
.home .main {
  overflow-x: initial;
}
.home .home-logo {
  width: 624px;
  height: 320px;
  margin: 114px auto 44px;
  overflow: hidden;
}
.home .home-logo img {
  width: 100%;
}
.home .home-search {
  position: relative;
  font-size: 24px;
  width: 816px;
  margin: 0 auto 12px;
  overflow: hidden;
}
.home .home-search .search-input {
  width: 100%;
  height: 68px;
  padding-left: 14px;
  padding-right: 98px;
  font-size: 24px;
  line-height: 70px;
  border: 1px solid #eaeaea;
  background-color: #fff;
  color: rgba(0, 0, 0, 0.25);
}
.home .home-search .search-input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.25);
  /* webkit, blink, edge */
}
.home .home-search .search-input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.25);
  /* mozilla firefox 4 to 18 */
}
.home .home-search .search-input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.25);
  /* mozilla firefox 19  */
}
.home .home-search .search-input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.25);
  /* internet explorer 10-11 */
}
.home .home-search .search-btn {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 84px;
  height: 68px;
  border: 1px solid #096dd9;
  background-color: #096dd9;
  line-height: 70px;
}
.home .home-search .search-btn .glyphicon,
.home .home-search .search-btn .iconfont {
  display: inline-block;
  font-size: 30px;
  line-height: 68px;
  color: #fff;
}
.home .home-search-text {
  width: 100%;
  color: #000;
  font-size: 20px;
  text-align: center;
  margin-bottom: 64px;
}
.home .home-search-text span {
  font-weight: bold;
  color: #2f2f2f;
}
.home .home-search-text a {
  margin-right: 10px;
}
.home .home-menu {
  position: relative;
  background-color: #096dd9;
  height: 100px;
  margin-bottom: 28px;
}
.home .home-menu > .grid-rows {
  height: 100%;
}
.home .home-menu .home-menu-item {
  display: block;
  z-index: 99;
  position: inherit;
  height: 100%;
  padding-top: 22px;
  text-align: center;
}
.home .home-menu .home-menu-item .menu-item-text {
  height: 48px;
  display: inline-block;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  text-align: center;
}
.home .home-menu .home-menu-item:hover .subcontent {
  display: block;
}
.home .home-menu .menu-item-icon {
  display: inline-block;
  padding-top: 4px;
  font-size: 60px;
  line-height: 48px;
  margin-right: 10px;
  color: #fff;
}
.home .subcontent {
  display: none;
  position: absolute;
  text-align: left;
  left: 0px;
  bottom: 100px;
  width: 100%;
  height: 570px;
  padding: 50px 50px 20px;
  background-color: #fff;
  -webkit-box-shadow: 0px -1px 6px #ccc;
  box-shadow: 0px -1px 6px #ccc;
  -moz-box-shadow: 0px -1px 6px #ccc;
  -ms-box-shadow: 0px -1px 6px #ccc;
  -o-box-shadow: 0px -1px 6px #ccc;
  border: 1px solid #d5d5d5;
}
.home .subcontent .home-menu-tabs {
  overflow: hidden;
  width: 100%;
}
.home .subcontent .home-menu-tabs:before,
.home .subcontent .home-menu-tabs:after {
  content: " ";
  display: table;
}
.home .subcontent .home-menu-tabs:after {
  clear: both;
}
.home .subcontent .home-menu-tabs:before,
.home .subcontent .home-menu-tabs:after {
  content: " ";
  display: table;
}
.home .subcontent .home-menu-tabs:after {
  clear: both;
}
.home .subcontent .home-menu-tabs .layout-fixed,
.home .subcontent .home-menu-tabs .layout-body,
.home .subcontent .home-menu-tabs .layout-fixed-l,
.home .subcontent .home-menu-tabs .layout-fixed-r,
.home .subcontent .home-menu-tabs .layout-fixed-t,
.home .subcontent .home-menu-tabs .layout-fixed-b {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.home .subcontent .home-menu-tabs > .layout-fixed {
  position: relative;
  z-index: 99;
}
.home .subcontent .home-menu-tabs > .layout-body {
  position: relative;
  z-index: 98;
}
.home .subcontent .home-menu-tabs > .layout-body > .layout-body-main {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.home .subcontent .home-menu-tabs > .layout-fixed {
  float: left;
  width: 320px;
  height: 100%;
}
.home .subcontent .home-menu-tabs > .layout-body {
  display: inline-block;
  height: 100%;
  width: 100%;
  margin-left: -320px;
  padding-left: 320px;
}
.home .subcontent .home-menu-tabs > .layout-body > .layout-body-main {
  padding-left: 50px;
}
.home .subcontent .svg-icon {
  width: 1.2em;
  height: 1.2em;
  vertical-align: -0.15em;
  text-align: center;
  fill: currentcolor;
  overflow: hidden;
  margin: 0 auto;
}
.home .subcontent .subcontent-title {
  width: 100%;
  margin-bottom: 30px;
  overflow: hidden;
}
.home .subcontent .subcontent-title .icon {
  display: block;
  float: left;
  font-size: 90px;
  height: 90px;
  line-height: 90px;
  color: #096dd9;
}
.home .subcontent .subcontent-title .subcontent-title-main {
  float: right;
  width: 100%;
  padding-left: 100px;
  margin-left: -100px;
  text-align: left;
}
.home .subcontent .subcontent-title .subcontent-title-main h3 {
  font-size: 36px;
  color: #000;
  padding-top: 10px;
  padding-bottom: 6px;
}
.home .subcontent .subcontent-title .subcontent-title-main p {
  margin: 0;
  padding: 0;
  color: #096dd9;
  font-size: 18px;
}
.home .subcontent .index-card {
  width: 100%;
  display: block;
  background-color: #096dd9;
  overflow: hidden;
  line-height: 0px;
}
.home .subcontent .index-card:before,
.home .subcontent .index-card:after {
  content: " ";
  display: table;
}
.home .subcontent .index-card:after {
  clear: both;
}
.home .subcontent .index-card:before,
.home .subcontent .index-card:after {
  content: " ";
  display: table;
}
.home .subcontent .index-card:after {
  clear: both;
}
.home .subcontent .index-card .layout-fixed,
.home .subcontent .index-card .layout-body,
.home .subcontent .index-card .layout-fixed-l,
.home .subcontent .index-card .layout-fixed-r,
.home .subcontent .index-card .layout-fixed-t,
.home .subcontent .index-card .layout-fixed-b {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.home .subcontent .index-card > .layout-fixed {
  position: relative;
  z-index: 99;
}
.home .subcontent .index-card > .layout-body {
  position: relative;
  z-index: 98;
}
.home .subcontent .index-card > .layout-body > .layout-body-main {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.home .subcontent .index-card > .layout-fixed {
  float: left;
  width: 40px;
  height: 100%;
}
.home .subcontent .index-card > .layout-body {
  display: inline-block;
  height: 100%;
  width: 100%;
  margin-left: -40px;
  padding-left: 40px;
}
.home .subcontent .index-card::before,
.home .subcontent .index-card::after {
  display: none;
}
.home .subcontent .index-card > .layout-fixed > span {
  display: block;
  width: 18px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  overflow: hidden;
}
.home .subcontent .index-card > .layout-body > .layout-body-main {
  background-color: #fff;
}
.home .subcontent .index-card-list {
  margin: 0;
  width: 100%;
  padding: 28px 36px;
  border: 1px solid #d6d6d6;
  border-left-color: transparent;
}
.home .subcontent .index-card-list > li {
  /* for ie */
  word-wrap: normal;
  /* for ie */
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.home .subcontent .index-card-list > li   li {
  margin-top: 24px;
}
.home .subcontent .index-card-list > li:hover a {
  color: #096dd9;
}
.home .subcontent .index-card-list a {
  display: block;
  line-height: 32px;
  font-size: 18px;
  color: #545454;
}
.home .subcontent .index-card-list .icon {
  float: left;
  font-size: 40px;
  margin-right: 20px;
}
.home .subcontent .leader-area {
  width: 100%;
}
.home .subcontent .leader-area:before,
.home .subcontent .leader-area:after {
  content: " ";
  display: table;
}
.home .subcontent .leader-area:after {
  clear: both;
}
.home .subcontent .leader-area:before,
.home .subcontent .leader-area:after {
  content: " ";
  display: table;
}
.home .subcontent .leader-area:after {
  clear: both;
}
.home .subcontent .leader-area .layout-fixed,
.home .subcontent .leader-area .layout-body,
.home .subcontent .leader-area .layout-fixed-l,
.home .subcontent .leader-area .layout-fixed-r,
.home .subcontent .leader-area .layout-fixed-t,
.home .subcontent .leader-area .layout-fixed-b {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.home .subcontent .leader-area > .layout-fixed {
  position: relative;
  z-index: 99;
}
.home .subcontent .leader-area > .layout-body {
  position: relative;
  z-index: 98;
}
.home .subcontent .leader-area > .layout-body > .layout-body-main {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.home .subcontent .leader-area > .layout-fixed {
  float: right;
  width: 240px;
  height: 100%;
}
.home .subcontent .leader-area > .layout-body {
  display: inline-block;
  height: 100%;
  width: 100%;
  margin-right: -240px;
  padding-right: 240px;
}
.home .subcontent .leader-card {
  width: 100%;
  padding: 30px 20px;
  padding-right: 0px;
}
.home .subcontent .leader-card:before,
.home .subcontent .leader-card:after {
  content: " ";
  display: table;
}
.home .subcontent .leader-card:after {
  clear: both;
}
.home .subcontent .leader-card:before,
.home .subcontent .leader-card:after {
  content: " ";
  display: table;
}
.home .subcontent .leader-card:after {
  clear: both;
}
.home .subcontent .leader-card .layout-fixed,
.home .subcontent .leader-card .layout-body,
.home .subcontent .leader-card .layout-fixed-l,
.home .subcontent .leader-card .layout-fixed-r,
.home .subcontent .leader-card .layout-fixed-t,
.home .subcontent .leader-card .layout-fixed-b {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.home .subcontent .leader-card > .layout-fixed {
  position: relative;
  z-index: 99;
}
.home .subcontent .leader-card > .layout-body {
  position: relative;
  z-index: 98;
}
.home .subcontent .leader-card > .layout-body > .layout-body-main {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.home .subcontent .leader-card > .layout-fixed {
  float: left;
  width: 100px;
  height: 100%;
}
.home .subcontent .leader-card > .layout-body {
  display: inline-block;
  height: 100%;
  width: 100%;
  margin-left: -100px;
  padding-left: 100px;
}
.home .subcontent .leader-card > .layout-body > .layout-body-main {
  padding-left: 20px;
  background-color: #fff;
}
.home .subcontent .leader-card .leader-img {
  position: relative;
  width: 100px;
  height: 150px;
  overflow: hidden;
}
.home .subcontent .leader-card .leader-img img {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
}
.home .subcontent .leader-card .leader-name {
  text-align: left;
  color: #545454;
  line-height: 24px;
  font-size: 16px;
  padding: 10px 0 20px;
}
.home .subcontent .leader-card .leader-name span {
  font-size: 24px;
  color: #096dd9;
  font-weight: bold;
}
.home .subcontent .leader-card .leader-intro {
  font-size: 12px;
  color: #000;
  text-align: left;
  line-height: 16px;
  height: 48px;
  overflow: hidden;
  margin-bottom: 10px;
}
.home .subcontent .leader-card .leader-btns a {
  float: left;
  display: inline-block;
  font-size: 16px;
  border: 1px solid #ccc;
  padding: 6px 0px;
  padding-left: 10px;
  padding-right: 16px;
  line-height: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}
.home .subcontent .leader-card .leader-btns a:hover {
  border-color: #096dd9;
  background-color: #096dd9;
  color: #fff;
}
.home .subcontent .leader-card .leader-btns a:hover .icon {
  color: #fff;
}
.home .subcontent .leader-card .leader-btns .icon {
  float: left;
  font-size: 20px;
  margin-right: 6px;
  color: #096dd9;
}
.home .subcontent .leader-card .leader-btns a   a {
  margin-left: 10px;
}
.home .subcontent .leader-list {
  padding: 30px 10px;
}
.home .subcontent .leader-list .leader-list-title {
  text-align: left;
  color: #545454;
  font-size: 16px;
  padding: 10px 0 20px;
}
.home .subcontent .leader-list .leader-list-item {
  color: #096dd9;
  text-align: center;
  font-size: 16px;
  margin-bottom: 10px;
}
.home .subcontent .app-list {
  padding-top: 10px;
}
.home .subcontent .app-list-main {
  overflow: hidden;
}
.home .subcontent .app-list-item {
  display: block;
  padding: 10px 0;
  background-color: #f7f7f7;
  text-align: center;
  margin-top: 12px;
  cursor: pointer;
  /* 文字溢出 */
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.home .subcontent .app-list-item .iconfont {
  display: block;
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 10px;
}
.home .subcontent .app-list-item p {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 24px;
}
.home .subcontent .app-list-item a {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 24px;
}
.home .home-rows {
  display: block;
  width: 100%;
  margin-bottom: 16px;
}
.home .home-message-layout {
  width: 100%;
  background-color: #f2f2f2;
  padding: 10px 10px 0;
}
.home .home-message-layout:before,
.home .home-message-layout:after {
  content: " ";
  display: table;
}
.home .home-message-layout:after {
  clear: both;
}
.home .home-message-layout:before,
.home .home-message-layout:after {
  content: " ";
  display: table;
}
.home .home-message-layout:after {
  clear: both;
}
.home .home-message-layout .layout-fixed,
.home .home-message-layout .layout-body,
.home .home-message-layout .layout-fixed-l,
.home .home-message-layout .layout-fixed-r,
.home .home-message-layout .layout-fixed-t,
.home .home-message-layout .layout-fixed-b {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.home .home-message-layout > .layout-fixed {
  position: relative;
  z-index: 99;
}
.home .home-message-layout > .layout-body {
  position: relative;
  z-index: 98;
}
.home .home-message-layout > .layout-body > .layout-body-main {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.home .home-message-layout > .layout-fixed {
  float: left;
  width: 68px;
  height: 100%;
}
.home .home-message-layout > .layout-body {
  display: inline-block;
  height: 100%;
  width: 100%;
  margin-left: -68px;
  padding-left: 68px;
}
.home .home-message-layout .home-message-title {
  display: block;
  font-size: 20px;
  line-height: 30px;
  padding: 10px 0;
  background-color: #096dd9;
  text-align: center;
  color: #fff;
}
.home .home-message-layout .home-message-list {
  padding-left: 20px;
}
.home .home-message-layout .list-group {
  margin-bottom: 0px;
}
.home .home-message-layout .list-group-item {
  padding-top: 4px;
}
.home .home-notice .swiper-slide {
  padding: 0 5px 0 5px;
}
.home .home-notice .home-notice-item {
  width: 100%;
  height: 82px;
  overflow: hidden;
}
.home .home-notice .home-notice-item img {
  width: 100%;
}
.home .home-new .banner {
  width: 100%;
  height: 300px;
}
.home .home-new .banner img {
  width: 100%;
}
.home .home-carouselbanner .swiper-container {
  width: 1200px;
  height: 110px;
  margin-bottom: 10px;
}
.home .home-carouselbanner .swiper-container .swiper-wrapper .swiper-slide img {
  width: 1200px;
  height: 110px;
  display: block;
}
.home .home-values {
  height: 256px;
}
.home .website-group {
  height: 64px;
  width: 100%;
  padding: 12px 0;
  background-color: #f2f4f7;
}
.home .website-group .website-group-main {
  width: 1200px;
  margin: 0 auto;
}
.home .website-group .website-item {
  width: 100%;
}
.home .website-group .website-item .dropdown-menu {
  height: 200px;
  overflow: hidden;
  overflow-y: auto;
}
.home .footer {
  -webkit-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  -ms-box-shadow: 0 0 0 transparent;
  -o-box-shadow: 0 0 0 transparent;
}
.home .home-zwgk {
  overflow: hidden;
  overflow-y: auto;
}
.home .home-bsfw {
  overflow: hidden;
  overflow-y: auto;
}
.home .home-bsfw .wsbs-card,
.home .home-bsfw .bmfw-card,
.home .home-bsfw .zwdt-card {
  line-height: 0px;
}
.home .home-bsfw .wsbs-card > .layout-fixed,
.home .home-bsfw .bmfw-card > .layout-fixed,
.home .home-bsfw .zwdt-card > .layout-fixed {
  padding-top: 50px;
}
.home .home-bsfw .wsbs-card {
  background-color: #014a84;
}
.home .home-bsfw .bmfw-card {
  background-color: #2c80fc;
}
.home .home-bsfw .zwdt-card {
  background-color: #51b0dd;
}
.home .home-bsfw .card-pic {
  position: relative;
  width: 100%;
  height: 190px !important;
  border: 1px solid #ccc;
  border-left: none;
  overflow: hidden;
  background-color: #fff;
}
.home .home-bsfw .card-pic img {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
.home .home-bsfw .app-list .tab-content {
  height: 212px;
  overflow: hidden;
}
.home .home-hdhy {
  overflow: hidden;
  overflow-y: auto;
}
.home .home-hdhy .icon-hdhy {
  display: block;
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 10px;
  margin-left: 25px;
}
.home .home-hdhy .home-menu-tabs {
  margin-bottom: 20px;
}
.home .home-hdhy .home-menu-tabs > .layout-body > .layout-body-main {
  padding-left: 30px;
}
.home .home-hdhy .table th,
.home .home-hdhy .table td {
  font-size: 14px;
  color: #545454;
  font-weight: normal;
  text-align: left;
}
.home .home-hdhy .index-card {
  height: 206px;
}
.home .home-hdhy .subcontent-title {
  margin-bottom: 10px;
}
.home .home-hdhy .app-list {
  padding: 0px;
}
.home .home-hdhy .banner {
  width: 100%;
  height: 240px;
}
.home .home-hdhy .banner img {
  width: 100%;
  height: 100%;
}
.home .home-sjzt {
  overflow: hidden;
  overflow-y: auto;
}
.home .home-sjzt .zt-tw {
  width: 100%;
  margin-bottom: 20px;
}
.home .home-sjzt .zt-tw:before,
.home .home-sjzt .zt-tw:after {
  content: " ";
  display: table;
}
.home .home-sjzt .zt-tw:after {
  clear: both;
}
.home .home-sjzt .zt-tw:before,
.home .home-sjzt .zt-tw:after {
  content: " ";
  display: table;
}
.home .home-sjzt .zt-tw:after {
  clear: both;
}
.home .home-sjzt .zt-tw .layout-fixed,
.home .home-sjzt .zt-tw .layout-body,
.home .home-sjzt .zt-tw .layout-fixed-l,
.home .home-sjzt .zt-tw .layout-fixed-r,
.home .home-sjzt .zt-tw .layout-fixed-t,
.home .home-sjzt .zt-tw .layout-fixed-b {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.home .home-sjzt .zt-tw > .layout-fixed {
  position: relative;
  z-index: 99;
}
.home .home-sjzt .zt-tw > .layout-body {
  position: relative;
  z-index: 98;
}
.home .home-sjzt .zt-tw > .layout-body > .layout-body-main {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.home .home-sjzt .zt-tw > .layout-fixed {
  float: left;
  width: 320px;
  height: 100%;
}
.home .home-sjzt .zt-tw > .layout-body {
  display: inline-block;
  height: 100%;
  width: 100%;
  margin-left: -320px;
  padding-left: 320px;
}
.home .home-sjzt .zt-tw .banner {
  width: 100%;
  height: 240px;
}
.home .home-sjzt .zt-tw .banner img {
  width: 100%;
  height: 100%;
}
.home .home-sjzt .zt-tw > .layout-body > .layout-body-main {
  padding-left: 20px;
}
.home .home-sjzt .pic-list .pic-list-item {
  width: 100%;
  height: 80px;
  position: relative;
  overflow: hidden;
  margin: 5px 0 5px 0;
}
.home .home-sjzt .pic-list .pic-list-item img {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
.home .home-sjzt .app-list-title {
  text-align: center;
}
.home .home-sjzt .app-list-title span {
  display: inline-block;
  color: #096dd9;
  font-size: 20px;
  line-height: 36px;
  border-bottom: 1px solid #096dd9;
}
.home .home-zjlz {
  padding: 0px;
  border: none;
}
.home .zjlz-list {
  overflow: hidden;
  width: 100%;
  height: 570px;
}
.home .zjlz-list > li {
  float: left;
  height: 100%;
  position: relative;
}
.home .zjlz-list > li.active .mainbody {
  width: 600px;
}
.home .zjlz-list .newsbg {
  background-image: ;
}
.home .zjlz-list .knowbg {
  background-image: ;
}
.home .zjlz-list .investbg {
  background-image: ;
}
.home .zjlz-list .tourbg {
  background-image: ;
}
.home .zjlz-list .facade {
  position: relative;
  float: left;
  width: 150px;
  height: 100%;
  overflow: hidden;
  padding-top: 358px;
  text-align: center;
}
.home .zjlz-list .facade .icon {
  display: inline-block;
  width: 68px;
  height: 68px;
  font-size: 60px;
  line-height: 68px;
  background-color: #096dd9;
  color: #fff;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.home .zjlz-list .facade .text {
  font-size: 24px;
  line-height: 32px;
  color: #fff;
}
.home .zjlz-list .mainbody {
  float: left;
  width: 0px;
  overflow: hidden;
  height: 100%;
  background-color: #fff;
  transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
}
.home .zjlz-list .mainbody .mainbody-main {
  width: 600px;
  height: 100%;
  padding: 60px 68px 60px 30px;
}
.home .zjlz-list .bg-pic {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 750px;
  height: 100%;
  overflow: hidden;
}
.home .zjlz-list .en-title {
  font-size: 36px;
  color: #096dd9;
  margin-bottom: 20px;
}
.home .zjlz-list .cn-title {
  font-size: 48px;
  color: #000;
  font-weight: bold;
  margin-bottom: 60px;
}
.home .zjlz-list .cn-introduce {
  font-size: 20px;
  color: #000;
  line-height: 28px;
  margin-bottom: 60px;
}
.home .zjlz-list .cloumn-title {
  font-size: 18px;
  font-weight: solid;
  color: #096dd9;
  border-bottom: solid 2px #096dd9;
  width: 75px;
  margin-bottom: 10px;
}
.home .zjlz-list .togo-item {
  display: block;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 20px;
  color: rgba(0, 0, 0, 0.65);
  /* for ie */
  word-wrap: normal;
  /* for ie */
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.list-group-item .layout-columns {
  width: 100%;
}
.list-group-item .layout-columns:before,
.list-group-item .layout-columns:after {
  content: " ";
  display: table;
}
.list-group-item .layout-columns:after {
  clear: both;
}
.list-group-item .layout-columns:before,
.list-group-item .layout-columns:after {
  content: " ";
  display: table;
}
.list-group-item .layout-columns:after {
  clear: both;
}
.list-group-item .layout-columns .layout-fixed,
.list-group-item .layout-columns .layout-body,
.list-group-item .layout-columns .layout-fixed-l,
.list-group-item .layout-columns .layout-fixed-r,
.list-group-item .layout-columns .layout-fixed-t,
.list-group-item .layout-columns .layout-fixed-b {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.list-group-item .layout-columns > .layout-fixed {
  position: relative;
  z-index: 99;
}
.list-group-item .layout-columns > .layout-body {
  position: relative;
  z-index: 98;
}
.list-group-item .layout-columns > .layout-body > .layout-body-main {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.list-group-item .layout-columns > .layout-fixed {
  float: right;
  width: 100px;
  height: 100%;
}
.list-group-item .layout-columns > .layout-body {
  display: inline-block;
  height: 100%;
  width: 100%;
  margin-right: -100px;
  padding-right: 100px;
}
.list-group-item .layout-columns > .layout-fixed {
  text-align: right;
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
* {
  padding: 0;
  margin: 0;
}
* {
  box-sizing: border-box;
}
ul li {
  list-style: none;
}
a,
a:active,
a:focus {
  text-decoration: none;
  color: #333;
}
a:hover {
  text-decoration: none;
  color: #096dd9;
}
img {
  border: none;
}
dt {
  font-weight: normal;
}
i,
em {
  font-style: normal;
}
input {
  border: none;
  background: none;
  outline: 0;
}
textarea {
  outline: 0;
  resize: none;
}
.margin0 {
  margin: 0 !important;
}
.marginl5 {
  margin-left: 5px!important;
}
.marginl10 {
  margin-left: 10px!important;
}
.marginl15 {
  margin-left: 15px!important;
}
.marginl20 {
  margin-left: 20px!important;
}
.marginl25 {
  margin-left: 25px!important;
}
.marginr5 {
  margin-right: 5px!important;
}
.marginr10 {
  margin-right: 10px!important;
}
.marginr15 {
  margin-right: 15px!important;
}
.marginr20 {
  margin-right: 20px!important;
}
.marginr25 {
  margin-right: 25px!important;
}
.marginb5 {
  margin-bottom: 5px!important;
}
.marginb10 {
  margin-bottom: 10px!important;
}
.marginb15 {
  margin-bottom: 15px!important;
}
.marginb20 {
  margin-bottom: 20px!important;
}
.marginb25 {
  margin-bottom: 25px!important;
}
.marginb30 {
  margin-bottom: 30px!important;
}
.margint5 {
  margin-top: 5px!important;
}
.margint10 {
  margin-top: 10px!important;
}
.margint15 {
  margin-top: 15px!important;
}
.margint20 {
  margin-top: 20px!important;
}
h1,
h2,
h3,
h4,
h5 {
  padding: 0;
  margin: 0;
}
.fontsize12 {
  font-size: 12px !important;
}
.fontsize14 {
  font-size: 14px !important;
}
.fontsize16 {
  font-size: 16px !important;
}
.fontsize18 {
  font-size: 18px !important;
}
.valignmiddle {
  vertical-align: middle!important;
}
/*自动隐藏文字*/
.text-ellipsis-1 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.text-ellipsis {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.text-ellipsis-2 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.red {
  color: #096dd9 !important;
}
.text-gray {
  color: #8f8f8f !important;
}
.banmain {
  width: 1200px;
  margin: 0 auto;
  height: 100%;
  position: relative;
}
.iconfont {
  vertical-align: -1px;
}
.titlerespond {
  margin-bottom: 10px;
  font-size: 22px;
}
.titlerespond .borderb {
  padding-bottom: 8px;
  display: inline-block;
  border-bottom: 2px solid #096dd9;
  color: #096dd9;
}
.titlerespond dt {
  float: right;
}
.titlerespond dd em {
  font-size: 14px;
  color: #999;
}
.titleborderb {
  padding: 0 0 8px 10px;
  border-bottom: 2px solid #096dd9 !important;
}
a.more {
  margin-top: 10px;
  float: right;
  font-size: 14px;
  color: #8f8f8f;
}
/*banner*/
.videorespond {
  margin-bottom: 50px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  height: 500px;
  background-image: ;
  color: #fff;
}
.videorespond .banmain .abilityfaq {
  width: 550px;
  height: 390px;
  position: absolute;
  right: 0;
  top: 0;
  background:  no-repeat right bottom;
  font-size: 56px;
  letter-spacing: 2px;
}
.videorespond .banmain .abilityfaq span {
  margin-top: 25%;
  display: block;
}
.videorespond .banmain .faqbox {
  padding-top: 40px;
}
.videorespond .banmain .faqbox dt {
  float: left;
  width: 55px;
  height: 55px;
  text-align: center;
  line-height: 55px;
  border-radius: 50%;
  background: #fff;
  color: #333;
}
.videorespond .banmain .faqbox dt .iconfont {
  font-size: 55px;
}
.videorespond .banmain .faqbox dd {
  padding: 0 0 0 95px;
  width: 500px;
}
.videorespond .banmain .faqbox dd h2 {
  padding: 10px 15px;
  margin-bottom: 20px;
  border-radius: 8px;
  background: #fff;
  line-height: 34px;
  color: #5f5f5f;
  font-size: 24px;
  position: relative;
}
.videorespond .banmain .faqbox dd h2:after {
  content: '';
  width: 20px;
  height: 20px;
  background: #fff;
  position: absolute;
  left: -10px;
  top: 20px;
  transform: rotate(45deg);
}
.videorespond .banmain .faqbox dd h3 {
  font-size: 32px;
}
.videorespond .banmain .faqbox dd li {
  padding-top: 10px;
  line-height: 30px;
  font-size: 18px;
}
.videorespond .banmain .faqbox dd li .iconfont {
  margin-right: 5px;
  vertical-align: -1px;
}
.videorespond .banmain .faqbox dd li a {
  color: #fff;
}
.videorespond .banmain .searchbox {
  background-color: #fff;
  margin-bottom: 0;
  width: 100%;
  height: 104px;
  position: absolute;
  left: 0;
  bottom: 0;
  overflow: hidden;
  -webkit-box-shadow: 1px 0px 35px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 0px 35px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 0px 35px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 1px 0px 35px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 1px 0px 35px rgba(0, 0, 0, 0.1);
}
.videorespond .banmain .searchbox dt {
  float: right;
  width: 200px;
  font-weight: normal;
  line-height: 104px;
  background-color: #096dd9;
  text-align: center;
  font-size: 24px;
}
.videorespond .banmain .searchbox dt .iconfont {
  margin-right: 10px;
  font-size: 55px;
  vertical-align: -12px;
}
.videorespond .banmain .searchbox dt a {
  color: #fff;
  text-decoration: none;
  display: block;
}
.videorespond .banmain .searchbox dd {
  padding-left: 20px;
  margin-right: 200px;
}
.videorespond .banmain .searchbox dd i {
  color: #969696;
  font-size: 28px;
  vertical-align: -5px;
}
.videorespond .banmain .searchbox dd .iconfont {
  color: #969696;
  font-size: 38px;
  font-weight: 600;
}
.videorespond .banmain .searchbox dd input {
  padding: 0 15px;
  width: 93%;
  height: 104px;
  line-height: 104px;
  background: transparent;
  border: none;
  font-size: 20px;
  color: #333;
}
.videorespond .banmain .searchbox dd input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.25);
  /* webkit, blink, edge */
}
.videorespond .banmain .searchbox dd input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.25);
  /* mozilla firefox 4 to 18 */
}
.videorespond .banmain .searchbox dd input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.25);
  /* mozilla firefox 19  */
}
.videorespond .banmain .searchbox dd input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.25);
  /* internet explorer 10-11 */
}
/*表格*/
.tablerespond th,
.tablerespond td {
  padding: 15px !important;
}
.tablerespond th {
  border-top: 0 !important;
  background: #f5f5f5;
}
.tablerespond td {
  border-bottom: 1px solid #ddd;
}
.respondbtn li {
  margin: 35px 0 0 0;
  border: 1px solid #ddd;
  /*box-shadow: 1px 0px 35px rgba(0,0,0,.1);*/
  /*兼容ie8*/
}
.respondbtn li a {
  padding-left: 31px;
  display: block;
  line-height: 70px;
  font-size: 30px;
}
.respondbtn li .iconfont {
  display: inline-block;
  width: 85px;
  margin-right: 10px;
  font-size: 50px;
}
.respondbtn li img {
  display: inline-block;
  width: 85px;
  margin-right: 10px;
}
.respondbtn li:first-child   li a {
  background-color: #096dd9;
  color: #fff;
}
.respondimglist {
  padding: 0 0 15px 0;
}
.respondimglist li {
  margin: 15px 0 25px;
  height: 170px;
  position: relative;
  border-radius: 3px;
  cursor: pointer;
  overflow: hidden;
}
.respondimglist li img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.respondimglist li .intro {
  padding: 0 25px;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  filter: progid:dximagetransform.microsoft.gradient(startcolorstr=#19000000, endcolorstr=#19000000);
  opacity: 0;
  transition: all 0.6s;
  display: none;
}
.respondimglist li .intro span {
  display: table-cell;
  vertical-align: middle;
}
.respondimglist li .tag {
  padding: 5px 10px;
  display: inline-block;
  background: #096dd9;
  color: #fff;
  border-radius: 3px;
  position: absolute;
  right: 0;
  top: 0;
}
.respondimglist li:hover .intro {
  opacity: 1;
  display: table;
}
.newstabcontent .nav-tabs-line {
  border: none;
}
.newstabcontent .nav-tabs-line li > a {
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
}
.newstabcontent .nav-tabs-line > li   li {
  padding-left: 5px;
}
.newstabcontent .nav-tabs-line > li   li:after {
  display: none;
}
.newstabcontent .nav-tabs-line .active > a {
  border: none !important;
}
.newstabcontent .tab-content {
  padding: 35px 25px 25px 260px;
  margin: 8px 0 0 0;
  background:  no-repeat left top;
  background-size: auto 100%;
  height: 557px;
  border: 1px solid #ddd;
  /*box-shadow: 1px 0px 35px rgba(0,0,0,.1);*/
  overflow: hidden;
}
.newstabcontent .newsollist {
  padding: 15px 0 0 15px;
  margin-top: 25px;
  border-top: 1px solid #ddd;
}
.newstabcontent .newsollist li {
  padding: 10px 10px;
  font-size: 16px;
  position: relative;
}
.newstabcontent .newsollist li .time {
  padding-top: 8px;
  display: block;
  color: #8f8f8f;
  font-size: 14px;
}
.newstabcontent .newsollist li:after {
  content: '';
  width: 10px;
  height: 10px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translatey(-50%) rotate(45deg);
}
.graphicnewslist {
  padding-top: 10px;
}
.graphicnewslist li dl {
  height: 120px;
}
.graphicnewslist li dt {
  width: 28%;
  float: left;
  border-radius: 3px;
  height: 100%;
  overflow: hidden;
}
.graphicnewslist li dt img {
  display: block;
  width: 100%;
}
.graphicnewslist li dd {
  margin-left: 30%;
  width: 70%;
  height: 100%;
  display: table;
  /*display: flex; flex-direction: column; justify-content: space-between;*/
}
.graphicnewslist li dd h4 {
  width: 100%;
  display: table-row;
}
.graphicnewslist li dd .intro {
  display: table-cell;
  vertical-align: bottom;
  color: #8f8f8f;
}
.imagesinterview {
  margin-left: -20px;
  margin-right: -20px;
}
.imagesinterview li .pic {
  height: 200px;
}
/*信件公示详情*/
.letterspubliccontent {
  padding: 25px;
}
/*信件概览*/
.lettersoverview {
  padding: 20px 0 50px;
}
.lettersoverview .titleborderb {
  margin: 0 0 20px;
  line-height: 36px;
}
.lettersoverview .tab-content {
  padding-top: 15px;
  line-height: 30px;
}
.wantwritecont {
  padding: 10px 0;
}
.wantwritecont .intro {
  line-height: 30px;
}
.wantwritecont .intro a {
  color: #096dd9;
}
.wantwritecont .rangeintro {
  color: #8f8f8f;
  line-height: 26px;
}
.wantwritecont .rangeintro ol {
  margin-left: 15px;
}
.wantwritecont .table-form {
  margin: 15px 0 40px -20px;
}
.wantwritecont .table-form th,
.wantwritecont .table-form td {
  padding: 8px 20px;
}
/*表单*/
.form-control {
  height: 40px;
}
/*部门*/
.departlist {
  padding: 15px 0 30px;
}
.departlist .choosedl {
  margin-left: 5px;
  height: 110px;
  position: relative;
  transition: all 0.2s ease;
  overflow: hidden;
}
.departlist .choosedl li {
  margin: 5px 5px;
  width: 160px;
  float: left;
}
.departlist .choosedl li label {
  height: 40px;
  display: block;
  position: relative;
  cursor: pointer;
}
.departlist .choosedl li label .text {
  width: 160px;
  display: block;
  text-align: center;
  line-height: 40px;
  background-color: #eee;
  border: 1px solid #ddd;
  border-radius: 1px;
  transition: all 0.2s ease;
  z-index: 1;
}
.departlist .choosedl li .radiocheck {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /*改变的浏览器默认风格*/
  opacity: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: transparent;
  outline: none;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
.departlist .choosedl li .radiocheck:focus {
  outline: none !important;
}
.departlist .choosedl li .radiocheck:checked   .text {
  background-color: #096dd9;
  border-color: #096dd9;
  color: #fff;
}
.departlist .list-more {
  margin: 0 10px;
  background-color: #eee;
  line-height: 40px;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 1px;
  transition: all 0.2s ease;
  position: relative;
}
.departlist .list-more:before {
  content: '展开';
  margin-right: 5px;
}
.departlist.openlist .choosedl {
  height: auto;
}
.departlist.openlist .list-more:before {
  content: '收起';
}
.departlist.openlist .list-more .glyphicon-menu-down:before {
  content: "\e260";
}
/*左侧栏通用*/
.sidetitle {
  display: block;
  line-height: 50px;
  color: #fff;
  font-size: 24px;
  background-color: #096dd9;
  padding-left: 20px;
}
.nav-stacked li > a {
  padding-left: 58px;
  display: block;
  color: #6c6c6c;
  font-size: 20px;
}
.nav-stacked li.active > a,
.nav-stacked li > a:focus,
.nav-stacked li > a:hover {
  color: #096dd9;
  background-color: #fff1f0;
  border-right: 4px solid #096dd9;
}
/* 布局常亮 */
.boxshadow {
  box-shadow: 1px 0px 35px rgba(0, 0, 0, 0.1);
}
.borderbottomtwo {
  border-bottom: 2px solid #616161;
}
.borderbottomthree {
  border-bottom: 3px solid #616161;
}
.videobanbackground {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  height: 500px;
}
.backgroundfilter {
  background: rgba(0, 0, 0, 0.3);
  filter: progid:dximagetransform.microsoft.gradient(startcolorstr=#49000000, endcolorstr=#29000000);
}
.backgroundfilterb {
  background: rgba(23, 112, 214, 0.5);
  filter: progid:dximagetransform.microsoft.gradient(startcolorstr=#491770d6, endcolorstr=#491770d6);
}
.videodatasubject {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  height: 500px;
  background-image: ;
}
.videodatasubject .publishbg {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  height: 500px;
  background-image: ;
}
.videodatasubject .resultbg {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  height: 500px;
  background-image: ;
}
.videodatasubject .subjectbg {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  height: 500px;
  background-image: ;
}
.content .maindatasubject {
  overflow: inherit;
}
.datasubjecttitle {
  padding: 15% 0 0 25px;
  font-size: 50px;
  color: #fff;
}
.datasubjectnav {
  background: #fff;
  box-shadow: 1px 0px 35px rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0;
  bottom: 0;
}
.datasubjectnav .menu-item {
  color: #000;
  line-height: 84px;
}
.datasubjecnews {
  position: relative;
  overflow: hidden;
}
.datasubjecnews:after {
  content: '';
  width: calc(100% - 30px);
  height: 1px;
  background-color: #ddd;
  position: absolute;
  top: 40px;
  left: 15px;
}
.datasubjecnews [class*=grid-col-] {
  position: relative;
}
.datasubjecnews [class*=grid-col-]:after {
  content: '';
  width: 1px;
  height: calc(100% - 60px);
  border-left: 1px dashed #ddd;
  position: absolute;
  top: 40px;
  right: -1px;
}
.datasubjecnews [class*=grid-col-]:last-child:after {
  display: none;
}
.datasubjecnews .nav-tabs-line {
  border: none;
}
.datasubjectswiper {
  padding: 40px 0 20px;
}
.datasubjectswiper .swiperbox {
  height: 400px;
  overflow: hidden;
}
.datasubjectswiper .swiperbox .swiper-container {
  height: 100%;
}
.datasubjectswiper .swiperbox .swiper-container .swiper-wrapper {
  height: 100%;
}
.datasubjectswiper .swiperbox .swiper-container .swiper-slide {
  height: 100%;
  position: relative;
}
.datasubjectswiper .swiperbox .swiper-container .swiper-slide .title {
  padding-left: 15px;
  margin-bottom: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 42px;
  line-height: 42px;
  background: rgba(0, 0, 0, 0.3);
  filter: progid:dximagetransform.microsoft.gradient(startcolorstr=#49000000, endcolorstr=#29000000);
  color: #fff;
}
.datasubjectswiper .swiperbox .swiper-container .swiper-pagination {
  padding-right: 15px;
  bottom: 0;
  height: 42px;
  line-height: 48px;
  text-align: right;
}
.datasubjectswiper .swiperbox .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  opacity: 1;
  background: #fff;
}
.datasubjectswiper .swiperbox .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #054181;
}
/*最新专题*/
.featuresbox {
  padding: 30px 0;
}
.featuresbox .featureslist {
  margin: 0 -25px;
}
.featuresbox .featureslist li {
  padding: 15px 25px;
  width: 50%;
  float: left;
}
.featuresbox .featureslist li .pic {
  height: 120px;
  overflow: hidden;
  position: relative;
}
.featuresbox .featureslist li .pic img {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translatey(-50%);
}
.featuresbox .featureslist li .title {
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/*数字化成果*/
.digitalresults {
  padding: 30px 0 0;
}
.digitalresults .resultsinfo .contenttext {
  padding: 10px 0;
  color: #999;
}
.digitalresults .serveresults {
  padding: 25px 0 0;
}
.digitalresults .serveresults h3 {
  padding-bottom: 10px;
  border-bottom: 3px solid #616161;
}
.digitalresults .serveresults .servelist {
  margin: 5px -40px;
}
.digitalresults .serveresults .servelist li {
  padding: 25px 20px 25px 30px;
  margin: 25px 40px;
  width: calc(33.33% - 80px);
  float: left;
  box-shadow: 1px 0px 35px rgba(0, 0, 0, 0.1);
}
.digitalresults .serveresults .servelist li dt img {
  max-width: 100%;
  display: block;
}
.digitalresults .serveresults .servelist li dt h4 {
  margin: 10px 0 5px;
  font-size: 16px;
  font-weight: 600;
}
.digitalresults .serveresults .servelist li dd {
  position: relative;
}
.digitalresults .serveresults .servelist li dd .intro {
  height: 82px;
  color: #969696;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.digitalresults .serveresults .servelist li dd .introhover {
  padding: 15px;
  width: 300px;
  display: none;
  position: absolute;
  right: 0;
  bottom: -10px;
  background-color: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  border: 1px solid #ddd;
  transition: all 0.6s;
}
.digitalresults .serveresults .servelist li dd:hover .introhover {
  display: block;
}
.digitalresults .serveresults .servelist li .enterintobtn {
  padding: 0 15px;
  display: inline-block;
  line-height: 30px;
  border: 1px solid #096dd9;
  border-radius: 2px;
  font-size: 16px;
  color: #096dd9;
}
/* 走进柳州首页 */
.videoinlzbackground .inlznewsbg {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  height: 500px;
  background-image: ;
}
.videoinlzbackground .inlzknowbg {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  height: 500px;
  background-image: ;
}
.videoinlzbackground .inlzinvestbg {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  height: 500px;
  background-image: ;
}
.videoinlzbackground .inlztourbg {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  height: 500px;
  background-image: ;
}
.mainintolz {
  overflow: inherit;
  padding: 20px 0 20px 0;
}
.inlznavmain {
  width: 1200px;
  margin: 0 auto;
  height: 100%;
  position: relative;
}
.intolznav {
  background: #fff;
  box-shadow: 1px 0px 35px rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0;
  bottom: 0;
}
.intolz-menu {
  width: 1200px !important;
  margin: 0 auto;
}
.intolz-menu .menu-item {
  text-align: center;
  font-size: 24px;
  line-height: 50px;
  cursor: pointer;
  width: 25%!important;
  float: left!important;
  overflow: hidden;
}
.intolz-menu .menu-item a {
  color: #000;
  line-height: 84px;
}
.intolz-menu .menu-item.active,
.intolz-menu .menu .menu-item:hover {
  color: #fff;
  background-color: #d9000e;
}
/* 新闻中心 */
.top-notic .informnotic {
  box-shadow: 1px 0px 15px rgba(0, 0, 0, 0.12);
  height: 380px;
}
.top-notic .informnotic .nav-justified {
  font-size: 20px;
}
.top-notic .informnotic .tab-content {
  margin: 0 10px 10px 10px;
}
.top-notic .text-info {
  color: #ccc;
  font-size: 12px;
}
.top-notic .day {
  font-size: 36px;
  display: block;
  padding-right: 10px;
}
.top-notic .icon-right {
  font-size: 18px;
  display: block;
  padding-right: 20px;
  color: #ccc;
}
/* 认识柳州 */
.knowlzsurvey .knowlz-survey {
  margin: 10px;
  height: 360px;
  overflow: hidden;
  overflow-y: auto;
}
.knowlzsurvey .thumbnail {
  text-align: center;
  border: none;
}
.knowlzsurvey .know-btn .btn {
  background: #ffffff;
  margin: 8px 10px 0 0 ;
}
.knowlzsurvey .know-btn .btn .iconfont {
  font-size: 20px;
  margin: 0 8px 0 0;
}
/* 投资柳州 */
.investlz-state {
  margin-bottom: 10px;
}
.investlz-state .thumbnail {
  border: none;
}
.investlz-info {
  margin-bottom: 10px;
}
.investlz-info .economicmodule {
  box-shadow: 1px 0px 35px rgba(0, 0, 0, 0.12);
  height: 350px;
}
.investlz-info .economicmodule .nav-justified {
  font-size: 20px;
}
.investlz-info .economicmodule .tab-content {
  padding: 15px 10px 10px 20px;
}
.investlz-info .economicmodule .tab-content .economodulerow {
  margin: 10px 0 10px 0;
}
.investlz-info .economicmodule .label {
  font-size: 14px;
  border-radius: 0;
}
.investlz-info .economicmodule .label-default {
  border-left: 5px solid #096dd9;
}
.investlz-project {
  margin-bottom: 20px;
  height: 335px;
}
.investlz-project .investlz-sidelist li a {
  font-size: 14px;
  padding-left: 10px;
}
/* 游玩柳州 */
.tourlz-cultural .featuresbox {
  padding: 0!important;
}
.tourlz-cultural .featuresbox .featureslist {
  margin: 0 -25px;
}
.tourlz-cultural .featuresbox .featureslist li {
  padding: 10px 25px;
  width: 50%;
  float: left;
}
.tourlz-cultural .featuresbox .featureslist .pic {
  height: 120px;
  overflow: hidden;
  position: relative;
}
.tourlz-cultural .featuresbox .featureslist .pic img {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translatey(-50%);
}
.tourlz-end .pic-content .img-list {
  overflow: hidden;
  float: left;
  margin: 0 5px;
}
.tourlz-end .pic-content .img-list-item {
  float: left;
  text-align: left;
}
.tourlz-end .pic-content .img-main {
  display: inline-block;
  position: relative;
  width: 277px;
  padding-top: 160px;
  overflow: hidden;
  border-bottom: 2px solid transparent;
  margin-bottom: 10px;
  margin-top: 3px;
}
.tourlz-end .pic-content .img-title {
  text-align: left;
  display: block;
  width: 100%;
  font-size: 14px;
  color: #313131;
  font-weight: bold;
  word-wrap: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.tourlz-end .pic-content .img-explain {
  display: block;
  width: 100%;
  font-size: 14px;
  color: #818181;
  font-weight: normal;
  word-wrap: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
/* 公用模板样式*/
.breadcrumb {
  background-color: #ffffff;
}
.breadcrumb > li   li:before {
  color: #cccccc;
  content: "> ";
  padding: 0 5px;
}
.breadcrumb {
  background: none;
}
.videoaffairpublic {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  height: 500px;
  background-image: ;
  background-size: 100% auto;
}
.videoaffairpublic .datasubjecttitle {
  padding-top: 136px;
  text-align: center;
  font-size: 100px;
  color: #fff;
  text-shadow: 1px 2px 6px #333;
  font-family: "黑体";
  font-weight: 600;
}
/* 溢出滚动 */
.client-detail {
  position: relative;
}
.full-height-scroll{
		width: 730px;
		margin: 0;
}
.slimscrolldiv > * {
  overflow: hidden;
}
.slimscrollrail,
.slimscrollbar {
  width: 10px!important;
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
.slimscrollbar {
  background: #096dd9 !important;
}
.slimscrollrail {
  background: #eee !important;
}
/*政务公开首页*/
body.affairpublic {
  min-width: auto!important;
}
.content .affairpublicmain {
	width: 1100px;
  margin-top: -46px;
  margin-bottom: 7px;
  padding: 10px 36px 30px;
  background: #f2f2f2;
  position: relative;
  z-index: 10;
}
.content .affairpublicmainbg {
  background: #fff;
}
.affairpsearck {
  padding: 0 18px;
  margin: 80px 0 25px 260px;
  width: 510px;
  height: 50px;
  background-color: #fff;
  border: 2px solid #096dd9;
  border-radius: 9px;
}
.affairpsearck dt {
  padding-top: 2px;
  float: right;
}
.affairpsearck dt i {
  color: #096dd9;
  font-size: 30px;
  font-weight: 600;
}
.affairpsearck dd {
  margin-right: 40px;
}
.affairpsearck dd input {
  width: 100%;
  height: 46px;
  line-height: 46px;
}
.affairpcont {
	    margin-top: 78px;
  /*左侧导航*/
}
.affairpcont .ztree {
  width: 250px;
  float: left;
}
.affairpcont .affairpside {
  width: 250px;
  float: left;
}
.affairpcont .affairpside .affairpnav dd {
  margin-bottom: 15px;
  width:240px;
  display: inline-grid;
  min-height: 70px;
  font-size: 21px;
  line-height: 26px;
  overflow: hidden;
}
.affairpcont .affairpside .affairpnav dd a {
  font-size: 23px;
  line-height: 26px;
  padding: 8px 0 5px 20px;
  background-color: #fff;
  color: #096dd9;
}
.affairpcont .affairpside .affairpnav li a {
    font-size: 15px;
    line-height: 15px;
    background-color: #fff;
    color: #333;
	padding:0px;
}

.affairpcont .affairpside .affairpnav dd a i {
  margin-top: 12px;
  width: 70px;
  display: block;
  float: left;
  font-size: 54px;
}
.affairpcont .affairpside .affairpnav dd a span {
  margin-left: 55px;
  display: block;
}
.affairpcont .affairpside .affairpnav dd.active a,
.affairpcont .affairpside .affairpnav dd a:hover {
  background-color: #096dd9;
  color: #fff;
}
.affairpcont .affairpside .affairpnav .submenu {
  position: relative;
}
.affairpcont .affairpside .affairpnav .submenu dl {
  padding: 5px 0 30px;
  background: #fff;
  display: none;
}
.affairpcont .affairpside .affairpnav .submenu dl dd {
  padding: 0;
  /*三级*/
}
.affairpcont .affairpside .affairpnav .submenu dl dd a {
  padding: 0 0 0 45px;
  height: 32px;
  line-height: 32px;
  font-size: 15px;
  background: transparent;
  color: #555;
  position: relative;
}
.affairpcont .affairpside .affairpnav .submenu dl dd a:before {
  content: '';
  position: absolute;
  left: 32px;
  top: 14px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #555;
}
.affairpcont .affairpside .affairpnav .submenu dl dd a:hover:before {
  background: #096dd9;
}
.affairpcont .affairpside .affairpnav .submenu dl dd.active > a,
.affairpcont .affairpside .affairpnav .submenu dl dd a:hover {
  background-color: #fff1f0;
  color: #096dd9;
}
.affairpcont .affairpside .affairpnav .submenu dl dd.active > a:before {
  background: #096dd9;
}
.affairpcont .affairpside .affairpnav .submenu dl dd dd a {
  padding-left: 58px;
}
.affairpcont .affairpside .affairpnav .submenu dl dd dd a:before {
  left: 45px;
}
.affairpcont .affairpside .affairpnav .submenu dl dd dl {
  padding: 5px 0;
}
.affairpcont .affairpside .affairpnav .submenu > a:after {
  content: "\002b";
  position: absolute;
  right: 5%;
  top: 20px;
  font-size: 22px;
  color: #096dd9;
  font-family: 'glyphicons halflings';
}
.affairpcont .affairpside .affairpnav .submenu > a:hover:after,
.affairpcont .affairpside .affairpnav .submenu.active > a:after {
  color: #fff;
}
.affairpcont .affairpside .affairpnav .submenu.open {
  background-color:#fff;
}
.affairpcont .affairpside .affairpnav dd.active li a, .affairpcont .affairpside .affairpnav dd li a:hover {
    background-color: #fff;
    color: #333;
}
.affairpcont .affairpside .affairpnav dd.active li a.selected,.affairpcont .affairpside .affairpnav dd li a.selected {
    background-color: #eee;
    padding: 2px;
    color: #096dd9;
}
.affairpcont .affairpside .affairpnav submenu.open li a {
    font-size: 14px;
    line-height: 16px;
    background-color: #fff;
    color: #333;
	padding:0px;
}

.affairpcont .affairpside .affairpnav .submenu.open dl {
  display: block;
}
.affairpcont .affairpside .affairpnav .submenu.open > a:after {
  content: "\2212";
}
.affairpcont .affairpside .affairpnav .submenu ul {
  display: none;
}
.affairpcont .affairpside .affairpnav .submenu.open ul {
  display: block;
}
/*右侧内容*/
.myiframecontent {
  padding-bottom: 20px;
  width: 770px !important;
	min-height: 940px;
  min-height: 500px;
  float: right;
  background: #fff;
  overflow: hidden;
}
.myiframe {
  width: 770px;
}
.affairpcontent {
  min-height: 940px;
  /*公开年报*/
  /*公开内容*/
  /*列表*/
  /*依申请公开*/
}

/* 定义滚动条样式 */
.affairpcontent .affairpbar .scrollcontent::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background-color: rgba(240, 240, 240, 1);
}
 
/*定义滚动条轨道 内阴影 圆角*/
.affairpcontent .affairpbar .scrollcontent::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0px rgba(240, 240, 240, .5);
  border-radius: 10px;
  background-color: rgba(240, 240, 240, .5);
}
 
/*定义滑块 内阴影 圆角*/
.affairpcontent .affairpbar .scrollcontent::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 0px rgba(240, 240, 240, .5);
  background-color: #096dd9;
}

.affairpcontent .affairpbar {
  padding: 25px 15px 45px;
  /*公开制度列表*/
}
.affairpcontent .affairpbar h3 {
  margin: 10px 0 20px;
  color: #096dd9;
  font-size: 32px;
}
.affairpcontent .affairpbar .xxgkfbtime{font-size: 14px;text-align: center;padding-bottom: 15px;}
.affairpcontent .affairpbar .scrollcontent {
  overflow-y: scroll;
  height: 780px;
  font-size: 16px;
  line-height: 30px;
  margin-right: 0;
}
.affairpcontent .affairpbar .scrollcontent .full-height-scroll {
  padding: 0 10px;
}
.affairpcontent .affairpbar .scrollcontent .textattribute {
  padding-bottom: 25px;
  text-align: center;
  border-bottom: 2px solid #ddd;
}
.affairpcontent .affairpbar .subtitlebord {
  padding: 5px 0 15px;
  margin: 0 20px 10px;
}
.affairpcontent .affairpbar .systemlist {
  margin-left: -5px;
}
.affairpcontent .subtitle {
  height: 40px;
  line-height: 40px;
}
.affairpcontent .subtitle span {
  padding: 0 23px;
  line-height: 35px;
  display: inline-block;
  background-color: #096dd9;
  font-size: 16px;
  color: #fff;
}
.affairpcontent .subtitlebord {
  border-bottom: 1px solid #dedede;
  font-size: 18px;
}
.affairpcontent .openannual h4 {
  padding-left: 25px;
  line-height: 55px;
}
.affairpcontent .openannual .classifylabel {
  margin: 0;
}
.affairpcontent .openannual .classifylabel li {
  width: 33.33%;
  float: left;
  line-height: 45px;
  border-left: 1px solid #dedede;
  font-size: 16px;
  position: relative;
}
.affairpcontent .openannual .classifylabel li a {
  padding-left: 25px;
  display: block;
  line-height: 45px;
}
.affairpcontent .openannual .classifylabel li:first-child {
  border: none;
}
.affairpcontent .openannual .classifylabel.classifylabelbg {
  background-color: #f0f0f0;
}
.affairpcontent .opencontent {
  padding: 0 25px 20px;
}
.affairpcontent .opencontent .systemlist {
  padding: 5px 0 20px;
}
.affairpcontent .opencontent .morelist {
  text-align: center;
}
.affairpcontent .opencontent .morelist a {
  width: 100px;
  line-height: 30px;
  background: #dadada;
  display: inline-block;
  font-size: 16px;
  color: #555;
}
.affairpcontent .systemlist li {
  margin-top: 20px;
  line-height: 30px;
  font-size: 16px;
}
.affairpcontent .systemlist li .time {
  margin-left: 15px;
  color: #999;
}
.affairpcontent .affairbtn {
  padding-top: 20px;
  text-align: center;
  position: relative;
}
.affairpcontent .affairbtn .btn {
  margin: 0 15px;
  width: 140px;
}
.affairpcontent .affairbtn .dropdown-menu {
  padding: 20px 15px;
  position: absolute;
  left: 160px;
  bottom: 55px;
  top: auto;
  width: 500px;
}
.affairpcontent .affairbtn .dropdown-menu h4 {
  font-size: 14px;
  font-weight: 600;
  position: relative;
}
.affairpcontent .affairbtn .dropdown-menu h4:after {
  content: 'x';
  position: absolute;
  right: 0;
  top: -7px;
  color: #ccc;
  font-size: 20px;
  font-weight: 200;
  cursor: pointer;
}
.affairpcontent .affairbtn .dropdown-menu .intro {
  padding: 25px 0 7px;
  color: #555;
}

/*领导之窗*/

.leaderprofiles {
  padding: 15px 0;
  /*详情*/
}

.leaderprofiles .leaderpic {
  padding: 25px 0 0;
  margin: 20px 0 0;
  border-top: 1px solid #ccc;
}

.leaderprofiles .leaderpic dt {
  padding-top: 75px;
  width: 100px;
  float: left;
  text-align: center;
  font-size: 20px;
  color: #096dd9;
}

.leaderprofiles .leaderpic dd {
  margin-left: 120px;
}

.leaderprofiles .leaderpic dd li {
  padding-bottom: 30px;
  width: 20%;
  float: left;
  text-align: center;
  font-size: 16px;
}

.leaderprofiles .leaderpic dd li .pic {
  margin: 0 auto 10px;
  width: 120px;
  height: 164px;
  overflow: hidden;
}

.leaderprofiles .leaderpic dd li .pic img {
  display: block;
  width: 100%;
}
.leaderprofiles .leaderpic dd li .name{width: 120px;margin: 0 auto;text-align: center;}


.leaderprofiles .leadercontent .leaderhead {
  float: left;
  width: 120px;
  text-align: center;
  font-size: 18px;
}
.leaderprofiles .leadercontent .leaderhead dt {
  margin-bottom: 10px;
  width: 120px;
  height: 165px;
  overflow: hidden;
}
.leaderprofiles .leadercontent .leaderhead dt img {
  width: 100%;
  display: block;
}
.leaderprofiles .leadercontent .leadercontentr {
  float: right;
  width: 81.5%;
}
.leaderprofiles .leadercontent .leadercontentr .leadetxt {
  padding: 15px 0;
  line-height: 30px;
  font-size: 16px;
}
.leaderprofiles .nav-tree dd .name {
  display: inline-block;
  width: 95px;
}
/*文件库*/
.filelibrarybox {
  padding: 20px 5px 20px 30px;
  margin-top: 10px;
  border: 1px solid #ddd;
}
.filelibrarybox dl {
  margin-bottom: 0;
  width: 50%;
  float: left;
  overflow: hidden;
}
.filelibrarybox dl dt {
  float: left;
  font-size: 15px;
  font-weight: 600;
}
.filelibrarybox dl dd {
  padding: 0 0 10px 100px;
}
/*申请列表*/
.haveappliedtitle {
  margin: 15px 0 10px 5px;
}
.haveappliedtitle dt {
  padding-top: 4px;
  float: left;
  font-size: 18px;
}
.haveappliedtitle dd {
  padding: 0 0 0 100px;
}
.haveappliedtitle dd .nav-tabs-line,
.haveappliedtitle dd .nav-tabs-line li.active > a {
  border: 0;
}
.haveappliedtitle dd .nav-tabs-line li a {
  font-size: 14px;
}
.haveappliedtitle dd .nav-tabs-line > li   li:after {
  display: none;
}
/*提交后页面*/
.successfultip {
  padding: 50px;
  margin-top: 20px;
  border: 1px solid #ccc;
  text-align: center;
  color: #969696;
  line-height: 35px;
  font-size: 16px;
}
.successfultip dl dt i {
  margin: 0 auto 20px;
  width: 60px;
  line-height: 60px;
  display: block;
  background: #73d13d;
  color: #fff;
  border-radius: 50%;
  font-size: 40px;
  font-weight: 600;
}
.successfultip dl dd {
  padding-top: 15px;
  font-size: 46px;
  color: #000;
}
/*申请填写*/
.star {
  color: #ff3643;
}
.infoform {
  /*行政审批局-申请填写页面 */
}
.infoform .star {
  margin-right: 5px;
  font-size: 24px;
  vertical-align: -7px;
}
.infoform .infoforml {
  border-right: 1px solid #ccc;
}
.infoform ul.form-grouplist {
  margin-left: -40px;
}
.infoform .form-grouplist li {
  padding-left: 40px;
  width: 50%;
  height: 85px;
  float: left;
}
.infoform .form-grouplist dt {
  margin-bottom: 7px;
  height: 20px;
  font-weight: 600;
}
.infoform .form-grouplist dd .labelradio {
  margin-top: 8px;
}
.infoform .form-grouplist dd ol li {
  margin-left: 15px;
  padding-left: 0;
  height: auto;
  width: auto;
  float: none;
  color: #969696;
}
.infoform .tiplist li {
  margin: 15px 0 0 15px;
  line-height: 30px;
}
.infoform .verticalshow {
  padding-left: 10px;
  width: 25px;
  float: left;
  color: #ff3643;
  font-weight: 600;
}
.infoform .verticalshow span {
  margin-top: 150px;
  display: block;
}
.infoform .tableshow {
  margin-left: 35px;
}
.infoform .tableshow .table th,
.infoform .tableshow .table td {
  vertical-align: baseline;
}
.infoform .tableshow .table .aligncenter {
  text-align: center;
  vertical-align: middle;
}
.infoform .tableshow ol {
  margin-left: 25px;
  color: #969696;
}
.width20 {
  width: 20% !important;
}
.width50 {
  width: 50% !important;
}
.inlineblock {
  display: inline-block !important;
}
/* 单选框 */
.labelradio {
  padding-left: 20px;
  margin-right: 10px;
  position: relative;
  font-weight: 400;
}
.inputradio {
  display: none;
}
.labelradio:before {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 2px;
}
.labelradio:after {
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  background: #096dd9;
  border-radius: 50%;
  position: absolute;
  left: 4px;
  top: 6px;
  opacity: 0;
}
.inputradio:checked   .labelradio:before {
  border-color: #096dd9;
}
.inputradio:checked   .labelradio:after {
  opacity: 1;
}
.btnfile {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.65);
  position: relative;
}
.btnfile .inputfile {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
/* 复选框 */
.labelcheckbox {
  padding-left: 20px;
  margin-right: 10px;
  position: relative;
  font-weight: 400;
  font-family: "iconfont" !important;
}
.inputradio {
  display: none;
}
.labelcheckbox:before {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 5px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 2px;
}
.labelcheckbox:after {
  content: '\e67f';
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  color: #fff;
}
.inputradio:checked   .labelcheckbox:before {
  border-color: #096dd9;
  background: #096dd9;
}
.inputradio:checked   .labelcheckbox:after {
  opacity: 1;
}
.wangtinglogoandsearch {
  padding-top: 18px;
  height: 118px;
  /*logo底图*/
}
.wangtinglogoandsearch .logoandsearch-main {
  position: relative;
}
.wangtinglogoandsearch .wangtinglogobg,
.wangtinglogoandsearch .wangtingsearchbg {
  width: 650px;
  height: 118px;
  position: absolute;
  top: 0;
  z-index: ;
}
.wangtinglogoandsearch .wangtinglogobg {
  left: 0;
}
.wangtinglogoandsearch .wangtingsearchbg {
  right: -100px;
}
.wangtinglogoandsearch .wangting-logo img {
  top: 4px;
  width: auto;
  height: 110px;
  z-index: 2;
}
.wangtinglogoandsearch .search {
  margin-top: 39px;
  z-index: 3;
}
.wangtinglogoandsearch.logoandsearch .search .search-input {
  background-color: #fff;
}
/*搜索底图*/
.wangtingsearchbg {
  background:  no-repeat right top;
  background-size: auto 100%;
  height: 110px;
}
.menu-main .menu-item {
  height: 50px;
  overflow: hidden;
}
.menu-main .menu-item .iconfont {
  margin-right: 10px;
  font-size: 34px;
  vertical-align: -4px;
}
.wangtingbg {
  padding: 45px 0 5px;
  background:  no-repeat center top;
}
.wangtingbg .wangtingmain {
  padding: 20px;
  background-color: #fff;
  min-height: 500px;
}
.wangtinggray {
  padding: 25px;
  background-color: #f5f5f5;
}
.wangtingmain {
  padding: 45px 0 5px;
}
.grid-lay-white {
  padding: 25px;
  background-color: #fff;
}
img {
  /*max-width: 100%;*/
}
/*新闻头条*/
.homenewintro {
  margin-top: -15px;
}
.homenewintro .tabhomenew {
  height: 340px ;
}
.homenewintro .newheadline {
  position: relative;
  height: 335px;
  font-size: 15px;
}
.homenewintro .newheadline h2 {
  height: 75px;
  line-height: 40px;
  font-size: 28px;
  overflow: hidden;
}
.homenewintro .newheadline .intro {
  margin: 20px 0;
  line-height: 30px;
  color: #969696;
  height: 95px;
  overflow: hidden;
}
.homenewintro .newheadline .moredetail {
  float: right;
}
.homenewintro .newheadline .moredetail a {
  font-size: 18px;
}
.homenewintro .newheadline ul {
  position: absolute;
  left: 0;
  bottom: 10px;
  height: 70px;
  overflow: hidden;
}
.homenewintro .newheadline ul .list-group-item {
  line-height: 20px;
}
.homenewintro .newheadline .moreheadline {
  position: absolute;
  right: 0;
  bottom: 0;
}
.homenewintro .newheadline .moreheadline a {
  color: #969696;
}
.homenewintro .titlebig {
  padding: 25px 0;
  font-size: 30px;
  color: #096dd9;
}
.homenewintro .newheadintro {
  margin-bottom: 35px;
  fonthome-notice-size: 18px;
  text-align: center;
}
.homenewintro .newsintro {
  margin-bottom: 0;
}
.homenewintro .newsintro dt {
  margin: 15px 0 10px;
  height: 25px;
  overflow: hidden;
  font-size: 20px;
}
.homenewintro .newsintro dd {
  color: #969696;
  height: 20px;
  overflow: hidden;
}
/* 专题轮播 */
.home-notice .swiper-slide {
  padding: 0 5px 0 5px ;
}
/*新闻标签*/
.homenewlabel .newlabellist {
  padding-bottom: 10px;
  text-align: center;
}
.homenewlabel .newlabellist li {
  margin: 0 30px;
  display: inline-block;
  font-size: 22px;
}
.homenewlabel .newheaddate {
  padding-top: 10px;
  height: 290px;
  overflow: hidden;
}
.homenewlabel .newheaddate dl {
  margin: 0 0 10px -15px;
}
.homenewlabel .newheaddate dt {
  float: left;
  width: 110px;
  text-align: center;
}
.homenewlabel .newheaddate dt .day {
  display: block;
  font-size: 40px;
  color: #096dd9;
}
.homenewlabel .newheaddate dd {
  padding-left: 120px;
}
.homenewlabel .newheaddate dd h5 {
  height: 24px;
  line-height: 24px;
  font-size: 15px;
}
.homenewlabel .newheaddate dd .intro {
  margin: 15px 0;
  color: #969696;
  height: 38px;
  overflow: hidden;
}
/*其他系统链接*/
.otherlinkbox .swiper-container {
  margin: 25px 0 0;
  height: 30px;
}
.otherlinkbox .otherlink li {
  margin-right: 25px;
  display: inline-block;
  position: relative;
}
.otherlinkbox .otherlink li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #096dd9;
}
.otherlinkbox .otherlink li a {
  padding-left: 18px;
}
/*纪检监察举报方式*/
.monitorinform {
  padding: 15px 20px 10px;
  border: 1px solid #ddd;
}
.monitorinform dl {
  margin-bottom: 5px;
}
.monitorinform dt {
  float: right;
}
.monitorinform dd em {
  margin-right: 10px;
  color: #096dd9;
  font-size: 24px;
  font-weight: 600;
}
.monitorinform dd span {
  margin-right: 30px;
}
/*服务图标*/
.serviceiconlist {
  margin: 0 -30px 0 -25px;
}
.serviceiconlist li {
  margin: 25px 26px 5px;
  width: 120px;
  height: 120px;
  float: left;
  text-align: center;
}
.serviceiconlist li a {
  padding: 5px;
  height: 100%;
  display: block;
  background-color: #f4f6fe;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.serviceiconlist li a:hover {
  box-shadow: 1px 0px 35px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.serviceiconlist li a:hover .iconfont {
  font-size: 60px;
}
.serviceiconlist li .iconfont {
  display: block;
  height: 80px;
  line-height: 80px;
  font-size: 50px;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  overflow: hidden;
}
.serviceiconlist li .title {
  display: block;
  height: 22px;
  overflow: hidden;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.serviceiconlistbg {
  padding-left: 55px !important;
}
.serviceiconlistbg .serviceiconlist li a {
  background-color: #fff;
}
/*其他服务*/
.otherservicelist {
  padding-bottom: 20px;
  border: 1px solid #ddd;
}
.otherservicelist li {
  width: 20%;
  float: left;
  text-align: center;
  font-size: 18px;
}
.otherservicelist li a {
  padding: 5px;
  height: 100%;
  display: block;
}
.otherservicelist li .iconfont {
  display: block;
  font-size: 80px;
  color: #096dd9;
}
.otherservicelist li .title {
  display: block;
  height: 22px;
  overflow: hidden;
}
/*办事服务*/
.officesservices ul {
  padding: 20px 0 10px;
  margin: 0;
  background-color: #fff;
}
.officesservices ul li {
  width: 33.33%;
  float: left;
  text-align: center;
  font-size: 18px;
}
.officesservices ul li img {
  margin: 0 auto 15px;
  display: block;
  width: 93px;
  height: 93px;
}
.officesservices .adimg {
  height: 170px;
  overflow: hidden;
}
.officesservices .adimg img {
  display: block;
  width: 100%;
}
/*政务公开*/
.videoaffairpublic {
  height: 410px;
  background-image: ;
}
.videoaffairpublic .datasubjecttitle {
  padding-top: 136px;
  color: #096dd9;
  text-shadow: none;
  font-weight: 600;
}
.content .affairpublicmainbg .successfultip {
  margin: -10px -36px 0;
}
/*全城通办流程步骤*/
.demo-steps-box {
  padding-top: 15px;
  position: relative;
}
.demo-steps-box:before {
  content: '';
  width: 80%;
  height: 1px;
  background-color: #ddd;
  position: absolute;
  right: 10%;
  top: 33px;
  z-index: 0;
}
.demo-steps-box .steps-flow {
  padding-left: 6%;
  width: 28%;
  float: left;
  border-bottom: 20px solid #ddd;
  position: relative;
}
.demo-steps-box .steps-flow:after {
  content: '';
  width: 20px;
  height: 26.2%;
  background-color: #ddd;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.demo-steps-box .steps-flow.steps-flow-two:after {
  height: 17.8%;
}
.demo-steps-box .steps-flow.steps-flow-three:after {
  height: 48.8%;
}
.demo-steps-box .steps-flow .steps-title {
  color: #666;
}
.demo-steps-box .steps-flow .steps-title dt {
  float: left;
  width: 33px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 50%;
  color: #ddd;
}
.demo-steps-box .steps-flow .steps-title dd {
  padding: 8px 10px 0 45px;
  position: relative;
}
.demo-steps-box .steps-flow .steps-title dd .time {
  padding-top: 5px;
  display: block;
  color: #969696;
}
.demo-steps-box .steps-flow .steps-head {
  padding-left: 6%;
  position: relative;
  z-index: 10;
}
.demo-steps-box .steps-flow .steps-head:before {
  content: '';
  width: 50%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.demo-steps-box .steps-flow .steps-head dd span {
  padding-right: 15px;
  display: inline-block;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.demo-steps-box .steps-flow .flow-list {
  margin-left: 45px;
}
.demo-steps-box .steps-flow .flow-list li {
  position: relative;
}
.demo-steps-box .steps-flow .flow-list li:before {
  content: '';
  width: 1px;
  height: 50%;
  background-color: #ddd;
  position: absolute;
  left: 16px;
  top: 40px;
  z-index: 0;
}
.demo-steps-box .steps-flow .flow-list li .steps-title {
  cursor: pointer;
}
.demo-steps-box .steps-flow .flow-list li.finish .steps-title dt {
  color: #096dd9;
  border-color: #096dd9;
  font-family: "iconfont" !important;
  overflow: hidden;
}
.demo-steps-box .steps-flow .flow-list li.finish .steps-title dt:before {
  content: "\e67f";
  display: block;
  font-size: 24px;
}
.demo-steps-box .steps-flow .flow-list .flow-content {
  padding: 10px 15px;
  width: 100%;
  top: 33px;
}
.demo-steps-box .steps-flow .iconpao {
  display: inline-block;
  line-height: 120px;
  width: 120px;
  height: 120px;
  font-size: 120px;
  color: #ddd;
}
.demo-steps-box .steps-flow.steps-flow-last {
  width: 16%;
}
.demo-steps-box .steps-flow.steps-flow-last:after {
  display: none;
}
.demo-steps-box .steps-flow.steps-flow-last .steps-head dt {
  margin-top: -4px;
  width: 38px;
  height: 38px;
  line-height: 38px;
}
.demo-steps-box .steps-flow.steps-flow-last .steps-head dt .iconfont {
  font-size: 28px;
}
.demo-steps-box .steps-flow.steps-flow-last .iconpao {
  margin-left: -26%;
}
.demo-steps-box .steps-flow.finish .steps-head {
  color: #000;
}
.demo-steps-box .steps-flow.finish .steps-head dt {
  background-color: #096dd9;
  border-color: #096dd9;
  color: #fff;
}
.demo-steps-box .steps-flow.finish .steps-head dd .time {
  color: #000;
}
.demo-steps-box .steps-flow.finish .iconpao {
  color: #096dd9;
}
/*部门网站*/
.top-tools,
.top-time,
.logo {
  display: none;
}
.wangting-top-tools,
.wangting-top-time,
.wangting-logo {
  display: block;
}

/*后面添加*/
.clear{clear: both;}
/*分享按钮*/
.share_fx{width: 301px;display: block;margin-top:30px;float:right;}
.share_fx span{height: 36px;line-height: 36px;display: inline-block;color: #333333;float: left;}
.share_fx a{height:22px;border-radius:100%;float:left;}
.share_fx a.bds_weixin{background:  center no-repeat;}
.share_fx a.bds_tsina{background:  center no-repeat;}
.share_fx a.bds_tqq{background:  center no-repeat;}
.share_fx a.popup_tqf{background:  center no-repeat;}
.share_fx a.bds_qzone{background:  center no-repeat;}
.share_fx a.popup_sqq{background:  center no-repeat;}
.share_fx a.bds_more{background:  center no-repeat;}
/*分享按钮*/

/*站点地图 开始*/
.mapsite{}
.mapsite li {
         font-size: 16px;
         font-weight: bold;
        }
        
        .mapsite li a {
         color: #3d8ddc;
         display: block;
         padding: 10px;
         border-bottom:1px solid #ccc ;
         font-size: 18px;
        }
        
        .mapsite li .sub {
         padding: 0px 10px;
        }
        
        .mapsite li .sub li {
         padding: 5px 10px;
         font-size: 14px;
        }
        
        .mapsite li .sub li a {
         font-size: 14px;
         color: #000;
         display: block;
         font-weight: bold;
         border: 0px;
         padding: 5px;
        }
        
        .mapsite li .sub li a:hover {
         color: #0069c5;
        }
        
        .mapsite li a:hover {
         color: #0069c5;
        }
        .mapsite li .sub li .three{padding-left: 20px;}
        .mapsite li .sub li .three li{float: left;background:  no-repeat left center;}
        .mapsite li .sub li .three li a{font-weight: normal;padding: 3px;}
        
/*站点地图 结束*/

/*文章详情标题*/
.contentbox .text-center h3.marginb15{line-height: 30px;}
.contentbox .text-center h4.marginb15{line-height: 35px;}
.contentbox .main_xtime{color: #999;}
/*文章详情标题*/

/*图片列表概览*/
.index_r_pic{width:100%; padding-top:10px; box-sizing:border-box;}
.index_r_pic ul{width:100%; display:block; text-align:center;}
.index_r_pic ul li{width:33.3%; display:inline-block; text-align:center; margin-bottom:30px; float:left;}
.index_r_pic ul li .imgw{width:260px; height:148px; margin:0 auto; overflow:hidden;}
.index_r_pic ul li .imgw img{width:100%; height:148px; display:block; cursor:pointer;}
.index_r_pic ul li .imgt{width:260px; height:40px; line-height:40px; text-align:center; margin:0 auto; overflow:hidden; display:block; white-space:nowrap; text-overflow:ellipsis; cursor:pointer; background:#edf1f4; padding:0 8px; box-sizing:border-box;}
/*图片列表概览*/

/*后面添加*/
/*公益广告开始*/
.gyad {
	width: 100%;
	display: block;
	overflow: hidden;
	float: right;
	margin-top: 18px;
	position: relative;
	}
.gyad .parhd {
	width: 100%;
	height: 44px;
	overflow: hidden;
	border-bottom: solid 3px #096dd9;
	padding-left: 0px;
	box-sizing: border-box;
	position: relative;
	}
.gyad .parhd ul {
		width: 100%;
		height: 44px;
		display: block;
		z-index: 0;
	}
.gyad .parhd ul li {
		width: auto;
		line-height: 41px;
		float: left;
		margin-right: 15px;
	}
.gyad .parhd ul li a {
		width: auto;
		line-height: 41px;
		font-size: 18px;
		color: #333333;
		float: left;
		padding-right: 15px;
		box-sizing: border-box;
		cursor: pointer;
	}
.gyad .parhd ul li.on a {
		color: #163682;
	}
.gyad .parhd .video {
		width: auto;
		height: 41px;
		line-height: 41px;
		font-size: 18px;
		color: #666666;
		position: absolute;
		right: 100px;
		top: 0px;
		cursor: pointer;
	}
.gyad .parhd .more {
		width: auto;
		height: 41px;
		line-height: 41px;
		font-size: 18px;
		color: #666666;
		position: absolute;
		right: 5px;
		top: 0px;
		cursor: pointer;
	}
.gyad .parhd .video:hover,
.gyad .parhd .more:hover {
	color: #01398e;
}
.gyad .parbd {
	width: 1160px;
	height: 214px;
	overflow: hidden;
	margin: 20px auto 0px;
}
.gyad .parbd ul {
	width: 1160px;
	overflow: hidden;
	zoom: 1;
}
.gyad .parbd ul li {
	float: left;
	width: 159px;
	height: 214px;
	display: inline;
	overflow: hidden;
	text-align: center;
	margin-right: 41px;
}
.gyad .parbd ul li:last-child{
	margin-right: 0;
}
.gyad .parbd ul li .parimg {
	display: block;
	width: 157px;
	height: 212px;
	overflow: hidden;
	cursor: pointer;
	border: 1px solid #d

.list-group{margin-bottom: 10px;}e7c51;
}
.gyad .parbd ul li .parimg img {
	width: 157px;
	height: 212px;
	display: block;
}

.parhd ul li.libg a{
	    color: #096dd9;
}
.gyad .parhd ul li a:hover{
	color: #1b69b2;
}
.gyad .parhd .video a:hover{
	color: #1b69b2;
}
.gyad .parhd .more a:hover{
	color: #1b69b2;
}
.marginb20 {
    margin-bottom: 20px!important;
    display: inline-block;
    width: 100%;
}
.gyad .parhd ul li.on a {
    color: #2364fe;
}
/*公益广告结束*/
/** 下拉菜单 **/
.of-visible {
  overflow: visible !important;
}
.dropbtn {
  color: white;
  border: none;
  cursor: pointer;
}
.menu .dropdown {
  position: relative;
  display: inline-block;
  overflow: visible !important;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #054181;
  min-width: 100%;
  margin-left: -15px;
  margin-top: -1px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}
.dropdown-content a {
  font-size: 16px;
  color: black;
  padding: 5px;
  text-decoration: none;
  display: block;
}
.dropdown-content a:hover {
  background-color: #096dd9;
}
/* 在鼠标移上去后显示下拉菜单 */
.dropdown:hover .dropdown-content {
  display: block;
  z-index: 1000;
}
/* 当下拉内容显示后修改下拉按钮的背景颜色 */
.dropdown:hover .dropbtn {
  background-color: #054181;
}
/** end下拉菜单 **/


/*** 左侧菜单超出隐藏 开始 ***/
.nav-tree > dd > a{overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
/*** 左侧菜单超出隐藏 结束 ***/

.nav-tabs-line > li.active > a, .nav-tabs-line > li.active > a:focus, .nav-tabs-line > li.active > a:hover{cursor: pointer;}


/*** 专题专栏 两个一排样式 开始 ***/
.specialimgbox.specialimgboxdh .specialimglist.lgzttp{width: 894px;}
.specialimgbox.specialimgboxdh .specialimglist.lgzttp li{margin: 0 0 22px;width: 425px;float: left;margin-right: 22px;}
.specialimgbox.specialimgboxdh .specialimglist.lgzttp li .title{width: 100%;display: inline-block;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;color: #333333;}
.specialimgbox.specialimgboxdh .specialimglist.lgzttp li .pic img{width: 100%;height: 81px;}
/*** 专题专栏 两个一排样式 结束 ***/


/*** 政务公开列表页 开始 ***/
.affairpcontent .systemlist li{margin-top: 20px;height: 30px;font-size: 16px;width: 100%;}
.affairpcontent .systemlist li a{width: 80%;height: 30px;display: block;overflow: hidden;float: left;white-space: nowrap;text-overflow: ellipsis;line-height: 30px;}
.affairpcontent .systemlist li .time{margin-left: 0px;color: #999;line-height: 30px;display: inline-block;float: right;}
/*** 政务公开列表页 结束 ***/

