/*!
 * ETUI v3
 *
 * Copyright 2017.7*/
/*-----字体图标引入------------------------------------------------------------------------*/
@import url("../iconfont/iconfont.css");
@import url("https://at.alicdn.com/t/c/font_178760_v7ylfseespf.css  ");
.iconfont{font-size: inherit;line-height: 1;-webkit-text-stroke-width:0;}
a{-webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out;outline: none;}
a:hover,a:focus{text-decoration: none; color: #B7B9BA;}
button,input{outline:none !important; }
ul, menu, dir {
	display: block;
	list-style-type: disc;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
	-webkit-padding-start: 0;
}
#skip{height: 0; overflow: hidden;}
body {
	font-size: 14px !important;
	color: #666;
}
li{
	list-style: none;
}
.container{
	max-width: 1170px;
}
.header{
	height: 80px;
  background: url("/public/assets/img/flyz/topbg.jpg") repeat-x;
}
#searchBox{
  position:fixed;
  left:0;
  top:80px;
  background:rgba(255,255,255,.7);
  height:50px;
  width:100%;
  z-index:999;
}
.disnone {
    display: none;
}
#searchBox input{
  height:50px;
  text-align:center;
  width:100%;
}
#searchBox .input-group{
  width:100%;
}
#searchBox  .input-group-btn{
  position:absolute;
  right:26px;
  top:14px;
  z-index:9999;
  cursor:pointer;
}
#searchBox .input-group-btn button{
	background: none;
	border: none;

}
#searchBox .input-group-btn i{
  font-size:20px;
  color: #0069c5;
}

.navbar{
  margin-bottom: 0!important;
}
.navbar-inverse{
	background-color:rgba(0,0,0,0);
  float:left;
}

.navbar-inverse .navbar-nav li a{
}
.navbar-brand{
  padding:0;
  margin-top:16px;
}
.navbar-brand>img{
  width: 50px;
  height: 50px;
  float: left;
  margin-right:10px;
}
.navbar-brand>a{
  color:#fff;
  font-size:28px;
  font-weight:bold;
  float:left;
  margin-top:14px;
  margin-right:6px;
	font-family: 'Microsoft YaHei','微软雅黑', arial;
}
.header-ico a{
  color:#fff;
  font-size:24px;
  margin-left:16px;
  margin-top:30px;
  display:inline-block;
}
.main-navbar{
  float:left;
	z-index: 999;
  margin-left:100px;
}
.main-navbar .navbar-nav li a{
	font-size: 18px;
	color: #fff;
}
.main-navbar .navbar-nav li{
}
.main-navbar .navbar-nav li a{
  padding: 0 18px !important;
  height: 80px;
  line-height:80px;
}
.main-navbar .navbar-nav li a:hover{
	color: #fff;
}
.main-navbar .nav li:hover,.main-navbar .nav li.active{
	background: #1475ca;
}
.main-navbar .navbar-nav .active a,
.main-navbar .navbar-nav .active a:focus,
.main-navbar .navbar-nav .active a:hover{
	background:none;
	color: #fff;
}
.navbar-collapse .nav li:last-child a{
	border: 0;
}
.navbar-toggle .icon-bar{
	margin: 0 auto;
	background-color: #0069c5!important;
}
.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover{
	background: none;
}
.navbar-inverse .navbar-collapse{
	border-color:rgba(0,0,0,0);
}
.bgt{
	background: url("/public/assets/img/flyz/body_bg_b.png") no-repeat #F6F3EC center top;
	padding-top: 160px;
}
.bgb{
	background: url("/public/assets/img/flyz/body_bg_b.png") no-repeat #F6F3EC center bottom;
}
.normal-slider{
	box-shadow:0 0 8px #999;
	background: #fff;
}

