#crumb{
  line-height: 25px;
  border-bottom: 1px solid #D2D2D2;
  padding: 12px 0;
}
#crumb img{
  float: left;
}

/*****************************************/
.home_tit{
    font-size: 28px;
    color: #0f66b6;
    text-align: center;
    font-weight: normal;
}
.slider_new{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 50px;
}
.img_sliders{
    width: 540px;
    height: 300px;
}
.img_sliders .swiper-container{
    width: 540px;
    height: 300px;
}
.swiper-slide img{
    width: 100%;
    height: 100%;
}
.tab_slider{
    width: 580px;
}
.news_item_tab{
    border-bottom: 2px solid #ccc;
    font-size: 16px;
    /* font-weight: bold; */
    color: #686868;
    padding: 10px 0 0;
    margin-bottom: 12px;
    line-height: 20px;
}
.news_item_tab span{
    padding: 0 0 10px 0;
    position: relative;
    margin-bottom: -2px;
    cursor: pointer;
    float: left;
    width: 140px;
    text-align: center;
}
.tab_header_bg span{
    width: 145px;
}
.news_item_tab span:last-child::after{
    content: '';
}
.news_item_tab span.split{
    margin: 0 10px;
    font-size: 16px;
    font-weight: normal;
}
.news_item_tab span.active{
    color: #0d3a86;
    border-bottom: 2px solid #0d3a86;
}
.news_tab_cont .news_lists{
    display: none;
}
.news_tab_cont .news_lists:first-child{
    display: block;
}
.news_list{
    display: block;
    margin: 7px 0;
}
.news_list div{
    white-space:nowrap;/* 规定文本是否折行 */  
    overflow: hidden;/* 规定超出内容宽度的元素隐藏 */
    text-overflow: ellipsis;
    width: 75%;
    display: inline-block;
    vertical-align: top;
}
.news_list span{
    float: right;
    color: #bbb;
}
.home .news_list::before{
    content: '·';
    float: left;
    display: block;
    font-size: 12px;
    color: #2e8bd6;
    font-weight: bold;
    margin-right: 6px;
}

