/*顶部logo图*/
header img{width:100%;height:auto;}
/*主菜单*/
.am-menu {
	height:4px;
	background-color: #BE0E27;
}
.am-menu-dropdown1 .am-menu-toggle {
	top: -70px;
	color: #C1241C;
	position: absolute;
	z-index: 9;
	right: 20px;
	
}

/*幻灯*/
.am-slider-desc a:link,.am-slider-desc a:visited{color: #fff;}
.am-slider .am-slides img {height: 300px;}
/*要闻*/
.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:link,.more1:visited{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;
	color: #fff;
}
/*当前位置*/
#crumb{font-size:14px;margin:8px 10px 0 10px;display:none;}
#crumb *{color:#555;}
/*单文章页*/
#artOne #arttitle{margin-top:20px;}
#artOne h1.am-article-title{
	padding:10px 10px 0 10px;
	margin-bottom:5px;
	font-size: 20px;
	line-height:30px;
	font-weight: bold;
	
}
#artOne #arttitle p a{margin-left:10px;}
#artOne #content{
	padding: 0px 20px 20px 20px;
	line-height: 200%;
}
#artOne #contentPic img{max-width:100%;height:auto;}
#artOne #content p{margin-bottom:10px;}
#artOne #content img{max-width:100%;height:auto;}

#op1b{margin-bottom:20px;}
.d0{
	margin-top:10px;
	text-align:center;
	font-weight: bold;
	color: #BE0E27;
}

.d1{	
	padding:12px;	

}
.d2{
	border-top: 1px solid #eee;padding:12px;
}

/*.分页钮部分 */
#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: #C1241C;
	TEXT-DECORATION: none;
}
.pages A:hover {BORDER: #C1241C 1px solid;}
.pages .current {
	COLOR: #C1241C;
	BORDER: #C1241C 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 .current {display:inline;background-position: right 0px;font-weight: normal;}
#Pages_Pre{display:inline;
}
#Pages_Next{display:inline;}
/*foot*/
footer{clear:both;
	padding-top:20px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #C1241C;
}
.new-detail h3:first-child{display:none;}