.news-text{
	margin: 40px 40px 40px 40px;
}
.news-text h4.title{
	font-size: 20px;
}
.news-text h4.title a{
	line-height: 26px;

	display: block;
}
.news-text .time{
	display: block;
	text-align: right;
	color: #666;
}
.news-text p{
    margin-top: 30px;
    text-indent: 28px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    color: #666;
}
.normal-slider .owl-nav{
	display: none;
}
.normal-slider .owl-dots{
	position: absolute;
	right: 180px;
	bottom: 42px;
}
.owl-dots .owl-dot span{
	border-radius: 0;
	background: #2b9cff;
}
.owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span{
	background: #0069c5;
}
.news-panel{
	position: relative;
	background: #fff;
	padding: 20px 30px;
	box-shadow:0 0 4px #ccc;

}
.top-left-corner,.top-right-corner,.bottom-left-corner,.bottom-right-corner{
	position: absolute;
	background: url("/public/assets/img/flyz/corner.png");
	width: 44px;
	height: 44px;
}
.top-left-corner{
	background-position: left top;
	left:0;
	top:0;
}
.top-right-corner{
	background-position: right top;
	right:0;
	top:0;
}
.bottom-left-corner{
	background-position: left bottom;
	left:0;
	bottom:0;
}
.bottom-right-corner{
	background-position: right bottom;
	right:0;
	bottom:0;
}
ul.nav-tabs.nav-line>li a{
	font-size: 18px;
}
ul.nav-tabs.nav-line>li.active>a{
	border-bottom: solid 2px #0069c5;
	color: #0069c5;
	margin-bottom: 1px;
	font-weight: bold;
}
ul.nav-tabs.nav-line{
	border-bottom: 1px solid #e5e5e5;
}
ul.nowrapli li{
	border-bottom:none!important;
	padding: 10px 0 10px 14px!important;
}
.nowrap, ul.nowrapli li a:hover{
	color: #0069c5;
}
.page-header{
	margin-top: 0;
	border-bottom-width: 1px;
	margin-bottom: 0;
}
.page-header h2{
	margin-top: 0!important;
	margin-bottom: 6px;
	padding-bottom: 6px;
}
.page-header h2 a{
	font-size: 20px;
	color: #0069c5;
}
.gdlm{
    margin-top: 0;
    padding-bottom: 1px;
    border-bottom: 1px solid #ebebeb;

}
.gdlm>* {
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0 0 1px 0;
}
.gdlm h3 {
    display: inline;
    padding: 10px 15px 14px;
    font-size: 20px;
    color: #0069c5;
    border-bottom: solid 2px #005daf;
}
.nav-answer {
    padding: 20px;
    margin-bottom: 15px;
    background: #f5f5f5;
    border-radius: 4px;
}
.nav-answer>li+li {
    margin-left: 2px;
}
.nav-answer>li{
	width: 19.8%;
    text-align: left;
	position: relative;
    display: block;
}
.nav-pills>li {
    float: left;
}
.nav-answer>li>a {
    padding: 5px 10px!important;
	border-radius: 4px;
    
}
.zmhd-list,.qyxx-list,.qt-list{
	-webkit-margin-before:0;
	-webkit-margin-after: 0;
	-webkit-padding-start:0;
	overflow: hidden;
}
.zmhd-list li a{
	text-align: center;
	display: inline-block;
}
.zmhd-list li a i{
	color: #666;
	font-size: 40px;
	margin-top: 18px;
	margin-bottom: 6px;
	display: block;
}
.zmhd-list li a:hover i{
	color: #0069c5;
}
.zxgk-list>li>a{
	background: url("/public/assets/img/flyz/zwgkbg.jpg") no-repeat center bottom ;
	width: 227px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #888;
	display: block;
	font-size: 15px;
}
.zxgk-list-ej{
  position:relative;
  line-height:50px;
  text-align:center;
  margin-top:8px;
}
.zxgk-list>li> a:hover{
	background: url("/public/assets/img/flyz/zwgkbg.jpg") no-repeat center top ;
	color: #fff;

}
.zxhd{
	background: #0069c5;
	padding: 10px;
	margin-top: 10px;
	color: #fff;
}
.zxhd .title{
	font-size: 18px;
	margin-top: 24px;
	border-right:1px dashed #fff;
	padding-right: 10px;
}
ul.zxhd-list li{
	padding: 6px 0!important;
}
ul.nowrapli li{
	 background: url(/public/assets/img/flyz/triangle_w.png) left center no-repeat;
}
ul.zxhd-list li a{
	color: #fff!important;
}
.header-tab .nav-tabs>li.active>a, .header-tab .nav-tabs>li.active>a:focus,.header-tab .nav-tabs>li.active>a:hover{
	background: url("/public/assets/img/flyz/tabbg.jpg") no-repeat center;
	display: block;
	color: #fff;
	border:1px solid #fff;
	width: 114px;
	text-align: center;
}
.header-tab .nav-tabs{
	border-bottom:none;
}
.header-tab .nav-tabs>li{
	margin-bottom: 0!important;
}

