@charset "utf-8";
/* CSS Document */

/*全局样式*/
*{
	box-sizing:border-box;}
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,input,textarea,p,th,td {
	padding: 0;
	margin: 0;}
body{
	 font-family:"微软雅黑" !important;
	 font-size:18px;
	 padding:0;
	 margin:0;
	 background:#ffffff;}
div,li,ul,img,a,input,botton{ 
	list-style:none; 
	outline:none; 
	border:none; 
	margin:0; 
	padding:0;}
a:focus{outline:none;}
a:link,a:visited{
	text-decoration:none !important; 
	color:#000;}
a:hover{ 
	text-decoration:none !important; 
	cursor:pointer; 
	color:#135aaa;}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{
	padding-right: 0px;  
	padding-left: 0px;}
	
.row{ 
	margin-left:0px; 
	margin-right:0px;}

.clear{ clear:both;}

.tabberlive .tabbertab { 
	overflow:visible; 
	overflow:hidden; 
	outline:none;}
.tabberlive .tabbertabhide { display:none;}

/*-------通用样式-----*/
/*居中1200px*/
.maincontainer{ 
	width:1200px;
	margin:0 auto; 
	padding:0;
	overflow: hidden;
}

.sidebar-nav{
	position: fixed;
}

.body-color{
	width: 100%;
	height: 100%;
	background: #f5f5f5;
	overflow: hidden;
}

.white-bg{
	width: 1240px;
	margin: 10px auto 60px;
    padding: 0 24px 30px;
    background-color: #fff;
}

/*-------通用样式结束-----*/
.headcontainer{
	width: 100%;
	min-width: 1200px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	/*background: url(../images/topbg.jpg) top center no-repeat;*/
}
/*头部*/
.headcon{
	width:1200px;
	height:177px;
	margin: 0 auto;
}


.headlogo{
	width: 100%;
	height: 177px;
	background: url(../images/logo.png) left center no-repeat;
	float: left;
}

/* 导航 */
.mainnavbar{
	width: 100%;
	height: 60px;
	background:#0c128a;
	float: left;
}
.mainnav{
	width: 1200px;
	height: 60px;
	margin: 0 auto;
}
.mainnav a{
	width: 160px;
    height: 60px;
    font: 25px/60px '微软雅黑';
    color: #fff;
    text-align: center;
    display: inline-block;
    float: left;
    font-weight: bold;
}
.mainnav span{
	width:auto;
	height: 60px;
	font: 24px/60px '微软雅黑';
	color: #fff;
	text-align: center;
	display: inline-block;
	float: left;
}
.mainnav a:hover{
	background: #03327f;
}
.mainnav a.navon{
	background: #03327f;
}

/*头部结束*/
/* 时间 搜索 */
.mainsearch{
	width: 100%;
	height: 36px;
	float: left;
	margin-top: 15px;
}
.mainsearch span{
	float: left;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
}

/* 搜索 */
.search-form{
	float: right;
	width: 240px;
	height:30px;
	border: 1px solid #e5e5e5;
	background: #fff;
}
.input-search{
	width: 200px;
	height: 26px;
	float: left;
	font-size: 14px;
	color: #bfbfbf;
	padding-left: 20px;
	border-right:1px solid #d8d6d6;
	background: none;
	margin-top: 2px;
	line-height: 26px;
}
.search-btn{
	width: 38px;
	height: 28px;
	border: none;
	float: right;
	outline: none;
	padding: 0;
	margin: 0;
	font-size: 14px;
	line-height: 28px;
	color: #999999;
	background: none;
}

/*头条*/
.headline{
	width: 100%;
    height: 95px;
    padding: 5px;
    border: 1px solid #e2e3e3;
	background-color: #f5f5f5;
	float: left;
	margin-top: 20px;
	position: relative;
}
a.headlinetit{
	width: 84px;
    height: 75px;
    float: left;
    margin: 5px;
    background: url(../images/tbgz.png) no-repeat;
}
a.headlinemore{
	position: absolute;
	bottom:10px;
	right:10px;
	font-size: 16px;
	color: #252323;
}

/*特别关注*/	
.txtScroll{
	position: relative;
    width: 1050px;
    height: 89px;
    overflow: hidden;
}
.txtScroll ul li{
	position: relative;
    width: 1050px;
    height: 89px;
    overflow: hidden;
}
.txtScroll ul li a{
	display: inline-block;
    float: left;
    overflow: hidden;
    color: #0c128a;
	font:bold 28px/80px '微软雅黑';
}	

/*新闻处布局*/
.newsleft{
	width:657px;
	height:455px;
	float:left;
	margin-top: 15px;
}

/*焦点图*/
.slideBox{
	width:100%;
	height:455px;
	overflow:hidden;
	position:relative;}
.slideBox .hd{
	height:15px; 
	overflow:hidden; 
	position:absolute; 
	right:10px; 
	bottom:15px; 
	z-index:1;  }
.slideBox .hd ul{
	overflow:hidden;
	zoom:1;
	float:left;}
.slideBox .hd ul li{
	float:left;
	margin-right:5px;
	width:15px;
	height:15px;
	background:#9b9a9a;
	cursor:pointer;
	color: #fff;
	font: 12px/15px '微软雅黑';
	text-align: center;
	border-radius: 15px;
}
.slideBox .hd ul li.on{
	background:#fff; 
}
.slideBox .bd{
	position:relative;
	height:100%;
	z-index:0;}
.slideBox .bd li{
	zoom:1;
	vertical-align:middle; }
.slideBox .bd img{
	width:657px;
	height:455px;
	display:block;}
.slideBox .bd span{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
	color: #fff;
	padding-left: 20px;
	font: 24px/50px '微软雅黑';
	background:rgba(0,0,0,.5);
filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000,endcolorstr=#7F000000);
}
	
.newsright{
	width:520px;
	height:455px;
	float:right;
	margin-top: 15px;
}
.newsright li{
	width: 100%;
	height: 104px;
	border-bottom: 1px solid #e5e5e5;
	float: left;
}

.newsright li a{
	width: 100%;
	font: 30px/103px '微软雅黑';
	display: inline-block;
}
.newsright li.lastli{
	border-bottom: none;
}
a.newsmore{
	width: 50px;
	float: right;
	color:#666;
	line-height: 50px;

}
/* 清风新乡 */
.qfxxleft{
	width: 568px;
	height: 360px;
	float: left;
	margin-top: 25px;
}
.qfxxright{
	width: 568px;
	height: 360px;
	float: right;
	margin-top: 25px;
}

.tymenu{
	width: 100%;
	height: 52px;
	float: left;
	border-bottom: 2px solid #0c128a;
	margin-bottom: 10px;
	position: relative;
}
.tymenutit{
	position: absolute;
	width: auto;
	height: 50px;
	display: inline-block;
	font: 24px/40px '微软雅黑';
	color: #0c128a;
	font-weight: bold;
	border-bottom: 3px solid #bf0f11;
	padding: 0 15px;
	left: 0;
	bottom: -2px;
}
.tymenu .tymenutit img{
	float: left;
	margin-right: 15px;
}
.tymenu .tymenutit span{
    float: left;
	width: auto;
	height: 50px;
	display: inline-block;
	font: 24px/40px '微软雅黑';
	color: #0c128a;
	font-weight: bold;
}

.tymenu a{
	width: auto;
	height: 50px;
	float: right;
	color: #bf0f11;
	font: 23px/40px '微软雅黑';

}
.tycontent{
	width: 100%;
	height: auto;
	float: left;
}
.tycontent a{
	width: 100%;
	height: 50px;
	line-height: 50px;
	display: inline-block;
	padding-left: 10px;
}
.tycontent a::before{
	content:'·';
	margin-right: 5px;
}
.tycontent a span{
	float: right;
	font-size: 16px;
	color: #bfbfbf;
}


/* 专题专栏 */
.ztzl{
	width: 100%;
	height: 289px;
	float: left;
	margin-top: 15px;
}
.ztzltit{
	width: 60px;
	height: 289px;
	float: left;
	background: url(../images/ztzl.png) no-repeat;
}
.ztzlpic{
	width: 1120px;
	height:161px;
	float: right;
}
.ztzlcon{
	width: 1130px;
	height:120px;
	float: right;
	margin-top: 17px;
}
.picScroll-left{ 
	width: 555px;
	height: 220px;
	overflow:hidden; 
	position:relative;
	float: left;
	margin-left: 10px;
}
.picScroll-left .hd .prev,
.picScroll-left .hd .next{
	position: absolute;
	top: 40px;
	display:block;  
	width:20px; 
	height:40px; 
	float:right; 
	overflow:hidden; 
	cursor:pointer;z-index: 5}
.picScroll-left .hd .next{
	right: 0;
	background: url("../images/right.png") no-repeat center;
}
.picScroll-left .hd .prev{
	left: 0;
	background: url("../images/left.png") no-repeat center;
}
.picScroll-left .bd ul{
	overflow:hidden;
	zoom:1; 
}
.picScroll-left .bd ul li{
	float:left;
	_display:inline;
	overflow:hidden;
	text-align:center;}

.picScroll-left .bd ul li img{
	/*width:366px;*/
        width:555px;
        /*height:120px;*/
	height:140px;
	display:block;
	transition: all .2s;
}

/* 权威发布 */
.qwfb{
	width: 590px;
	height: 420px;
	float: left;
	margin-top: 20px;
}
/* 权威发布处标签切换 */
.qwfbslideTxt{
	width:100%;
	height:100%;
	text-align:left;
	float:left;}
.qwfbslideTxt .hd{
	height:40px;
	line-height:40px;
	position:relative; }
.qwfbslideTxt .hd ul{
	float:left;
	position:absolute;
	height:40px;}
.qwfbslideTxt .hd ul li{
	width:auto;
	float:left;
	cursor:pointer;
	text-align:center;
	position:relative;
	font-size:22px;
	padding: 0 23px;
}
.qwfbslideTxt .hd ul span{
	width:auto;
	float:left;
	cursor:pointer;
	text-align:center;
	position:relative;
	font-size:22px;
	padding: 0 10px;
}
.qwfbslideTxt .hd ul li.on{
	background: #e4ecff;
}
.qwfbslideTxt .hd ul li.on a{
	color:#c20f15;
}
.qwfbslideTxt .bd ul{
	zoom:1;
	position:relative;
	padding-top:10px;
	float: left;
	width: 100%;
}


/* 信访举报 */
.xfjb{
	width: 590px;
	height: 420px;
	float: right;
	margin-top: 20px;
}

.xfjbcon{
	width: 100%;
	height: 290px;
	float: left;
	background: #f5f5f5;
}
.xfjbcon .xfjbtit a{
	width: 294px;
	height: 58px;
	float: left;
	margin-bottom: 3px;
}
.xfjbcon .xfjbbottom a{
	width: 591px;
	height: 37px;
	float: left;
	margin-top: 5px;
}
.xfjbcon .xfjbbottom p{
	width: 591px;
	height: 37px;
	float: left;
	margin-top: 5px;
	background: #E4992B;
	font-size: 20px;
	line-height: 37px;
	text-align: center;
	color: #fff;
}

.xfjbcon li{
	width: 100%;
	float: left;
	font-size: 16px;
	color: #666;
	line-height: 34px;
	letter-spacing: 2px;
}
.xfjbcon li a{
	color: #666;
}
.xfjbcon li a:hover{
	color: #666;
}

.xfjbcon li img{
	float: left;
	margin-right: 10px;
	margin-top: 8px;
}

/* 微视频*/
.wsp{
	width: 590px;
	height: 410px;
	float: left;
	margin-top: 15px;
	margin-bottom: 15px;
}
.wspslide{
	width:100%;
	height:330px;
	float:left;
	overflow:hidden;
	position:relative;
	margin-top: 15px;
}
.wspslide .bd{
	position:relative;
	height:100%;
	z-index:0;}
.wspslide .bd li{
	zoom:1;
	vertical-align:middle; }    
.wspslide .bd img{
	width:590px;
	height:330px;
	display:block;}
.wspslide .bd .sppic{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 350px;
		background:url(../images/arr7.png) center center no-repeat;
	
	}
.wspslide .bd span{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
	color: #fff;
	padding-left: 20px;
	font: 20px/50px '微软雅黑';
	background:rgba(0,0,0,.5);
filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000,endcolorstr=#7F000000);
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.wspslide .next,
.wspslide .prev{ 
	position:absolute;
	left:3%;
	top:50%;
	margin-top:-25px;
	display:block;
	width:36px;
	height:59px;
	background:url(../images/arr8.png) no-repeat;
	}
.wspslide .next{ left:auto; right:3%; 	background:url(../images/arr9.png) no-repeat; }
.wspslide .prev:hover,
.wspslide .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.wspslide .prevStop{ display:none;  }
.wspslide .nextStop{ display:none;  }

/* 纪检人镜头 */
.jjrjt{
	width: 590px;
	height: 410px;
	float: right;
	margin-top: 15px;
	margin-bottom: 15px;
}
.jjrjtcon{
	width:590px;
	height: 330px;
	float: left;
	margin-top: 15px;
}
.jjrjtcon a{
	width:590px;
	height: 330px;
	float: left;
	position: relative;
}
.jjrjtcon a img{
	width:590px;
	height: 330px;
}
.jjrjtcon a span{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
	color: #fff;
	padding-left: 20px;
	font: 20px/50px '微软雅黑';
	background:rgba(0,0,0,.5);
filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000,endcolorstr=#7F000000);
}

.gzdttit{
	width: 100%;
	height: 80px;
	float: left;
}

/* 工作动态处标签切换 */
.slideTxtBoxnew{
	width:100%;
	height:100%;
	text-align:left;
	float:left;}
.slideTxtBoxnew .hd{
	height:40px;
	line-height:40px;
	position:relative; }
.slideTxtBoxnew .hd ul{
	float:left;
	position:absolute;
	height:40px;}
.slideTxtBoxnew .hd ul li{
	width:auto;
	float:left;
	cursor:pointer;
	text-align:center;
	position:relative;
	font-size:22px;
	padding: 0 23px;
}
.slideTxtBoxnew .hd ul span{
	width:auto;
	float:left;
	cursor:pointer;
	text-align:center;
	position:relative;
	font-size:22px;
	padding: 0 18px;
}

.slideTxtBoxnew .hd ul li.on{
	background: #0c1189;
}
.slideTxtBoxnew .hd ul li.on a{
	color:#fff;
}
.slideTxtBoxnew .bd ul{
	zoom:1;
	position:relative;
	padding-top:10px;
	float: left;
	width: 100%;
}
.slideTxtBoxnew .bd .gzdtcon{
	width: 100%;
	min-height: 300px;
	height: auto;
	float: left;
}
.slideTxtBoxnew .bd .gzdtcon a{
	width: 50%;
	height: 50px;
	line-height: 50px;
	display: inline-block;
	padding-left: 10px;
	float: left;
}
.slideTxtBoxnew .bd .gzdtcon a::before{
	content:'·';
	margin-right: 5px;
}
.slideTxtBoxnew .bd .gzdtcon a span{
	float: right;
	font-size: 16px;
	color: #bfbfbf;
}


/* 宣传教育*/
.xcjy{
	width: 590px;
	height: 540px;
	float: left;
	margin-top: 15px;
	margin-bottom: 15px;
}
.xcjypic{
	width: 100%;
	height: 156px;
	float: left;
	margin-top: 15px;
	margin-bottom: 15px;
}

/* 宣传教育处标签切换 */
.xcjyslideTxt{
	width:100%;
	height:100%;
	text-align:left;
	float:left;}
.xcjyslideTxt .hd{
	height:40px;
	line-height:40px;
	position:relative; }
.xcjyslideTxt .hd ul{
	float:left;
	position:absolute;
	height:40px;}
.xcjyslideTxt .hd ul li{
	width:auto;
	float:left;
	cursor:pointer;
	text-align:center;
	position:relative;
	font-size:20px;
}
.xcjyslideTxt .hd ul span{
	width:auto;
	float:left;
	cursor:pointer;
	text-align:center;
	position:relative;
	font-size:22px;
	padding: 0 20px;
}
.xcjyslideTxt .hd ul li.on a{
	color:#c20f15;
}
.xcjyslideTxt .bd ul{
	zoom:1;
	position:relative;
	float: left;
	padding-top: 5px;
	width: 100%;
}


/* 图解图说*/
.tjts{
	width: 590px;
	height: 540px;
	float: right;
	margin-top: 15px;
	margin-bottom: 15px;
}

.tjtsslide{
	width:100%;
	height:460px;
	float:left;
	overflow:hidden;
	position:relative;
	margin-top: 15px;
}
.tjtsslide .bd{
	position:relative;
	height:100%;
	z-index:0;}
.tjtsslide .bd li{
	zoom:1;
	vertical-align:middle; }
.tjtsslide .bd img{
	width:590px;
	height:460px;
	display:block;}
.tjtsslide .bd span{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
	color: #fff;
	text-align: center;
	font: 20px/50px '微软雅黑';
	background:rgba(0,0,0,.5);
filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000,endcolorstr=#7F000000);
}
/* 下面是前/后按钮代码，如果不需要删除即可 */
.tjtsslide .next,
.tjtsslide .prev{ 
	position:absolute;
	left:3%;
	top:50%;
	margin-top:-25px;
	display:block;
	width:65px;
	height:65px;
	background:url(../images/arr5.png) no-repeat;
	filter:alpha(opacity=50);
	opacity:0.5;}
.tjtsslide .next{ left:auto; right:3%; 	background:url(../images/arr6.png) no-repeat; }
.tjtsslide .prev:hover,
.tjtsslide .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.tjtsslide .prevStop{ display:none;  }
.tjtsslide .nextStop{ display:none;  }

/* 壮美牧野 */
.picnewscon{
	width: 100%;
	height: 240px;
	float: left;
	margin-top: 10px;
	background: #f5f5f5;
	padding:28px 20px;
}
.lzpicScroll-left{ 
	width:100%;
	overflow:hidden;
	position:relative;
	height: 191px;
}
.lzpicScroll-left .hd{ 
	overflow:hidden;
	height:auto;
	
}
.lzpicScroll-left .hd .next{
	width: 21px;
	height: 191px;
	position: absolute;
	right:0;
	bottom:0;
	background: url(../images/right1.png) no-repeat;
}
.lzpicScroll-left .hd .prev{
	width: 21px;
	height: 191px;
	position: absolute;
	left:0;
	bottom:0;
	background: url(../images/left1.png) no-repeat;
}

.lzpicScroll-left .hd ul{
	float:right;
	overflow:hidden;
	zoom:1;
 }

.lzpicScroll-left .bd{
	padding:0 10px;
	float: left;  
	margin-left: 18px;
	width: 1113px;
	overflow: hidden;
 }
.lzpicScroll-left .bd ul{ 
	overflow:hidden;
	 zoom:1; 
	 width: 100%;
	}
.lzpicScroll-left .bd ul li{ 
	margin-right: 8px;
	float:left;
	_display:inline;
	overflow:hidden;
	text-align:center;
	position: relative;
}
.lzpicScroll-left .bd ul li a img{
	 width:270px; 
	 height:190px;
	  display:block;
 }
 .lzpicScroll-left .bd ul li a span{
	width:270px; 
	height:40px;
	 display:block;
	 position: absolute;
	 left:0;
	 bottom:0;
	 font-size: 18px;
	 text-align: center;
	 line-height: 40px;
	 color: #fff;
	 background:rgba(0,0,0,.6);
}


/* 自办媒体 */
.zbmt{
	width: 100%;
	height: 288px;
	float: left;
	margin-top:25px;
	background: url(../images/zbmt.jpg) no-repeat;
	margin-bottom: 20px;
	padding-top: 40px;
	padding-left: 520px;
}
.zbmt a{
	width: 139px;
	height: auto;
	float: left;
	margin-left: 60px;

}
.zbmt a img{
	width: 131px;
	height: 131px;
	float: left;
	margin-left: 4px;
}
.zbmt a span{
	width: 139px;
	height: auto;
	float: left;
	padding: 15px 0px;
	text-align: center;
	display: inline-block;
	font-weight: bold;
	line-height: 30px;
	color:#000;
}


/* 尾部内容 */

.footcontainer{
	width: 100%;
	min-width: 1200px;
	height: 295px;
	float: left;
	background: #0143a1;
	border-top:5px solid #ea3232;
	margin-top: 25px;
}
/* 网站链接 */
.sitelink{
	width: 100%;
	height: 40px;
	float: left;
	margin-top: 50px;
}

.sitelinkcon{
	width: 280px;
	height: 40px;
	float: left;
	background: #fff;
	border: none;
	font-size: 16px;
	outline: none;
	color: #666;
	padding-left: 20px;

}
.sitelinkcon + .sitelinkcon{
	margin-left: 25px;
}
.footlcon{
	width: auto;
	height: 79px;
	float: left;
	margin-top: 60px;
	margin-left: 100px;
}
.footcon{
	width: 750px;
	height:auto;
	float: left;
	margin-top: 40px;
}
.footcon li{
	width: 100%;
	height: 30px;
	float: left;
	font: 18px/30px '微软雅黑';
	text-align: center;
	color: #fff;
}
.footcon li a{
	color: #fff;
}
.footrcon{
	width: auto;
	height: 78px;
	float: left;
	margin-top: 65px;
}


/*默认二级页*/

/*当前位置*/
.seat-box{
	width: 100%;
	height: 50px;
	padding-left: 50px;
	border-bottom: 1px solid #e8e8e8;
	background: url("/sitesources/qfayw/upload/201905/20190506151058735.png") no-repeat left center;
}
.seat-box span,
.seat-box a{
	margin-right: 8px;
	color: #999;
	font: 16px/50px 'notoRegular';
}

/*分页栏目*/

.layout3_L{
	float: left;
}
.layout3_R{
	float: right;
}
.paging-list{ margin-top: 30px}
.paging-list li{
	width: 220px;
	height: 40px;
	margin-bottom: 8px;
	text-align: center;
	background: url("/sitesources/qfayw/upload/201905/20190506151130057.png") no-repeat center;
}
.paging-list li a{
	color: #333;
        display:block;
	font: 16px/40px 'notoMedium';
}
.paging-list li:hover{
	background: url("/sitesources/qfayw/upload/201905/20190506151150537.png") no-repeat center;
}
.paging-list li:hover a{
	color: #155cad;
}

/*分页信息*/
.paging-tit{
	border-bottom: 1px solid #e8e8e8;
	color: #333;
	font: 24px/80px 'notoBold';
}
.info-box{
	height: 60px;
	padding: 10px 0;
	border-bottom: 1px dashed #e8e8e8;
}
.info-box a{
	margin-left: 16px;
	color: #333;
	font: 18px/40px 'notoMedium';
}
.info-Date{
	width: 110px;
	height: 40px;
	border-right: 1px solid #dcdcdc;
	float: left;
}
.info-Date span{
	float: left;
	width: 100%;
	color: #c4c4c4;
	font: 14px/20px 'notoRegular';
	text-align: center;
}
.info-Date .day-val{
	font-size: 20px;
}
.info-icon{
	margin-right: 4px;
	color: #a9a9a9;
	font: 20px/40px 'notoRegular';
	float: right;
}

/*详情页*/
.article-box{
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}
.article-tit{
	margin: 50px 0 30px;
	color: #333;
	font: 30px/40px 'notoMedium';
	text-align: center;
}
.article-data{
	margin-bottom: 28px;
	padding-bottom: 18px;
	border-bottom: 1px dashed #e8e8e8;
	font-family: 'notoRegular';
	text-align: center;
}
.article-data span{ margin-right: 120px}
.article-cont p{
	text-indent: 2em;
	color: #333;
	font: 18px/36px 'notoRegular';
text-align:justify;
}

.cms-article-video{
	margin:0 auto;
	width:600px;
	height:400px;
}
.article-cont img{
	display:block;
	margin:0 auto;
	max-width:900px;
	height:auto;}
.share{
	margin-top: 40px;
	float: right;
}
.share .bdsharebuttonbox{
	margin-left: 60px;
}
.share  span{
	color: #666;
	font: 16px/34px '宋体';
}
.share  a{
	width: 34px;
	height: 34px;
	margin: 0 0 0 14px;
	padding: 0;
}


/* 信息公开页面 */
.xxgk{ 
	width:100%; 
	height:540px; 
	float:left; 
	padding:45px 12px 0px 18px;
}
.xxgk a{ 
	width:252px; 
	height:115px; 
	float:left;  
	margin-bottom:54px; 
	margin-left:105px;  
	background:url(/sitesources/xxjjjcw/upload/202003/20200305104857594.png) no-repeat;
}
.xxgk a:hover{ 
	background:url(/sitesources/xxjjjcw/upload/202003/20200305104834234.png) no-repeat;
}
.xxgk a img{ 
	width:252px; 
	height:115px; 
	float:left;}


/* 专题专栏页面 */
.ztzllist{
	width: 100%;
	height: auto;
	float: left;
}
.ztzllist a{
	width: 357px;
    height: 170px;
    float: left;
    margin-left: 20px;
	margin-top: 20px;
	display: inline-block;
}
.ztzllist a img{
	width: 357px;
    height: 111px;
    float: left;
}
.ztzllist a span{
	width: 357px;
    height: 30px;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
	display: block;
	float: left;
}

.jumpToSel{
cursor:default !important;
}


/* 领导机构页面样式 */
.ld{width:100%;padding-top:40px;}
.ld-tit {
    width: 80%;
    height: 40px;
    border-left: 10px solid #8a0000;
    font-size: 30px;
    margin: 0px auto;
    padding-left: 20px;
    border-bottom: 2px dashed #8a0000;
    color:  #8a0000;
       line-height: 32px;
    font-weight: bold;
}
.ld-con{padding-bottom:20px;}
.ld-con .jgtit{font-weight:bold;font-size:36px;color:#000;margin:0px auto;text-align:center;margin-top:60px;}
.ld-con .jgcon{font-size:20px;color:#000;margin:0px auto;line-height:48px;margin-top:40px;width:70%;}


.ld-con .jgcon a {
    font-size: 20px;
    color: #000;
    margin: 0px auto;
    line-height: 25px;
    margin-top: 0px;
    display: inline-block;
    width: 140px;
}


/*右侧固定飘窗begin*/
.xxjwxf2022{
	position: fixed;
    bottom: 10px;
    right: 5px;
    margin: 0px;
    padding: 0px;
    width: 300px;
    height: auto;
    z-index: 2;
}
.xxjwxf2022 .list-item{
	position:relative;
	height:150px;
	margin-top:10px;
}
.xxjwxf2022 .list-item span{
position: absolute;
    top: 0px;
    right: 0px;
    color: #FFFFFF;
    font-size: 18px;
    padding: 5px;
    z-index: 99;
    cursor: pointer;
}
.xxjwxf2022 .list-item a{
	display:block;
	width:100%;
	height:100%;
}
.xxjwxf2022 .list-item a img{
	width:100%;
	height:100%;
}
/*右侧固定飘窗end*/

/*新专题begin*/
#ztzl{
    width: 1144px;
    height: 108px;
    overflow:hidden;
    position:relative;
    float: left;
    margin-top: 15px;
}
#ztzl .hd .prev,
#ztzl .hd .next{
    position: absolute;
    top: 40px;
    display:block;  
    width:18px; 
    height:34px; 
    float:right; 
    overflow:hidden; 
    cursor:pointer;
    z-index: 5;
    display: none;
}
#ztzl .bd{
    width: 1149px;
    height: 108px;
    overflow:hidden; 
}
#ztzl .bd ul{
    overflow:hidden;
    zoom:1; 
}
#ztzl .bd ul li{
    float:left;
    _display:inline;
    overflow:hidden;
    text-align:center;
    
    margin-right: 3px;
}

#ztzl .bd ul li img{
    width:380px;
    height:108px;
    display:block;
    transition: all .2s;
    
}
.ztzlmore{
    width: 50px;
    height: 108px;
    background: #BE0002;
    float: right;
    margin-top: 15px;
}
.ztzlmore a{
    font-weight: bold;
    color: #fff;
    font-size:24px;
    

    writing-mode: vertical-lr;
    text-align: center;
    display: block;
    width: 30px;
    height: 108px;
    margin:0 auto;
    letter-spacing:10px;
}
/*新专题end*/