/* Write your styles */
header img{width:100%;height:auto;}
/*主菜单*/
	#rootmenu{
		background-color: #007FCF;
	}
	#rootmenu .am-parent ul{
		background-color: #006699;
	}
	#rootmenu a:link,#rootmenu a:visited{
		color: #fff;
	}
	#rootmenu a:active{
		color: #ff6600;
	}
#lmTitle{margin:0;letter-spacing: 1px;
	background-color: #FE0001;
	color: #fff;
	font-size:20px;
	text-align: center;
	height:56px;
	line-height:56px;
}

/*要闻*/
.scriptNews ul{
	padding:0;margin:0;
	height:250px;
	overflow: hidden;
}
.scriptNews ul li{
	line-height:49px;height:49px;
	list-style-type: none;
	border-top: 1px solid #DEDEDE;
}
.scriptNews li a{
	display: inline-block;
	width: 70%;
	text-overflow:ellipsis;/*IE省略号*/
	white-space:nowrap;/*强制在同一行内显示所有文本，直到文本结束或者遭遇 br 对象*/
	overflow:hidden;
	-o-text-overflow:ellipsis;/*op专用省略号*/
}
.scriptNews li span{
	float:right;font-size:12px;
}
.more1{color:#FFFFFF;}
/*在线服务*/
.boxes li{text-align: center;}
.boxes a,.boxes span{margin:0 auto;text-align: center;display: block;ackground-position: 50% top;}

/*系统图标*/
.dh ul {padding:0;
    width: 100%;
}
.dh ul .h200 {
    height: 152px;
    padding-top: 20px;
    background: #ff9d2e;
}
.dh li {
    width: 30.33%;
    margin: 5px 1.5%;
    background: #0084C7;
    float: left;
    text-align: center;
    padding: 13px 0;
    color: #fff;
    overflow: hidden;
    border-radius: 2px;
}
.dh li i {
    width: 100%;
}
.dh li span {
    width: 100%;
    line-height: 20px;
    padding-top: 0px;
    display: block;
}
/*单文章页*/
#arttitle{margin-top:20px;}
#arttitle h1.am-article-title{padding:0 10px;
	font-size: 20px;
	line-height:24px;
	font-weight: bold;
}
#arttitle p a{margin-left:10px;}
#content{
	padding: 0px 20px 20px 20px;
	line-height: 200%;		
}
#contentPic img{max-width:100%;height:auto;}
#content p{margin-bottom:10px;}
#content img{max-width:100%;height:auto;}



footer{clear:both;
	padding-top:20px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #ff0000;
}


/*.分页钮部分 */
#pagetop {clear: both;height:0px;}
.pages {clear:both;
	background-color: #f9f9f9;
	PADDING:13px 3px;
	MARGIN: 3px;
	TEXT-ALIGN: center;
}
.pages A {
	BORDER: #ddd 1px solid;
	PADDING:5px 12px;
	MARGIN: 2px;	
	COLOR: #fff;BACKGROUND-COLOR: #0E90D2;
	TEXT-DECORATION: none;
}
.pages A:hover {	
	COLOR: #0E90D2;
	BORDER: #0E90D2 1px solid;
}

.pages .current {
	COLOR: #0E90D2;
	BORDER: #0E90D2 1px solid;
	PADDING:5px 12px;
	MARGIN: 2px;	
	FONT-WEIGHT: bold;		
	
}
.pages .disabled {
	COLOR: #ddd;BACKGROUND-COLOR: #fff;
	BORDER: #ddd 1px solid;
	PADDING:5px 12px;
	MARGIN: 2px;	
}
.pages A,.pages span{display: none;}
.pages .current {display:inline;background-position: right 0px;font-weight: normal;}
#Pages_Pre{display:inline;
}
#Pages_Next{display:inline;
}

