.center .loading {
	overflow: auto;
	text-align: center;
	background: #FFF;
}

.center .loading>div {
	display: inline-block;
}

.loading_word {
	vertical-align: middle;
	padding-left: 0.4em;
}

#loading {
	height: 1.5em;
    width: 1.5em;
    vertical-align: middle;
}

.center .sort {
	background: #FFF;
	display: table;
	width: 100%;
	margin-bottom: 0.8em;
	height: 3em;
}

.center .sort>div {
	display: table-cell;
	width: 33.3%;
	vertical-align: middle;
	text-align: center;
}

.center .sort>div:HOVER {
	cursor: pointer;
}

.center .sort .selected {
	/* color: #DD0000;
	border-bottom: 2px solid #DD0000; */
}

.center .sort .selected span {
	position: relative;
	top: 1px;
}

.center .sort>div>span {
	font-size: 1.2em;
}

.center {
	background: #F5F7FA;
	-webkit-appearance: none;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust:none; 
	-ms-text-size-adjust: none;
	text-size-adjust: none;
}

.center .row {
	padding: 0.8em;
	border-bottom: 1px solid #E6E9ED;
	overflow: auto;
	background: #FFF;
}

.center .row>div {
	position:relative;
	float: left;
}

.center .row .guide {
	padding-right: 0.8em;
	width: 60%;
}

.center .row .more {
	float: right;
}

.center .row .good {
	float: right;
	/* color: #DD0000; */
	padding-right: 0.8em;
	font-size: 1.2em; 
	font-family: "微软雅黑";
}

.span1,.span2 {
	width: 90%;
	float: left;
	padding-left: 0.8em;
}

.span2 {
	padding-top: 0.2em;
	color: #999;
}

.center .row>div>span{
	font-size: 1.2em;
	-webkit-appearance: none;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust:none; 
	-ms-text-size-adjust: none;
	text-size-adjust: none;
}

.add {
	/* border-top: 1px solid #E6E9ED; */
	background: #F5F7FA;
}

.add input {
	/* background-color: #DD0000; */
	height: 3em;
	font-size: 1.2em;
	color: #FFFFFF;
	font-family: "微软雅黑";
	border: 0px ;
	outline-style: none ;
	display: inline-block;
	cursor: pointer;
	width: 100%;
}

.btn {
	padding: 0.8em;
	-webkit-appearance: none;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust:none; 
	-ms-text-size-adjust: none;
	text-size-adjust: none;
}

.hp {
	border-radius: 50%;
	float: left;
}

.news {
	position:absolute;
	border-radius:50%;
	height:0.7em;
	width:0.7em;
	text-align:center;
	/* background:#DD0000; */
	color:#FFFFFF;
	right:0em;
}

.center .record {
	/* padding: 0.8em; */
	padding: 0.8em 0em 0.8em 0.8em;
	border-bottom: 1px solid #E6E9ED;
	overflow: auto;
	background: #FFF;
	display: table;
}

.center .record>div {
	position:relative;
	display: table-cell;
	vertical-align: middle;
}

.center .record .guide {
	padding-right: 0.8em;
	width: 100%;
	/* padding-left: 0.8em; */
}

.center .record .more {
	float: right;
}

.center .record .good {
	float: right;
	color: #DD0000;
	padding-right: 0.8em;
	font-size: 1.2em; 
	font-family: "微软雅黑";
}

.center .record>div>span{
	font-size: 1.2em;
	-webkit-appearance: none;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust:none; 
	-ms-text-size-adjust: none;
	text-size-adjust: none;
}

.hp {
	border-radius: 50%;
	float: left;
	width: 3.16em;
	height: 3.16em;
}

.time label {
	font-size:1em;
	color:#999;
}

.time label a {
	color:#999;
}

.notthisdept {
	text-align: center;
    background: #FFF;
}

.notthisdept>div {
	padding: 0.8em;
}

.notthisdept>div img {
	width: 10em;
    height: 10em;
}

.notthisdept>div span {
	font-size: 1.2em;
}

.search {
	display: table;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin-bottom: 0.8em;
}

.search>div {
	display: table-cell;
	vertical-align: middle;
	background: #FFF;
}

.search .search_img,.search .search_clear {
	width: 2em;
	height: 2em;
	border-top: 1px solid #E6E9ED;
	border-bottom: 1px solid #E6E9ED;
}

.search .search_img img,.search .search_clear img {
	width: 1.5em;
	height: 1.5em;
	padding: 0.7em 0.8em;
	display: block;
}

.search .search_input {
	border-top: 1px solid #E6E9ED;
	border-bottom: 1px solid #E6E9ED;
}

.search .search_input input {
	width: 100%;
	font-size: 1.2em;
	border: none;
	line-height: 2;
	color: #999;
}