.header-center .nav-tabs>li.active>a, .header-center .nav-tabs>li.active>a:focus,.header-center .nav-tabs>li.active>a:hover{
  background: #0069c5;
  display: block;
  color: #fff!important;
  border:1px solid #fff;
  text-align: center;
}
.header-center .nav-tabs>li a{
  background:#f1f1f1;
}
.header-center .nav-tabs{
  border-bottom:none;
  text-align:center;
  font-size:0;
}
.header-center .nav-tabs>li{
  margin-bottom: 0!important;
  display:inline-block;
  float:none;
  font-size:16px;

}

.whslide .owl-item img{
	/*width: 264px;*/
	/*height: 190px;*/
}
.whslide .owl-nav{
	display: none;
}
.whslide.Slider-one .owl-dots{
	width: 100%;
	text-align: center;
	right:auto;
}
.whslide .owl-dots .owl-dot span{
	background: #c29a6c;
}
.whslide .owl-dots .owl-dot.active span{
	background: #96744c;
}
.whj-links li{
	width: 25%;
	float: left;
	text-align: center;
        padding-left: 30px;
}
.whj-links li a,.linkbg{
	width: 212px;
	height: 72px;
	background: url("/public/assets/img/flyz/linkbg.jpg") center center no-repeat;
	color: #fff;
	display: table-cell;
	vertical-align:middle
}
.linkbg select{
	background: #0069c5;
	color: #fff;
	border:none

}

.bmfu-list a{
	padding: 10px 0;

}
.xs-top 
.bmfu-list{
	    padding-top: 2px;
}
.bmfw-btn a{
	padding: 6px 0;
	width: 48%;
	margin:0 1%;
	float: left;
	color: #fff;
	display: inline-block;
	background:  #0069c5;
	border:none;
	height: 54px;
	line-height: 44px;
	font-size: 18px;
	text-align: center;
}
.bmfw-btn a:hover{
	color:#fff!important;
	font-weight: bold;
}
.share{
	/* position: fixed; */
	/* top:30%; */
	/* right:10px; */
}
.share a{
	display: block;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	margin-top: 14px;
	text-align: center;
	padding-top: 0px;
	position: relative;
}
.share a i{
	font-size: 26px;
	color: #fff;
	display: block;
}
.share a:first-child:hover .weixin-ewm{
	display: block;
}
.weixin-ewm{
	position: absolute;
	right:50px;
	width: 140px;
	top: -20px;
	background: #fff;
	border:1px solid #ddd;
	padding: 4px;
	display: none;
}
.weixin-ewm span{
	padding: 6px 0;
	display: block;
	text-align: center;
}
.bg-red{
	background:#e32428 ;
}
.bg-green{
	background:#58c307 ;
}
.bg-blue{
	background:#20a0e4 ;
}
.icon-blue{
	color: #20a0e4;
}
.icon-orange{
	color: #f60;
}
.page-header h2 i{
	font-size: 22px;
  font-weight:normal;
}
ul.nowrapli li{
	padding: 13px 0 13px 14px;
	background: url(/public/assets/img/flyz/triangle.png) left center no-repeat;
	border-bottom: 1px dashed #ddd;
}
.x-number{
  position:relative;
}
.x-number span{
  position: absolute;
  right: 10px;
  top: 6px;
}
.zwdt .header-tab .nav-tabs{
  text-align:center;
}
.zwdt .header-tab .nav-tabs>li{
  display:inline-block;
  float:none;
}
.zwdt .padd{
  padding:0 80px 20px;
  position:relative;
}

