/*--------------------------全--局-------------------------------*/
body{
	margin:0;
	padding:0;
	color:#333;
	font-size:16px;
	font-family:  "Microsoft YaHei","微软雅黑",Tahoma, Arial, sans-serif;
	/*background:url("../images/body_bg.jpg") center top no-repeat;*/
}
a{
	text-decoration: none;
}
a:link,a:visited {
	color: #000;
}
a:hover,a:active {
	color: #E70012;
	text-decoration: none;
}


ol,ul{
	list-style-type:none;
	list-style-position : outside;
	margin:0 0 0 0;
	padding:0 0 0 0;
}
li{
	margin:0 0 0 0;
	padding:0 0 0 0;
}

img{
	border:0;
}

p{
	margin:0 0 0 0;
	padding:0 0 0 0;
}

dl{
	margin:0 0 0 0;
	padding:0 0 0 0;
}
dd{
	margin:0 0 0 0;
	padding:0 0 0 0;
}
dt{
	margin:0 0 0 0;
	padding:0 0 0 0;
}
h1,h2,h3,h4,h5,h6{
	font-weight:normal;
}
.clear{
    clear:both;
}


/*顶部信息栏*/
.header-top{
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: #f9f9f9;
}
.header-top-content{
	width: 1140px;
	margin: 0 auto;
	overflow: hidden;
}
.header-top-left{
	float: left;
	width: 50%;
}
.header-top-right{
	float: right;
	width: 50%;
	text-align: right;
}

.header-logo{
	position: relative;
	padding: 20px 0 20px 20px;
}

.header-ewm{
	position: absolute;
	right: 10px;
	top: 5px;
}

/*导航栏*/
.nav-container{
	width: 100%;
	background: #E70012;
}
.nav-link{
	
}
.nav-link li{
	float: left;
}
.nav-link li:hover{
	background: #383735;
}
.nav-link a{
	display: inline-block;
	padding: 15px 16px;
	font-size: 16px;
	color: #fff;
}
.nav-link a:hover{
	background: #383735;
}
.nav-link li.nav-dropdown{
	position: relative;
}
.nav-dropdown-menu{
	position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #383735;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    display: none;
}
.nav-link li.nav-dropdown:hover .nav-dropdown-menu{
	display: block;
}
.nav-dropdown-menu li{
	width: 100%;
}
.nav-dropdown-menu a{
	display: block;
	padding: 10px 20px;
}
.nav-dropdown-menu a:hover{
	background: #E70012;
}

.nav-search{
	float: right !important;
	width: 260px;
	padding: 8px 0 0;
	overflow: hidden;
}

/*导航栏*/
.breadcrumb{
	width: 100%;
	background: none;
	border-bottom: #efefef 1px solid;
	border-radius: 0;
}

/*--------------------框架-------------------*/
.div-container{
	width: 100%;
	padding: 30px 0;
	overflow: hidden;
}
.div-left{
	float: left;
	width: 810px;
	max-width: 100%;
}
.div-right{
	float: right;
	width: 300px;
}

/*--------------------列表页-------------------*/
.list-container{
	width: 100%;
}
.list-text{

}
.list-text li{
	padding: 25px 0;
	line-height: 1.8;
	border-bottom: #ccc 1px dashed;
	overflow: hidden;
}
.list-text-left{
	float: left;
	max-width: 240px;
	max-height: 140px;
	margin: 0 20px 0 0;
}
.list-text-left img{
	width: 240px;
	height: 140px;
}
.list-text-right{
}
.list-text-right h3{
	font-size: 18px;
	margin: 5px 0 15px;
}
.list-text-right .info{
	color: #999;
	padding: 0 0 6px;
}
.list-text-right .info .iconfont{
	font-size: 18px;
}
.list-text-right .content{
	color: #999;
	height: 56px;
	line-height: 28px;
	overflow: hidden;
}


/*--------------------详细页-------------------*/
.article-title{
	font-size: 26px;
	text-align: center;
	line-height: 1.5;
	padding: 20px 0;
}
.article-info{
	border-bottom: #f6f6f6 1px solid;
	padding: 5px 0;
	color: #999;
	font-size: 12px;
	text-align: center;
}
.article-content{
	line-height: 2.5;
	font-size: 16px;
	padding: 30px 0 20px;
	line-height: 200%;
}
.article-content p{
	text-indent: 2em;
	padding: 0 0 15px;
}
.article-content img{
	padding: 10px 0;
	max-width: 100%;
}




