/* dashborad */

.pagedlist_item {
	padding: 15px 20px;
	border-bottom: 1px solid #efefef;
}
.pagedlist_item .content_inner span {
	color:#666;
}
.pagedlist_item a {
	font-weight: bold;
}
#notification {
	background: #397ec5;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
	margin: 10px;
	line-height: normal;
	padding: 5px 6px 6px 30px;
	text-align: center;
	box-shadow: 0 1px 1px 0 rgba(200,200,200,0.2);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #f1f8fb;
	color: #2b6dad;
	border: 1px solid #bbcadc;
}

.col-left {
	background: #fff;
	width: 630px;
	margin-right: 40px;
}

.f_left {
	float: left;
}

.item_content {
	word-wrap: break-word;
	word-break: normal;
	margin-top: 15px;
	word-break: break-all;
}

.item_content p {
	margin: 0;
	line-height: 1.5em;
}

.item_content_con {
	float: left;
	height: 1.3em;
	margin-right: 3em;
	overflow: hidden;
}

.item_content_dotted {
	width: 3em;
	height: 1.31em;
	float: right;
	margin-top: -1.3em;
}

.item_head {
	margin-bottom: 20px;
}

.item_body .item_thum {
	margin-right: 20px;
}

.item_date {
	color: #bbb!important;
	font-size: 12px;
	padding-left: 5px;
}

.item_author img {
	float: left;
	margin-right: 5px;
}

.item-status {
	padding-top: 7px;
}

.item_content img {
	max-width: 590px;
	max-height: 420px;
	padding: 4px;
	border: 1px solid #ccc;
	margin-bottom: 15px;
	display: block;
}

.item_content.hide img {
	display: none;
}

.item_thum img {
	padding: 4px;
	border: 1px solid #ccc;
	margin-bottom: 15px;
}

.item_thum.f_left {
	margin-bottom: 0
}

.item_content.f_left {
	margin-top: 0
}

.item_content.f_left {
	margin-top: 0
}

img.thum {
	max-width: 180px;
	max-height: 180px;
}

.t_center {
	text-align: center;
}