body{
	background: #F5F5F5;
}
.container{
	padding: 0;
}
.header{
	background: #FFF;
	padding:20px 10px;
	height: 160px;
	top: 0;
	width: 100%;
	z-index: 9998;
	text-align: center;
}
.header ul{
	/*border-bottom: 2px solid #F1F1F1;*/
	/*padding: 0 10px;*/
}
.header ul li{
	width: 33.333333%;
	float: left;
	font-size: 16px;
	text-align: center;
	height: 120px;
    border-radius: 4px;
}
.header ul li a{
	display: inline-block;
	position: relative;
}
.header ul li p{
	color: #fff;
	/*font-weight: 100;*/
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-top: 10px;
	font-family: "Helvetica Neue", Helvetica, STHeiTi, sans-serif;
}
.header ul li img{
	width: 40px;
	height: 40px;

}
.header ul li span{
	position: absolute;
	top: 0;
	right: 8px;
	border-radius: 50%;
	background: red;
	color: #fff;
	font-size: 12px;
	padding: 0 6px;

}
.line{
	border-bottom: 2px solid #2e91f7;
	margin-bottom: -2px;
}

.footer{
	position: fixed;
	bottom: 0;
	width: 100%;
	border-top: 1px solid #E4E4E4;
	background: #fff;
	z-index: 9998;
	/*padding: 8px 0;*/
}
.footer ul{
	overflow: hidden;
	height: 100%;
}
.footer ul li{
	width: 25%;
	float:left;
	text-align: center;
	padding-top: 8px;
	height: 100%;
}
.footer ul li div{
	display: inline-block;
	margin: 0 auto;
	font-size: 16px;
}
.footer ul li div a{
	display: block;
	width: 100%;
	height: 100%;
}
.footer ul li div span{
	font-size: 18px;
}
.footer li a.active{
	color: #FFF;
}
.nvg-active{
	background-color: #1c68b4;
}
.boxInfo{
	padding-bottom: 100px;
}
.floor{
	position: fixed;
	right: 0;
	top: 104px;
}
.floor a{
	display: block;
	font-size: 12px;
	color: #246DDA;
	outline: none;
	text-decoration: none;
}
.saveName{
	line-height: 50px;
	border-bottom: 1px solid #e4e4e4;
	padding: 0 10px;
	overflow: hidden;
}

.saveName img{
	width: 25px;
	height: 25px;
	vertical-align: middle;
	display: block;
	float: left;
	margin-top: 12px;
	margin-right: 10px;

}
.saveName span{
	font-size: 16px;
	/*font-weight: bold;*/
	color: #363636;
	display: block;
	float: left;

}
.new2 .saveName{
	border-bottom: 0;
	overflow: hidden;
}
.new2 .saveName span{
	color: #222;
	font-weight: inherit;
}
.new2 .newName{
	padding-left: 10px;
	margin-top: 10px;
}
.saveList ul{
	overflow: hidden;
	padding: 0 5px;
}
.schoolActive,
.save{
	background: #fff;
	margin-top: 15px;
	padding-bottom: 15px;
}
.new2{
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: 15px;
}
.schoolActive{
	margin-top: 15px;
}
.recoActive, .save {
    background: #fff;
    margin-top: 15px;
    padding-bottom: 15px;
}
.saveList ul li{
	width: 25%;
	float: left;
	text-align: center;
	margin-top: 10px;
}
.saveList ul li img{
	width: 40px;
	height: 40px;
}
.saveList ul li p{
	overflow: hidden;
	/*text-overflow: ellipsis;
	white-space: nowrap;*/
	color: #292929;
	padding: 0 4px;
}
.new1{
	overflow: hidden;
	padding:  0 10px;
	margin-top: 15px;
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: 15px;
}
.new1 .left{
	float: left;
	width: 65%;
	padding-right: 10px;
}
.new1 .right{
	float: right;
	width: 35%;


}
.new1 .right img{
	width: 100%;
	height: auto;
}
.newName{
	color: #222222;
	font-size: 16px;
	/*font-weight: bold;*/
	margin-bottom: 10px;
	margin-top: 5px;
}
.imgPic{
	overflow: hidden;
	padding: 0 10px;
}
.imgPic img{
	display: block;
	float: left;
	width: 32%;
	margin-right:2%;
}
.imgPic img:nth-child(3){
	margin-right: 0;
	/*float: right;*/
}
.new2 p{
	padding-left: 10px;
	margin-top: 10px;
}
.new3{
	padding: 10px 10px;
}
.save{
	/*margin-top: 100px;*/
}
.newline{
	border-bottom: 1px solid #EEEEEE;
	margin: 0 10px;
}
.glyphicon-menu-right:before {
    color: #9E9E9E;
}
.addApp{
	width: 32px !important;
	 height: 32px !important;
	 margin: 4px 0;
}