@import "base.css";

body {
	color: #666666;
	background: #fffefe;
	line-height: 2;
}

.newsHd {
	background: #f7f7f7;
	width: 100%;
	padding: 30px 0 20px 0;
	text-align: center;
	float:left;
}
.newsHd h1 {
	width: 100%;
	margin: 0 auto;
	font-size: 26px;
	line-height: 45px;
}
.newsHd .tab {
	width: 100%;
	margin: 0 auto;
	color: #aeaeae;
	padding: 10px 0;
}
.newsHd .newmain .tab span {
    padding: 0 10px;
}
.content {
	padding: 20px 0;
	font-size: 16px;
    line-height: 35px;
}
.content p {
	padding: 0 0 20px 0;
    text-indent: 2em;
    font-size: 16px;
}
.content img {
	max-width: 100%;
}

.menus {
	width:100%;
	border-bottom:2px solid #1f99ee;
}