.zwdt .owl-dots{ display:none!important;}
.zwdt .owl-controls .owl-nav [class*=owl-]{
  position: absolute;
  top: 33%;
  font-size: 40px;
  background: none;
  color: #888;
}
.zwdt .owl-controls .owl-nav .owl-prev {
  left: -50px;
}
.zwdt .owl-controls .owl-nav .owl-next {
  right: -50px;
}
.search-btn li{
  margin-top: 10px;
}
.search-btn li a{
  padding: 17px 10px;
  font-size: 14px;
  color: #444;
  margin:4px 8px;
	background: #f1f1f1!important;
}
.search-btn li a.btn:hover{
  background: #0069c5!important;
  color:#fff!important;
}
.bmfu{
  border:1px solid #ddd;
  margin-top:30px;
  overflow:hidden;
  text-align:center;
}
.bmfu h3{
  background: #0069c5;
  padding:2px 0;
  font-size:18px
}
.bmfu h3 a{
  color:#fff;
}
.bmfu a{
  margin:4px 0;
  display:block;
}
.coleft li{
  margin:6px 0;
  display:block;
}
.ul-lh li{
  margin:19px 0;
}
ul.whdt{
	text-align: center;
}
ul.whdt li{
	display: inline-block;
	border:1px solid #ddd;
	margin: 20px 10px;
	border-radius: 3px;
}
ul.whdt li a{
	display: block;
	line-height: 26px;
	padding: 10px 30px;
	background: #f1f1f1;
}
ul.whdt li a:hover{
	background: #0069c5 ;
	color: #fff;
}

.whdt-list-item{
	margin: 30px;
}
.whdt-list-item a{
	float: left;
	padding: 6px 0;
	width: 25%;
	display: inline-block;
}

@-moz-document url-prefix() {
	.nav-pills>li>a{
		padding:5px 0;
	}
	ul.nowrapli li{
		list-style:none;
	}
}
.owl-carousel.owl-hidden {
	opacity: 0;
}

/*-----底部------------------------------------------------------------------------*/
.footer {
	padding-bottom: 20px;
	background-color: #565a5d;
	color: #b7b9ba;
	font-size: 12px;
}

.footer .links {
	float: left;
	width: 100%;
	margin-bottom: 25px;
	background-color: #4e5358;
}

.footer .links ul {
	position: relative;
}

.footer .links li {
	margin-left: 78px;
	float: left;
	color: #fff;
}

.footer .links li:first-child {
	margin-left: 0;
}

.footer .links li p {
	margin: 0;
	padding: 15px 0;
}
.footer .links li>p>a:hover{
  color: #abc2ce;
}

.footer .links .dropdown {
	position: static;
}

.footer .links .dropdown ul {
	width: 100%;
	position: absolute;
	top: auto;
	bottom: 100%;
}

.footer .links .dropdown li {
	float: none;
	margin-right: 0;
	color: #666;
}

.footer .links .dropdown li a {
	margin: 5px 0;
	float: left;
	width: 16.666%;
	clear: none;
}
.footer-bottom {
    padding-top: 8px;
    border-top: 1px solid #b7b9ba;
}
.footer-logo:before
, .footer-logo:after {
    display: table;
    content: '';
}
.footer-logo:after {
    clear: both;
}
.footer-logo {
    line-height: 28px;
}

.footer-logo img {
    display: block;
    margin: 0 auto;
    width: 96px;
}

.footer-logo span {
    display: block;
    font-size: 24px;
    line-height: 36px;
    color: #b7b9ba;
    font-weight: bold;
    letter-spacing: 2px;
    text-align: center;
    margin-top: 3px;
}
.footer-logo p {
    line-height: 20px;
    margin: 15px 0 30px;
}
.footer-add {
    margin-top: 10px;
}
.footer-add li {
    float: left;
    padding: 3px 0;
}

.footer-icp {
    padding-left: 0;
    margin-bottom: 10px;
    margin-top: 25px;
    text-align: right;
}
.footer-icp a {
    display: inline-block;
    margin-left: 25px;
}
.footer-icp img {
    margin: 0 auto;
}
.footer-icp .zc img {
    width: auto;
    max-width: 100%;
    margin-bottom: 5px;
    margin-top: 10px;
}
.footer-icp p {
    margin-bottom: 0;
    color: #b7b9ba;
}
.footer-icp .item {
    float: right;
    width: 25%;
    text-align: center;
}
.footer-icp .zc {
    width: 35%;
}
.footer .icp {
    color: #b7b9ba;
}
.footer-help a {
    padding: 0 13px;
    display: inline-block;
    color: #b7b9ba;
    line-height: 14px;
}
.footer-help > a + a {
    border-left: 1px solid #b9b9b9;
}

