
h1,h2,h3,h4,h5,h6,p * {
    margin: 0px;
    padding: 0px;
}
.crumbs,.crumbs > li {
	display: inline;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.crumbs > li:before {
	display: inline;
	content: " > ";
}
.crumbs > li:nth-child(1):before {
	display: none;
}
.leftnews .title2 * {
    margin: 0px;
    padding: 0px;
}
img.alignright {
    float: right;
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
}
.aboutlist p {
    font-size: 16px;
}
.ArticleTencont * {
	line-height: 30px;
	font-size: 14px;
}
.submian .sobtitle {
	border-bottom: 1px solid #ddd;
}
/*分页样式*/
.pglist {
	padding: 20px 0 30px;
	width: 100%;
	text-align: center;
	clear: both;
}
.pglist a, .current {
	color: #666;
	padding: 0 14px;
	margin: 0 3px;
	display: inline-block;
	vertical-align: middle;
	line-height: 30px;
	background: #fff;
	border: 1px solid #ddd;
}
.pglist a:hover, .pglist span.current {
	display: inline-block;
	color: #fff;
	background: #dc0000;
	border-color: #dc0000;
}