
* {
  margin: 0px;
  padding: 0px;
}
.layui-layer-dialog {
  top: 200px !important;
}

a img {
  border: none;
}
.layui-layer-btn .layui-layer-btn0 {
  background: #2d66a5;
  border-color: #2d66a5;
}
.layui-layer-title {
  background: #fff;
}
.layui-layer-btn a {
  color: #2d66a5;
}
a {
  color: #333333;
  text-decoration: none;
}

li,
ul {
  list-style-type: none;
}

body {
  font-size: 12px;
  color: #333333;
  font-family: "Microsoft Yahei";
  background-color: #ffffff;

}

input:focus,
textarea:focus {
  outline: none;
}

/* 清除浮动 */

.clear::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

/* 1200宽 */

.w {
  width: 1400px;
  margin: 0 auto;
  box-sizing: border-box;
}

/* 一级页面头部 */

.headerOne-wrap {
  width: 100%;
}
.headerOne-wrap .theme {
  position: relative;
}
.headerOne-wrap .theme::before {
  content: "";
  display: inline-block;
  background: url(../images/blue/20/skin_1.png) no-repeat center center;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  width: 30px;
  height: 20px;
  vertical-align: middle;
}
.headerOne-wrap .theme .theme-box.open {
  height: 174px;
}
.headerOne-wrap .theme-box {
  position: absolute;
  height: 0;
  z-index: 1000;
  padding-top: 6px;
  top: 20px;
  overflow: hidden;
  transition: height 0.2s linear;
}
.headerOne-wrap .theme-inner {
  background: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  width: 211px;
  height: 98%;
}
.headerOne-wrap .theme-box ul {
  padding: 17px 20px 0px 20px;
}
.headerOne-wrap .theme-box ul li img {
  width: 48px;
  height: 48px;
  margin: 0 auto;
  display: block;
}

.headerOne-wrap .theme-box ul li {
  float: left;
  width: 50%;
}
.headerOne-wrap .theme-box ul li i {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  position: relative;
  background: #ffffff;
  border: 1px solid #dddddd;
  margin: 9px auto;
}
.headerOne-wrap .theme-box ul li[tag="blue"].sel i::after {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  left: 50%;
  top: 50%;
  margin-left: -3px;
  margin-top: -3px;
  background: #2d66a5;
  border-radius: 50%;
}
.headerOne-wrap .theme-box ul li[tag="red"].sel i::after {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  left: 50%;
  top: 50%;
  margin-left: -3px;
  margin-top: -3px;
  background: #ec4f45;
  border-radius: 50%;
}
.headerOne-wrap .theme-box ul li p {
  font-size: 18px;
  color: #212121;
  line-height: 20px;
  text-align: center;
  padding-top: 10px;
}
.headerOne-wrap .theme-box .sure {
  border: 1px solid #dddddd;
  border-radius: 4px;
  width: 104px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  display: block;
  color: #212121;
  font-size: 14px;
  margin: 0 auto;
}
.headerOne-wrap .theme-box .sure:hover {
  background: #2d66a5;
  color: #fff;
  transition: all 0.3s linear;
}

.h-top {
  background: #2d66a5;color:#fff;
  width: 100%;
  height: 36px;
  line-height: 36px;
}

.h-top a {
  color: #fff;
  font-size: 12px;
}

.h-top-box .h-top-box-l a {
  padding-right: 20px;
}

.h-top-box .h-top-box-r a {
  padding: 0 10px;
  line-height: 36px;
  border-right: 1px solid rgba(255, 255, 255, 0.7);
}

.h-top-box .h-top-box-r a:last-of-type {
  border-right: none;
}

.h-top-box .h-top-box-r .theme {
  padding-right: 10px;
  border: none;
}

.indexBg {
/*   background-image: url(../images/blue/index_bg.png);
  background-repeat: no-repeat;
  background-size: auto 558px;
  background-position: center 5px;
  background-color: #eef4f9; */
}

.nav-wrap {
  width: 100%;
  position: relative;
  background:url(../images/index_bg_2023.png) no-repeat top center;
  background-size:100% 75%;
}

.nav-wrap .nav-wrap-bg {
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
  border-bottom: 2px solid #31464c;
}

.headTwo {
  background-color: #fff;
}

.nav-wrap .nav-box .logo-box {
  padding: 30px 0 15px 0;
}

.nav-wrap .nav-box .nav-list {
	overflow:hidden;
	padding:13px 0;
}

.nav-wrap .nav-box .nav-list li {
  float: left;
  text-align: center;
  width: 20%;
}
.nav-wrap .nav-box .nav-list li:last-of-type {
  border-right: none;
}
.nav-wrap .nav-box .nav-list li a {
  display: block;
  width: 100%;
}

.nav-wrap .nav-box .nav-list li.active a > p {
  font-size: 18px;
  color: #2d66a5;
  font-weight: bold;
}

.nav-wrap .nav-box .nav-list li a img {
  display:block;margin:0 auto;
  vertical-align: middle;
}

.nav-wrap .nav-box .nav-list li a > p {
  font-size: 18px;
  color: #212121;
    display: inline-block;
  vertical-align: middle;
}

.nav-wrap .search-wrap {
  padding-top: 23px;
  height:160px;
  width:1200px;margin:0 auto;
}
.nav-wrap .search-wrap .logo-box{
/* 	margin-top:20px; */
}
.nav-wrap .search-wrap .sh {
  text-align: center;
  position: relative;
  top: -2px;
  left: 252px;
}
.nav-wrap .search-wrap .sh a::before {
  content: "";
  display: inline-block;
  background: url(../images/blue/20/search_help.png) no-repeat center center;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  width: 30px;
  height: 20px;
  margin-bottom: 4px;
  vertical-align: middle;
}
.nav-wrap .search-wrap .sh a {
  color: #2d6fa5;
  font-size: 16px;
  font-weight: bold;
}