.ico_menu{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background: #f7f7f7;  
    margin: 20px 0;
}
.ico_menu .ico_item{
    text-align: center;
    width: 160px;
    padding: 10px 0;
}
.ico_menu .ico_item a{
    display: block;
}
.ico_menu .ico_item:last-child{
    border-right: 0;;
}
.ico_menu .ico_item .ico_posi{
    width: 60px;
    height: 60px;
    margin: 0 auto;
    position: relative;
    background-image: url(../img/home_scroll_icon.png);
    background-repeat: no-repeat;
    background-position: 10px 100px;
}
.ico_menu .ico_item:nth-child(1) .ico_posi{
    background-position: 0 -300px;
}
.ico_menu .ico_item:nth-child(2) .ico_posi{
    background-position: 0 -60px;
}
.ico_menu .ico_item:nth-child(3) .ico_posi{
    background-position: 0 0px;
}
.ico_menu .ico_item:nth-child(4) .ico_posi{
    background-position: 0 -180px;
}
.ico_menu .ico_item:nth-child(5) .ico_posi{
    background-position: 0 -118px;
}
.ico_menu .ico_item:nth-child(6) .ico_posi{
    background-position: 0 -365px;
}
.ico_menu .ico_item:nth-child(7) .ico_posi{
    background-position: 0 -240px;
}
.slider_new.margin_top20{
    margin-top: 20px;
}
.tab_header_bg{
    background: #f7f7f7;
}
.new_tab{
    width: 560px;
}
.swiper-container2{
    height: 116px;
    overflow: hidden;
    margin-top: 30px;
    position: relative;
}
.swiper-button-prev2.swiper-button-prev:after{
    content: '';
    width: 24px;
    height: 52px;
    display: block;
    background-image: url(../img/home_ztzl_arrow.png);
    background-repeat: no-repeat;
    background-position: -24px 0;
}
.swiper-button-next2.swiper-button-next:after{
    content: '';
    width: 24px;
    height: 52px;
    display: block;
    background-image: url(../img/home_ztzl_arrow.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}
.swiper-button-prev.swiper-button-prev2{
    left: 0;
}
.swiper-button-next.swiper-button-next2{
    right: 0;
}

/*list*/
.main_list{
    background: url(../img/bg1.jpg) no-repeat;
    background-size: 100% auto;
    padding-top: 180px;
}
.main_list1{
    background: url(../img/bg2.jpg) no-repeat;
    background-size: 100% auto;
    padding-top: 180px;
}
.main_list_hd{
    background: url(../img/bg_hd.jpg) no-repeat;
    background-size: 100% auto;
    padding-top: 180px;
}
.mainAll{
    padding-top: 30px;
	 padding-bottom: 20px;
}
/*common*/
.liEnd { margin-right: 0 !important; }
.common_homeTab .hd { overflow: hidden; zoom: 1; background: #eeeeee; }
.common_homeTab .hd li { float: left; height: 40px; line-height: 40px; font-size: 18px; padding: 0 30px; margin-right: 1px; color: #666; }
.common_homeTab .hd li a { color: #666; }
.common_homeTab .hd li.on { background: #2c76bc; color: #fff; }
.common_homeTab .hd li.on a { color: #fff; }
.common_homeTab .bd { clear: both; padding-top: 12px; }
/*common end*/
.page_banner{background-image:url(../images/banner_gk.png);}

.gk_left { width: 32%; float: left; }
.gk_right { width: 65.4%; float: right; }
/***基础信息公开***/
.gk_jcxxgk .title { background: #2c76bc; color: #ffffff; font-size: 18px; height: 40px; line-height: 40px; padding-left: 28px; }
.gk_jcxxgk .con { padding: 16px 0 16px 30px; border: #ccc solid 1px; }
.gk_jcxxgk .con a { display: block; width: 33.3%; float: left; padding: 10px 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.gk_xxgk dt{font-size:16px; color:#2574b6; padding:10px 38px 10px 20px; background:url(../images/gk_xxgkbg.gif) repeat-x left bottom #e5f3ff; position:relative; cursor:pointer;}
.gk_xxgk dt a{color:#2574b6;}
.gk_xxgk dt i{position:absolute; top:50%; right:20px; margin-top:-6px; width:12px; height:12px; background:url(../images/gk_xxgkico.png) no-repeat 0 -12px;}
.gk_xxgk dt.down i{background-position:0 0;}
.gk_xxgk dd a{ display:block;  padding:9px 10px 9px 44px; line-height:20px; font-size:14px; color:#2574b6; border-bottom:#e4edf6 1px solid; background:url(../images/dot_blue.gif) no-repeat 22px center;}
.gk_xxgk dd{background:#f5faff;}
.gk_xxgk dd a:hover{ background-color:#e5f0fb;}
body, button, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, hr, input, legend, li, ol, p, pre, td, textarea, th, ul{ padding:0; margin:0;}
li, ol, ul{ list-style:none;}
img{ border:none; border:0;}
img,table{max-width:100%;}
a{ text-decoration:none; color:#333333; noline:expression(this.onFocus=this.blur());}
a:focus {outline:none;-moz-outline:none;}
a:hover{color:#0c61b0;}
.clear{clear:both; height:0; line-height:0; font-size:0; overflow:hidden; zoom:1;}
input, textarea{font-family:Microsoft Yahei; font-size:14px;}
input:focus { outline: none;}

.clearfix{*zoom:1}.clearfix:before,.clearfix:after{display:table;line-height:0;content:""}.clearfix:after{clear:both}
.clear{clear:both;}
.wrap{ max-width:1200px; margin:0 auto; clear:both;width:100%;}
.space20, .space30, .space40{clear:both; line-height:0; font-size:0; overflow:hidden; zoom:1;}
.space10{height:10px;}
.space20{height:20px;}
.space30{height:30px;}
.space40{height:40px;}

/*common*/
.common_newslist li{position:relative; padding:0 42px 0 18px; height:34px; line-height:34px; background:url(../images/common_dot.gif) no-repeat left center; overflow:hidden; *font-size:0; *margin-top:-1px;}
.common_newslist li *{*font-size:14px;}
.common_newslist li span{ position:absolute; background:#fff; right:0; top:0; color:#999999; z-index:1;}
.common_newslist li a{float:left; max-width:96%; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden; font-size:14px;}
.common_newslist_nodate li{ padding-right:0;}
.common_tabTitle .hd{overflow:hidden; zoom:1; background:#eeeeee; line-height:45px;}
.common_tabTitle .hd li{ float:left; height:45px; padding:0 25px; font-size:18px; text-align:center; color:#666;}
.common_tabTitle .hd li a{color:#666;}
.common_tabTitle .hd li.on{background:#2c76bc; color:#fff;}
.common_tabTitle .hd li.on a{color:#fff;}
.common_tabTitle .more{float:right; padding-right:15px;}
.common_title1{border-bottom:#eaeaea 1px solid; height:32px;}
.common_title1 h3{display:inline-block; *display:inline; *zoom:1; padding:0 5px; height:30px; border-bottom: #d04a4a 3px solid; text-align:center; font-size:18px; color:#000; font-weight:normal;}
.common_title1 .more{float:right; margin-right:10px; color:#888;  line-height:25px;}
.common_title1 .more:hover{color:#333;}
.curb_line{border-bottom:#ebebeb 1px solid;}
.curb{height:49px; text-indent:40px; background:url(../images/icon_curb.png) no-repeat 5px center; font-size:16px; line-height:49px; color:#666666;}
.curb a{color:#666;}
.curb a:hover{ color:#333;}

/*︻▓▇▇◤子页︻▓▇▇◤ */
#left {margin-top:15px;
	padding-left:0px;
	width:270px;
	margin-right:30px;
	overflow:hidden;
	float: left;
	display:inline;
	min-height:650px;
	border: 0px solid #D8D8D8;
	background-color: #F5F5F5;
}
#right {margin-top:15px;
	width:860px;
	overflow-x:hidden;
	float: left;
	min-height:280px;	
}

#sideMenu{	
	margin-bottom:10px;
	background-color: #fff;
}
#sideMenu h3{
	line-height: 55px;
	overflow: hidden;
	font-size: 22px;
	font-weight: normal;
	color:#FFFFFF;
	text-align: center;
	letter-spacing: 2px;
	background-color: #1269B9;
}

#sideMenu ul{}
#sideMenu li{line-height:51px;border-bottom: 1px solid #E8E8E8;}
#sideMenu a{
	line-height:51px;
	display: block;
	text-align: center;
	letter-spacing: 2px;
	font-size: 18px;}
#sideMenu a:link,#sideMenu a:visited{}
#sideMenu a:hover,#currentLi a:link,#sideMenu #currentLi a:visited,#sideMenu #currentLi a:hover{
	border-left: 6px solid #044A85;
	color: #0087CB;
	text-decoration: none;
	background-color: #EEF7FF;
}
	
#op1{padding:0;}
#op1 ul li {
	height:41px;
	line-height:41px;
	overflow:hidden;
	border-bottom: 1px dashed #D8D8D8;}
#op1 ul li a {
	white-space:normal;
	float:left;
	display: block;
	font-size: 16px;
	width:80%;}
#op1 span{
	width:90px;
	margin-left:-90px;
	float:right;
	text-align:right;
	font-size: 14px;
	color: #989898;
}
#op11{}
#op11 .subNBox{	
	margin-bottom:20px;	
}
#op11 h3{
	padding-left:12px;
	clear:both;
	line-height: 40px;
	height: 40px;
	font-size: 18px;
	letter-spacing: 2px;
	font-weight: normal;	
	background-color: #f0f0f0;
}
#op11 h3 b{line-height: 40px;padding-right:10px;
	height: 40px;	
	display: inline-block;
	font-weight: normal;
}

#op11 h3 a{
	float:right;
	margin-right:10px;margin-top:0px;
	font-size: 14px;
	font-weight: normal;
	height: 18px;
}
#op11 h3 a:link,#op11 h3 a:visited{color: #999;}
#op11 h3 a:hover{color: #0E68C0;}
#op11 UL{
	padding:10px;
	width:97%;
	float: left;	
}
#op11 LI{
	height:41px;
	line-height:41px;
	overflow:hidden;
	border-bottom: 1px dashed #D8D8D8;
}
#op11 li a{
	white-space:normal;
	float:left;
	display: block;
	font-size: 16px;
	width:80%;
}
#op11 li span{width:90px;
	margin-left:-90px;
	float:right;
	text-align:right;
	font-size: 14px;
	color: #989898;}
/*分页钮*/
#pagetop{clear: both;height: 20px;clear: both;}
.pages,.pages2 {clear:both;	PADDING-RIGHT: 3px; PADDING-LEFT: 3px; PADDING-BOTTOM: 13px; MARGIN: 3px; PADDING-TOP:13px; TEXT-ALIGN: center;}
.pages A,.pages2 A {BORDER: #D7D7D7 1px solid; PADDING: 2px 10px;  MARGIN: 2px; TEXT-DECORATION: none}
.pages A:hover,.pages A:active,.pages2 A:hover,.pages2 A:active {COLOR: #666; BORDER: #999 1px solid}
.pages .current,.pages2 .current {BORDER: #62ADF1 1px solid;
	PADDING: 2px 10px;	
	FONT-WEIGHT: bold;	
	MARGIN: 2px;
	COLOR: #fff;	
	BACKGROUND-COLOR: #62ADF1;
}
.pages .disabled,.pages2 .disabled {
	BORDER: #D7D7D7 1px solid;
	PADDING: 2px 10px;	
	MARGIN: 2px;
	COLOR: #bbb;	
}
/*文章内容页*/
/*trs一键排版*/
.trs_key4format{font-size: 16px;zoom: 1;color: #333;}
.trs_key4format p{text-indent: 2em;font-size: 16px;line-height: 30px;margin-bottom: 15px;color: #333;margin:5px 0;}
.trs_key4format img{text-align: center;margin-bottom: -3px;max-width: 100%;}
.trs_key4format table{margin: 0 auto;}
.trs_key4format table td{border: 1px solid #DDD;}
#content{
	font-size: 18px;
	padding: 10px 20px 10px 20px;
	line-height: 200%;		
}
#contentPic{text-align: center;}
#contentPic img{max-width:980px;margin:0 auto;margin-bottom:20px;}
#content table td{
	margin:0 auto;
	border: 1px solid #999;	
}
#content p{	font-size: 18px;margin-bottom:10px;}
#Err{
	
	height: 300px;
}
#ShowArtOne{border: 0px solid #DCDCDC;padding:10px;
	position: relative;margin-bottom:10px;
}
#ShowArtOne #title{
	font-size: 14px;
	text-align: center;
	margin:10px;
	border-bottom: 1px solid #DDDDDD;
	padding-bottom:10px;
}
#ShowArtOne #title h1{
	line-height:28px;
	font-size: 28px;
	margin-top:10px;
	padding-bottom:10px;
	margin-bottom:10px;
	font-weight: normal;
	color:#bc1010;
}
#ShowArtOne #title p{
	height:30px;font-size: 13px;
	line-height:30px;color:#999999;	
}
#ShowArtOne #title em{font-style: normal;margin-left:10px;}
#ShowArtOne hr{border-top: 1px dashed #C1C1C1;}
#backLastPageBtn{color:#3F6F9F;}
#PreNext{
	border-top: 1px dashed #CCCCCC;
	margin-top:15px;margin-bottom:15px;padding-top:5px;
	font-size: 12px;
}
#PreNext li{height:24px;
}
#fuJian{
	clear:both;
	margin:30px 0;padding-top:20px;
	border-top: 1px solid #DDDDDD;
}
#fuJian h3{
	height:30px;
	line-height:30px;
	font-size: 16px;
	color: #193080;
	font-weight: normal;
}
#fuJian a{
	line-height:24px;
	font-size: 16px;
	margin-bottom:6px;
	display: block;
	text-decoration: underline;
}
#fuJian a:link,#fuJian a:visited{color: #193080;}
#btns{padding: 30px;
    padding-left: 460px;}
#btns #btn1,#btns #btn2,#btns #btn3,#btns #btn4{
	float:left;
	width: 72px;
	height: 34px;
	display: inline-block;
	margin-right: 14px;
	text-decoration: none;
	text-indent: -2000px;
}

#btns #btn4{background: url(../img/1_btn4.jpg) no-repeat 0px 0px; width: 128px;padding-left:82px;}
