@import '../font/iconfont.css';
@import '../font/iconfont.css';

/*浏览器广告 屏蔽掉和 UC 相关的所有框架 */
iframe[src*="ucweb.com"] { display: none !important; }
iframe[id^="head__"] { display: none !important; }
iframe[id^="utp__"] { display: none !important; }


.PC-SHOW {
  display: block !important;
}
.WX-SHOW {
  display: none !important;
}
/*当屏幕大于767的时候显示*/
@media (min-width: 767px) {
	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;
	  font-family: "微软雅黑";
	}
	.content {
	  position: relative;
	  min-height: 100%;
	  width: 100%;
	}
	.content .top {
	  height: 34px;
	  margin-top: -34px;
	}
	.content .main {
	  width: 1200px;
	  margin: 0 auto;
	  overflow-x: inherit;
	}
	#main,
	.main {
	  width: 1240px;
	  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: 1240px;
	  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: #0069c5;
	  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: 56%;
	  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: #FFFFFF transparent transparent transparent;
	}
	.header-bar .areaDrop-menu {
	  width: 1240px;
	  height: 500px;
	  overflow: hidden;
	  overflow-y: auto;
	  padding: 10px 20px;
	  margin: 0;
	}
	.header-bar .areaDrop-menu .dropdown-menu-iconfont {
	  font-size: 90px;
	  color: #0069c5;
	}
	.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: #0069c5;
	}
	.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: #0069c5;
	  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;
	  color:#333;
	}
	.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 a{color:#ffffff;}
	.header-bar .top-tools .tools-size li + li {
	  margin-left: 10px;
	  padding-left: 10px;
	  /*border-left: 1px solid #fff;*/
	  color: #fff;
	}
	.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: #0069c5;
	  line-height: 40px;
	  color: #fff;
	}
	.logoAndSearch .search .search-btn .glyphicon,
	.logoAndSearch .search .search-btn .iconfont {
	  color: #FFFFFF;
	  font-size: 22px;
	}
	.menu {
	  background-color: #0069c5;
	}
	.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: #1130ae;
	}
	.footer-main {
	  width: 100%;
	  width: 1200px;
	  margin: 0 auto;
	  padding: 40px;
	}
	.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 {float: left;width: 300px;height: 100%;position: relative;z-index: 99;overflow: hidden;}
	
	.footer-main > .layout-body {position: relative;z-index: 98;display: inline-block;height: 100%;width: 100%;margin-left: -300px;padding-left: 300px;}
	.footer-main > .layout-body > .layout-body-main {display: block;position: relative;width: 100%;height: 100%;}
	.footer-main > .layout-body > .layout-body-main ul li a{cursor: pointer;}
	
	.footer-main .layout-body-main {text-align: center;padding-top: 14px;}
	
	.footer-main .footer-pic {float: left;width: 108px;height: 108px;overflow: hidden;}
	.footer-main .footer-pic + .footer-pic {margin-left: 20px;}
	.footer-main .footer-pic img {width: 100%;}
	
	.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;
	}
	.icon {
	  width: 1em;
	  height: 1em;
	  line-height: 1em;
	  vertical-align: -0.15em;
	  fill: currentColor;
	  overflow: hidden;
	  font-size: 28px;
	}
	/*实心圆*/
	.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 #0069c5;
	}
	.img-list .img-list-item:hover .img-title,
	.img-list .img-list-item.active .img-title {
	  color: #0069c5;
	}
	.img-list .img-list-item:hover .img-explain,
	.img-list .img-list-item.active .img-explain {
	  color: #0069c5;
	}
	.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: #0069c5;
	}
	.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: #0069c5;
	}
	.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: #0069c5;
	}
	.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: 150px;
	  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: #0069c5;
	  color: #0069c5;
	}
	.nav-tabs > li.active > a,
	.nav-tabs > li.active > a:focus,
	.nav-tabs > li.active > a:hover {
	  background-color: #0069c5;
	}
	.nav > li > a:focus,
	.nav > li > a:hover {
	  background: none;
	}
	.list-group-item {
	  line-height: 30px;
	}
	.tab-pane {
	  overflow: hidden;
	}
	/*评论*/
	/*新闻列表详情*/
	.nav-tree > dt > span{
		display: block;
		line-height: 50px;
		color: #fff;
		font-size: 24px;
		background-color: #0069c5;
	    text-align: center;
	}
	.nav-tree > dd > a:hover, .nav-tree > dd > a.active{
		background-color: #e9edfd !important;
	}
	.mainDetails {
	  padding: 50px 0;
	  background: url(../../imagesq/liujiang/zjlzbj_1.png) no-repeat center top;
	  background-size: 100% auto;
	}
	.mainDetails .main {
	  padding: 15px 20px;
	  background: #fff;
	}
	/* 表格居中 */
	table {
		background-color: transparent;
		max-width: 100%;
		height: auto !important;
		margin: 0 auto;
		border-spacing: 1px;
	}
	.contentBox {
	  padding: 40px 40px;
	  border: none;
	  border-top: none;
	}
	.contentBox .contentBoxL {
	  width: 850px;
	  float: left;
	}
	.contentBox .contentBoxL .contentCont {
	  padding-right: 20px;
	  border-right: 1px solid #ccc;
	}
	.contentBox .contentTextBox {margin-bottom: 15px;line-height: 35px;text-align: justify;font-size: 19px;overflow-x: auto;margin-top: 20px;}
	.contentBox .contentTextBox img {max-width: 100%;margin: auto;}
	
	.contentBox .titleborderB {
	  border-color: #000 !important;
	}
	.contentBox .titleborderB h3 {
	  font-size: 28px;
	  color: #0069c5;
	}
	.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: url(../../imagesq/liujiang/zhuanti.png) no-repeat center top / 100% 100%;
	  height: 230px;
	}
	.titleSpecial {
	  padding: 3px 0 0 15px;
	  margin-bottom: 20px;
	  border-bottom: 2px solid #0069c5;
	  line-height: 45px;
	  color: #0069c5;
	  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 {
	  position: relative;
	  padding:10px 15px 0 25px;
	}
	.list-Special .list-group-item:before {
	  content: '';
	  position: absolute;
	  left: 15px;
	  top: 22px;
	  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;
	}
	.Single{margin: 0;border: solid 1px #dddddd !important;border-top: solid 2px #257dd0 !important;}
	/*图片标题*/
	.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: #0069c5;
	}
	.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: #0069c5;
	  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: #0069c5;
	  position: absolute;
	  left: 0;
	  bottom: 0;
	  opacity: 0;
	  display: none;
	  transition: all 0.6s;
	}
	.imagesViewBox .imagesView:hover {
	  color: #0069c5;
	}
	.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 #0069c5;
	  border-radius: 2px;
	  color: #0069c5;
	  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: #1130ae;
	}
	.figureReadBox .rightContent {
	  line-height: 30px;
	  color: #969696;
	}
	/*按钮*/
	.btn {
	  padding: 9px 18px;
	  border-radius: 1px;
	}
	.btn-primary {
	  background-color: #0069c5;
	  border-color: #0069c5;
	}
	.btn-primary:hover,
	.btn-primary:focus,
	.btn-primary:active {
	  background-color: #0069c5 !important;
	  border-color: #0069c5 !important;
	  outline: 0 !important;
	}
	/*关联列表*/
	.articlePage {
	  padding: 15px 0;
	  font-size: 18px;
	  line-height: 30px;
	}
	.articlePage li {
	  padding: 5px 0;
	}
	.articlePage li a {
	  color: #0069c5;
	}
	/*详情*/
	.page-navigation {
	  text-align: center;
	}
	.pagination {
	  margin: 20px auto;
	  overflow: hidden;
	  -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: #0069c5;
	  border-color: #0069c5;
	  cursor: default;
	}
	/*分页*/
	.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: #0865b1;
	  padding-left: 20px;
	}
	.nav-tree > dd {
	  padding: 20px 0;
	  background-color: #FAFAFA;
	  text-overflow: ellipsis;
	  overflow: hidden;
	  white-space: nowrap;
	}
	.nav-tree > dd > a {
	  display: block;
	  line-height: 46px;
	  color: #000000;
	  font-size: 20px;
	  border-right: 4px solid transparent;
	  text-align: center;
	}
	.nav-tree > dd > a:hover,
	.nav-tree > dd > a.active {
	  color: #0069c5;
	  background-color: #e9edfd;
	  border-right: 4px solid #0069c5;
	}
	.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: #0069c5;
	  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;
	}
	.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 #0069c5;
	  background-color: #0069c5;
	  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: #0069c5;
	  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: #0069c5;
	}
	.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: #0069c5;
	  font-size: 18px;
	}
	.home .subcontent .index-card {
	  width: 100%;
	  display: block;
	  background-color: #0069c5;
	  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: #0069c5;
	}
	.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: #0069c5;
	  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: #0069c5;
	  background-color: #0069c5;
	  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: #0069c5;
	}
	.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: #0069c5;
	  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: #0069c5;
	  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: #0069c5;
	  font-size: 20px;
	  line-height: 36px;
	  border-bottom: 1px solid #0069c5;
	}
	.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: url(../../imagesq/liujiang/homeMenu_news.png);
	}
	.home .zjlz-list .knowbg {
	  background-image: url(../../imagesq/liujiang/homeMenu_know.png);
	}
	.home .zjlz-list .investbg {
	  background-image: url(../../imagesq/liujiang/homeMenu_invest.png);
	}
	.home .zjlz-list .tourbg {
	  background-image: url(../../imagesq/liujiang/homeMenu_tour.png);
	}
	.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: #0069c5;
	  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: #0069c5;
	  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: #0069c5;
	  border-bottom: solid 2px #0069c5;
	  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: #0069c5;
	}
	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: #0069c5 !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: 18px;
	}
	.titleRespond .borderB {
	  padding-bottom: 8px;
	  display: inline-block;
	  border-bottom: 2px solid #0069c5;
	  color: #0069c5;
	}
	.titleRespond dt {
	  float: right;
	}
	.titleRespond dd em {
	  font-size: 14px;
	  color: #999;
	}
	.titleborderB {
	  padding: 0 0 8px 10px;
	  border-bottom: solid 2px #207ad2 !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: url(../../imagesq/liujiang/Respond_banner.png);
	  color: #fff;
	}
	.videoRespond .banMain .abilityFaq {
	  width: 550px;
	  height: 390px;
	  position: absolute;
	  right: 0;
	  top: 0;
	  background: url(../../imagesq/liujiang/faq.png) 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: #0069c5;
	  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: #0069c5;
	  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: #0069c5;
	  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: url(../../imagesq/liujiang/RespondBg.jpg) 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: #0069c5;}
	.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: #0069c5;border-color: #0069c5;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: #0069c5;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: #0069c5;background-color: #FFF1F0;border-right: 4px solid #0069c5;}
	
	/* 布局常亮 */
	.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: url(../../imagesq/liujiang/DataRelease_banner.png);}
	.videoDataSubject .publishBg {background-position: center top;background-repeat: no-repeat;background-size: auto 100%;height: 500px;background-image: url(../../imagesq/liujiang/DataRelease_publish.png);}
	.videoDataSubject .resultBg {background-position: center top;background-repeat: no-repeat;background-size: auto 100%;height: 500px;background-image: url(../../imagesq/liujiang/DataRelease_result.png);}
	.videoDataSubject .subjectBg {background-position: center top;background-repeat: no-repeat;background-size: auto 100%;height: 500px;background-image: url(../../imagesq/liujiang/DataRelease_subject.png);}
	.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: #1130ae;}
	
	/*最新专题*/
	.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 #0069c5;border-radius: 2px;font-size: 16px;color: #0069c5;}
	
	/* 走进柳州首页 */
	.videoInLzBackground .InLzNewsBg {background-position: center top;background-repeat: no-repeat;background-size: auto 100%;height: 500px;background-image: url(../../imagesq/liujiang/zjlzbj_1.png);}
	.videoInLzBackground .InLzKnowBg {background-position: center top;background-repeat: no-repeat;background-size: auto 100%;height: 500px;background-image: url(../../imagesq/liujiang/zjlzbj_1.png);}
	.videoInLzBackground .InLzInvestBg {background-position: center top;background-repeat: no-repeat;background-size: auto 100%;height: 500px;background-image: url(../../imagesq/liujiang/zjlzbj_2.png);}
	.videoInLzBackground .InLzTourBg {background-position: center top;background-repeat: no-repeat;background-size: auto 100%;height: 500px;background-image: url(../../imagesq/liujiang/zjlzbj_3.png);}
	.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 #0069c5;}
	.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: url(../../city/imagess/affairPublic_banner.png);background-size: 100% auto;}
	.videoAffairPublic .dataSubjectTitle {padding-top: 6%;text-align: center;font-size: 100px;color: #fff;text-shadow: 1px 2px 6px #333;font-family: "黑体";font-weight: 600;}
	
	/* 溢出滚动 */
	.client-detail {position: relative;}
	.slimScrollDiv > * {overflow: hidden;}
	.slimScrollRail,
	.slimScrollBar {width: 10px!important;opacity: 1 !important;filter: alpha(opacity=100) !important;}
	.slimScrollBar {background: #0069c5 !important;}
	.slimScrollRail {background: #eee !important;}
	
	/*政务公开首页*/
	body.affairPublic {
	  min-width: auto!important;
	}
	.content .affairPublicMain {
	  margin-top: -150px;
	  margin-bottom: 7px;
	  padding: 10px 36px 30px;
	  background: #F2F2F2;
	  position: relative;
	  z-index: 10;
	}
	.content .affairPublicMainBg {
	  background: #fff;
	}
	.affairPSearck {
	  padding: 0 18px;
	  margin: 20px 0 25px 280px;
	  width: 485px;
	  height: 50px;
	  background-color: #fff;
	  border: 2px solid #0069c5;
	  border-radius: 9px;
	}
	.affairPSearck dt {
	  padding-top: 2px;
	  float: right;
	}
	.affairPSearck dt i {
	  color: #0069c5;
	  font-size: 30px;
	  font-weight: 600;
	}
	.affairPSearck dd {
	  margin-right: 40px;
	}
	.affairPSearck dd input {
	  width: 100%;
	  height: 46px;
	  line-height: 46px;
	}
	.affairPCont {
	  /*左侧导航*/
	}
	.affairPCont .ztree {
	  width: 250px;
	  float: left;
	}
	.affairPCont .affairPSide {
	  width: 250px;
	  float: left;
	}
	.affairPCont .affairPSide .affairPNav li {
	  padding-bottom: 15px;
	}
	.affairPCont .affairPSide .affairPNav li a {
	  padding: 7px 0 0 20px;
	  width: 100%;
	  height: 65px;
	  display: block;
	  font-size: 21px;
	  line-height: 26px;
	  background-color: #fff;
	  color: #0069c5;
	  overflow: hidden;
	}
	.affairPCont .affairPSide .affairPNav li a i {
	  /*margin-top: 12px;*/
	  width: 70px;
	  display: block;
	  float: left;
	  font-size: 54px;
	}
	.affairPCont .affairPSide .affairPNav li a span {
	  margin-left: 55px;
	  display: block;
	}
	.affairPCont .affairPSide .affairPNav li.active a,
	.affairPCont .affairPSide .affairPNav li a:hover {
	  background-color: #0069c5;
	  color: #fff;
	}
	.affairPCont .affairPSide .affairPNav .submenu {
	  position: relative;
	}
	.affairPCont .affairPSide .affairPNav .submenu ul {
	  padding: 5px 0 30px;
	  background: #fff;
	  display: none;
	}
	.affairPCont .affairPSide .affairPNav .submenu ul li {
	  padding: 0;
	  /*三级*/
	}
	.affairPCont .affairPSide .affairPNav .submenu ul li a {
	  padding: 0 0 0 45px;
	  height: 32px;
	  line-height: 32px;
	  font-size: 15px;
	  background: transparent;
	  color: #555;
	  position: relative;
	}
	.affairPCont .affairPSide .affairPNav .submenu ul li a:before {
	  content: '';
	  position: absolute;
	  left: 32px;
	  top: 14px;
	  width: 4px;
	  height: 4px;
	  border-radius: 50%;
	  background: #555;
	}
	.affairPCont .affairPSide .affairPNav .submenu ul li a:hover:before {
	  background: #0069c5;
	}
	.affairPCont .affairPSide .affairPNav .submenu ul li.active > a,
	.affairPCont .affairPSide .affairPNav .submenu ul li a:hover {
	  background-color: #FFF1F0;
	  color: #0069c5;
	}
	.affairPCont .affairPSide .affairPNav .submenu ul li.active > a:before {
	  background: #0069c5;
	}
	.affairPCont .affairPSide .affairPNav .submenu ul li li a {
	  padding-left: 58px;
	}
	.affairPCont .affairPSide .affairPNav .submenu ul li li a:before {
	  left: 45px;
	}
	.affairPCont .affairPSide .affairPNav .submenu ul li ul {
	  padding: 5px 0;
	}
	.affairPCont .affairPSide .affairPNav .submenu > a:after {
	  content: "\002b";
	  position: absolute;
	  right: 5%;
	  top: 20px;
	  font-size: 22px;
	  color: #0069c5;
	  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 {
	  /*三级*/
	}
	.affairPCont .affairPSide .affairPNav .submenu.open ul {
	  display: block;
	}
	.affairPCont .affairPSide .affairPNav .submenu.open > a:after {
	  content: "\2212";
	}
	.affairPCont .affairPSide .affairPNav .submenu.open li ul {
	  display: none;
	}
	.affairPCont .affairPSide .affairPNav .submenu.open li.open ul {
	  display: block;
	}
	/*右侧内容*/
	.myiframeContent {
	  padding-bottom: 20px;
	  width: 850px;
	  height: 1100px;
	  float: right;
	  background: #fff;
	  overflow: hidden;
	}
	.myiframe {
	  width: 866px;
	    min-height: 1080px;
	}
	.affairPContent {
	  min-height: 940px;
	  /*公开年报*/
	  /*公开内容*/
	  /*列表*/
	  /*依申请公开*/
	}
	.affairPContent .affairPBar {
	  padding: 25px 15px 45px;
	  /*公开制度列表*/
	}
	.affairPContent .affairPBar h3 {
	  margin: 10px 0 30px;
	  color: #0069c5;
	  font-size: 32px;
	}
	.affairPContent .affairPBar .scrollContent {
	  height: 900px;
	  font-size: 16px;
	  line-height: 30px;
	  margin-right: 16px;
	}
	.affairPContent .affairPBar .scrollContent .full-height-scroll {
	  padding: 0 25px;
	}
	.affairPContent .affairPBar .scrollContent .textAttribute {
	  padding-bottom: 25px;
	  text-align: center;
	  border-bottom: 2px solid #ddd;
	}
	.affairPContent .affairPBar .subTitleBord {
	  padding: 5px 0 15px;
	  margin: 0 auto;
	}
	.affairPContent .affairPBar .systemList {
		margin: 15px 25px 20px;
	}
	.affairPContent .subTitle {
	  height: 40px;
	  line-height: 40px;
	}
	.affairPContent .subTitle span {
	  padding: 0 25px;
	  line-height: 40px;
	  display: inline-block;
	  background-color: #0069c5;
	  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: 15px 25px 20px;
	}
	.affairPContent .OpenContent .systemList {
	  padding: 5px 0 20px;
	}
	.affairPContent .OpenContent .moreList {
	  text-align: center;
	}
	.affairPContent .OpenContent .moreList a {
	  width: 110px;
	  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: #0069c5;
	}
	.leaderProfiles .leaderPic dd {
	  margin-left: 120px;
	}
	.leaderProfiles .leaderPic dd li {
	  padding-bottom: 10px;
	  width: 20%;
	  float: left;
	  text-align: center;
	  font-size: 16px;
	}
	.leaderProfiles .leaderPic dd li .pic {
	  margin: 0 auto 15px;
	  width: 120px;
	  height: 164px;
	  overflow: hidden;
	}
	.leaderProfiles .leaderPic dd li .pic img {
	  display: block;
	  width: 100%;
	}
	.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;
	}
	/* 办事服务 */
	/** 头部背景部分 **/
	.publicService-bg {
	  background-position: center top;
	  background-repeat: no-repeat;
	  background-size: auto 100%;
	  height: 500px;
	  background: url(../../imagesq/liujiang/bsfwbj.png);
	}
	.publicService-bg .InLzNewsBg {
	  background-position: center top;
	  background-repeat: no-repeat;
	  background-size: auto 100%;
	  height: 500px;
	}
	.pubSerNav-bg {
	  width: 1200px;
	  margin: 0 auto;
	  height: 100%;
	  position: relative;
	  text-align: center;
	}
	.pubSerNav-bg img {
	  display: inline-block;
	  /*默认有图片不显示*/
	  position: absolute;
	  /*绝对定位.对应的是.pic这个div*/
	  top: 0px;
	  left: 0px;
	  margin-left: -320px;
	}
	.pubSerNav-menu {
	  width: 1200px;
	  margin: 0 auto;
	  position: relative;
	}
	.pubSerNav-menu .iconfont {
	  display: inline-block;
	  padding-top: 4px;
	  font-size: 45px;
	  line-height: 48px;
	  margin-right: 10px;
	  color: #003399;
	}
	.pubSerNav {
	  background: #fff;
	  box-shadow: 1px 0px 35px rgba(0, 0, 0, 0.1);
	  position: absolute;
	  left: 0;
	  bottom: 0;
	}
	.pubSerNav .menu-item a {
	  color: #000;
	  line-height: 84px;
	}
	.Ser-advert {
	  background-color: #d9000e;
	}
	/** end头部背景部分 **/
	.livelihood {
	  padding-top: 20px;
	}
	.livelihood h3 {
	  padding-bottom: 10px;
	  border-bottom: 3px solid #000;
	  margin-bottom: 20px;
	}
	.livelihood .box-module {
	  margin: 0 5px;
	}
	.livelihood .thumbnail {
	  text-align: center;
	  border: none;
	  background: #fff;
	  box-shadow: 1px 0px 35px rgba(0, 0, 0, 0.12);
	  width: 277px;
	  float: left;
	  margin: 10px;
	}
	.livelihood .thumbnail .iconfont {
	  display: inline-block;
	  padding-top: 10px;
	  font-size: 60px;
	  color: #000;
	}
	.livelihood .thumbnail h4 {
	  margin: 10px 0 5px;
	  font-size: 20px;
	  font-weight: 600;
	}
	.livelihood .thumbnail .breadcrumb {
	  background-color: #fff;
	  padding: 8px 5px;
	}
	.livelihood .thumbnail .breadcrumb > li + li:before {
	  content: "|";
	}
	.livelihood .thumbnail .breadcrumb a {
	  font-size: 14px;
	  color: #969696;
	}
	.livelihood .thumbnail .breadcrumb ul li {
	  margin-left: 10px ;
	  margin-right: 10px ;
	}
	.publicService-tail h3 {
	  padding-bottom: 10px;
	  border-bottom: 3px solid #000;
	  margin-bottom: 20px;
	}
	.mainPubSerDetails {
	  padding: 50px 0;
	  background: url(../../imagesq/liujiang/bsfwbj.png) no-repeat center top;
	  background-size: auto;
	}
	.mainPubSerDetails .main {
	  padding: 15px 20px;
	  background: #fff;
	}
	.mainPubSerDetails .title {
	  background: url(../../imagesq/liujiang/bsfwbj.png) no-repeat;
	  height: 86px;
	  padding-top: 26px;
	  padding-left: 25px;
	}
	.mainPubSerDetails .title_name {
	  font-size: 30px;
	  font-weight: bold;
	  color: #fff;
	  letter-spacing: 2px;
	  margin-bottom: 25px;
	}
	.mainPubSerDetails .hot_query {
	  margin-bottom: 10px;
	}
	.mainPubSerDetails .hot_query h4 {
	  font-size: 18px;
	  font-weight: bold;
	  color: #0069c5;
	  padding: 0 0 10px 10px;
	  border-bottom: 2px solid #0069c5;
	  margin: 15px 30px 5px;
	}
	.mainPubSerDetails .hot_query .hotQuery_row {
	  text-align: center;
	  padding: 10px 10px 10px 65px;
	}
	.mainPubSerDetails .hot_query .hotQuery_row .col-md-4 {
	  font-size: 16px;
	  line-height: 56px;
	  width: 320px;
	  height: 56px;
	  background: #eee;
	  margin: 10px;
	  border-radius: 10px;
	  float: left;
	  overflow: hidden;
	  white-space: nowrap;
	  text-overflow: ellipsis;
	}
	.mainPubSerDetails .hot_query .hotQuery_row .col-md-4:hover {
	  background-color: #0069c5;
	}
	.mainPubSerDetails .hot_query .hotQuery_row .col-md-4:hover a {
	  color: #fff;
	}
	.mainPubSerDetails .hot_query .hotQuery_row .col-md-3 {
	  font-size: 16px;
	  line-height: 45px;
	  width: 250px;
	  height: 45px;
	  background: #eee;
	  margin: 10px 10px 5px;
	  border-radius: 10px;
	  float: left;
	}
	.mainPubSerDetails .hot_query .hotQuery_row .col-md-3:hover {
	  background-color: #0069c5;
	}
	.mainPubSerDetails .hot_query .hotQuery_row .col-md-3:hover a {
	  color: #fff;
	}
	/***企业开办 ***/
	.mainPubSerDetails_qykblc {
	  height: 180px;
	  margin-left: 80px;
	  text-align: center;
	}
	.mainPubSerDetails_qykblc .thumbnail {
	  width: 200px;
	  float: left;
	  margin: 15px;
	  height: 150px;
	}
	.mainPubSerDetails_qykblc .thumbnail .iconfont {
	  font-size: 60px;
	  color: #dcdcdc;
	}
	.mainPubSerDetails_qykblc .lc-titile {
	  width: 100px;
	  height: 170px;
	  background-color: #0077AA;
	  float: left;
	  font-size: 18px;
	  font-weight: bold;
	  margin-top: 5px;
	  padding-top: 10px;
	  color: #fff;
	  margin-right: 50px;
	}
	.mainPubSerDetails_qykblc .lc-qrrow {
	  float: left;
	  font-size: 40px;
	  line-height: 180px;
	}
	/*----------公共服务 老年人服务---------*/
	.nav-tabs-line .nav-tabs-line-more > a {
	  font-size: 14px;
	  color: #8f8f8f;
	}
	/*左侧tab*/
	.nav-sidebar li {
	  padding-bottom: 5px;
	}
	.nav-sidebar li a {
	  background-color: #FFF1F0;
	  line-height: 24px;
	  border-right: 4px solid #0069c5;
	}
	.nav-sidebar li a:hover,
	.nav-sidebar li.active a {
	  color: #fff;
	  background-color: #0069c5;
	}
	.BanPublicService {
	  margin: 5px 0 10px;
	  background: url(../../imagesq/liujiang/serveImg.png) no-repeat center top / 100% 100%;
	  height: 230px;
	}
	.nav-tabs-lineTwo {
	  padding-left: 10px;
	  border-color: #0069c5;
	  border-width: 3px;
	}
	.nav-tabs-lineTwo li.active .more {
	  float: right;
	}
	.publicService {
	  /*tab-content*/
	}
	.publicService .titleBig {
	  padding: 15px 0;
	  color: #0069c5;
	}
	.publicService .lyboxContent {
	  overflow: hidden;
	}
	.publicService .lyboxContent .article-txt {
	  margin: 20px 0;
	  height: 240px;
	  overflow-y: auto;
	}
	.publicService .lyboxContent .article-txt .tableRespond {
	  font-size: 14px;
	}
	.publicService .lyboxContent .article-txt .article-list {
	  height: auto;
	}
	.publicService .lyboxContent .article-list {
	  margin: 20px 0;
	  height: 190px;
	  overflow-y: auto;
	}
	.publicService .lyboxContent .article-list li {
	  padding-bottom: 15px;
	}
	.publicService .lyboxContent .article-button {
	  margin: 0 10px;
	}
	.publicService .lyboxContent .article-button .btn {
	  margin: 0 5px 10px;
	  display: block;
	  text-align: center;
	}
	.publicService .lyboxContent .article-button .btn:last-child {
	  margin-bottom: 0;
	}
	.publicService .lyboxContent .article-button li {
	  margin-bottom: 10px;
	  width: 50%;
	  float: left;
	}
	.publicService .lyboxContent .article-button li:last-child {
	  margin-bottom: 0;
	}
	.publicService .lyboxContent.lyboxHeight .article-txt,
	.publicService .lyboxContent.lyboxHeight .article-list {
	  height: auto;
	}
	.publicService .cj-zn-button {
	  margin: 0 -20px;
	}
	.publicService .cj-zn-button li {
	  margin: 20px 20px 0;
	  width: 30%;
	  float: left;
	}
	.publicService .cj-zn-button li a {
	  padding-left: 20px;
	  display: block;
	  line-height: 45px;
	  background: #F1F2F3;
	  font-size: 16px;
	}
	.publicService .cj-zn-button li.active a,
	.publicService .cj-zn-button li a:hover {
	  background: #0069c5;
	  color: #fff;
	}
	.publicService .tab-content {
	  border: 1px solid #ddd;
	}
	.publicService .tab-content .lyboxContent .article-txt {
	  padding: 10px 20px;
	  margin: 0;
	}
	.publicService .urban-rural-rort {
	  margin: 30px 0 25px;
	}
	.publicService .urban-rural-rort li {
	  padding: 0 5%;
	  width: 50%;
	  float: left;
	}
	.publicService .urban-rural-rort li a {
	  padding: 25px 30px;
	  display: block;
	  box-shadow: 1px 0px 35px rgba(0, 0, 0, 0.1);
	  color: #333;
	}
	.publicService .urban-rural-rort li span {
	  margin-right: 10px;
	  font-size: 18px;
	  font-weight: 600;
	}
	.publicService .urban-rural-rort li.active span {
	  color: #0069c5;
	}
	.publicService .dataSubjecNews [class*=grid-col-]:after {
	  height: calc(100% - 10px);
	}
	.content .main {
	  position: relative;
	  z-index: 1;
	}
	img {max-width: 100%;}
	.transition {transition: all 0.3s;}
	.website-groupBg {padding: 15px 20px;margin-bottom: 25px;background-color: #F2F4F7;}
	
	/*头部*/
	.home .wangting-logo {display: none;}
	.home .header-bar {background: transparent;}
	.home .home-search-text {margin-bottom: 45px;text-shadow: 2px 2px 1px #fff;}
	.home .home-logo {width: 900px;height: 240px;}
	.home #main {position: relative;z-index: 99;overflow: inherit;}
	
	.header-bar .little-menu-iconfont {margin-top: -12px;color: #ff1524;font-size: 40px;}
	.logoAndSearch {height: 144px;}
	.logoAndSearch .logo img {width: auto;height: 110px;top: 32px;}
	.logoAndSearch .search {margin-top: 37px;}
	
	/*柳江首页大背景*/
	.bg-swiper {top: 0;z-index: 0;}
	.bg-swiper .swiper-button-next,
	.bg-swiper .swiper-button-prev {top: 40%;margin-top: -22px;background: none;width: 70px;height: 70px;border-left: 10px solid rgba(255, 255, 255, 0.8);border-top: 10px solid rgba(255, 255, 255, 0.8);z-index: 9999;}
	.bg-swiper .swiper-button-next {transform: rotate(135deg);right: 50px;}
	.bg-swiper .swiper-button-prev {transform: rotate(-45deg);left: 50px;}
	.liudongBg {padding: 45px 0 5px;background: url(../../imagesq/liujiang/liudongBanner.jpg) no-repeat center top;background-size: auto;/*互动回应首页banner*/}
	.liudongBg .liudongMain {padding: 20px;background-color: #fff;min-height: 500px;}
	.liudongBg .videoRespond {margin-top: -45px;background: none;}
	.liudongBg .videoRespond .banMain {background: rgba(0, 0, 0, 0.3);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#49000000, endColorstr=#29000000);}
	.liudongBg .videoRespond .abilityfaqBox {padding: 25px 0 0 165px;height: 390px;background: url(../../imagesq/liujiang/faqLeft.png) no-repeat 10px bottom;background-size: 260px auto;}
	.liudongBg .videoRespond .abilityfaqBox dt {padding: 15px 25px;width: 60%;border-radius: 15px;background: #fff;line-height: 34px;color: #5f5f5f;font-size: 24px;position: relative;}
	.liudongBg .videoRespond .abilityfaqBox dt:after {content: '';width: 25px;height: 40px;background: #fff;position: absolute;left: 30px;bottom: -8px;transform: skewY(-65deg) rotate(-45deg);}
	.liudongBg .videoRespond .abilityfaqBox dt h4 {padding-bottom: 10px;font-size: 20px;}
	.liudongBg .videoRespond .abilityfaqBox dt h5 {position: relative;z-index: 1;}
	.liudongBg .videoRespond .abilityfaqBox dd {padding: 40px 0 0 150px;}
	.liudongBg .videoRespond .abilityfaqBox dd li,
	.liudongBg .videoRespond .abilityfaqBox dd li a {color: #fff;}
	.liudongBg .videoRespond .abilityfaqBox dd li {padding: 10px 0;width: 33.33%;float: left;font-size: 15px;}
	.liudongBg .videoRespond .abilityfaqBox dd li:last-child {list-style-type: none;}
	
	/*政务公开*/
	.videoAffairPublic {
	  height: 410px;
	  background-image: url(../../city/imagess/wangtingBg.jpg);
	}
	.videoAffairPublic .dataSubjectTitle {
	  padding-top: 6%;
	  font-weight: 600;
	  font-family: "黑体";
	}
	.content .affairPublicMainBg .SuccessfulTip {
	  margin: -10px -36px 0;
	}
	/*纪检监察举报方式*/
	.monitorInformBox {
	  padding: 15px 10px 10px;
	  margin: 0 0;
	  border-bottom: 2px solid #d7d7d7;
	}
	.monitorInformBox dl {
	  margin-bottom: 0;
	}
	.monitorInformBox .reportWayL {
	  padding-top: 23px;
	}
	.monitorInformBox .reportWayL dt {
	  float: left;
	}
	.monitorInformBox .reportWayL dd {
	  padding: 0 0 20px 75px;
	}
	.monitorInformBox .reportWayL dd span {
	  margin-right: 30px;
	}
	.monitorInformBox .reportWayR dt {
	  float: right;
	  width: 40px;
	}
	.monitorInformBox .reportWayR dt a {
	  padding: 24px 5px;
	  display: block;
	  width: 100%;
	  text-align: center;
	  font-size: 18px;
	  white-space: normal;
	  word-wrap: break-word;
	}
	.monitorInformBox .reportWayR dd {
	  padding: 0 70px 0 0;
	  text-align: center;
	  font-size: 18px;
	}
	.monitorInformBox .reportWayR dd img {
	  margin-bottom: 5px;
	  display: block;
	  width: 100%;
	}
	/*柳东新区*/
	.homeImagesNews .swiper-slide {
	  padding: 0 15px;
	}
	.homeImagesNews .swiper-slide .pic {
	  height: 165px;
	}
	.homeImagesNews .swiper-slide .pic img {
	  height: 100%;
	}
	.ldmapBox {
	  padding-top: 10px;
	  height: 350px;
	}
	.ldaboutBox {
	  line-height: 30px;
	}
	/*政务服务*/
	.qiyecbBg {
	  background: url(../../imagesq/liujiang/qycbBg.jpg) no-repeat center top;
	}
	.qiyecbBg .videoBox {
	  padding: 290px 0 0 70px;
	  height: 440px;
	}
	.qiyecbBg .nav-tabs.nav-justified {
	  margin: 0 -20px;
	  width: auto;
	  display: block;
	}
	.qiyecbBg .nav-tabs.nav-justified li {
	  margin: 20px 20px 0;
	  float: left;
	  width: 30%;
	  background: #F1F2F3;
	}
	.qiyecbBg .nav-tabs.nav-justified li a {
	  padding-left: 25px;
	  line-height: 26px;
	  text-align: left;
	  cursor: pointer;
	}
	.ldzsyzBg,
	.ldjynsBg,
	.ldkjhfwBg,
	.liudongHomeBg {
	  background: url(../../imagesq/liujiang/ldzsyzBg.jpg) no-repeat center top;
	}
	.ldzsyzBg .banMain,
	.ldjynsBg .banMain,
	.ldkjhfwBg .banMain,
	.liudongHomeBg .banMain {
	  margin-bottom: 20px;
	  min-height: 480px;
	}
	.ldzsyzBg .banMain .banText,
	.ldjynsBg .banMain .banText,
	.ldkjhfwBg .banMain .banText,
	.liudongHomeBg .banMain .banText {
	  padding: 7% 0 0 60px;
	  color: #fff;
	  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.25);
	}
	.ldzsyzBg .banMain .banText h1,
	.ldjynsBg .banMain .banText h1,
	.ldkjhfwBg .banMain .banText h1,
	.liudongHomeBg .banMain .banText h1 {
	  margin-bottom: 30px;
	  font-size: 60px;
	}
	.ldzsyzBg .banMain .banText h4,
	.ldjynsBg .banMain .banText h4,
	.ldkjhfwBg .banMain .banText h4,
	.liudongHomeBg .banMain .banText h4 {
	  width: 440px;
	  line-height: 28px;
	  letter-spacing: 3px;
	}
	.ldzsyzBg .banMain .menu .menu-item,
	.ldjynsBg .banMain .menu .menu-item,
	.ldkjhfwBg .banMain .menu .menu-item,
	.liudongHomeBg .banMain .menu .menu-item {
	  line-height: 80px;
	}
	.ldzsyzBg .banMain .menu .menu-item .iconfont,
	.ldjynsBg .banMain .menu .menu-item .iconfont,
	.ldkjhfwBg .banMain .menu .menu-item .iconfont,
	.liudongHomeBg .banMain .menu .menu-item .iconfont {
	  margin-right: 5px;
	  font-size: 50px;
	  vertical-align: -8px;
	}
	.ldzsyzBg .banMain .menu .menu-item.active,
	.ldjynsBg .banMain .menu .menu-item.active,
	.ldkjhfwBg .banMain .menu .menu-item.active,
	.liudongHomeBg .banMain .menu .menu-item.active,
	.ldzsyzBg .banMain .menu .menu-item:hover,
	.ldjynsBg .banMain .menu .menu-item:hover,
	.ldkjhfwBg .banMain .menu .menu-item:hover,
	.liudongHomeBg .banMain .menu .menu-item:hover {
	  background-color: #0069c5;
	}
	.ldzsyzBg .banMain .ldjynsed,
	.ldjynsBg .banMain .ldjynsed,
	.ldkjhfwBg .banMain .ldjynsed,
	.liudongHomeBg .banMain .ldjynsed {
	  padding-top: 50px;
	}
	.ldzsyzBg .banMain .ldjynsed li,
	.ldjynsBg .banMain .ldjynsed li,
	.ldkjhfwBg .banMain .ldjynsed li,
	.liudongHomeBg .banMain .ldjynsed li {
	  margin-left: 35px;
	  width: 200px;
	  float: left;
	}
	.ldzsyzBg .banMain .ldjynsed li a,
	.ldjynsBg .banMain .ldjynsed li a,
	.ldkjhfwBg .banMain .ldjynsed li a,
	.liudongHomeBg .banMain .ldjynsed li a {
	  padding: 0 10px;
	  display: block;
	  height: 200px;
	  background: #fff;
	  text-align: center;
	  border: 1px solid #ddd;
	  transition: all 0.3s;
	  font-size: 20px;
	}
	.ldzsyzBg .banMain .ldjynsed li a:hover,
	.ldjynsBg .banMain .ldjynsed li a:hover,
	.ldkjhfwBg .banMain .ldjynsed li a:hover,
	.liudongHomeBg .banMain .ldjynsed li a:hover {
	  border-color: #fff;
	  box-shadow: 1px 0px 35px rgba(0, 0, 0, 0.1);
	}
	.ldzsyzBg .banMain .ldjynsed li a .iconfont,
	.ldjynsBg .banMain .ldjynsed li a .iconfont,
	.ldkjhfwBg .banMain .ldjynsed li a .iconfont,
	.liudongHomeBg .banMain .ldjynsed li a .iconfont {
	  display: block;
	  font-size: 90px;
	}
	.ldjynsBg {
	  background-image: url(../../imagesq/liujiang/ldjynsBg.jpg);
	}
	.ldjynsBg .banMain {
	  margin-bottom: 40px;
	}
	.ldkjhfwBg {
	  background-image: url(../../imagesq/liujiang/ldkjhfwBg.jpg);
	}
	.ldkjhfwBg .banMain {
	  margin-bottom: 40px;
	}
	.liudongHomeBg {
	  background-image: url(../../imagesq/liujiang/liudongBanner.jpg);
	  overflow: hidden;
	  /*banner切换*/
	}
	.liudongHomeBg .livelihood {
	  padding-bottom: 50px;
	}
	.liudongHomeBg .livelihood .thumbnail {
	  margin: 25px 20px;
	  width: calc(25% - 40px);
	  float: left;
	  transition: all 0.3s;
	}
	.liudongHomeBg .livelihood .thumbnail .breadcrumb {
	  background: transparent ;
	}
	.liudongHomeBg .livelihood .thumbnail .iconfont {
	  font-size: 80px;
	}
	.liudongHomeBg .livelihood .thumbnail:hover {
	  background: #0069c5;
	  color: #fff;
	  cursor: pointer;
	  box-shadow: 1px 0px 25px rgba(47, 84, 235, 0.72);
	}
	.liudongHomeBg .livelihood .thumbnail:hover a,
	.liudongHomeBg .livelihood .thumbnail:hover .iconfont {
	  color: #fff;
	}
	.liudongHomeBg .banMain {
	  height: 500px;
	}
	.liudongHomeBg .swiperHomeBan {
	  height: 100%;
	}
	.liudongHomeBg .swiperHomeBan .swiper-container,
	.liudongHomeBg .swiperHomeBan .swiper-wrapper,
	.liudongHomeBg .swiperHomeBan .swiper-wrapper img {
	  height: 100%;
	}
	.liudongHomeBg .swiperHomeBan .swiper-container {
	  overflow: visible;
	}
	.liudongHomeBg .swiperHomeBan .swiper-container .swiper-slide {
	  overflow: hidden;
	}
	.liudongHomeBg .swiperHomeBan .swiper-container .swiper-slide img {
	  width: auto;
	  max-width: none;
	  position: absolute;
	  left: 50%;
	  transform: translateX(-50%);
	}
	.liudongHomeBg .swiperHomeBan .swiper-container .swiper-pagination {
	  bottom: 0;
	}
	.liudongHomeBg .swiperHomeBan .swiper-container .swiper-pagination .swiper-pagination-bullet {
	  margin: 0;
	  width: 33.33%;
	  float: left;
	  background: transparent;
	  border-radius: 0;
	  height: auto;
	  opacity: 1;
	}
	.liudongHomeBg .swiperHomeBan .swiper-container .swiper-pagination .swiper-pagination-bullet .iconfont {
	  color: #0069c5;
	}
	.liudongHomeBg .swiperHomeBan .swiper-container .swiper-pagination .swiper-pagination-bullet-active,
	.liudongHomeBg .swiperHomeBan .swiper-container .swiper-pagination .swiper-pagination-bullet:hover {
	  background: #0069c5;
	}
	.liudongHomeBg .swiperHomeBan .swiper-container .swiper-pagination .swiper-pagination-bullet-active a,
	.liudongHomeBg .swiperHomeBan .swiper-container .swiper-pagination .swiper-pagination-bullet:hover a,
	.liudongHomeBg .swiperHomeBan .swiper-container .swiper-pagination .swiper-pagination-bullet-active .iconfont,
	.liudongHomeBg .swiperHomeBan .swiper-container .swiper-pagination .swiper-pagination-bullet:hover .iconfont {
	  color: #fff;
	}
	.BanSpecialjyyc {
	  background-image: url(../../imagesq/liujiang/ldjyfw.jpg);
	}
	/*柳东网站*/
	.top-tools,
	.top-time,
	.logo {
	  display: none;
	}
	.wangting-top-tools,
	.wangting-top-time,
	.wangting-logo {
	  display: block;
	}
	.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: 260px;
	}
	.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: -420px;
	  padding-right: 420px;
	}
	
	
	.curion{width: 100%;float: left;margin: 25px 0 20px;height: 36px;line-height: 36px;}
	.curion img{float: left;margin-top: 8px;}
	.breadcrumb-navigation .breadcrumb-txt{padding: 0px 10px;padding-right: 5px;line-height: 36px;}
	.breadcrumb-navigation .breadcrumb{line-height: 36px;padding: 0;}
	
	.ljrw ul li{width: 274px;height: 160px;overflow: hidden;float: left;position: relative;margin-right: 34px;margin-bottom: 35px;}
	.ljrw ul li:nth-child(4n){margin-right: 0;}
	.ljrw ul li a{width: 274px;height: 160px;display: block;overflow: hidden;cursor: pointer;}
	.ljrw ul li img{width: 100%;transition: all .3s;}
	.ljrw ul li p{width: 112px;height: 35px;line-height: 35px;text-align: center;background: rgba(0,0,0,.3);color: #fff;position: absolute;top: 50%;margin-top: -17.5px;left: 50%;margin-left: -56px;font-size: 18px;}
	.ljrw ul li:hover img{transform: scale(1.05);}
	
	/** 下拉菜单 **/
	.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: #0865b1;
		min-width: 100%;
		/*margin-left: -15px;
		margin-top: -1px;*/
		box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);margin-left: 0px;margin-top: 0px;
	}
	
	.dropdown-content a {
		font-size: 16px;
		color: black;
		padding: 5px;
		text-decoration: none;
		display: block;
		line-height: 40px !important;
		color: #fff;
	}
	
	.dropdown-content a:hover {
		background-color: #69bf14;
	}
	
	
	/* 在鼠标移上去后显示下拉菜单 */
	
	.dropdown:hover .dropdown-content {
		display: block;
		z-index: 1000;
	}
	
	
	/* 当下拉内容显示后修改下拉按钮的背景颜色 */
	
	.dropdown:hover .dropbtn {
		background-color: #69bf14;
	}
	
	
	/** end下拉菜单 **/
	
	.home .top {
		margin-top: 0;
		height: 40px;
	}
	
	.header-bar .header-bar-main>.layout-body {
		margin-right: -420px;
	}
	
	.header-bar .header-bar-main>.layout-fixed-r {
		width: 420px;
	}
	
	.bg {
		width: 100%;
		margin: 0 auto;
		display: inline-block;
		background: url(../../imagesq/liujiang/2021_liujiang_bg.png) center top no-repeat #f3f3f3;
	}
	
	.header-bar {
		height: 40px;
	}
	
	.home .header-bar {
		background: rgba(0, 0, 0, 0.22) !important;
		color: #fff;
	}
	
	.header-bar .little-menu {
		height: 40px;
		line-height: 40px;
		padding-top: 0;
		cursor: pointer;
	}
	
	.header-bar .little-menu-iconfont {
		margin-top: 0;
		color: #FFFFFF;
		font-size: 40px;
		line-height: 40px;
	}
	
	.header-bar .header-bar-main {
		width: 1240px;
		height: 40px;
		margin: 0 auto;
		font-size: 12px;
	}
	
	.header-bar .top-tools .tools-size {
		padding-top: 0;
		float: right;
		height: 25px;
		line-height: 25px;
		margin-right: 22px;
		margin-bottom: 0;
		margin-top: 7.5px;
	}
	
	.header-bar .top-time {
		line-height: 40px;
	}
	
	.header-bar .little-menu .little-menu-item+.little-menu-item {
		margin-left: 7px;
	}
	
	.header-bar .little-menu .more {
		margin-top: -4px;
	}
	
	.header-bar .top-tools .web-support span {
		height: 21px;
		line-height: 19px;
		background: #0865b1;
	}
	
	.header-bar .top-tools .web-support {
		padding-top: 0;
		margin-top: 9.5px;
		height: 21px;
		line-height: 21px;
	}
	
	.home .home-logo img {
		width: auto;
		display: block;
		margin: auto;
		margin-bottom: 27px;
	}
	
	.home .home-logo {
		height: auto;
		width: auto;
		text-align: center;
		display: block;
		margin: 0;
		margin-top: 36px;
	}
	
	.home .home-menu {
		height: 66px;
		background-color: #0865b1;
		margin-bottom: 0;
		margin-top: 0;
		display: block;
		z-index: 99;
	}
	
	.home .home-menu .menu-item-icon {
		font-size: 30px;
		line-height: 24px;
		vertical-align: middle;
	}
	
	.home .home-menu .home-menu-item {
		line-height: 66px;
		padding-top: 0;
		padding: 0;
	}
	
	.home .home-menu .home-menu-item a {
		width: 100%;
		height: 100%;
		line-height: 66px;
		display: block;
	}
	.home .home-menu .home-menu-item a:hover{
		color: #fff;
	}
	
	.home .home-menu .home-menu-item .menu-item-text {
		vertical-align: middle;
		height: auto;
		margin-left: 10px;
	}
	
	.home .home-menu .home-menu-item .menu-item-text .iconfont {
		vertical-align: -0.15em;
	}
	
	.home .home-menu .active {
		background: #69bf14;
	}
	
	.home .home-menu .home-menu-item:hover {
		background: #69bf14;
	}
	
	.home-sousuo {
		height: 46px;
		width: 640px;
		display: block;
		position: relative;
		margin: auto;
		margin-bottom: 44px;
	}
	
	.head_ssTxt {
		width: 640px;
		height: 46px;
		line-height: 46px;
		display: block;
		overflow: hidden;
		float: left;
		background: rgba(255, 255, 255, 0.61);
		border: none;
		padding-left: 28px;
		padding-right: 110px;
		box-sizing: border-box;
		font-family: "microsoft yahei";
		font-size: 16px;
		border-radius: 10px;
	}
	.head_ssTxt::-webkit-input-placeholder{
		color: #333;
	}
	.head_ssBtn {
		width: 103px;
		height: 46px;
		line-height: 46px;
		display: block;
		overflow: hidden;
		float: right;
		background: #0865b1;
		border: none;
		font-family: "microsoft yahei";
		font-size: 16px;
		color: #FFFFFF;
		cursor: pointer;
		position: absolute;
		right: 0;
		outline: none;
		border-radius: 0px 10px 10px 0px;
	}
	
	.head_ssBtn img{
		margin-right: 6px;
	}
	
	.grid-lay-12 {
		width: 100%;
		display: inline-block;
	}
	
	.swiperHomeNewNum {
		padding: 0;
		width: 100%;
		height: 390px;
	}
	
	.swiperHomeNewNum .swiper-container .swiper-slide .title {
		padding-left: 0;
		background: rgba(0, 0, 0, 0.38);
		padding: 0 200px 0 30px;
		font-size: 16px;
		text-align: left;
		overflow:hidden; 
		white-space: nowrap; 
		text-overflow: ellipsis;
	}
	
	.swiperHomeNewNum .swiper-container .swiper-pagination .swiper-pagination-bullet{	
		width: 16px;
		height: 16px;
		margin: 0 5px;
		vertical-align: middle;	
	  background-color: #fff;
		border-radius: 16px;
	}
	
	#pagination {
		margin-top: 18px;
		padding-right: 15px;
		bottom: 0;
		height: 40px;
		line-height: 40px;
		overflow: hidden;
		text-align: right;
		width: auto;
		right: 0;
		left: auto;
	}
	
	.nav-tabs-line>li+li {
		padding-left: 0;
		margin-left: 0;
	}
	
	.nav-tabs-line>li+li:after {
		display: none;
	}
	
	.nav-tabs-line>li>a {
		font-size: 18px;
		padding: 10px;
		border-bottom: 1px solid transparent;
	}
	.nav-tabs-line{
		border-bottom: 1px solid #d7d7d7;
	}
	.nav-tabs-line>li.active>a,
	.nav-tabs-line>li.active>a:focus,
	.nav-tabs-line>li.active>a:hover {
		border-bottom: 3px solid #0069c5;
		border-color: #0069c5;
		color: #0069c5;
	}
	
	.list-group-underline .list-group-item {
		border-bottom: none;
		line-height: 36px;
		padding: 0;
	}
	
	.list-group-item .layout-columns>.layout-body {
		float: left;
		font-size: 16px;
		margin-right: -140px;
	  padding-right: 140px;
	}
	
	.website-group-main .website-item .dropdown-menu {height: 115px;width: 200px;right: 0;left: auto;}
	
	.news_top {
		padding: 25px 0 15px 0;
		border-bottom: 1px dashed #d5d5d5;
	}
	
	.news_top .news_tlt a {
		font-size: 18px;
		font-weight: bold;
	}
	
	.news_top .news_txt {
		margin-top: 6px;
		text-indent: 2em;
		-webkit-line-clamp: 2;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: initial;
	}
	
	.news_top .news_txt a {
		color: #9e9e9e;
		line-height: 24px;
	}
	
	.list-group-item .layout-columns>.layout-fixed {
		font-size: 16px;
		z-index: 1;
		color: #acacac;
	}
	
	.list-group-underline .list-group-item {
		padding-left: 0;
		position: relative;
		line-height: 47px;
	}
	
	/*.list-group-underline .list-group-item:after {
		content: "";
		display: block;
		width: 7px;
		height: 6px;
		position: absolute;
		top: 50%;
		margin-top: -3px;
		left: 0;
		background: url(../../imagesq/liujiang/jt_sr.png) no-repeat;
	}*/
	
	.home .home-notice .swiper-slide {
		padding: 0;
		height: 100px;
	}
	
	.home .home-notice .home-notice-item {
		height: 100px;
		line-height: 100px;
		margin-top: 0;
	}
	
	.list-group{
		margin-top: 10px;
		margin-bottom: 0;
	}
	
	.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
		background-image: none;
		left: 0;
	}
	.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
		background-image: none;
		right: 0;
	}
	.swiper-button-next, .swiper-button-prev{
		height: auto;
		margin-top: -12px;
	}
	
	.home .home-notice .home-notice-item img{
		height: 100%;
	}
	
	.nav_a{
	  position: absolute;
		top: 12px;
		right: 20px;
		font-size: 16px;
		color: #9a9a9a;
	}
	.zwgk .nav_a{
		right: 0;
	}
	.zhuantigd{
		width: 40px;
		height: 100px;
		font-size: 16px;
		background: #0069c5;
		color: #fff;
		position: absolute;
		top: 0;
		right: 20px;
	  padding: 14px 13px;
		text-align: center;
		line-height: 18px;
	}
	.zhuantigd a{
		color: #fff;
		display: block;
	}
	.zhuantigd a:hover{
		color: #fff;
	}
	
	.nav-tabs-line>li.ckgd {
		float: right;
	}
	
	.nav-tabs-line>li.ckgd a {
		font-size: 14px;
		color: #0069c5;
		padding: 10px 0;
	}
	
	.zwgknav{
		float: left;
		width: 100%;	
	}
	.zwgknav li{
		width: 220px;
		height: 96px;
		line-height: 96px;
		border: 1px solid #e7e7e7;
		float: left;
		text-align: center;
		background: #f7f7f7;
		border-radius: 5px;
		font-size: 16px;
		margin-right: 24px;
		margin-bottom: 24px;
	}
	.zwgknav li a{
		display: block;
	}
	.zwgknav li img{
		display: inline-block;
		margin-right: 20px;
	}
	.zwgknav li:nth-child(4n){
		margin-right: 0;
	}
	.zwgknav li:nth-child(3){
		margin-bottom: 0;
	}
	.zwgkli{
		float: left;
		width: 100%;
		margin-bottom: 0;
	}
	.zwgkli li a{
		display: block;
	}
	.zwgkli li{
		width: 220px;
		height: 134px;
		float: left;
		text-align: center;
		margin-right: 25px;
		position: relative;
	}
	.zwgkli li:nth-child(5){
		margin-right: 0;
	}
	.zwgkli li .img{
		width: 100%;
		height: 110px;
		float: left;
		overflow: hidden;
	}
	.zwgkli li .img {line-height: 110px;position: relative}
	.zwgkli li .img img{width: 100%;height: 100%;transition: all 0.3s;}
	.zwgkli li .img:hover img{transform: scale(1.1);}
	.zwgkli li p{
		width: 190px;
		height: 50px;
		line-height: 50px;
		text-align: center;
		font-size: 18px;
		background: #f7f7f7;
		position: absolute;
		bottom: 0;
		left: 50%;
		margin-left: -95px;
		margin-bottom: 0;
	}
	.zwgkli li p:hover{background: #0865b1;color: #fff;}
	.zwgk .newsli {width: 590px;}
	.zwgk .zwgkicoli {width: 580px;}
	.zwgknav li{width: 127px;}
	.zwgknav li a p{padding-top: 20px;}
	.zwgknav li .ldzc{background: url(../../imagesq/liujiang/zfxxgk01.png) no-repeat;}
	.zwgknav li .ldzc:hover{background: url(../../imagesq/liujiang/zfxxgk01_on.png) no-repeat;}
	.zwgknav li .jgzn{background: url(../../imagesq/liujiang/zfxxgk02.png) no-repeat;}
	.zwgknav li .jgzn:hover{background: url(../../imagesq/liujiang/zfxxgk02_on.png) no-repeat;}
	.zwgknav li .zdxm{background: url(../../imagesq/liujiang/zfxxgk03.png) no-repeat;}
	.zwgknav li .zdxm:hover{background: url(../../imagesq/liujiang/zfxxgk03_on.png) no-repeat;}
	.zwgknav li .wxtu{background: url(../../imagesq/liujiang/zfxxgk04.png) no-repeat;}
	.zwgknav li .wxtu:hover{background: url(../../imagesq/liujiang/zfxxgk04_on.png) no-repeat;}
	.zwgknav li .czyjs{background: url(../../imagesq/liujiang/zfxxgk05.png) no-repeat;}
	.zwgknav li .czyjs:hover{background: url(../../imagesq/liujiang/zfxxgk05_on.png) no-repeat;}
	.zwgknav li .jyly{background: url(../../imagesq/liujiang/zfxxgk06.png) no-repeat;}
	.zwgknav li .jyly:hover{background: url(../../imagesq/liujiang/zfxxgk06_on.png) no-repeat;}
	.zwgknav li .ysws{background: url(../../imagesq/liujiang/zfxxgk07.png) no-repeat;}
	.zwgknav li .ysws:hover{background: url(../../imagesq/liujiang/zfxxgk07_on.png) no-repeat;}
	.zwgknav li .hjbh{background: url(../../imagesq/liujiang/zfxxgk08.png) no-repeat;}
	.zwgknav li .hjbh:hover{background: url(../../imagesq/liujiang/zfxxgk08_on.png) no-repeat;}
	.ggfw li{
		width: 20%;
		float: left;
		text-align: center;
		margin-top: 28px;
	}
	.ggfw li a{
		display: block;
		width: 100%;
		height: 100%;
	}
	.ggfw li p{
		width: 100%;
		font-size: 16px;
		margin-top: 12px;
		margin-bottom: 0;
	}
	.ggfw li{
		width: 134px;
		height: 124px;
		float: left;
		text-align: center;
		background: url(../../imagesq/liujiang/ggfwli_bg.png) no-repeat;
		margin-right: 28px;
	}
	.ggfw li:nth-child(4n){
		margin-right: 0;
	}
	.ggfw li img{
		display: inline-block;
		margin-top: 35px;
		margin-bottom: 10px;
	}
	.ggfw li span{
		width: 100%;
		line-height: 20px;
		display: inline-block;
		vertical-align: middle;
		font-size: 16px;
	}
	
	.slideTxtBox {
		width: 1200px;
		height: 110px;
		position: relative;
		/*border: 1px solid #ddd;*/
		overflow: hidden;
	}
	
	.slideTxtBox img {
		width: 100%;
		height: 100%;
	}
	
	.slideTxtBox .hd ul li {
		width: 12px;
		height: 12px;
		border-radius: 12px;
		background: #fff;
		float: left;
		margin: 0 4px;
	}
	
	.slideTxtBox .hd ul li.on {
		background: #007aff;
	}
	
	.slideTxtBox .hd {
		overflow: hidden;
		position: absolute;
		right: 5px;
		bottom: 5px;
		z-index: 1;
	}
	
	.xxgknav{
		float: left;
		width: 100%;
		height: 100px;
	}
	
	.xxgknav .hd{
		position: absolute;
		z-index: 2;
		height: 100px;
		border-bottom: 1px solid #edecec;
	}
	
	.xxgknav .hd ul{
		float: left;
		width: 100%;
		margin-bottom: 0;
	}
	
	.xxgknav .hd ul li{
		width: 400px;
		float: left;
		text-align: center;
		height: 100px;
		line-height: 100px;
		font-size: 28px;
		cursor: pointer;
		position: relative;
		color: #a9a9a9;
		margin-bottom: -2px;
	}
	.xxgknav .hd ul li.on{
		background: url(../../imagesq/liujiang/xxnavbg.png) no-repeat center bottom;
		color: #0865b1;
		font-weight: bold;
	}
	.xxgknav .hd ul li:nth-child(1).on:after{
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: url(../../imagesq/liujiang/zwgkbg.png) no-repeat center;
		z-index: -1;
	}
	.xxgknav .hd ul li:nth-child(2).on:after{
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: url(../../imagesq/liujiang/hdhybg.png) no-repeat center;
		background-size: 100%;
		z-index: -1;
	}
	.xxgknav .hd ul li:nth-child(3).on:after{
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: url(../../imagesq/liujiang/wsbsbg.png) no-repeat center;
		z-index: -1;
	}
	.xxgk .nav_a{
		right: 0;
	}
	.xxgk .list-group-underline .list-group-item{
		padding-left: 15px;
		position: relative;
	}
	.xxgk .list-group-underline .list-group-item:after{
		position: absolute;
		top: 50%;
		margin-top: -2px;
		left: 0;
		width: 4px;
		height: 4px;
		background: #0865b1;
		content: "";
	}
	.zwgk .newsli{
		width: 590px;
		float: left;
		position: relative;
		margin-top: 20px;
	}
	.zwgk .zwgkicoli{
		width: 580px;
		float: right;
		margin-top: 30px;
	}
	.zxft ul li{
		width: 100%;
		float: left;
		padding: 16px 0;
	  border-bottom: 1px solid #eeeeee;
	}
	.zxft ul li:nth-child(2){
		padding-bottom: 0;
	  border-bottom: none;
	}
	.zxft ul li .img{
		width: 200px;
		height: 122px;
		overflow: hidden;
		float: left;
		margin-right: 18px;
	}
	.zxft ul li .img img{
		width: 100%;
		display: block;
	}
	.zxft ul li .txt{
		width: 367px;
		float: left;
	}
	.zxft ul li .txt h2{
		font-size: 16px;
		line-height: 28px;
	}
	.zxft ul li .txt span{
		font-size: 14px;
		color: #939393;
		margin: 8px 0;
		display: block;
	}
	.zxft ul li .txt p{
		font-size: 14px;
		color: #939393;
		margin-bottom: 0;
		line-height: 28px;
	}
	.zxft{
		margin-top: 7px;
	}
	.zwgk,.hdhy,.wsbs{
		float: left;width: 100%;height: 390px;overflow: hidden;margin-bottom: 5px;
	}
	.hdhy{
		margin-bottom: 5px;
	}
	.hdhy ul{
		margin-bottom: 0;
	}
	.hdhy .newsli{
		width: 710px;
		float: left;
		position: relative;
	}
	
	.hdhy .hdhyicoli{
		width: 464px;
		float: right;
	}
	.hdhynav{
		float: left;
		width: 100%;
		margin-top: 15px;
	}
	.hdhynav li{
		float: left;
		width: 125px;
		height: 120px;
		line-height: 120px;
		text-align: center;
		background: #f7f7f7;
		border: 1px solid #e7e7e7;
		border-radius: 5px;
		font-size: 16px;
		position: relative;
		margin-right: 21.2px;
	}
	.hdhynav li:nth-child(5){
		margin-right: 0;
	}
	.hdhynav li img{
		margin-top: -30px;
	}
	.hdhynav li p{
		width: 100%;
		line-height: normal;
		position: absolute;
		bottom: 20px;
		left: 0;
		margin-bottom: 0;
	}
	.onenews{
		float: left;
		width: 100%;
		margin-top: 20px;
	}
	.onenews .img{
		width: 184px;
		height: 120px;
		float: left;
		overflow: hidden;
	}
	.onenews .txt{
		width: 255px;
		float: right;
		font-size: 16px;
	}
	.onenews .txt a{
		color: #0865b1;
	}
	.onenews .txt p{
		width: 100%;
		float: left;
		overflow:hidden; 
		white-space: nowrap; 
		text-overflow: ellipsis;
	}
	.onenews .img img{
		width: 100%;
	}
	.home .home-rows{
	  margin-bottom: 0;
	  margin-top: 15px;
	}
	
	.website-groupBg {
		margin-bottom: 0;
		padding: 5px 0;
		background-color: #fff;    
		float: left;
	  width: 100%;
	  border-bottom: 1px solid #f4f4f4;
	}
	.website-groupBg .grid-col-2{
		width: auto;
		padding: 0;
		margin-right: 68px;
	}
	.website-groupBg .grid-col-2:last-child{
		margin-right: 0;
	}
	
	.wsbs .nav_a{
		right: 20px;
	}
	
	.wsbsnav{
		float: left;
		width: 100%;
		margin-top: 20px;
	}
	.wsbsnav li {
	    float: left;
	    width: 130px;
	    height: 90px;
	    line-height: 90px;
	    text-align: center;
	    background: #fff;
	    border: 1px solid #e0e9f0;
	    border-radius: 5px;
	    font-size: 16px;
	    position: relative;
	    margin-right: 20px;
	    margin-bottom: 20px;
	}
	.wsbsnav li:nth-child(4n){
		margin-right: 0;
	}
	.wsbsnav li img {
	    margin-top: -30px;
	    transform: scale(0.7);
	}
	.wsbsnav li a{
		display: block;
	}
	.wsbsnav li p {
	    width: 100%;
	    line-height: normal;
	    position: absolute;
	    bottom: 15px;
	    left: 0;
	    margin-bottom: 0;
	}
	
	.gjwaj{
		width: 100%;
		float: left;
	}
	.gjwaj ul li{
		float: left;
		width: 280px;
		height: 113px;
		line-height: 113px;
		text-align: center;
		background: #f1f7fc;
		font-size: 18px;
		margin-right: 26px;
		transition: all .3s;
	}
	.gjwaj ul li:nth-child(4){
		margin-right: 0;
	}
	.gjwaj ul li img{
		margin-right: 15px;
	}
	.gjwaj ul li a{
		display: block;
	}
	.gjwaj ul li:hover{
		background: #fff;
		box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
	}
	
	.zxftnews{
		float: left;
		width: 100%;
		margin-top: 10px;
	  margin-bottom: 20px;
	}
	.zxftnews .img{
		width: 240px;
		height: 155px;
		float: left;
		overflow: hidden;
	}
	.zxftnews .txt{
		width: 320px;
		float: right;
		font-size: 16px;
		margin-top: 18px;
	}
	.zxftnews .txt a{
		color: #0865b1;
	}
	.zxftnews .txt p{
		width: 100%;
		float: left;
		overflow:hidden; 
		white-space: nowrap; 
		text-overflow: ellipsis;
	}
	.zxftnews .img img{
		width: 100%;
	}
	
	/*.nav-tabs-line>li{
		margin-right: 15px;
	}*/
	
	.zwgk .nav-tabs-line>li>a,.zwgk .nav-tabs-line>li>a{
		padding: 10px 20px;
	}
	
	.wzdh{
		float: left;
		height: 42px;
		line-height: 42px;
		font-size: 16px;
	}
	.wzdh ul{
		float: left;
		margin-bottom: 0;
	}
	.wzdh li{
		float: left;
		margin-right: 12px;
		padding-right: 12px;
		position: relative;
	}
	.wzdh li:after{
		content: "";
		position: absolute;
		width: 2px;
		height: 18px;
		top: 50%;
		margin-top: -9px;
		right: 0;
		background: #dedede;
	}
	.wzdh li:last-child{
		margin-right: 0;
		padding-right: 0;
	}
	.wzdh li:last-child:after{
		display: none;
	}
	
	.dropdown-btn {
		padding: 11px 0;
		padding-right: 30px;
		border: none;
		font-size: 16px;
		text-align: center;
	}
	
	.footer-main>.layout-body {
		margin-left: -345px;
	  padding-left: 345px;
	}
	
	#footer {
		-webkit-box-shadow: none;
		box-shadow: none;
		background: #fff;
		float: left;
		width: 100%;
	}
	
	.footer-main .footer-href li a {
		color: #fff;
	}
	
	.footer-main .footer-href li a:hover {
		color: #c7000d;
	}
	
	.footer-main .footer-href li+li {
		border-left: 1px solid #fff;
		color: #fff;
	}
	
	.footer-main .footer-statement {
		color: #333;
		font-size: 14px;
	}
	.layout-body-main ul{
		float: left;
		width: auto;
		text-align: left;
		line-height: 30px;
		margin-left: 55px;
	}
	
	.footer-main {padding: 15px 0;}
	
	.caret {position: absolute;top: 50%;right: 10px;display: inline-block;width: 0;height: 0;margin-top: -2px;margin-left: 2px;vertical-align: middle;border-top: 8px dashed;border-right: 6px solid transparent;border-left: 6px solid transparent;color: #333;transform: rotate(0deg);transition: all 120ms;}
	.dropdown.open .caret {transform: rotate(180deg);color: #0865b1;}
	
	
	/*公益广告开始*/
	.gyad {width: 1200px;display: block;overflow: hidden;float: right;/*background: #FFFFFF;*/position: relative;}
	.gyad .parHd {width: 100%;height: 44px;overflow: hidden;border-bottom: solid 3px #0069c5;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;font-weight: bold;}
	.gyad .parHd .video {width: auto;height: 41px;line-height: 41px;font-size: 14px;color: #666666;position: absolute;right: 100px;top: 0px;cursor: pointer;}
	.gyad .parHd .more {width: auto;height: 41px;line-height: 41px;font-size: 14px;color: #666666;position: absolute;right: 5px;top: 0px;cursor: pointer;padding: 0 16.5px;}
	.gyad .parHd .video:hover,
	.gyad .parHd .more:hover {color: #01398E;}
	.gyad .parBd {width: 1200px;height: 214px;overflow: hidden;margin: 20px auto 0px;}
	.gyad .parBd ul {width: 1200px;overflow: hidden;zoom: 1;}
	.gyad .parBd ul li {float: left;width: 159px;height: 214px;display: inline;overflow: hidden;text-align: center;margin-right: 49px;}
	.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 #DE7C51;}
	.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: #0069c5;}
	/*公益广告结束*/
	
	.current{float: left;margin: 35px 0;}
	.current img{margin-right: 10px;}
	.news ul{margin-bottom: 0;}
	
	.news .list-group-underline .list-group-item:after {content: "";display: block;width: 4px;height: 4px;position: absolute;top: 50%;margin-top: -2px;left: 1px;background: #767d84;transform: rotate(45deg);}
	.nav-tabs-line>li.active{font-weight: bold;}
	
	.xfcz{width: 1200px;float: left;height: 150px;line-height: 150px;background: #f6f6f6;}
	.xfcz ul{margin-bottom: 0;display: inline-block;vertical-align: middle;}
	.xfcz ul li{float: left;width: 175px;text-align: center;}
	.xfcz ul li p{line-height: normal;vertical-align: middle;margin-bottom: 0;font-size: 18px;margin-top: 15px;}
	.xfcz ul li img{display: block;margin: auto;height: 40px;}
	
	.syyy{float: left;width: 100%;}
	.syyy .hd{position: relative;float: left;width: 100%;height: 48px;line-height: 28px;border-bottom: 1px solid #dbdbdb;margin-bottom: 22px;font-size: 18px;}
	.syyy .hd ul li.on a{color: #0069c5;}
	.syyy .hd ul{float: left;display: inline-block;}
	.syyy .hd ul li.on{color: #0069c5;font-weight: bold;border-bottom: 3px solid #0069c5;}
	.syyy .hd ul li{float: left;display: block;padding: 9px 10px;box-sizing: border-box;margin-right: 15px;}
	.syyy .hd .more{font-size: 16px;float: right;margin-top: 10px;}
	.syyy .bd ul{float: left;width: 720px;margin-bottom: 0;}
	.syyy .bd .img1{width: 480px;height: 294px;line-height: 294px;position: relative;float: left;overflow: hidden;position: relative;}
	.syyy .bd .img1 img{width: 100%;transition: all 0.3s;}
	.syyy .bd .img1:hover img{transform: scale(1.1);}
	.syyy .bd .img1 p{width: 100%;height: 40px;line-height: 40px;background: rgba(0, 0, 0, 0.4);color: #fff;position: absolute;bottom: 0;left: 0;margin-bottom: 0;text-align: center;font-size: 16px;display: block;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;padding: 0 5px;box-sizing: border-box;}
	.syyy .bd ul li{width: 214px;height: 136px;line-height: 136px;position: relative;overflow: hidden;float: left;margin-left: 26px;margin-bottom: 22px;}
	.syyy .bd ul li:nth-child(n+4){margin-bottom: 0;}
	.syyy .bd ul li a{width: 214px;height: 136px;display: block;cursor: pointer;}
	.syyy .bd ul li a img{width: 100%;transition: all 0.3s;}
	.syyy .bd ul li a:hover img{transform: scale(1.1);}
	.syyy .bd ul li a p{width: 100%;height: 40px;line-height: 40px;background: rgba(0, 0, 0, 0.4);color: #fff;position: absolute;bottom: 0;left: 0;margin-bottom: 0;text-align: center;font-size: 16px;display: block;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;padding: 0 5px;box-sizing: border-box;}
	
	.hdhynav2{float: left;width: 100%;}
	.hdhynav2 ul{float: left;width: 100%;margin-bottom: 0;}
	.hdhynav2 li {float: left;margin-right: 30px;}
	.hdhynav2 li:nth-child(4){margin-right: 0;}
	.hdhynav2 li a{display: block;}
	
	.hdhynews{float: left;width: 100%;min-height: 270px;padding: 0 20px;background: #fff;border: 1px solid #f0f0f0;border-top: 2px solid #0069c5;}
	.hdhynews .tlt{font-size: 18px;font-weight: bold;padding: 12px 0;float: left;width: 100%;color: #0069c5;border-bottom: 1px solid #e5e5e5;padding-left: 16px;position: relative;}
	.hdhynews .tlt:after{content: "";position: absolute;top: 16px;left: 0;width: 4px;height: 18px;border-radius: 4px;background: #0069c5;}
	.hdhynews .tlt a{font-size: 14px;font-weight: normal;float: right;color: #333;}
	.hdhynews ul{float: left;width: 100%;margin-top: 10px;}
	.hdhynews ul li{width: 100%;float: left;font-size: 16px;line-height: 40px;padding-left: 20px;position: relative;}
	.hdhynews ul li:after{content: "";display: block;width: 4px;height: 4px;position: absolute;top: 50%;margin-top: -2px;left: 1px;background: #767d84;transform: rotate(45deg);}
	.hdhynews ul li a{display: block;}
	.hdhynews ul li p{width: 415px;float: left;margin-bottom: 0;overflow:hidden;white-space: nowrap;text-overflow: ellipsis;}
	.hdhynews ul li span{width: auto;float: right;color: #919191;}
	
	.hdhyimg{float: left;width: 100%;min-height: 270px;padding: 0 20px;background: #fff;border: 1px solid #f0f0f0;border-top: 2px solid #0069c5;}
	.hdhyimg .tlt{font-size: 18px;font-weight: bold;float: left;width: 100%;padding: 12px 0;color: #0069c5;border-bottom: 1px solid #e5e5e5;padding-left: 16px;position: relative;}
	.hdhyimg .tlt:after{content: "";position: absolute;top: 16px;left: 0;width: 4px;height: 18px;border-radius: 4px;background: #0069c5;}
	.hdhyimg .tlt a{font-size: 14px;font-weight: normal;float: right;color: #333;}
	.hdhyimg ul{float: left;width: 100%;margin: 20px 0;}
	.hdhyimg ul li{width: 275px;display: block;overflow: hidden;float: left;margin-right: 19px;padding-bottom: 10px;background: #f7f7f7;}
	.hdhyimg ul li:nth-child(4){margin-right: 0;}
	.hdhyimg ul li a{display: block;}
	.hdhyimg ul li .img{width: 100%;height: 170px;display: block;overflow: hidden;position: relative;}
	.hdhyimg ul li .img img{width: 100%;display: block;}
	.hdhyimg ul li .img span{width: 110px;height: 30px;line-height: 30px;color: #FFFFFF;text-align: center;position: absolute;bottom: 0;left: 0;}
	.hdhyimg ul li .img .zxft{background: #c12d2d;}
	.hdhyimg ul li .img .ftyg{background: #2daa79;}
	.hdhyimg ul li .img .wqft{background: #0069c5;}
	.hdhyimg ul li .txt{width: 100%;padding: 0 10px;text-align: center;font-size: 14px;-webkit-line-clamp:2;display: -webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow: ellipsis;white-space:initial;margin: 10px 0;}
	.hdhyimg ul li .time{font-size: 14px;color: #939393;text-align: center;}
	
	
	.jczt #tjgg ul{float: left;width: 100%;}
	.jczt #tjgg ul li{width: 270px;height: 100px;line-height: 100px;overflow: hidden;float: left;margin-right: 40px;margin-top: 30px;}
	.jczt #tjgg ul li img{width: 100%;transition: all 0.3s;}
	.jczt #tjgg ul li a{display: block;}
	.jczt #tjgg ul li:nth-child(4n){margin-right: 0;}
	.jczt #tjgg ul li:hover img{transform: scale(1.05);}
	
	.hdhyli{width: auto;height: 170px;line-height: 170px;float: left;background: #f6f6f6;}
	.hdhyli .tlt{width: auto;line-height: normal;vertical-align: middle;display: inline-block;text-align: center;font-size: 18px;font-weight: bold;}
	.hdhyli .tlt a{display: block;}
	.hdhyli .tlt img{display: block;margin: auto;margin-bottom: 10px;}
	.hdhyli ul{width: auto;display: inline-block;line-height: normal;float: none;margin-bottom: 0;vertical-align: top;margin-top: 30px;}
	.hdhyli ul:last-child{margin-right: 0;}
	.hdhyli ul li{padding-left: 15px;position: relative;font-size: 16px;line-height: 30px;}
	.hdhyli ul li:after{content: "";position: absolute;top: 14px;left: 0;width: 4px;height: 4px;background: #8da6c3;}
	
	.jypx{width: 768px;}
	.jypx ul{margin-right: 70px;}
	.jypx .tlt{width: 165px;}
	
	.jycy{width: 400px;margin-left: 32px;}
	.jycy ul{margin-right: 40px;}
	.jycy .tlt{width: 145px;}
	
	.sbly{width: 400px;margin-top: 32px;}
	.sbly ul{margin-right: 40px;}
	.sbly .tlt{width: 145px;}
	
	.syfw{width: 336px;margin-left: 32px;margin-top: 32px;}
	.syfw ul{margin-right: 40px;}
	.syfw .tlt{width: 160px;}
	
	.ylws{width: 400px;margin-left: 32px;margin-top: 32px;}
	.ylws ul{margin-right: 40px;}
	.ylws .tlt{width: 145px;}
	
	.ggfwnav{float: left;width: 100%;margin-top: 30px;}
	.ggfwnav ul li{width: 216px;height: 140px;text-align: center;background: #f6f6f6;float: left;margin-right: 30px;}
	.ggfwnav ul li:last-child{margin-right: 0;}
	.ggfwnav ul li img{display: inline-block;margin-top: 35px;margin-bottom: 15px;}
	.ggfwnav li span {width: 100%;line-height: 20px;display: inline-block;vertical-align: middle;font-size: 18px;font-weight: bold;}
	
	.newsico .list-group-underline .list-group-item {padding-left: 15px;position: relative;}
	.newsico .list-group-underline .list-group-item:after {position: absolute;top: 50%;margin-top: -2px;left: 0;width: 4px;height: 4px;background: #0865b1;content: "";}
	
	.wsbsico{float: left;width: 100%;margin-top: 20px;}
	.wsbsico li {float: left;width: 180px;height: 140px;line-height: 140px;text-align: center;background: #fff;border: 1px solid #e0e9f0;border-radius: 0;font-size: 16px;position: relative;margin-right: 24px;margin-bottom: 25px;}
	.wsbsico li a{display: block;}
	.wsbsico li:nth-child(6n){margin-right: 0;}
	.wsbsico li img {margin-top: -30px;}
	.wsbsico li p {width: 100%;line-height: normal;position: absolute;bottom: 30px;left: 0;margin-bottom: 0;}
	
	
	.sjzt{float: left;width: 100%;}
	.sjzt .hd{position: relative;float: left;width: 100%;height: 48px;line-height: 28px;border-bottom: 1px solid #dbdbdb;margin-bottom: 22px;font-size: 18px;}
	.sjzt .hd ul li.on a{color: #0069c5;}
	.sjzt .hd ul{float: left;display: inline-block;}
	.sjzt .hd ul li.on{color: #0069c5;font-weight: bold;border-bottom: 3px solid #0069c5;}
	.sjzt .hd ul li{float: left;display: block;padding: 9px 10px;box-sizing: border-box;margin-right: 15px;}
	.sjzt .hd .more{font-size: 16px;float: right;margin-top: 10px;}
	.sjzt .bd ul{float: left;width: 100%;margin-bottom: 0;}
	.sjzt .bd ul li{width: 280px;height: 100px;ine-height: 100%;overflow: hidden;float: left;margin-right: 26px;margin-bottom: 26px;}
	.sjzt .bd ul li img{width: 100%;}
	
	.sjzt .bd .lszt li{width: 280px;height: 45px;ine-height: 45px;overflow: hidden;float: left;margin-right: 26px;margin-bottom: 26px;}
	.sjzt .bd .lszt li a{display: block;width: 100%;height: 45px;line-height: 45px;font-size: 14px;text-align: center;border: solid 1px #ccc;overflow: hidden;}
	
	.sjzt .bd ul li:nth-child(4n){margin-right: 0;}
	.sjzt .bd ul li:nth-child(n+5){margin-bottom: 0;}
	.sjkf{float: left;width: 100%;}
	.sjkf li{float: left;width: 50%;height: 47px;line-height: 47px;padding: 0 20px;font-size: 16px;margin-bottom: 0;}
	.sjkf li a{display: block;}
	.sjkf li p{float: left;width: 100%;margin-right: -130px;padding-right: 130px;padding-left: 15px;margin-bottom: 0;position: relative;overflow:hidden;white-space: nowrap;text-overflow: ellipsis;}
	.sjkf li p:after{position: absolute;top: 50%;margin-top: -2px;left: 0;width: 4px;height: 4px;background: #0865b1;content: "";}
	.sjkf li span{float: right;color: #acacac;}
	
	
	.content{display: inline-block;}
	.affairPCont .affairPSide .affairPNav li a{color: #0865b1;}
	.dwxxgkpt:after{content: "";width: 54px;height: 54px;float: left;background: url(../../imagesq/liujiang/dwxx.png) no-repeat center;}
	.affairPCont .affairPSide .affairPNav li.active .dwxxgkpt:after{content: "";width: 54px;height: 54px;float: left;background: url(../../imagesq/liujiang/dwxx_on.png) no-repeat center;}
	.myiframe {width: 100%;}
	.affairPContent .affairPBar {padding: 0;display: inline-block;}
	.videoAffairPublic{height: 230px;}
	.videoAffairPublic .dataSubjectTitle {padding-top: 6%;text-align: center;font-size: 100px;color: #0865B1;text-shadow: none;font-family: "黑体";font-weight: 600;}
	.affairPBar{float: left;width: 100%;}
	
	.dwxxtlt{float: left;width: 100%;height: 50px;line-height: 50px;border-bottom: 1px solid #ededed;}
	.dwxxtlt span{font-size: 20px;color: #0865B1;display: block;height: 51px;float: left;font-weight: bold;border-bottom: 3px solid #0865B1;padding: 0 5px;}
	.dwxxul{float: left;width: 100%;margin-top: 20px;}
	.dwxxul ul{margin-bottom: 0;}
	.dwxxul ul li{width: 236px;height: 46px;line-height: 46px;text-align: center;background: #e6f3ff;float: left;font-size: 16px;margin-right: 20px;margin-bottom: 18px;}
	.dwxxul ul li:nth-child(3n){margin-right: 0;}
	.dwxxul ul li a{display: block;}
	.dwxxxq{float: left;width: 100%;text-align: center;}
	.dwxxxq table{text-align: left;font-size: 16px;line-height: 32px;}
	.dwxxxq table tr{height: 50px;}
	.dwxxxq table td{border: 1px solid #c6ddf5;}
	.dwxxxq table td:nth-child(1){width: 108px;text-align: center;background: #edf4fb;padding: 12px 0;}
	.dwxxxq table td:nth-child(2){padding: 12px 15px;}
	
	.xxgkpttlt{width: 100%;font-weight: bold;font-size: 40px;color: #fff;text-align: center;height: 140px;line-height: 140px;margin: 40px 0;background: url(../../imagesq/liujiang/xxgkptbg.jpg) no-repeat center;letter-spacing: 30px;}
	
	.xxgktltba{width: 100%;font-weight: bold;font-size: 28px;color: #0865b1;height: 44px;line-height: 44px;margin: 40px 0;background: url(../../imagesq/liujiang/xxgktltba.png) no-repeat center;}
	
	.jggktlt{width: 100%;font-weight: bold;font-size: 28px;color: #0865b1;height: 44px;line-height: 44px;margin: 40px 0;background: url(../../imagesq/liujiang/jggktlt.png) no-repeat center;}
	.jggktlt_xx{font-size: 12px;line-height: 22px;display: table;font-weight: normal;cursor: pointer;padding: 0px 15px;background: #e7e7e7;width: auto;margin: 5px auto;border-radius: 50px;color: #666666;}
	
	.xxgkqx{float: left;width: 100%;text-align: left;margin-bottom: 10px;}
	.xxgkqx li{float: left;width: 100%;height: 47px;line-height: 47px;padding: 0 20px;font-size: 16px;margin-bottom: 0;}
	.xxgkqx li a{float: left;width: 100%;display: block;}
	.xxgkqx li p{float: left;width: 100%;height: 47px;line-height: 47px;margin-right: -130px;padding-right: 130px;padding-left: 15px;margin-bottom: 0;position: relative;word-wrap: normal;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
	.xxgkqx li p:after{position: absolute;top: 50%;margin-top: -2px;left: 0;width: 4px;height: 4px;background: #0865b1;content: "";}
	.xxgkqx li span{float: right;color: #acacac;}
	
	
	/*分享按钮*/
	.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: url(../../imagesq/liujiang/2019_fx06.png) center no-repeat;}
	.share_fx a.bds_tsina{background: url(../../imagesq/liujiang/2019_fx07.png) center no-repeat;}
	.share_fx a.bds_tqq{background: url(../../imagesq/liujiang/2019_fx08.png) center no-repeat;}
	.share_fx a.popup_tqf{background: url(../../imagesq/liujiang/2019_fx09.png) center no-repeat;}
	.share_fx a.bds_qzone{background: url(../../imagesq/liujiang/2019_fx10.png) center no-repeat;}
	.share_fx a.popup_sqq{background: url(../../imagesq/liujiang/2019_fx11.png) center no-repeat;}
	.share_fx a.bds_more{background: url(../../imagesq/liujiang/2019_fx12.png) center no-repeat;}
	/*分享按钮*/
	
	/*分页*/
	.pagination {padding: 10px;line-height: 28px;text-align: center;height: 28px;box-sizing: content-box;}
	.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:hover {color: #fff;background: #0069c5;}
	.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:hover {color: #fff;background: #0069c5;}
	.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;}
	/*分页*/
	
	/*********** 专题列表 开始 *************/
	.ztzl{width:100%; padding-top:10px; box-sizing:border-box;}
	.ztzl ul{width:100%; display:block; text-align:center;}
	.ztzl ul li{width:33.3%; display:inline-block; text-align:center; margin-bottom: 24px;float:left;}
	.ztzl ul li .imgw{width:262px; height:92px; margin:0 auto; overflow:hidden; border:solid 1px #eeeeee; padding:5px; box-sizing:border-box;display: block;}
	.ztzl ul li .imgw img{width:250px; height:80px; display:block; cursor:pointer;}
	
	/*********** 图片列表 开始 *************/
	.tplb{width:100%; padding-top:10px; box-sizing:border-box;}
	.tplb ul{width:100%; display:block; text-align:center;}
	.tplb ul li{width:33.3%; display:inline-block; text-align:center; margin-bottom:30px; float:left;}
	.tplb ul li a{width:260px;height:188px;display: block;overflow: hidden;cursor: pointer;}
	.tplb ul li a .imgw{width:260px; height:148px; margin:0 auto; overflow:hidden;}
	.tplb ul li a .imgw img{width:100%; height:148px; display:block; cursor:pointer;}
	.tplb ul li a .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;}
	
	.dropdown-menu>li>a{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
	
	.BanSpecial{background: #e2e2e2;margin-top: 24px;background-size: 100% 100%;}
	
	
	/****************************************** 政务公开 开始 ******************************************/
	.affairPublicMain{margin: 0 20px !important;}
	.systemList li{height: 40px;display: block;overflow: hidden;margin-top: 0px;}
	.systemList li a{height: 40px;line-height: 40px;display: block;float: left;max-width: 72%;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
	.systemList li .time{margin-left: 0;line-height: 40px;display: inline-block;float: right;}
	
	/************** 政务公开-法定主动公开内容 开始 **************/
	.affairPContent .subTitle span{background-color: #257dd0;font-size: 16px;color: #FFFFFF;height: 35px;line-height: 35px;display: inline-block;padding: 0 15px;font-size: 18px;}
	.affairPContent .systemList li{height: 45px;display: block;overflow: hidden;margin-top: 0px;}
	.affairPContent .systemList li a{height: 40px;line-height: 40px;display: block;float: left;max-width: 100%;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;font-size: 18px;}
	.affairPContent .systemList li .time{margin-left: 0;line-height: 40px;display: inline-block;float: right;}
	.moreList{height: 30px;display: block;text-align: center;}
	.moreList a{width: 110px;line-height: 30px;background: #DADADA;display: inline-block;font-size: 16px;color: #555;}
	
	.content .main{width: 1200px;overflow-x: initial;overflow: hidden;}
	.content .affairPublicMain{box-sizing: border-box;padding: 10px;}
	
	.nav-tabs-line > li.active > a, .nav-tabs-line > li.active > a:focus, .nav-tabs-line > li.active > a:hover{border-color: #257dd0;color: #257dd0;}
	
	/************** 政务公开-领导之窗 开始 **************/
	.banMain{width: 100%;}
	.videoAffairPublic{width: 1240px;margin: 0px auto;height: 280px;}
	.videoAffairPublic .dataSubjectTitle{color: #257dd0;text-shadow: 0px 0px 5px #fff;}
	
	.red{color: #257dd0 !important;}
	.leaderProfiles{padding: 20px 0;}
	.leaderProfiles .leaderPic dt{color: #257dd0;}
	.leaderProfiles .leaderPic dd li a{width: 100%;height: 100%;display: block;cursor: pointer;}
	.leaderProfiles .leaderContent .leaderContentR .leadeTxt{font-size: 14px;text-align: justify;}
	
	.mainDetails{padding: 0;background: none;}
	.mainDetails .main{padding: 10px;box-sizing: border-box;}
	.nav-tree > dt > a{background-color: #257dd0;}
	.nav-tree > dd{background-color: #f5f5f5;}
	.nav-tree > dd > a{font-size: 16px;line-height: 45px;}
	.nav-tree > dd > a:hover,
	.nav-tree > dd > a.active{color: #257dd0;background-color: #e9edfd;border-right: 4px solid #257dd0;}
	.nav-tabs-lineTwo{border-color: #D7D7D7;border-width: 2px;padding-left: 0;}
	.nav-tabs-line .nav-tabs-line-more > a:hover{color: #257dd0;cursor: pointer;}
	.list-Special .list-group-item:before{width: 5px;height: 5px;top: 22px;left: 10px;}
	.list-Special .list-group-item a{cursor: pointer;}
	.list-Special .list-group-item .layout-body{width: 95%;}
	.list-Special .list-group-item:hover .layout-fixed{color: #257dd0;}
	.btn-primary{background-color: #257dd0;border-color: #257dd0;}
	.btn-primary:hover,
	.btn-primary:focus,
	.btn-primary:active{background-color: #257dd0 !important;border-color: #257dd0 !important;outline: 0 !important;}
	.SuccessfulTip dl dt i{line-height: 40px;}
	.articlePage{font-size: 14px;line-height: 25px;}
	.articlePage li a{color: #333333;}
	.articlePage li a:hover{color: #257dd0;}
	.ztreeWrap .submenu > a:after{line-height: 10px;}
	.affairPContent .affairPBar h3{color: #257dd0;padding: 10px 15px;}
	.affairPContent .affairPBar h5{border-bottom: solid 1px #DDDDDD;}
	.affairPContent .affairPBar .subTitleBord{color: #257dd0;height:45px;}
	.nav-tabs-lineTwo{margin-top: 24px;}
	.affairPSearck{border: 2px solid #257dd0;margin: 20px auto;}
	.affairPSearck dt i{color: #257dd0;}
	.affairPCont .affairPSide .affairPNav li a{color: #257dd0;}
	.affairPCont .affairPSide .affairPNav li a i{margin-top: 0px;padding-top: 12px;font-size: 50px;}
	.affairPCont .affairPSide .affairPNav li.active a,
	.affairPCont .affairPSide .affairPNav li a:hover {background-color: #257dd0;color: #fff;}
	.affairPCont .affairPSide .affairPNav .submenu > a:after{color: #257dd0;}
	.affairPCont .affairPSide .affairPNav .submenu ul{padding: 10px 0 20px;}
	.affairPCont .affairPSide .affairPNav .submenu ul li{min-height: 35px;}
	.affairPCont .affairPSide .affairPNav .submenu ul li a{height: 35px;line-height: 35px;font-size: 16px;}
	.affairPCont .affairPSide .affairPNav .submenu ul li a:before{top: 16px;}
	.affairPCont .affairPSide .affairPNav .submenu ul li a:hover:before{background: #257dd0;}
	.affairPCont .affairPSide .affairPNav .submenu ul li.active > a,
	.affairPCont .affairPSide .affairPNav .submenu ul li a:hover{color: #257dd0;}
	body.affairPublic{background: #FFFFFF;}
	.myiframeContent{width: 910px;padding: 10px;box-sizing: border-box;text-align: justify;}
	.myiframe{width: 100%;}
	.slimScrollBar{background: #257dd0 !important;}
	.slimScrollRail{background: #F2F2F2 !important;}
	.content{display: block;width: 1240px;background: #fff;padding: 0 0 15px 0;margin: 0 auto 30px;display: block;}
	.search-input {height: 45px;width: 410px;}
	.nwe_btn{float: right;background: #fff;background-color: transparent;border: none;margin-top: 5px;outline: none;}
	.myiframeContent {height: 100%;}
	.icon{width: 65px;height: 60px;line-height: 50px;display: block;float: left;font-size: 50px !important;}
	.affairPCont .affairPSide .affairPNav li{padding-bottom: 0;}
	.affairPCont .affairPSide .affairPNav .submenu ul li a{height: auto;line-height: 16px;padding: 0;}
	.affairPCont .affairPSide .affairPNav .submenu ul li a:before{display: none;}
	.affairPCont .affairPSide .affairPNav .submenu ul li a:hover {background-color: #ffffff;}
	.filetree li {padding: 1px 0 2px 16px;}
	.affairPCont .affairPSide .affairPNav .submenu ul li li a {padding-left: 0;}
	.affairPCont .affairPSide .affairPNav .submenu ul li {padding: 1px 0 2px 16px;}
	
	/* 便民查询 */
	.wzlb .hot_query{margin-bottom: 10px;}
	.wzlb .hot_query .hotQuery_row {text-align: center;padding: 10px 10px 10px 10px;}
	.wzlb .hot_query .hotQuery_row .col-md-4 {font-size: 16px;line-height: 56px;width: 280px;height: 56px;background: #eee; margin: 10px;border-radius: 10px;float: left;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
	.wzlb .hot_query .hotQuery_row .col-md-4 a:hover{color: #fff;}
	.wzlb .hot_query .hotQuery_row .col-md-4:hover a {color: #0865b1;}
}

/****************************手机端样式开始***************************/
/*手机端css(小于767的屏幕使用一下css)*/
@media (max-width: 767px) {

.PC-SHOW {
    display: none !important;
  }
.WX-SHOW {
display: block !important;
}
  
body{ font-family:"微软雅黑"; font-size:16px !important; color:#333; margin:0px; padding:0px;background:#fff !important;}
.linka { cursor:pointer; display:block; overflow: hidden; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis;}
ul,li{list-style:none;margin:0px;padding:0px;}
img{border:0px;}
.fl{float:left;}
.fr{float:right;}
a{color:#333333; text-decoration:none;}
.div5{ height:5px; line-height:5px; overflow:hidden; clear:both;}
.div10{ height:10px; line-height:10px; overflow:hidden; clear:both; background:#f3f3f3;}
.div15{ height:10px; line-height:10px; overflow:hidden; clear:both; background:#f3f3f3;}
.div20{ height:20px; line-height:20px; overflow:hidden; clear:both; background:#f3f3f3;}
.div30{ height:30px; line-height:30px; overflow:hidden; clear:both;}
.clear{  clear:both; line-height:0px; height:0px;  font-size:0px; overflow:hidden;}
a:focus{text-decoration: none !important;}
/**********首页 开始***************/
.indexdiv{margin:0px 10px;}

.indexnav{padding:20px 0 0;}
.indexnav li{width:25%;float:left; margin-bottom:20px;}
.indexnav li .imgw{text-align:center;}
.indexnav li .imgw img{height:30px;}
.indexnav li .txt{height:30px;line-height:30px;text-align:center;font-size:110%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}

.paddingbottom{padding-bottom:51px;}
.logo {width: auto;height: auto;background: none; display: block;}
.logo img{width:100%; background:#1390e5;}

/*触屏滑动样式 开始*/
#uiejSwipe{overflow:hidden;position:relative;width:100%; height:260px; margin-top:15px; border-radius:5px;}
.swipe-wrap{overflow:hidden;position:relative;}
.swipe-wrap .xslideItem{float:left; width:100%; height:260px; position:relative; color:#fff;}
.xslideItem .txt{ width:100%; background:-webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.6) 100%); position:absolute; left:0px; bottom:0px; z-index:99999;}
.xslideItem .txt a{ display:block; color:#fff; height:45px; line-height:45px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; padding:0px 10px; padding-right:100px;}
.xslideItem img{min-height:260px; width:100%}
#position{ position:absolute; bottom:15px; right:0; height:10px;width:80px;}
#position span{background:#fff; height:11px;width:11px;float:left;border-radius:10px;margin-right:5px;}
#position span ic{ font-size:80%;}
#position span font{ font-size:120%;}
#position span.on{background:#0d80d8;}
/*触屏滑动样式 结束*/


/* 焦点新闻 开始*/
.subNavBox{width:100%; height:375px;float:right; margin-top:20px; overflow:hidden; display:block; position:relative;padding-bottom: 10px;}
.subNav_top{width:100%; height:45px; margin:0 auto; position:relative;}
.subNav_top li{width:48%; height:45px; line-height:45px; background:#e6eff8; border-top-left-radius:5px; border-top-right-radius:5px; font-size:105%; color: #333; text-align: center; display:inline-block; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; padding:0 1px; box-sizing:border-box;}
.subNav_top li.onw{background:url(../../imagesq/liujiang/2018-phone-icon09.png) center bottom no-repeat #3d8ddc; color: #fff;}
.navContent {width:100%; margin:0 auto; padding-top:15px; box-sizing:border-box; overflow:hidden;}
.navContent ul{width:100%; margin-top:0px; overflow:hidden;}
.navContent ul li{height:40px; line-height:40px; text-align:right; padding-right:0px; font-size:100%; color:#333333; background:url(../../imagesq/liujiang/2018-phone-icon10.png) left center no-repeat;}
.navContent ul li a{width:80%; font-size:100%; line-height:40px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; text-align:left; display:block; float:left; padding-left:15px; color: #333333; background:url(../../imagesq/liujiang/2018-icon02.png) no-repeat left center;box-sizing:border-box;  cursor:pointer;}
.navContent ul li span{ position:absolute; display:block; text-align:center; height:40px; line-height:40px; right:0px; width:60px; font-size:0.9em; }
.navContent .one { display: none; color: #333333;  cursor:pointer;}
.navContent .block {display: block;}
.p_index_more{margin: 10px 20px;}
.p_index_more a{display: block;text-align: center;width: 100%;height: 25px;line-height: 25px;background: #ccc;border-radius: 2px;}

/* 焦点新闻 结束*/

/* 柳江景点 开始*/
.picMarquee-left{width:100%; overflow:hidden; padding:15px 0 15px 0;}
.picMarquee-left .bd{width:100%;}
.picMarquee-left .bd ul{overflow:hidden; zoom:1; }
.picMarquee-left .bd ul li{margin:0 8px; float:left; _display:inline; overflow:hidden; text-align:center;  }
.picMarquee-left .bd ul li .pic{text-align:center; position:relative; border-radius:5px; overflow:hidden;}
.picMarquee-left .bd ul li .pic_img{width:130px; height:90px; display:block;}
.picMarquee-left .bd ul li .pic_img img{width:130px; height:90px; display:block;}
.picMarquee-left .bd ul li .pic_bg{width:130px; height:24px; display:block; position:absolute; bottom:0px; z-index:1; background:#000; filter:alpha(opacity=60); opacity:0.6;}
.picMarquee-left .bd ul li .pic_title{width:130px; line-height:24px; position:absolute; bottom:0px; z-index:1000; text-align:center; color:#FFFFFF; display:block; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
/* 柳江景点 结束*/

/****************首页 结束**********************/

/*尾部 开始*/
.footer{ width:100%; font-size:80%; padding:15px 10px; background:#f3f3f3; box-sizing:border-box;}
.footer p{margin:0px; text-align:center; line-height:25px;}
/*尾部 结束*/

/****************内页 开始**********************/

/*内页头部 开始*/
.nytop{background:#3d8ddc;background-size:17.6px;height:50px;line-height:50px;text-align:center;color:#fff;font-size:110%;position:relative;}
.nytop img{height:22px;vertical-align:middle;padding-right:5px;margin-bottom:7px;}
.nytop .back{position:absolute;top:0px;left:0px;width:50px;height:50px;}
.nytop .back a{display:block;height:50px;width:50px;line-height:50px;}
.nytop .back img{height:20px;padding-top:5px;}

.nytop .ejmore{position:absolute;top:0px;right:5px;width:40px;height:50px;}
.nytop .ejmore span{display:block;height:50px;width:40px;line-height:50px;}
.nytop .ejmore img{height:12px;padding-top:5px;}

/*内页头部 结束*/

/*二级弹出菜单效果 开始*/
.subMenu{position:absolute;right:0px;top:50px;z-index:10000002;display:none;}
.subMenu .subMenu_top{background-size:20px;height:7px;}
.subMenu ul{background:#3d8ddc;padding:0px 10px;}
.subMenu li{height:30px;line-height:30px;border-bottom:1px solid #fff;}
.subMenu li a{display:block;text-align:center;color:#fff;}
.subMenu li.noneborder_bottom{border:0px;}
/*弹出层效果 开始*/
.TClayer{position:absolute;top:0px;left:0px;background:#000;filter:alpha(opacity=0.1); -moz-opacity:0.1; -khtml-opacity: 0.1; opacity: 0.1; width:100%;height:100%;z-index:1000001;}
/*弹出层效果 结束*/
/*二级弹出菜单效果 结束*/

/*内页二级菜单 开始*/
.lm_nav{width:100%; margin:0 auto; padding:15px 0; box-sizing:border-box;}
.lm_nav ul{width:95%; margin:0 auto;}
.lm_nav ul li{margin:0 auto; margin-bottom:10px;}
.lm_nav ul li a{margin:0 auto; height:40px; line-height:40px; text-align:left; font-weight: bold;font-size:18px;display: block;border-bottom:1px solid #ccc;color: #3D8DDC;}
.lm_nav ul li .three{padding-left: 10px;}
.lm_nav ul li .three  a{display:inline-block;font-weight: normal;height: 30px;line-height: 30px; padding: 0px 10px;background:url(../../imagesq/liujiang/2018-phone-icon10.png) left center no-repeat;border: 0px;color: #000;font-size: 14px;}
/*内页二级菜单  结束*/

/**内页内容区**/
.main{ display:block; min-height:300px;background:#fff;padding:0px 5px;width: 100% !important;overflow: overlay;}

/* 文章列表 开始*/
.wzlb{margin:0 auto; padding-top:5px; box-sizing:border-box;}
.wzlb li{height:40px; line-height:40px; text-align:right; padding-right:0px; font-size:100%; color:#333333; background:url(../../imagesq/liujiang/2018-phone-icon10.png) left center no-repeat;}
.wzlb li a{width:70%; font-size:100%; line-height:40px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; text-align:left; display:block; float:left; padding-left:15px; color: #333333; box-sizing:border-box; cursor:pointer;}
.wzlb li span{ position:absolute; display:block; text-align:center; height:40px; line-height:40px; right:0px; width:95px; font-size:0.9em; }

/* 图文列表 开始*/
.twlb{margin:0 auto; padding-top:15px; box-sizing:border-box;}
.twlb li{width:50%; float:left; margin-bottom:10px; overflow:hidden; display:inline-block; text-align:center;}
.twlb li .pic{height:100px; width:92%; text-align:center; overflow:hidden; margin:0 auto; border-radius:3px;}
.twlb li .pic img{height:100px; width:100%;}
.twlb li .txt a{display: block;width:100%; height:30px; line-height:30px; text-align:center;overflow:hidden; white-space:nowrap; text-overflow:ellipsis; box-sizing:border-box;}

/* 专题专栏 开始*/
.ztzl{margin:0 auto; padding-top:5px; box-sizing:border-box;}
.ztzl li{margin-bottom:5px;}
.ztzl li .zltxt{height:40px; line-height:40px; font-size:100%; text-align:left; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; background:url(../../imagesq/liujiang/2018-phone-icon10.png) left center no-repeat; padding-left:12px; box-sizing:border-box;}
.ztzl li .zlimg{padding:0 12px; box-sizing:border-box; text-align:center;}
.ztzl li .zlimg img{width:100%;}

/* 文章详细页 开始*/
.main_xTitle{line-height:32px; text-align:center; color:#333; font-size:110%; font-weight:600; padding:0 10px; box-sizing:border-box;  margin-top:30px;}
.main_xTime{line-height:20px; text-align:center; color:#666666; font-size:80%; margin-top:15px;}
.main_xCont{margin-top:20px; margin-bottom:10px; padding:10px; box-sizing:border-box; border-top:solid 1px #EEEEEE; border-bottom:solid 1px #EEEEEE;}
.main_xNext{margin:0 auto; padding-left:5px; box-sizing:border-box; margin-bottom:20px;}
.main_xNext li span{font-size:90%; color:#3d8ddc;}
.main_xNext li a{color:#3d8ddc; font-size:90%;display:block;padding-bottom: 8px;}


/*********** 页码 开始 ***********/
.page{text-align:center;border-radius:5px;height:45px;line-height:45px;}
.page a{padding: 4px 8px;margin:3px;border:1px solid #EEEEEE;border-radius:5px; box-sizing:border-box;}
.page .active{background:#3d8ddc; color:#fff; padding: 4px 8px; margin:3px; border:1px solid #3d8ddc; border-radius:5px; box-sizing:border-box;}
.paginator .cpb{background:#3d8ddc;color:#fff;padding: 4px 10px;padding-top:5px;margin:2px;border:1px solid #3d8ddc;border-radius:3px; box-sizing:border-box;}
.pagemore{ border:1px solid #FF8C56; background:#fff; border-radius:5px; height:40px; line-height:40px;}
.pagemore a{ display:block; text-align:center; color:#FF8C56;}
.pagemore2{ border:1px solid #2BD874; background:#fff; border-radius:5px; height:40px; line-height:40px;}
.pagemore2 a{ display:block; text-align:center; color:#2BD874;}


/*站点地图 开始*/
.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: #69BF14;}
.mapsite li a:hover {color: #69BF14;}
.mapsite li .sub li .three{padding-left: 20px;}
.mapsite li .sub li .three li{float: left;background: url(../../imagesq/liujiang/2018-icon02.png) no-repeat left center;}
.mapsite li .sub li .three li a{font-weight: normal;padding: 3px;}
        
/*站点地图 结束*/

/*parent 多栏目文章列表 开始*/
	.zcpx{border: 1px #e8e8e8 solid;margin: 20px 3% 0px 3%;}
	.zcpx_ti{width: 100%;height: 44px;background:#E6EFF8;background-size: 100% 44px;}
	.zcpx_ti1{height: 44px;background-size: 4px 18px;line-height: 44px;color: #2d4c85;text-indent: 10px;}
	.zcpx_nr{padding: 5px 10px 10px 10px;}
	.zcpx_nr li{display: block;height: 40px;line-height: 40px;position: relative;padding-right: 90px;}
	.zcpx_nr li a{display: block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
	.zcpx_nr li span{position: absolute;display: block;text-align: right;height: 40px;line-height: 40px;right: 0px;width:95%;font-size: 0.9em;}
/*parent 多栏目文章列表 结束*/
/*********** 在线访谈列表 开始 *************/
	.index_r_zxft{width:100%; padding-top:10px; box-sizing:border-box;}
	.index_r_zxft ul{width:100%; display:block; text-align:center;}
	.index_r_zxft ul li{width:100%; display:inline-block; text-align:center; padding-bottom:20px; float:left; border-bottom:solid 1px #f2f2f2; padding-top:20px;position: relative;}
	.index_r_zxft ul li .ftpic{width:186px; height:120px; overflow:hidden;padding-left: 10px;}
	.index_r_zxft ul li .imgw img{width:186px; height:120px; display:block; cursor:pointer;}
	.index_r_zxft ul li .fttxt{width:auto; height:120px; text-align:left;position: absolute;left: 210px;top: 27px;padding-right: 10px;}
	.index_r_zxft ul li .fttxt p{font-size:90%; margin: 0px;margin-bottom:5px; text-align:left;padding: 0px;}
/*********** 在线访谈列表 结束 *************/

/*信息公开 目录头部 开始*/
	.index_r_top{width:100%; height:48px; line-height:50px; border-bottom:solid 2px #f4f4f4; margin-bottom:10px;}
	.index_r_top span{width:auto; height:48px; padding:0 5px; line-height:50px; font-size:85%; color:#207ad2; border-bottom:solid 2px #207ad2; display:inline-block;}
	.index_r_top span.noonit{color:#000; border-bottom:solid 2px #fff;}
/*信息公开 目录头部 结束*/

/* 信息公开 */
.affairPContent .affairPBar {padding: 10px 10px 45px;}
.full-height-scroll{width: 100% !important;margin: 0;}
.affairPContent .affairPBar .scrollContent{margin-right: 0;}
.affairPContent .affairPBar .scrollContent .full-height-scroll {padding: 0;}
.affairPContent .subTitle span{background-color: #3d8ddc;}
.affairPContent .OpenContent {padding: 0 10px 20px;}
/* 信息公开列表 */
.affairPContent .systemList li a{width: 67%;}

/* 单位信息 */
.dwxxxq {width: 100%;text-align: center;}
.xxgkpttlt {width: 100%;font-weight: bold;font-size: 26px;color: #fff; text-align: center; height: 140px;line-height: 140px;margin: 10px 0;background: url(../../imagesq/liujiang/wxxxgkptbg.jpg) no-repeat center;letter-spacing: 30px;}
.jggktlt{width: 100%;font-weight: bold;font-size: 28px;color: #0865b1;height: 44px;line-height: 44px;margin: 40px 0;background: url(../../imagesq/liujiang/jggktlt.png) no-repeat center;}
.jggktlt_xx{font-size: 12px;line-height: 22px;display: table;font-weight: normal;cursor: pointer;padding: 0px 15px;background: #e7e7e7;width: auto;margin: 5px auto;border-radius: 50px;color: #666666;}


.dwxxxq table{text-align: left;font-size: 16px;line-height: 32px;}
.dwxxxq table tr{height: 50px;}
.dwxxxq table td{border: 1px solid #c6ddf5;}
.dwxxxq table td:nth-child(1){width: 108px;text-align: center;background: #edf4fb;padding: 12px 0;}
.dwxxxq table td:nth-child(2){padding: 12px 15px;}
.xxgktltba {width: 100%; font-weight: bold; font-size: 28px; color: #0865b1;height: 44px; line-height: 44px;margin: 40px 0;background: url(../../imagesq/liujiang/xxgktltba.png) no-repeat center;background-size: 100% 100%;}
.xxgkqx {float: left;width: 100%; text-align: left; margin-bottom: 10px;}
.xxgkqx li {float: left;width: 100%;height: 47px;line-height: 47px;font-size: 16px;margin-bottom: 0;}
.xxgkqx li a { float: left;width: 100%; display: block;}
.xxgkqx li p {float: left;width: 100%; height: 47px;line-height: 47px;margin-right: -130px;padding-right: 130px;padding-left: 15px; margin-bottom: 0; position: relative;word-wrap: normal;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.xxgkqx li span {float: right; color: #acacac;}

/* 便民查询 */
.wzlb .hot_query .hotQuery_row{text-align: center;padding: 10px 10px 10px 10px;}
.wzlb .hot_query .hotQuery_row .col-md-4 {
    font-size: 16px;
    line-height: 56px;
    width: 165px;
    height: 56px;
    background: #eee;
    margin: 10px;
    border-radius: 10px;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.wzlb .hot_query .hotQuery_row .col-md-4 a:hover{color: #fff;}
.wzlb .hot_query .hotQuery_row .col-md-4:hover a {color: #0865b1;}
}











