body {
	background-color: #ebebeb;
	font-family: "微软雅黑";
}

a:hover {
	text-decoration: none;
}

#scrollDiv {
	height: 25px;
	line-height: 25px;
	overflow: hidden;
	float: left;
	font-size: 14px;
	margin-top: 2px;
	margin-bottom: 5px;
}

#scrollDiv li {
	height: 25px;
	padding-left: 10px;
	max-width: 180px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.liline {
	height: 5px;
}

.mb_40 {
	margin-bottom: 40px;
}

.faq_banner {
	background: url(../img/bgbanner.png);
	position: relative;
	background-size: cover;
	overflow: hidden;
	padding-bottom: 50%;
}

.faq_search {
	background-color: #FFFFFF;
	margin: -32px 12px 7px 12px;
	border-radius: 5px;
	padding: 0 3px;
	position: relative;
}

.faq_search div.logo {
	background: url(../img/custom.png) no-repeat -143px -50px;
	background-size: 321px 91px;
	background-position: -143px -50px;
	width: 13px;
	height: 14px;
	float: left;
	margin: 5px 5px 0 5px;
}

.faq_search div.name {
	height: 25px;
	color: #999999;
	line-height: 25px;
}

.faq_resume {
	height: 82px;
	width: 100%;
	background-color: #FFFFFF;
}

.faq_resume .left {
	width: 82px;
	height: 82px;
	float: left;
	text-align: center;
}

.faq_resume .left img {
	width: 31px;
	height: 31px;
	margin-top: 10px;
}

.faq_resume .left .nameorder {
	display: block;
	margin-top: 0px;
}

.faq_resume .left .more {
	margin-top: 4px;
	font-size: 12px;
	color: #999;
}

.faq_resume .left .more span {
	margin-left: 3px;
	font-size: 10px;
	font-family: '宋体';
}

.faq_resume .line {
	height: 82px;
	width: 1px;
	float: left;
}

.faq_resume .line div {
	background-color: #eeeeee;
	width: 1px;
	height: 70px;
	margin-top: 6px;
}

.faq_resumename {
	width: auto;
	margin-left: 86px;
	height: 82px;
	font-size: 14px;
	padding-left: 20px;
}

.faq_resumename a.atop {
	float: left;
	width: 50%;
	text-align: left;
	height: 35px;
	line-height: 35px;
	margin-top: 5px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.faq_resumename a.adm {
	float: left;
	width: 50%;
	text-align: left;
	height: 35px;
	line-height: 35px;
	margin-top: 0px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.faq_resumename a:hover {
	color: #4190d9;
}

.backdiv {
	display: block;
	position: absolute;
	top: 15px;
	left: 15px;
	width: 13px;
	height: 13px;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	-webkit-transform: rotate(-45deg);
}

.header {
	position: relative;
	padding: 5px 10px 5px 45px;
	height: 34px;
	overflow: hidden;
	background: #1e90d9;
}

.searched {
	position: relative;
	margin: 0 10px;
	display: block;
	height: 33px;
	overflow: hidden;
	background: #fff;
	border-radius: 4px;
}

.searched input {
	position: absolute;
	left: 25px;
	top: 5px;
	padding: 0;
	width: 65%;
	height: 22px;
	font-size: 14px;
	line-height: normal;
	border: 0;
	outline: 0;
	-webkit-appearance: none;
	border: none;
}

.header .cancle {
	position: absolute;
	padding: 0 5px;
	left: 5px;
	top: 5px;
	font-size: 13px;
	line-height: 33px;
	color: #fff;
}

.searched .search-btn {
	position: absolute;
	top: 0;
	right: 0;
	width: 47px;
	height: 33px;
	font-size: 13px;
	line-height: 33px;
	text-align: center;
	color: #fff;
	background: #62bcf6;
}

.searched:before {
	content: "";
	position: absolute;
	top: 9px;
	left: 8px;
	display: block;
	width: 13px;
	height: 14px;
	background: url(../img/custom.png) no-repeat -143px -50px;
	background-size: 321px 91px;
}

.searched .search-btn a {
	color: #fff !important;
}
/* search result list */
.search-result{
	padding:10px;
}
.search-result li{
	height:2em;
	line-height: 2em;
	border-bottom: 1px solid #CECBCB;
}
.search-keyword{
	color:#f00;
}
.search-result-empty{
	text-align: center;
	color:#5A5A5A;
}

.bottomdiv {
	position: fixed;
	bottom: 5px;
	width: 100%;
	height: 40px;
}

.bottomdiv a.left {
	width: 47%;
	border-radius: 20px;
	float: left;
	height: 40px;
	font-size: 17px;
	line-height: 40px;
	text-align: center;
	background-color: #19a7ee;
	color: #FFFFFF;
	margin-left: 2%;
	margin-right: 1%;
}

.bottomdiv a.right {
	width: 47%;
	border-radius: 20px;
	float: left;
	height: 40px;
	font-size: 17px;
	line-height: 40px;
	text-align: center;
	background-color: #19a7ee;
	color: #FFFFFF;
	margin-left: 1%;
	margin-right: 2%;
}

.bottomdiv a:active {
	color: #19a7ee;
	background-color: #FFFFFF;
}