.footer-help a:last-child {
    border-right: 0;
}

.footer-help a:hover {
    color: #e4e4e5;
}
.text-white{
	color: #fff;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
	background-color: #0069c5;
	border-color: #0069c5;
}
.pagination>li>a, .pagination>li>span{
	color: #0069c5;
}
ul.nowrapli li{
	padding-left:16px;
}
.uli12 li, .uli14 li{
	padding:8px 5px;
}
.Article_content p{
	/*text-indent:34px;*/
}
ul.list-date li span.time{
	top: 10px;
}
.qa{
	margin-bottom: 20px;
}
.qa i{
	font-size: 20px;
}
.qa .text-primary{
	font-size: 20px;
	margin-bottom: 10px;
}

.qa .dot{
	margin-left: 30px!important;
}
.qa .dot i{
	font-size: 16px;
}
/*.panel{
	background: none;
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
	border-color: #f0f0f0;
}*/

ul.nav-pills{
	background: #f1f1f1;
}
.nav>li>a{
	padding: 12px 16px;
}

/*政务公开*/

.float-right-text {
  position: absolute;
  right: 25px;
  bottom: 6px;
}
.page-header-1 a{
  border-left-width:6px;
  padding-left:6px;
}
.page-header-1{
  margin-bottom:0;
  border-bottom:1px solid #f1f1f1;
  padding-bottom:16px;
}
.more {
  position: absolute;
  top: 26px;
  right: 20px;
  font-size: 12px;
  color: #666;
}
.relative{
  position:relative;
}
/* 政府文件稿件 */
.article-info {
    /*margin-bottom: 20px;*/
    padding: 10px 30px;
    background-color: #f4f2f5;
    color: #5f5f5f;
}
.article-info div[class*="col-"] {
    margin: 5px 0;
}
.article-info div[class*="col-"] {
    overflow: hidden;
}
.article-info span {
    float: left;
    min-width: 70px;
}
.unfold {
    display: block;
    padding: 5px 0;
    letter-spacing: 2px;
    background: #cbe0f3;
    text-align: center;
    color: #666 !important;
}
.unfold:hover {
    background: #b6d4ed;
}
.article-info {
    overflow: hidden;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
/*新加政府文件稿件 */
.article-info-bz {
    /*margin-bottom: 20px;*/
    padding: 10px 30px;
    background-color: #f4f2f5;
    color: #5f5f5f;
}
.article-info-bz div[class*="col-"] {
    margin: 5px 0;
}
.article-info-bz div[class*="col-"] {
    overflow: hidden;
}
.article-info-bz span {
    float: left;
    min-width: 70px;
}
.article-info-bz {
    overflow: hidden;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.unfold-bz {
    display: block;
    padding: 5px 0;
    letter-spacing: 2px;
    background: #cbe0f3;
    text-align: center;
    color: #666 !important;
}
.unfold-bz:hover {
    background: #b6d4ed;
}
 /*底部新增样式*/
.footer .links .dropdown{
    margin-left:266px;
}
.link-otherweb{
    padding:0;
    margin:0;
}
.otherweb-modal
.link-otherweb a{
    font-size:16px;
    width:33.333%;
    display:inline-block;
    float:left;
    text-align: center;
    padding:5px 0;
}
@media (max-width: 767px){
    .footer .links{
        float:none;
    }
    .footer .links li{
        margin:0;
        width:50%;
        text-align: center;
    }
	}
	.padding-foot2{
	padding:2px 0!important;
}
@media(max-width:1199px){
	.col40{
		width:48% !important;
	}
}
@media(max-width:991px){
	.padding-foot2{
		padding:0!important;
	}
	.padding-foot2 span{
		width:5%
		float:left;
	}
	.padding-foot2 span img{
		width:auto;
	}
	@media(max-width:480px){
	.padding-foot2 span img{
		width:auto;
	}
	.padding-foot span{
		width:auto;
		float:none;


}

/*.breadcrumb{
	background:#fff;
}*/