/*--------------------侧边栏栏目-------------------*/
.sider-nav{
	width: 100%;
	border: #d9d9d9 1px solid;
	background: #f2f2f2;
}
.sider-nav ul li{
	border-bottom: #ccc 1px dashed;	
}
.sider-nav ul li:first-child{
	text-align: center;
	background: #E70012;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	height: 50px;
	line-height: 50px;
	border-bottom: none;
}
.sider-nav ul li:last-child{
	border-bottom: none;
}
.sider-nav ul li a{
	display: block;
	text-indent: 30px;
	height: 46px;
	line-height: 46px;
	font-size: 16px;
}
.sider-nav ul li a:hover{
	background: #eee;
}

.sider-user{
	width: 100%;
	margin: 10px 0 0;
	border: #d9d9d9 1px solid;
	background: #f2f2f2;
	overflow: hidden;
}
.sider-user ul li{
	float: left;
	text-align: center;
	width: 50%;
	padding: 15px 0;
}
.sider-user ul li:first-child{
	border-right: #d9d9d9 1px solid;
}
.sider-user ul li em{
	display: inline-block;
	border:#D90000 1px solid;
	border-radius: 30px;
	width: 48px;
	height: 48px;
}
.sider-user ul li i.iconfont{
	font-size: 30px;
	color: #D90000;
}
.sider-user ul li span{
	display: block;
	text-align: center;
	font-size: 14px;
	padding: 6px 0 0;
}
.sider-user ul li a:hover{
	color: #D90000;
}

/*---------------------------文章上下翻条------------------------*/
div.post-nav {
	width:100%;
    height:20px;
    margin:0 0 10px 0;
	clear:both;
    font-size:1em;
}




/*---------------------------文章和评论翻页条------------------------*/
a.l{
	text-align:left;
	float:left;
	max-width: 50%;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}

a.r{
	text-align:right;
	float:right;
	max-width: 50%;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}



/*---------------------------相关文章----------------------------------*/
.more-article{
	margin:40px 0 0 ;
}
.more-article h4{
	color:#000;
	font-size:14px;
	padding-bottom:10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dbe0e6;
}

.more-article-list{
	padding-left:0px;
	border:none;
}
.more-article-list p{
	padding: 5px 0;
}
.more-article-list p span{
	float:right;
	color: #666;
}


/*--------------------首页-------------------*/
.index-container{
	width: 1140px;
	padding: 20px 0;
	overflow: hidden;
}
.index-container-left{
	float: left;
	width: 860px;
}
.index-container-right{
	float: right;
	width: 260px;
}

.index-ltop-container{
	width: 100%;
	height: 330px;
	border: #ddd 1px solid;
	padding: 12px 10px;
	background: #fff;
}
.index-picnews-container{
	position: relative;
	float: left;
	width: 420px;
}
#picnews{
	position: relative;
	width: 420px;
	height: 300px;
	overflow: hidden;
}
#picnews img{
	width: 100%;
	height: 100%;
	display: block;
}
#picnews span{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 32px;
	line-height: 32px;
	background: rgba(0,0,0,.5);
	color: #fff;
	text-indent:10px;
}
#navs{
	position: absolute;
	bottom: 10px;
	right: 10px;
	z-index: 10;
}
#navs a{
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 6px 0 0;
	background: #fff;
}
#navs a.active{
	background: #D90000;
}

.index-topnews{
	float: left;
	width: 390px;
	margin: 0 0 0 20px;
}
.index-topnews-title{
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	font-weight:bold;
}
.index-topnews-content{
	width: 100%;
}
.index-topnews-content ul li{
	height: 32px;
	line-height: 32px;
	background: url(../images/square.jpg) left center no-repeat;
	text-indent: 15px;
	overflow: hidden;
}
.index-topnews-content ul li i{
	font-style: normal;
	color: #E70012;
}
.index-topnews-content ul li a{

}
.index-topnews-content ul li span{
	float: right;
	color: #afaeae;
	font-size: 14px;
}


.index-video-pic{
	width: 100%;
	border: #ddd 1px solid;
	margin-top: 20px;
	overflow: hidden;
	padding: 20px 10px;
}
.index-video{
	width: 420px;
	height: 300px;
	float: left;
}
.index-pic-c{
	width: 400px;
	float: right;
}
.index-pic-title{
	border-left: #E70012 4px solid;
    background: #fff;
    text-indent: 15px;
    font-size: 18px;
    font-weight: bold;
    color: #E70012;
    padding: 1px 0;
}
.index-pic{
	width: 100%;
	margin-top: 20px;
}
.index-pic ul li{
	width: 240px;
	height: 250px;
	margin: 0 15px 0 0;
	float: left;
	text-align:center;
	overflow: hidden;
	font-size: 12px;
}
.index-pic ul li img{
	width: 240px;
	height: 200px;
	padding: 0 0 10px;
}

