.guide_header,.guide_switchPage,.foot {
	position: relative;
}

.guide_header .guide_back {
	float: left;
	height: 2em;
	width: 2em;
	background: url("../../../image/back.png") left no-repeat;
	background-size: 1em 1.8em;
}

.guide_switchPage {
	position: relative;
	background: #FFF;
	border-top: 1px solid #E6E9ED;
}

.guide_switchPage .cont {
	display: table;
	width: 100%;
}

.guide_switchPage .cont>div {
	display: table-row;
}

.guide_switchPage .cont>div:HOVER {
	cursor: pointer;
}

.guide_switchPage .cont>div>div {
	display: table-cell;
	vertical-align: middle;
	border-bottom: 1px solid #E6E9ED;
	padding: 0.8em;
	font-size: 1.2em;
}

.guide_switchPage .cont .name_department {
	padding: 0.8em 0.8em 0.5em 0em;
}

.guide_switchPage .cont>div>div>span {
	
}

.guide_switchPage .cont .img {
	width: 3em;
	height: 3em;
}

.guide_switchPage .cont .img img {
	width: 3em;
	height: 3em;
	display: block;
	border-radius: 50%;
}

.guide_switchPage .cont .department {
	color: #999;
	padding-top: 0.5em;
}

/* .guide_switchPage .cont .possess .name,.guide_switchPage .cont .possess .department
	{
	font-weight: bold;
	color: #DD0000;
} */

.guide_switchPage .cont .comment {
	/* color: #DD0000; */
	text-align: right;
}

.guide_switchPage .cont .comment span {
	display: inline-block;
}

.guide_switchPage .cont .comment span:FIRST-CHILD {
	padding-top: 0.6em;
}

.guide_switchPage .cont .comment .more {
	float: right;
	width: 1.3em;
	height: 2em;
	background: url("../../../image/more.png") right no-repeat;
	background-size: 0.6em 1.1em;
}

.guide_switchPage .cont>div>div>span {
	display: block;
}