.nav-wrap .search-wrap .search-box-header {
  width: 500px;border-radius:50px;
  background: #ffffff;
  border: 1px solid #a5cae9;
  position: relative;
  padding-left: 53px;
  box-sizing: border-box;
}

.nav-wrap .search-wrap .search-box-header::before {
  content: "";
  background-image: url(../images/blue/20/index_zfxxgk_search_1.png);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center center;
  width: 43px;
  height: 20px;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -10px;
}

.nav-wrap .search-wrap .search-box-header input[type="text"] {
  width: 345px;
  border: none;
  height: 56px;
  float: left;
  font-size: 18px;
  color: #212121;
}
.nav-wrap .search-wrap .search-box-header input[type="text"]::-webkit-input-placeholder {
  /* WebKit browsers 适配谷歌 */
  color: #999;
}
.nav-wrap .search-wrap .search-box-header input[type="text"]:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 适配火狐 */
  color: #999;
}
.nav-wrap .search-wrap .search-box-header input[type="text"]::-moz-placeholder {
  /* Mozilla Firefox 19+ 适配火狐 */
  color: #999;
}
.nav-wrap .search-wrap .search-box-header input[type="text"]:-ms-input-placeholder {
  /* Internet Explorer 10+  适配ie*/
  color: #999;
}
.nav-wrap .search-wrap .search-box-header > a {
  background: #3a81bb;
  border-radius: 0 50px 50px 0;
  width: 100px;
  height: 56px;
  font-size: 22px;
  color: #ffffff;
  text-align: center;
  line-height: 56px;
  float: right;
  cursor: pointer;
}

.nav-wrap .search-wrap .keywors {
  text-align: right;margin-top:70px;
  font-size: 0;
  font-weight: bold;
  padding-top: 15px;
}

.nav-wrap .search-wrap .keywors a {
  font-size: 14px;
  color: #2d6fa5;
  padding: 0 6px;
}

.nav-wrap .search-wrap .keywors span {
  font-size: 14px;
  color: #2d6fa5;
  padding-right: 6px;
}

/* 一级页面头部结束 */

/* 页面通用底部 */

.footer-wrap {
  width: 100%;border-top:5px solid #2c6aa4;
  background: #f3f3f3;
  padding: 20px 0;
}
.footer-box{
position: relative;
}
.webs-about .xy{
position: absolute;
    right: 0;
}

.footer-wrap .footer-box .webs-box {
  font-size: 0;
  position: relative;
}

.footer-wrap .footer-box .webs-box .webs-tit {
  font-size: 16px;
  color: #ffffff;
  line-height: 40px;
  float: left;
}

.footer-wrap .footer-box .webs-box .webs-tit::after {
  content: "";
  background-image: url(../images/blue/8/zqdh_arrow_1.png);
  background-size: 8px 8px;
  background-position: center center;
  background-repeat: no-repeat;
  width: 20px;
  height: 40px;
  float: right;
}

.footer-wrap .footer-box .webs-box .web-item-box .web-item {
  cursor: pointer;
  padding: 0 14px;
}
.footer-wrap .footer-box .webs-box .web-item-box .web-item:nth-of-type(5) {
  padding-right: 0;
}
.footer-wrap .footer-box .webs-box .web-item-box .web-item:first-of-type {
  padding-left: 0;
}

.footer-wrap .footer-box .webs-box .web-item-box .web-item:nth-of-type(6) {
  padding-right: 0;
}

.footer-wrap .footer-box .webs-box .web-item-box .web-item .content {
  width: 250px;
  height: 40px;
  border: 1px solid #ccc;
  border-radius: 2px;
  padding: 0 10px 0 10px;
  box-sizing: border-box;
  color: #333;
  font-size: 14px;
  line-height: 40px;
  position: relative;
  text-align: center;
}

.footer-wrap .footer-box .webs-box .web-item-box .web-item .content::after {
  content: "";
  background-image: url(../images/blue/8/skin_arrows_1.png);
  background-size: 8px 8px;
  background-position: center center;
  background-repeat: no-repeat;
  transform: rotate(0deg);
  width: 10px;
  height: 42px;
  position: absolute;
  right: 10px;
  top: 0;
}

.footer-wrap .footer-box .webs-box .about-webs-wrap {
  position: absolute;
  width: 100%;
  height: 500px;
  bottom: 60px;
  left: 0px;
  box-sizing: border-box;
  z-index: 1000;
  display: none;
}

