* {
	border: 0;
	line-height: 1.4em;
}

html, body, p, form, img {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	width: 100%;
	background: #fff;
	font-size: 12px;
	font-family: "Microsoft Yahei", Verdana, Arial, Helvetica, sans-serif;
	color: #3c3c3c;
}

select, input, img {
	vertical-align: middle;
}

a {
	text-decoration: none;
}

.wrap {
	margin: 0 auto;
	width: 100%;
}

#header {
	background: #00c28b;
	width: 100%;
	height: 56px;
	color: #fff;
	overflow: hidden;
	border-bottom: 1px solid #c6c6c6;
	box-shadow: 0 1px 3px #aaa;
	margin-bottom: 8px;
}

#header a {
	float: left;
	width: 56px;
	height: 40px;
	display: block;
	text-indent: -999px;
	padding-top: 16px;
	background: url(title_bar_back.png) no-repeat center;
	background-size: 18px;
}

#header a:active {
	background-color: #fc3;
}

#header strong {
	background: #8ab414;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	border-left: 1px solid #779b13;
	border-bottom: 1px solid #779b13;
	height: 30px;
	width: 30px;
	position: absolute;
	left: 5px;
	top: 0;
	z-index: -1;
}

#header span {
	background: #8ab414;
	display: block;
	width: 50px;
	height: 29px;
	border: 1px solid #779b13;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-left: 0;
	position: absolute;
	left: 15px;
	top: 0;
	z-index: -1;
}

#header h4, #header h3 {
	padding: 0px 10px;
	margin: 0;
	line-height: 56px;
	height: 56px;
	display: block;
	text-align: left;
	font-size: 20px;
	width: 60%;
	float: left;
	font-weight: normal;
}

#header h4 {
	padding-left: 0px;
}

.main_content ul {
	margin: 0;
	padding: 0;
}

.main_content ul li {
	list-style: none;
	margin: 0 8px;
	border-bottom: 1px solid rgba(188, 188, 188, .2);
}

.inner_content {
	background: #fff;
}

.inner_content h4 {
	position: relative;
	margin: 0;
	overflow: hidden;
	padding: 15px 10px;
	height: 20px;
	color: #333;
	font-size: 1.28em;
	font-weight: normal;
}

.text_overflow {
	display: block;
	word-break: keep-all;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 60%;
	float: left;
	line-height: 20px;
}

.folder_right {
	float: right;
}

.align_right {
	position: absolute;
	top: 8px;
	right: 10px;
}

.align_right img {
	float: right;
	width: 15px;
	height: 15px;
}

.align_right p {
	clear: both;
	font-size: 12px;
	font-weight: normal;
	word-break: keep-all;
	white-space: nowrap;
	margin-top: 8px;
}

.content {
	padding: 10px;
}

.content .image {
	margin: 12px auto;
	box-shadow: 0 0 2px #333;
	border-radius: 4px;
}

.content .create_time {
	color: rgba(126, 126, 126, 0.6);
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 8px;
}

.content a {
	color: #3c3c3c;
	text-decoration: underline;
}

.content a:hover {
	color: #000;
}

.content ul {
	margin: 0;
	padding: 10px 15px;
}

.content p {
	width: 100%;
	overflow: hidden;
	text-align: justify;
	font-size: 14px;
}