﻿
body{
	padding:0;
	margin:0;/*让网页上下左右没有空隙*/
	font-size:14px;/*默认字体大小*/
	font-family:Microsoft Yahei;
}
h1,h2,h3,h4,h5,h6,p,strong,em{
	padding:0;
	margin:0;
	font-style:normal;
	font-weight:normal;
}
a:link,a:visited{
	color:#000;
	text-decoration:none;/*没有下划线*/
	float:none;/*不浮动*/
}
a:hover{
	color:#cc0000;
}
ul,li{
	padding:0;
	margin:0;
	list-style:none;/*列表前面的标记没了*/	
}
img{
	border:none;/*没边框*/
}

.clear { clear: both; }
/*基本格式 end*/

/*首页代码*/
/*banner*/
.lxyz_banner{
	background:url(../images/banner.png) center no-repeat;
	height:279px;		
}
/*banner end*/
/*lxyz_nav*/
.lxyz_nav{
	height:45px;
	background-color:#c50d0b;
}
.lxyz_nav ul{
	width:1000px;
	margin:0 auto;
}
.lxyz_nav ul li{
	float:left;
	line-height:45px;	
	text-align:center;
}
.lxyz_nav ul li a{
	font-size:16px;
	color:#fff;
	padding: 12px 29.5px;
}
.lxyz_nav .lxyz_on{
	width:111px;	
}
.lxyz_nav .lxyz_on a{
	width:111px;
	padding: 12px 39.5px;	
}
.lxyz_nav ul li a:hover{
	background-color:#961a0b;
}
/*lxyz_nav end*/
/*lxyz_content*/
.lxyz_content{
	width:1000px;
	margin:0 auto;	
	height:auto;	
}
/*整体的顶部*/
.lxyz_content .lxyz_top{
	width:1000px;
	height:229px;
	margin-top:19px;
	border:#ededed solid;
	border-width:1px 0 1px 0;
}
/*焦点图*/
.lxyz_left{
	width:320px;
	height:190px;		
	margin-top:19px;
	margin-bottom:20px;
	float:left;
}
.slideBox{ 
	width:320px; 
	height:190px; 
	overflow:hidden;
	position:relative;
	border:1px solid #ddd;
 }
.slideBox .hd{ 
	height:15px;
	overflow:hidden; 
	position:absolute; 
	right:5px; 
	bottom:5px; 
	z-index:1; 
}
.slideBox .hd ul{ 
	overflow:hidden; 
	zoom:1; 
	float:left;
}
.slideBox .hd ul li{ 
	float:left; 
	border-radius: 25px;
	margin-right:2px;  
	width:14px; 
	height:14px; 
	line-height:14px; 
	text-align:center; 
	background:#f00; 
	cursor:pointer; 
}
.slideBox .hd ul li.on{ 
	background:#fff; 
	color:#fff;
}
.slideBox .bd{
	position:relative; 
	height:100%; 
	z-index:0;   
}
.slideBox .bd li{ 
	zoom:1; 
	vertical-align:middle; 
}
.slideBox .bd img{ 
	width:320px; 
	height:190px; 
	display:block;  
}
.abb{
	float:left;
	position: absolute;
	z-index: 9888;
	margin-top: -28px;
	color: #fff;	
	font-size:14px;	
	width:182px;
	margin-left:8px;
	overflow: hidden; 
	white-space: nowrap; 	
}
.ab{
	width:321px;
	height:39px;
	float:left;
	position:absolute;
	z-index: 8888;	
	background:url(../images/b2.png) no-repeat;
	margin-top: -35px;
}
/*焦点图 end*/
/*焦点文章*/
.lxyz_right{
	width:650px;
	height:190px;
	float:right;
	margin-top:19px;
	margin-bottom:20px;
}
.lxyz_right h2{
	font-size:26px;
	color:#b5231f;
    text-align:center;
	width:650px;
	overflow: hidden; 
	white-space: nowrap; 
	text-overflow: ellipsis;
}
.lxyz_right h5{
	width:650px;
	height:43px;
	font-size:12px;
	color:#999999;
	overflow: hidden; 
	margin-top:21px;
	margin-bottom:20px;
	text-indent:2em;
	line-height:24px;
}
.lxyz_right h5 a{
	color:#e22632;		
}
.lxyz_right ul{
	width:320px;
	height:70px;
	float:left;
}
.lxyz_right_ul{
	margin-right:10px;
}
.lxyz_right ul li{
	line-height:26px;
	width:320px;
	overflow: hidden; 
	white-space: nowrap; 
	text-overflow: ellipsis;
	background:url(../images/b6.png) no-repeat 1px 13px;
}
.lxyz_right ul li a{
	padding-left:8px;
}
/*焦点文章 end*/
/*整体的顶部 end*/
/*整体的中部*/
.lxyz_middle{
	width:1000px;
	height:252px;
	border:#ededed solid;
	border-width:0 0 1px 0;
}
/*中央精神 */
.lxyz_middle_left{
	float:left;
	width:320px;
	height:224px;
	margin-top:20px;
}
.lxyz_middle_left h2{
	font-size:20px;
	margin-bottom:12px;
	
}
.lxyz_middle_left h3{
	width:145px;
	height:90px;
	float:left;
	
}
.lxyz_middle_left h3 img{
	width:145px;
	height:90px;
	
}
.lxyz_middle_left h4{
	width:145px;
	font-size:16px;
	color:#c50d0b;
	float:left;
	margin-left:15px;
	overflow: hidden; 
	white-space: nowrap; 
	margin-bottom: 16px;
}
.lxyz_middle_left h5{
	width:145px;
	height:60px;
	float:left;
	font-size:12px;
	color:#999999;
	line-height:20px;
	margin-left:15px;
	overflow: hidden; 	
}
.lxyz_middle_left h5 a{
	color:#c50d0b;
}
.lxyz_middle_left ul{
	width:320px;
	float:left;
	margin-top:7px;
}
.lxyz_middle_left ul li{
	width:320px;
	line-height:26px;
	overflow: hidden; 
	white-space: nowrap; 
	text-overflow: ellipsis;
	background:url(../images/b6.png) no-repeat 3px 13px;
}
.lxyz_middle_left ul li a{
	padding-left:8px;
}

