body {
	background-color: rgba(0, 0, 0, 0.05);
}

.newmsg {
	border-radius: 50%;
	height: 10px;
	width: 10px;
	display: inline-block;
	position: absolute;
	left: 20px;
	top: -2px;
	box-shadow: -1px 1px 1px 1px rgba(82, 179, 225, 1);
	display: none;
}


/*a {
	text-decoration: none !important;
}*/

.optionsArea {
	background-color: #ccc;
	width: 650px;
	padding: 2px 10px;
	margin-bottom: 10px;
}


/*p {
	margin-top: 5px;
	margin-bottom: 5px;
}*/


/*登陆条*/

.loginback {
	height: 25px;
	width: 100%;
	background: #52B3FF;
	margin: 0 auto;
}

.login {
	width: 1300px;
	margin: 0 auto;
	/*overflow: hidden;*/
	/*vertical-align: middle;*/
	/*line-height: auto;*/
}

/*.login a {
	float: left;
	margin-right: 20px;
	color: #FFFFFF;
	font-family: 黑体;
	font-size: 18px;
	text-decoration: none;
}

.login img {
	float: left;
}

.login .out {
	float: right;
	margin-left: 10px;
}*/

.login .login_right {
	float: right;
}


/*导航条头部*/

#header {
	position: fixed;
	height: 65px;
	width: 100%;
	/*border-top: 50px solid #52B3FF;*/
	z-index: 1000;
	top: 0;
	background-color: white;
	box-shadow: 0px 3px 4px rgb(200,200,200);
}
/*添加导航条字体包*/
@font-face {
	font-family:navFont;
	src: url('./STHEITI-LIGHT.TTC');
}

.nav>a>div {
	font-family: 'navFont';
	width: 100px;
	display: inline-block;
	font-size: 20px;
	padding:0 20px;
	cursor: pointer;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	text-align: center;
	margin:0 -5px;
}

/*.nav>a{
	height: 55px;
}*/

.nav #question_nav {
	/*font-family: '楷体';*/
	display: inline-block;
	font-size: 20px;
	padding: 10px;
	cursor: pointer;
	margin-right: 30px;
}


.nav>a:link {
	color: #666666;
	text-decoration: none;
}

.nav>a:visited {
	color: #666666;/*#6C336C;*/
}


/*.nav>a:active {
	color: green;
}*/

/*.nav>a:hover {
	color: #52B3FF;
}*/

.nav>a>div:hover{
	background-color: #199ED8;
	color: white;
}
.hoverClass{
	background-color:#199ED8 ;
	color: white;
}
.thisnav {
	color: white;
	background-color: #88c7f7;
	/*border-bottom: 5px solid #199ED8;*/
}


/*导航条图片*/

.v_middle_body>img {
	/*height: 30px;*/
	width: 88px;
	margin-left: 8px;
}


/*导航条校友数*/

#retroclockbox1 {
	margin-left: 10px;
	/*width: 100px;*/
}


/*校友数字体*/

.header_txt {
	font-size: 14px;
	margin-left: 5px;
}


/*导航条菜单*/

.menu {
	margin-left: 100px;
}

.content_ {
	margin-top: 20px;
	width: 100%;
}

.content_w {
	width: 1300px;
	margin: 0 auto;
	overflow: hidden;
	vertical-align: middle;
	/*line-height: 50px;*/
}

.content_w a {
	/*font-family: "宋体";*/
	/*font-size: 20px;*/
	text-decoration: none;
}

.content_w a:visited {
	color: black;
}

.content_w a:hover,
a:focus {
	color: #6CC3FF;
}

/*问答下拉框样式*/
.dropBox{
	opacity: 0;
	height: 0;
	/*display: none;*/
	position:absolute;
	overflow: hidden;
	left:-5px;
	width: 100px;
	border-radius: 0 0 5px 5px;
	background-color: rgba(249,249,249,1);
	/*transition:height 2s;*/ 
	transition:opacity,height 1s,1s; 
	/*transition:height 2s;*/

}
.dropBox li{
	list-style: none;
	font-size: 12px;
	font-family: 'navFont';
	color: #666666;
	height: 35px;
	line-height: 34px;
	text-align: center;
	padding: 0 5px;
	/*border: 1px solid #cccccc;
	border-top: none;
	background-color: white;*/
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.dropBox li:hover{
	/*background-color:#199ED8 ;*/
	/*color: #199ED8;*/
	background-color: #199ED8;
	color: white;
}

.bottomBorder{
	border: none;
	border-bottom: 1px solid rgba(224,224,224,0.6);
	display: block;
	height: 1px;
	width: 80%;
	margin: 0 auto;
	
}