.index-center-container{
	width: 100%;
	border: #ddd 1px solid;
	padding: 30px 40px;
	margin-top: 20px;
	overflow: hidden;
}
.index-user-title{
	border-left: #E70012 4px solid;
	background: #fff;
	text-indent:15px;
	font-size: 18px;
	font-weight: bold;
	color: #E70012;
	padding: 1px 0;
}
.index-user-left{
	width: 260px;
	float: left;
}
.index-user-ico{
	padding: 10px 0 0;
}
.index-user-ico ul li{
	background: #efeff1;
	margin: 9px 0 0;
	height: 55px;
	overflow: hidden;
}
.index-user-ico ul li:hover{
	background: #E4E4E7;
}
.index-user-ico ul li a{
	display: block;
	height: 33px;
	padding: 15px 0;
}
.index-user-ico ul li em{
	float: left;
	display: inline-block;
	width: 66px;
	height: 30px;
	text-align: center;
	border-right: #b0afaf 1px solid;
}
.index-user-ico ul li em i{
	font-size: 22px;
}
.index-user-ico ul li span{
	float: left;
	font-size: 18px;
	padding: 0 0 0 20px;
}
.index-user-right{
	float: right;
	width: 460px;
	margin:0 0 0 20px;
}
.index-user-news{
	padding: 15px 0;
}
.index-user-news ul li{
	height: 30px;
	line-height: 30px;
	background: url(../images/square.jpg) left center no-repeat;
	text-indent: 15px;
}
.index-user-news ul li span{
	float: right;
	color: #999;
	font-size: 14px;
}

/*右边通知*/
.index-tongzhi-container{
	width: 100%;
}
.index-tongzhi-title{
	border-left: #E70012 4px solid;
	background: #fff;
	text-indent:15px;
	font-size: 18px;
	font-weight: bold;
	color: #E70012;
	padding: 1px 0;
}
.index-tongzhi-content{
	padding: 10px 0;
}
.index-tongzhi-content ul li{
	line-height: 1.5;
	background: url(../images/square.jpg) left 13px no-repeat;
	padding: 3px 0 3px 10px;
}

/*右边党建*/
.index-dj-title{
	width: 260px;
	box-sizing: border-box;
	margin-top: 20px;
	border:#E70012 2px solid;
	border-bottom: none;
}
.index-dj-title img{
	width: 256px;
}
.index-dj-list{
	padding: 10px 10px;
	border:#E70012 2px solid;
	border-top: none;
}
.index-dj-list ul li{
	line-height: 1.5;
	background: url(../images/square.jpg) left 13px no-repeat;
	padding: 3px 0 3px 10px;
}


.index-show-user{
	margin: 15px 0 0;
	width: 260px;
	height: 260px;
	background: #f6f6f6;
	box-sizing: border-box;
	padding: 20px;
}
.index-show-user p{
	line-height: 160%;
	padding: 3px 0;
}

/*--------------------底部信息-------------------*/
.footer-container{
	width: 100%;
	padding: 30px 0;
	background: #E9E9E9;
	color: #B0B0B0;
}
.footer{
	width: 1140px;
	margin: 0 auto;
}

ul.footer-link{
	width: 100%;
	padding: 0 0 20px;
	overflow: hidden;
}
ul.footer-link li{
	width: 20%;
	float: left;
	padding: 0 20px 0 0;
	font-size: 14px;
}
ul.footer-link li .seclist{
	width: 100%;
	height: 28px;
    line-height: 28px;
    padding-left: 10px;
    color: #666;
    margin-right: 20px;
    border: 1px solid #e5e5e5;
    font-family: "Microsoft YaHei";
}
ul.footer-info{
	text-align: center;
	font-size: 12px;
}
ul.footer-info li{
	padding: 5px 0;
}
.footer-nav a{
	margin: 0 10px;
	color: #959595;
}
.footer-text{}
.footer-text a{
	color:#B0B0B0; 
}

/*--------------------分页-------------------*/

.pagination{
	border-radius:0;
}
.pagination>li>a,.pagination>li>span{
	padding: 10px 15px;
	margin: 0 2px;
	font-size: 16px;
	color:#333;
}
.pagination>li:first-child>a, .pagination>li:first-child>span{
	border-radius:0;
}

.pagination>li:last-child>a, .pagination>li:last-child>span{
	border-radius:0;
}
.pagination>.active>span{
	background-color: #E70012;
    border-color: #E70012;
}