/*中央精神 end */
/*重要文件 */
.lxyz_middle_center{
	float:left;
	width:320px;
	height:224px;
	margin-top:20px;
	margin-left:20px;
}
.lxyz_middle_center h2{
	font-size:20px;
	margin-bottom:12px;	
}
.lxyz_middle_center ul{
	width:320px;
	float:left;
}
.lxyz_middle_center ul li{
	width:320px;
	line-height:26px;
	overflow: hidden; 
	white-space: nowrap; 
	text-overflow: ellipsis;
	background:url(../images/b6.png) no-repeat 3px 13px;
}
.lxyz_middle_center ul li a{
	padding-left:8px;
}
/*重要文件 end*/
/*党章党规*/
.lxyz_middle_right{
	float:left;
	width:320px;
	height:224px;
	margin-top:20px;
	padding-left:20px;
	background:url(../images/b8.png) no-repeat 12px 13px;
}
.lxyz_middle_right h2{
	font-size:20px;
	margin-bottom:12px;	
}
.lxyz_middle_right ul{
	width:320px;
	float:left;
}
.lxyz_middle_right ul li{
	width:320px;
	line-height:26px;
	overflow: hidden; 
	white-space: nowrap; 
	text-overflow: ellipsis;
	background:url(../images/b6.png) no-repeat 3px 13px;
}
.lxyz_middle_right ul li a{
	padding-left:8px;
}
/*党章党规 end*/
/*整体的中部 end*/
/*好书推荐*/
.tempWrap {
    width: 926px;
}
.lxyz_book{
	width:1000px;
	height:280px;
	border:#ededed solid;
	border-width:0 0 1px 0;
}
.lxyz_book h2{
	margin-top:20px;
	margin-bottom:10px;
}
.picScroll-left{ 
	width:1000px; 
	height: 205px; 
	overflow:hidden;
	position:relative; 
	background-color:#f4f3f3;
}		
.prev{ 
	display:block; 
	width:28px; 
	height:59px;  
	margin-left: 11px;
	margin-top: 75px;  
	overflow:hidden;
	cursor:pointer; 
	background:url("../images/b3.png") no-repeat;
}
.next{ 
	display:block;  
	width:28px; 
	height:59px;  
	margin-right: 11px;
	margin-top: 75px;  
	overflow:hidden;
	cursor:pointer; 
	background:url("../images/b4.png") no-repeat;
}
.hd1{float:right;}
.hd2{float:left;}
.picScroll-left .hd .next{ background-position:0 -50px;  }
.picScroll-left .hd .prevStop{ background-position:-60px 0; }
.picScroll-left .hd .nextStop{ background-position:-60px -50px; }
.picScroll-left .bd{
	height: 190px;
	width: 921px;
	overflow: hidden;
}
.picScroll-left .bd ul{ 
	overflow:hidden; 
	zoom:1; 
}
.picScroll-left .bd ul li{ 
	margin: 0 0 0 30px; 
	float:left; _display:inline; 
	overflow:hidden; 
	text-align:center;  
}
.picScroll-left .bd ul li .pic{ text-align:center; }
.picScroll-left .bd ul li .pic img{ 
	width:120px; 
	height:140px; 
	display:block;  
}
.picScroll-left .bd ul li .pic a:hover img{ border-color:#999;  }
.picScroll-left .bd ul li .title{
	width:120px; 
	line-height:24px;  
	font-size:10px;
	font-family:Microsoft Yahei;  
}
.lxyz_book .picList{
	margin-left:-4px;
	margin-top:28px;
}

/*好书推荐end*/
/*整体底部*/
.lxyz_bottom{
	width:1000px;
	height:252px;
	border:#ededed solid;
	border-width:0 0 1px 0;
}
.lxyz_bottom_left{
	margin-left:20px;
	
}

/*整体底部end*/
/*lxyz_content end*/
/*lxyz_foot*/
.lxyz_foot{
	height:135px;
	background-color:#b5231f;
	margin-top:20px;
}
.lxyz_foot_content{
	width:1000px;
	height:135px;
	margin:0 auto;
	
}
.lxyz_foot_content h2{
	padding-top:30px;	
	float:left;
}
.lxyz_foot_p{
	float:left;
	padding:30px 0 0 30px;
	line-height:24px;
	color:#fff;
}
.lxyz_foot_p a{
	color:#fff;
}
.lxyz_foot_content ul li{
	float:right;
	padding-top:22px;
	text-align: center;
	padding-left:70px;
}
.lxyz_foot_content ul li span{
color: #fff;
}
/*lxyz_foot end*/
/*首页代码 end*/
/***************************************************************/
/*列表页代码*/
.lxyz_list_header{
	font-size:12px;
	line-height:20px;
	margin-top:20px;
	margin-bottom:20px;
}
.lxyz_list_text{
	width:1000px;
	height:auto;
	margin-bottom:20px;
}
/*导航*/
.lxyz_list_nav{
	width:180px;
	height:539px;
	float:left;
}
.lxyz_list_nav h2{
	font-size:18px;
	line-height:40px;
	padding-left:15px;
	color:#c50d0b;
}
.lxyz_list_nav ul li{
	font-size:14px;
	line-height:40px;
	border:#ededed solid;
	border-width:1px 0 0 0;
	
	
}
.lxyz_list_nav ul li a{
	display: block;
	padding-left:15px;
}
.lxyz_list_nav ul li :hover{
	color:#fff;
	background-color:#c50d0b;
}

/*导航完*/
/*文章页*/
.lxyz_list_article{
	width:776px;
	height:539px;
	float:right;
}
.lxyz_list_article ul li{
	height: 24px;
	line-height:25px;
	font-size:14px;
	color: #333;
	margin-bottom: 7px;
}
.lxyz_date{
	float:right;
	font-size: 12px;
	color: #999;
	font-family: Verdana;	
}
.lxyz_list_article ul li a{
	width: 600px;
	padding-left:15px;
	float: left;
}
.a{
	width: 600px;
	overflow: hidden; 
	white-space: nowrap; 
	text-overflow: ellipsis;
	background:url(../images/b13.png) no-repeat 4px 11px;
}
/*分页*/
.lxyz_page{
	text-align: center;
	margin: 45px 0 0 0;	
}
.lxyz_page a, .lxyz_page b {
	margin: 0 5px;
	padding: 0 8px;
	height: 25px;
	display: inline-block;
	line-height: 25px;
	text-align: center;
}
.lxyz_page b {
color: #fff;
background: #c50d0b;
font-weight: normal;
}

.lxyz_page a:hover{
	color:#fff;
	background-color:#c50d0b;
}
/*分页完*/
/*列表页代码完*/
/***************************************************************/
/*正文页*/
.lxyz_list_works{
	width:776px;
	float:right;
	margin-bottom:20px;
}
.lxyz_list_works h2{
	text-align: center;
	font-size: 24px;
	color: #000;
	font-weight: normal;
}
.lxyz_list_works_p {
	text-align: center;
	width:776px;
	padding: 40px 0 10px 0;
	
}
.lxyz_list_works_p a{
	padding: 0 20px 0 0;
	font-size:12px;
}
.lxyz_list_works_p a:hover{color:#000;}
.lxyz_shareBox{
	display: inline-block;
	margin: 20px 0 0;
	float:right;
}
.lxyz_introduction{
	font-size: 12px;
	color: #333;
	line-height: 26px;
	background: #f0f0f0;
	padding: 14px 20px;
	font-family: none;	
	margin-top: 50px;	
}
.lxyz_list_works  p{
	width:776px;
	font-size:16px;
	line-height: 26px;
	text-indent: 2em;
	margin-top: 15px;
	height:auto;
}
.lxyz_list_works  p img{
	display: block;
	margin: 0 auto;
	padding-top: 15px;
	max-width: 100%;
}

/*正文页 完*/




