@charset "utf-8";
.row .sbjLogo .ico {
	font-family:iconfont !important;
	font-size:45px;
	font-style:normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}
.row {
	height: 65px;
	width: 100%;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #E7E7E7;
	margin-top: 10px;
}
.row .sbjLogo {
	float: left;
	height: 50px;
	width: 50px;
	margin-right: 10px;
	text-align: center;
}
.row .sbjLogo img {
	height: 50px;
	width: 50px;
}
.row .rowtxt {
	float: left;
	height: 60px;
}
.row .rowtxt .name {
	font-family: "黑体";
	font-size: 18px;
	line-height: 30px;
	color: #666666;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: bold;
	height: 30px;
}
.row .rowtxt .intro {
	line-height: 30px;
	height: 30px;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #999999;
	font-size: 14px;
	font-family: "黑体";
}
.row .rowtxt .intro:after{
content:"...";
}
.row .rightbox {
	float: right;
	height: 60px;
	width: 40px;
}
.row .rightbox .rightTop {
	float: left;
	font-family: "黑体";
	font-size: 16px;
	color: #999999;
	text-align: center;
	height: 30px;
	line-height: 30px;
	width: 100%;
}
.row .rightbox .rightDow {
	font-size: 25px;
	text-align: center;
	height: 30px;
	font-family:iconfont !important;
	font-style:normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
	color: #CCCCCC;
}
#searchBox {
	margin-bottom: 10px;
	height: 45px;
}

#searchBox #searchLine {
	height: 10px;
	width: 96%;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #1d9dfe;
	border-right-color: #1d9dfe;
	border-bottom-color: #1d9dfe;
	border-left-color: #1d9dfe;
}
#searchBox #searchRow {
	height: 30px;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}
#searchRow #searctBtn {
	text-align: center;
	float: right;
	height: 30px;
	width: 15%;
	font-family:iconfont !important;
	font-size:30px;
	font-style:normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
	color: #1d9dfe;
}
#searchRow .textbox {
	float: left;
	height: 30px;
	width: 83%;
	margin-left: 2%;
}
#searchRow form {
	margin: 0px;
	padding: 0px;
}
#searchRow .textbox #search {
	font-family: "黑体";
	font-size: 16px;
	color: #999999;
	height: 30px;
	width: 100%;
	text-align: center;
}
.noContext {
	font-family: "黑体";
	font-size: 18px;
	line-height: 30px;
	color: #333333;
	text-align: center;
	margin-top: 50px;
}