.footer-wrap .footer-box .webs-box .about-webs-wrap .about-webs-inner {
  width: 100%;
  padding: 10px 30px;
  background: #fff;
  height: 500px;
  box-sizing: border-box;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

.footer-wrap .footer-box .webs-box .about-webs-wrap .web-item-tit-box li {
  float: left;
  font-size: 20px;
  margin: 0 20px;
  color: #212121;
  font-weight: bold;
  line-height: 60px;
  position: relative;
}
.about-webs-wrap .close-ico {
  background: url(../images/blue/36-close.png) no-repeat center center;
  background-size: 36px 36px;
  width: 36px;
  height: 36px;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.about-webs-wrap .close-ico:hover {
  background: url(../images/blue/36-close-1.png) no-repeat center center;
  background-size: 36px 36px;
  width: 36px;
  height: 36px;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.footer-wrap .footer-box .webs-box .about-webs-wrap .web-item-tit-box li:first-of-type {
  margin-left: 0;
}

.footer-wrap .footer-box .webs-box .about-webs-wrap .web-item-tit-box li.active {
  border-bottom: 3px solid #2d66a5;
  color: #2d66a5;
}

.footer-wrap .footer-box .webs-box .about-webs-wrap .about-webs {
  height: calc(100% - 100px);
  width: 100%;
  overflow-y: scroll;
  display: none;
}

.footer-wrap .footer-box .webs-box .about-webs-wrap .about-webs.open {
  display: block;
}

.footer-wrap .footer-box .webs-box .about-webs-wrap .about-webs li {
  float: left;
  width: 310px;
  font-size: 18px;
  background: #e7eff6;
  margin: 10px;
  padding: 20px 0 20px 20px;
  box-sizing: border-box;
  line-height: 18px;
}

.footer-wrap .footer-box .webs-box .about-webs-wrap .about-webs li:hover {
  background: #2d66a5;
}

.footer-wrap .footer-box .webs-box .about-webs-wrap .about-webs li:hover a {
  color: #fff;
}

.footer-wrap .footer-box .webs-box .about-webs-wrap .about-webs li a {
  display: inline-block;
  vertical-align: middle;
  width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.footer-wrap .footer-box .webs-box .about-webs-wrap .about-webs :hover a {
  color: #2d66a5;
}

.about-webs::-webkit-scrollbar {
  width: 10px;
  height: 80px;
  background: #f6f6f6;
  border-radius: 20px;
}

.about-webs::-webkit-scrollbar-thumb {
  width: 10px;
  background: #2d66a5;
  border-radius: 20px;
}

.about-webs::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
}

.footer-wrap .footer-box .webs-box .web-item-box .web-item .about-webs li a {
  color: #212121;
  display: block;
  font-size: 16px;
  line-height: 40px;
}

/* .footer-wrap .footer-box .webs-box .web-item-box:hover .about-webs-wrap {
  display: block;
} */

.footer-wrap .footer-box .webs-box .web-item-box .web-item-tit-box {
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}

.footer-wrap .footer-box .webs-box .web-item-box .web-item-tit-box li {
  float: left;
  cursor: pointer;
}

.footer-wrap .footer-box .webs-about {
  padding: 20px 0 0;
}

.footer-wrap .footer-box .webs-about li {
  
  vertical-align: middle;
  float: left;
}

.footer-wrap .footer-box .webs-about li .other a {
  float: left;
  padding-right: 20px;
}

.footer-wrap .footer-box .webs-about li:first-of-type {
  margin-right: 0;
  padding-top: 10px;
}

.footer-wrap .footer-box .webs-about .other a:first-of-type {
  margin-top: 5px;
}

.footer-wrap .footer-box .webs-about li:last-of-type {
  margin-right: 0;
  float: right;
}

.footer-wrap .footer-box .webs-about li .web-q {
  padding-bottom: 10px;
}

.footer-wrap .footer-box .webs-about li .web-q a {
  float: left;
  font-size: 14px;
  color: #333;
  line-height: 14px;
  padding: 0 3px;
  border-right: 1px solid #333;
}

.footer-wrap .footer-box .webs-about li .web-q a:first-of-type {
  padding-left: 0;
}

.footer-wrap .footer-box .webs-about li .web-q a:last-of-type {
  border-right: none;
}

.footer-wrap .footer-box .webs-about li .web-beian {
  font-size: 14px;
  color: #333;
  opacity: 0.8;
  padding-bottom: 5px;
}

.footer-wrap .footer-box .webs-about li .tec-sup {
  font-size: 14px;
  color: #333;
  opacity: 0.8;
}

.footer-wrap .footer-box .webs-about li .credit-img {
  padding-top: 20px;
}

.footer-wrap .footer-box .webs-about li .credit-img a {
  float: left;
  margin: 0 5px;
  width: 100px;
  height: 33px;
  overflow: hidden;
}

.footer-wrap .footer-box .webs-about li .credit-img a img {
  transition: transform 0.4s linear;
}

.footer-wrap .footer-box .webs-about li .credit-img a:hover img {
  transform: scale(1.1);
  transition: transform 0.4s linear;
}

.footer-wrap .footer-box .webs-about li .credit-img a:last-of-type {
  padding-right: 0;
}

/* 专题专栏 */

.topic-box {
  background-color: #fff;
  height: 75px;
  margin-bottom: 20px;
  position: relative;
  user-select: none;
}

.topic-box .enter {
  position: absolute;
  width: 84px;
  height: 75px;
  box-sizing: border-box;
  text-align: center;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  line-height: 24px;
  background: #2d66a5;
  padding: 10px 20px;
}

.topic-box .warp-pic-list {
  padding: 14px 57px;
  margin-left: 84px;
  position: relative;
}

.topic-box .warp-pic-list .swiper-slide {
  height: 48px;
}
.topic-box .warp-pic-list .swiper-slide a {
  display: block !important;
  width: 251px;
}
.topic-box .warp-pic-list .swiper-slide img {
  width: 100%;
  height: 100%;
}

.topic-box .swiper-button-prev,
.topic-box .swiper-button-next {
  width: 10px;
  height: 20px;
  top: 50px;
  background-size: cover;
  background-image: url(../images/blue/20/zt_arrow_right.png);
}

.topic-box .swiper-button-prev:focus,
.topic-box .swiper-button-next:focus {
  outline: none;
}

.topic-box .swiper-button-prev {
  left: 30px;
  transform: rotateZ(180deg);
}

.topic-box .swiper-button-next {
  right: 30px;
}
/* 首页导航 */
.navInfo {
  /* height: 60px; */
  line-height: 20px;
  padding: 20px 0;
  font-size: 14px;
  color: #999999;
  vertical-align: middle;
}
.navInfo img {
  width: 16px;
  height: 16px;
  margin-right: 10px;
  vertical-align: middle;
}
.navInfo span {
  vertical-align: middle;
}
.navInfo a {
  font-size: 16px;
  color: #999999;
  text-decoration: none;
  vertical-align: middle;
}
.navInfo a:hover {
  color: #2d66a5;
  font-weight: bold;
}
/* 右边浮动导航 */
.float-nav-box {
  position: fixed;
  right: 10px;
  bottom: 100px;
  z-index: 1000;
}
.float-nav-box .item {
  position: relative;
  margin-bottom: 10px;
}
.float-nav-box .item .show-item {
  position: absolute;
  right: 56px;
  top: 50%;
  transform: translate(0, -50%);
  padding-right: 20px;
}
.float-nav-box .item:hover .show-item {
  display: block;
}
.float-nav-box .item:hover .show-item img {
  height: 160px;
}
.float-nav-box .item.weibo .show-item {
  width: 150px;
  padding: 12px;
  border-radius: 3px;
  padding-right: 24px;
}
.float-nav-box .item.weibo .show-item a {
  display: block;
  width: 150px;
  padding: 12px 12px 0 12px;
  background-image: url(../images/blue/weibo_ma.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto;
  height: 49px;
  background-color: #fff;
}
.float-nav-box .item.weibo .show-item a.wh {
  background-image: url(../images/blue/weibo_wh.png);
}
.float-nav-box .item.handicapped a {
  display: block;
  width: 56px;
  height: 56px;
  position: absolute;
  left: 0;
  top: 0;
}
.float-nav-box .item span {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #2d66a5;
  background-repeat: no-repeat;
  background-size: 32px 32px;
  background-position: center center;
  display: block;
  cursor: pointer;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.float-nav-box .item.wechat span {
  background-image: url(../images/blue/32/r_1.png);
}
.float-nav-box .item.wechat span:hover {
  /*background-image: url(../images/blue/32/r_1_1.png);*/
}
.float-nav-box .item.weibo span {
  background-image: url(../images/blue/32/r_2.png);
}
.float-nav-box .item.weibo span:hover {
  /*background-image: url(../images/blue/32/r_2_1.png);*/
}
.float-nav-box .item.app span {
  background-image: url(../images/blue/32/r_3.png);
}
.float-nav-box .item.app span:hover {
  /*background-image: url(../images/blue/32/r_3_1.png);*/
}
.float-nav-box .item.handicapped span {
  background-image: url(../images/blue/32/r_4.png);
}
.float-nav-box .item.handicapped:hover span {
  /*background-image: url(../images/blue/32/r_4_1.png);*/
}
.float-nav-box .item.goTop span {
  background-image: url(../images/blue/32/r_5.png);
}
.float-nav-box .item.goTop span:hover {
  /*background-image: url(../images/blue/32/r_5_1.png);*/
}
.float-nav-box .item.goTop {
  opacity: 0;
}
.float-nav-box .item.goTop.opa {
  opacity: 1;
  transition: opacity 0.2s linear;
}
.show-item {
  display: none;
  position: absolute;
}
#wrapBox1 {
  width: 100%;
}

/* 列表页 */
.zt_detailList {
  background-color: #eef4f9;
  font-family: HiraginoSansGB-W3;
  box-sizing: border-box;
}
.zt_detailList .wrapper {
  margin-bottom: 20px;
}
/* 武汉要闻 */
.whyw {
  width: 1200px;
  font-size: 18px;
  color: #212121;
  box-sizing: border-box;
  background-color: #fff;
  padding: 48px 30px 67px 30px;
  margin-bottom: 20px;
}
.whyw .title {
  border-bottom: 1px solid #d8d8d8;
}
.whyw .title h2 {
  font-size: 28px;
  color: #2d66a5;
  margin-bottom: 8px;
  display: inline-block;
  padding: 0 15px;
  position: relative;
}
.whyw .title h2::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #2d66a5;
  /* top: 42px; */
  bottom: -8px;
  left: 0;
}
.whyw .articleList {
  margin-top: 28px;
}
.whyw .articleList ul {
  padding-bottom: 28px;
}
.whyw .articleList ul li:nth-child(5n) {
  padding-bottom: 28px;
  border-bottom: 1px dashed #dcdcdc;
}
.whyw .articleList ul ul:last-child {
  border: none;
}
.whyw .articleList ul li {
  padding: 0 8px;
  margin-top: 32px;
}
.whyw .articleList ul li::before {
  content: "·";
  display: inline;
  margin-right: 4px;
  vertical-align: middle;
}
.whyw .articleList ul li:hover::before {
  color: #2d66a5;
}
.whyw .articleList ul li a {
  display: inline-block;
  width: calc(100% - 360px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}
.whyw .articleList ul li a:hover {
  color: #2d66a5;
}
.whyw .articleList ul li .time {
  padding-top: 4px;
  float: right;
  vertical-align: middle;
  font-size: 16px;
  color: #999999;
}
.whyw .articleList .btnWrapper {
  margin-top: 32px;
  text-align: center;
}
.whyw .articleList .btnWrapper .btn {
  font-size: 14px;
  display: inline-block;
  padding: 4px 10px;
  border: 1px solid #e1e6eb;
  border-radius: 2px;
  margin-bottom: 10px;
}
.whyw .articleList .btnWrapper .btn + .btn {
  margin-left: 6px;
}
.whyw .articleList .btnWrapper .btn.active {
  background-color: #2d66a5;
  color: #fff;
}
/* 内容页 */
.content_title{padding:30px 40px 28px; text-align:center; font-size:32px; line-height:1.4; color:#2c6aa4; font-weight: normal;}

.sub_title{ color:#333; font-size:20px; text-align:center; margin:0; line-height:30px;}

.sub_title2{ color:#333; font-size:20px; text-align:center; margin:0; line-height:30px;}

.content_attr{color:#666666; padding:13px 12px;  margin:0 20px; font-size:14px;  border-bottom:#e5e5e5 2px solid;border-top:#e5e5e5 2px solid;}

.content_attr b{font-weight:normal;}

.content_attr ul li{float: left; position: relative;}

.content_attr ul li i{/*position: absolute; left: 0; top: 50%; margin-top: -12px;*/ width: 25px; height: 25px; background:url(../images/content_icon.png) no-repeat; vertical-align: middle; display: inline-block;}

.content_attr ul li.date{ margin-left: -6px;}

.content_attr ul li.ly{margin-left: 20px;}

.content_attr ul li.ly i{background-position: 0 -25px;}

.content_attr ul li.fontsize .l{background-position: 0 -100px;}

.content_attr ul li.fontsize .m{background-position: 0 -75px;}

.content_attr ul li.fontsize .s{background-position: 0 -50px;}

.content_attr ul li.print i{background-position: 0 -125px; cursor: pointer;}

.content_attr ul li.dianzan span{color:#F00; font-size:12px; vertical-align:bottom;}

.content_attr ul li.dianzan i{background-position: 0 -150px; cursor: pointer;}

.dianzan.yzan i{background-position:-25px -150px !important;}

.content_attr ul li.jc i{background-position: 0 -175px; cursor: pointer;}

.content_attr ul li.fx i{background-position: 0 -200px; cursor: pointer;}

.content_attr ul li.fontsize .l:hover{background-position:-25px -100px;}

.content_attr ul li.fontsize .m:hover{background-position:-25px -75px;}

.content_attr ul li.fontsize .s:hover{background-position:-25px -50px;}

.content_attr ul li.print i:hover{background-position:-25px -125px;}

.content_attr ul li.dianzan i:hover{background-position:-25px -150px;}

.content_attr ul li.jc i:hover{background-position:-25px -175px;}

.content_attr ul li.fx i:hover{background-position:-25px -200px;}



.content_attr ul li.llcs i{background-position: 0 -225px; margin-right: 5px;}

.content_attr .attr_r{white-space:nowrap;}

.content_attr .attr_r li{padding: 4px 4px;border:1px solid #ddd;margin-right:6px;}

.content_attr span{vertical-align: middle;font-size:16px;line-height:35px;}

.content_attr ul li.llcs{color: #cc0000; margin-right: -15px;}

.content_attr ul li.fontsize i{cursor: pointer;}

.con-table{
    padding: 20px;background:#fff;
}
.con-table .table-bordered {
    color:#333;margin-bottom:0;
}
.table-bordered>tbody>tr>th {
    background-color: #f0f6ff;
    text-align: center;
    color: #333;
    font-weight: bold;
    font-size: 14px;
}

.content_article{clear:both; padding:60px; line-height:33px; font-size:16px; overflow:hidden;min-height:500px;color:#333; }

.content_article p{margin-bottom:35px;}

.content table, .content video{max-width:100%;}

.content_extended{clear:both; line-height:20px; padding-bottom:50px; position: relative;}

.content_ewm{text-align:center; padding-top:20px; border-top:#e5e5e5 1px solid;}

.content_ewm dt{margin:0 auto; margin-bottom:8px; width:135px;}



.content_attr .fx .hideDiv{position: absolute; top:25px; z-index:9; left:-58px; padding-top: 20px; display: none;}

.content_attr .fx .hideDiv dl{border:#e5e5e5 1px solid; background: #fff; box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box; border-radius: 0 0 5px 5px; width:170px; text-align: center; position: relative;}

.content_attr .fx .hideDiv a{display: inline-block; float: none; margin:0 2px; text-indent: 0;}

.content_attr .fx .hideDiv dt{text-align: center; padding:8px 0; font-size: 14px; font-weight: bold; color: #626262; background: #f6f6f6;}

.content_attr .fx .hideDiv dd{padding: 5px;}

.content_attr .fx .hideDiv dl:after{content: ''; display:block; line-height:0; font-size:0; width:0; height:0; overflow:hidden; border:8px solid transparent; border-bottom-color:#e5e5e5; position:absolute; left:50%; top:-16px; margin-left:-8px;}

.content_attr .fx:hover .hideDiv{display: block;}


.content_slide.isStuck{background:#f5f5f5; left:0; box-shadow: rgb(172, 172, 172) 0px 2px 4px;}

.content_slide.isStuck .mainbox_bg{background:none;    width: 1200px;margin: 0 auto;}

.content_slide.isStuck .content_title{float:left; line-height:44px; padding:0 20px; font-size:18px; max-width:800px; overflow:hidden;}

.content_slide.isStuck .sub_title{ display:none;}

.content_slide.isStuck h3{display:none;}

.content_slide.isStuck .content_attr .fl{display:none;}

.content_slide.isStuck .attr_r{margin-top:7px;}

.content_slide.isStuck #zhan{display:none;}

.container_bg{background:#deebf6; padding: 20px 0;}
.mainbox_bg{background: #fff;}
.mainbox_pad{padding:20px;}
.mainbox_bg .sub_title{width:1120px;margin:0 auto;color:#333;font-weight:700;font-size:24px;border:0;padding:0;}
.mainbox_bg .space20{border-bottom:2px solid #0068b7;width:1120px;padding-bottom:10px;margin:0 auto;color:#333;text-align:center;font-weight:700;font-size:22px;}
.mainbox_bg h2{border-bottom:2px solid #0068b7;width:1120px;margin:0 auto;padding-top:30px;padding-bottom:10px;color:#0068b7}
.mainbox_bg .list{overflow:hidden;padding:10px 40px;}
.mainbox_bg .list li{overflow:hidden;}
.mainbox_bg .list hr{margin:10px 0;color:#fff;}
.mainbox_bg .list li a{color:red;float:left;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;line-height:36px;}
.mainbox_bg .list li a:first-child{color:#333;margin-right:10px;}
.mainbox_bg .list li font{line-height:36px;float:left;color:red;margin:0 10px;}
.mainbox_bg .list li span{float:right;color:#999;line-height:34px;}
.mainbox_bg .pagination{padding:10px 0;margin-top:20px;text-align:center;}
.mainbox_bg .pagination a{display:inline-block;padding:5px 10px;border:1px solid #999;margin:0 3px;border-radius:5px;}
.mainbox_bg .pagination a:hover{background:#0068b7;color:#fff;border:1px solid #0068b7;}
.common_hd{border-bottom: #e7e7e7 1px solid; line-height: 28px; height: 38px;}

.clearfix{*zoom:1}.clearfix:before,.clearfix:after{display:table;line-height:0;content:""}.clearfix:after{clear:both}
.clear{/* clear:both; */}

.xl_tit2 {
    line-height: 40px;margin-top:74px;
    text-align: center;
}
.xl_tit2 a {
    vertical-align: middle;cursor: pointer;
    display: inline-block;
    width: 100px;
    border-radius: 5px;
    margin: 0 5px;
    height: 35px;
    border: 1px solid #ccc;
    line-height: 35px;
    text-align: center;
    font-size: 14px;
    color: #333;
}
.xl_tit2 a img {
	vertical-align: middle;width:20px;
    margin-right: 5px;margin-top:-3px;
}
.xl_tit2 .ewm {
	border-bottom:1px solid #ddd;margin-bottom:30px;padding-bottom:30px;
}
.xl_tit2 .ewm  span{
	display:block;margin-bottom:8px;
}

/* 专题专栏 */
.mb20 {
    margin-bottom: 20px;
}
.mb40 {
    margin-bottom: 40px;
}
.sj-lbb{
	margin-top:20px;overflow: hidden;
}
.sj-lbb>h2 {
    padding-bottom: 10px;
    border-bottom: 1px solid #e1e6eb;
    margin-bottom: 15px;
    height: 45px;
}
.sj-lbb>h2 b {
    font-size: 20px;
}
.sj-lbb>h2 b img {
    margin-bottom: 5px;
    margin-right: 10px;
}
.sj-lbb>h2>.zt-jrzt {
    display: inline-block;
    width: 80px;float:right;
    height: 25px;
    border: 1px solid #ffc16b;
    color: #ffc16b;
    font-size: 14px;
    border-radius: 13px;
    text-align: center;
    line-height: 25px;
}
.ztl-xzb {
    color: #4586f5;
}
.ztzl-etie {
    background: url(../images/ztzl-ttt.png) no-repeat;
    background-position: 140px 5px;
    background-size: 100%;
}
.ztzl-etie img {
    margin-bottom: 3px;
    margin-right: 15px;vertical-align: middle;
}
.ztzl-etie a {
    font-size: 18px;
}
.ztl-imgBox img {
    margin-top: 5px;
    max-width: 100%;
    height: 210px;
}
.padl0 .zxx {
    width: 48%;
    margin-left: 15px;
}
.ztl-satie {
    padding-bottom: 5px;
    border-bottom: 1px solid #e1e6eb;
    margin-bottom: 15px;
    height: 40px;
    line-height: 30px;
    font-size: 18px;
    color: #4586f5;
}
.padl0 .zxx a span {
    line-height: 30px;
}
.zxx a span {
    font-size: 18px;
    font-weight: 700;
}
.zxx p {
    line-height: 37px;
}
.ztl-sj {
    font-size: 14px;
    padding-left: 20px;
    background: url(../images/ztl-sjtt.png) 0 50% no-repeat;
    color: #999;
}
.zxx .ztl-zy {
    font-size: 15px;
    line-height: 20px;
    color: #808080;
    line-height: 30px;
}
.zxx .ztl-zy a {
    color: #808080;
}
.ztl-satie {
    padding-bottom: 5px;
    border-bottom: 1px solid #e1e6eb;
    margin-bottom: 15px;
    height: 40px;
    line-height: 30px;
    font-size: 18px;
    color: #4586f5;
}
.ztl-satie a {
    float: right;
    color: #b8b8b8;
    line-height: 30px;
    font-size: 16px;
}
.list-t li {
    position: relative;
    padding-left: 20px;
    line-height: 32px;
    font-size: 15px;
}
.list-t li:before {

    position: absolute;
    top: 50%;
    left: 0;
    width: 4px;
    height: 4px;
    margin-top: -2px;
    background-color: #444444;
    border-radius: 100px;
}
.list-t li a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ztl-djyd, .ztl-jswjs {
    margin-top: 5px;
}
.ztl-djyd .ztzl-etie {
    background-size: 200%;
    background-position: 235px 5px;
}
.ztzl-etie {
    background: url(../images/ztzl-ttt.png) no-repeat;
    background-position: 140px 5px;
    background-size: 100%;
}
.ztzl-etie img {
    margin-bottom: 3px;
    margin-right: 15px;
}
.ztl-djyd .ztzl-etie a:nth-child(2) {
    position: relative;
    margin-right: 25px;
}
.ztzl-etie a {
    font-size: 18px;
}
.ztl-djyd .ztzl-etie a:nth-child(2)::after {
    content: '';
    position: absolute;
    top: 3px;
    right: -15px;
    width: 1px;
    height: 20px;
    background-color: #e1e6eb;
}
.ztzl-etie a {
    font-size: 18px;
}
.ztl-xzb {
    color: #4586f5;
}
.padr10 {
    padding-right: 10px;
}
.list-t li .date {
    position: absolute;
    top: 0;
    right: 0;
    color: #bbb;
    font-size: 14px;
}
.ztl-jswjs .ztzl-etie {
    background-size: 200%;
}
.ztl-djyd, .ztl-jswjs {
    margin-top: 5px;
}
.sj-lbb .ztl-djyd {
    padding-left: 0;
}
/* 互动交流-咨询预约-办事预约 */
.fwdh-dh {
    margin-top: 30px;
    text-align: center;
    margin-bottom: 40px;
}
.yuy {
    margin-right: 50px;
    padding-left: 0px;
}
.fwdh-dh a:nth-child(1) {
    background: url(../images/hd-01-ti.png) no-repeat;
}
.fwdh-dh a:nth-child(2) {
    background: url(../images/fwdh-dh.png) no-repeat;
    margin-right: 50px;
}
.fwdh-dh a:nth-child(3) {
    background: url(../images/fwdh-sj.png) no-repeat;
}
.fwdh-dh a.fwdh-sdxz {
    transform: translateY(5px);
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}
.fwdh-dh .fwdh-sdxz {
    margin-right: 50px;
}
.fwdh-dh a {
    display: inline-block;
    width: 190px;
    height: 59px;
    font-size: 20px;
    color: #fff;
    line-height: 55px;
    padding-left: 30px;
    font-weight: 700;
    border-radius: 30px;
    transition: all .3s;
}
.bsfw ul {
    float: left;margin-bottom: 20px;
}
.bsfw li {
    margin-top: 10px;
}
.bsfws li{
	float:left;width:49%;margin-left:1%;
}
.bsfws li:nth-child(2n+1){
	margin-left:0;
}
@media screen and (max-width:767px){
	.bsfws li{
		width:100%;margin-left:0;
	}
}
.bsfw-title {
    border: 1px solid #cedef9;
    background: #fff;line-height:40px;
    text-align: center;
    margin-top: 0px;
}
.bsfw li p {
    display: inline-flex;
    width: 30%;font-size:16px;
    height: 75px;line-height:1.3;
    padding: 0 25px;
    background-color: #cedef9;
    align-items: center;
}
.bsfw .bsfw-left li span {
    line-height: 75px;
    vertical-align: bottom;
}
.bsfw .bsfw-right li span {
    width: 70%;
    line-height: 75px;
    vertical-align: bottom;
}
.bsfw li span {
    display: inline-block;
    width: 70%;
    height: 75px;
    border: 1px solid #e2ebfb;
    text-align: center;
}
#span990061 {
    line-height: 32px;
    font-size: 16px;
    text-align: center;
}
.pages {
    font: 0/0 microsoft yahei;
    padding: 20px 0;
    text-align: center;
}
.pages a {
    display: inline-block;
    line-height: 18px;
    padding: 10px 15px;
    font-size: 13px;
    vertical-align: middle;
    background-color: #fff;
    border-radius: 2px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.pages a.current {
    background-color: #00a0e9;
    color: #fff;
    position: relative;
}
/* 互动交流-咨询预约-电话咨询 */
.dhzx-lis ul li p{
	width:60%;
}
.dhzx-lis ul li span{
	width:40% !important;
}
/* 互动交流-咨询预约-作息时间 */
.bcfl {
    background-color: #f6f9fe;
}
.fwzxsj {
    padding: 30px 0;
}
.tc {
    text-align: center;
}
.fwdh-zxsj p {
    font-size: 20px;
}
.fwzxsj .fw-mtmb {
    margin: 20px auto 40px;
}
.fwzxsj img {
    display: block;
    margin: 0px auto;
    max-width: 100%;
}
.fwzxsj span {
    display: inline-block;
    width: 140px;
    height: 24px;
    border: 1px solid #cedef9;
    font-size: 14px;
    text-align: center;
    line-height: 24px;
    border-radius: 10px;
    margin-top: 30px;
}
/* 互动交流-咨询投诉 */
.forms, .fwdh-dhzx {
    padding: 0 50px;
}
.fwdh-dhzx p {
    height: 32px;
    line-height: 32px;
    font-size: 18px;
    text-align: center;
    background: #DDECF4;
}
.t3 {
    position: relative;
    border-bottom: 1px dotted #ddd;
    padding: 12px 15px;
    line-height: 16px;
}
.t3 b {
    display: inline-block;
    margin-left: -15px;
    padding: 0 0 0 10px;
    font-weight: normal;
    font-size: 18px;
    color: #333;
    border-left: 8px solid #2d8fff;
}
.content .row>.col, .content .row>[class*="col-"] {
    padding-right: 10px;
    padding-left: 10px;
}
.forms .control-label {
    font-size: 16px;
}
.red {
    color: red;
    vertical-align: middle;
}
.forms .row>div[class*="col-"] {
    margin-bottom: 1rem;
}
.forms input.form-control {
    height: 38px;
    padding: 6px;
}
.mr10 {
    margin-right: 10px;
}
.vm, input, label {
    vertical-align: middle;
}
.layui-form select {
    display: block;
}
.forms .input-group-addon img {
    display: block;
    height: 34px;
    margin: -6px -12px;
}
.info-btns .btn-lg {
    font-size: 18px;
}
.info-btns [class*="btn"] {
    margin: 10px;
    transition: .3s;
}
.md-blue {
    background-color: #2d8fff;
    color: #fff;
}
.forms input[type="radio"] {
    -webkit-appearance: radio;
}
.zxlist {
    text-align: center;
}
.zxlist li {
    height: 40px;font-size:14px;
    line-height: 40px;
    border-bottom: 1px dashed #D8D8D8;
    overflow: hidden;
}
.zxlist li i{
	font-style:normal;
}
#detailBox {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999999;
    display: none;
    top: 0%;
    left: 0%;
}
#detailBox .detailBoxbg {
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .7;
    filter: alpha(opacity=70);
    position: absolute;
    z-index: 1;
}
#listDetail {
    width: 1000px;
    margin-left: -500px;
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 10%;
    background-color: #fff;
    border-radius: 10px;
    border: 3px solid #C6D8E7;
    box-shadow: 0 3px 3px #666;
}
#listDetail #closeBtn {
    float: right;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    border-radius: 40px;
    margin: 10px;
    font-family: Helvetica, sans-serif;
    position: absolute;
    z-index: 1;
    top: -30px;
    right: -20px;
    color: #fff;
    background-color: #014A8F;
    border: 2px solid #fff;
    text-align: center;
}
#listDetail #tableBox {
    width: 100%;
    height: 90%;
    margin-top: 10px;
    overflow-y: auto;
    overflow-x: hidden;
}
#tableBox table {
    margin: 20px;
    width: 950px;
}
#tableBox table .th {
    color: #014A8F;
    font-size: 16px;
    background-color: #C6D8E7;
    letter-spacing: 3px;
}
#tableBox table td {
    border: 1px solid #DDDDDD;
    padding: 5px 10px;
    line-height: 160%;
    font-size: 14px; color:#333;
}
.col-mds-8{
	width:50%;float:left;
}
.col-mds-2{
	width:25%;float:left;padding:0 !important;
}
/* 专题专栏列表页 */
.lsj-box{
	margin-top:30px;
}
i{font-style:normal;}
.lsj-box .side-menu {
    background: #f8fbff;
}
.side-menu h2 {
    position: relative;
    height: 80px;
    line-height: 80px;
    font-size: 24px;
    padding: 0 20px;
    margin-bottom: 0;
    color: #fff;
}
.gd-blue {
    background: #4f8df6;
    background: -webkit-linear-gradient(60deg, #4f8df6, #94e8fe);
    background: linear-gradient(60deg, #4f8df6, #94e8fe);
}
.side-menu ul {
	
}
.side-menu .tzgg a {
    background: #4f8df6;
    background: -webkit-linear-gradient(60deg, #4f8df6, #94e8fe);
    background: linear-gradient(60deg, #4f8df6, #94e8fe);
    font-weight: 700;
    color: #fff;
}
.side-menu li a {
    position: relative;
    display: block;
    line-height: 60px;
    text-align: center;
    font-size: 20px;
    background: #eaf1fc;
    margin-bottom: 10px;
}
.side-menu .tzgg a::after {
    content: '';
    position: absolute;
    top: 40%;
    right: 20px;
    width: 17px;
    height: 15px;
    background: url(../images/limuli-rjt.png);
    background-repeat: no-repeat;
}
.lsj-box .main {
    padding: 0;
    box-shadow: none;
}
.lsj-list ul {
    overflow: hidden;
    border-bottom: 1px dashed #dedede;
    padding-bottom: 7px;
    margin-bottom: 8px;
}
.lsj-list ul li {
    position: relative;
    padding-left: 15px;
    line-height: 35px;
    padding-right: 15px;
}
.lsj-list ul li:before {

    position: absolute;
    top: 50%;
    left: 0;
    width: 3px;
    height: 3px;
    margin-top: -1px;
    background-color: #444444;
    border-radius: 100px;
}
.list li>a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}
.lsj-list ul li span {
    font-size: 16px;
    display: block;
    float: left;
    width: 70%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.lsj-list ul li i {
    font-size: 14px;
    float: right;
    color: #999;
    padding-right: 2px;
}
/* 网站地图 */
.smzj-wzdt {
    padding-left: 20px;
}
.smzj-wzdt h2 {
    padding-bottom: 10px;
    border-bottom: 1px solid #e1e6eb;
    margin-bottom: 15px;
    height: 45px;
}
.smzj-wzdt h2 b {
    font-size: 20px;
}
.smzj-wzdt h2 b img {
    margin-bottom: 5px;
    margin-right: 10px;
}
.wzdt-ls {
    padding: 10px 15px;
    margin-bottom: 30px;
}
.wzdt-ls li {
    line-height: 40px;float:left;
    padding-right: 15px;
}

.wzdt-ls li span {
    display: block;font-size:16px;
}

@media (max-width: 992px) {
.w {
    width: 100vw;
}
.footer-wrap .footer-box .webs-box{display:none;}
.footer-wrap .footer-box .webs-about li .other{display:none;}
.footer-wrap .footer-box .webs-about .xy{display:none;}
}