

* {
  margin: 0;
  padding: 0;
  border:none;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
}
a:link {
    color:#484848;
    text-decoration: none;
    font-style:normal;
    font-weight:normal;
}
 a:visited {
    color:#484848;
    text-decoration: none;
    font-style:normal;
    font-weight:normal;
}
 a:hover {
    color:#0760AF;
  
    font-style:normal;
    font-weight:normal;
}
img {
  border: none;
  vertical-align: top;
}
input {
  outline: none;
}
.clear {
  zoom: 1;
}
/*清除浮动*/
.clear:after {
  content: '';
  display: block;
  clear: both;
}
.lf {
  float: left;
}
.rh {
  float: right;
}
html,body{
	background: #f3f3f3;
	width: 100%;
	height: 100%;
	
}
.mail,.prompt{
	cursor:pointer;
}
.loading{
	width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 10000;
}
.loading .pic {
    width: 64px;
    height: 64px;
    background: url(../img/loading.gif);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.show_hide{
	    position: fixed;
    bottom: 50px;
    left: -66px;
}
#left{
	width: 123px;
	height: 100%;
	background: #464547;
	float:left;
	overflow:hidden;
}
.user_pic{
	width: 70px;
	height: 70px;
	    margin: 0px auto 42px;
}
.user_pic img{
	width: 70px;
	height: 70px;
	border-radius: 50%;
	border: 2px solid white;
}
.user_info{
	padding: 4px 10px;
    background: white;
    font-size: 14px;
    margin: 0 auto;
	text-align:center
}
.quit{
	text-align: center;
    background: #5B646C;
    width: 110px;
    margin: 10px auto 0;
    height: 35px;
    line-height: 35px;
    border-radius: 7px;
}
.quit a{
	color:white;
	height:35px;
	width:110px;
	display:block;
}
.user_info .name{
	    font-size: 12px;
    color: #444444;
    margin-bottom: 6px;
	line-height: 12px;    font-family: 微软雅黑;
}
.user_info .school{
	font-size: 12px;
	color: #444444;    font-family: 微软雅黑;
}
.nav2{
	margin-top: 12px;
	width: 123px;
	    position: relative;
    z-index: 11;
}
.nav2 li{
	height: 88px;
	position: relative;
}
.nav2 li a{
	display: block;
	height: 90px;
	padding-top: 2px;
}
.nav2 li a i{
	    color: white;
    font-size: 31px;
    display: block;
    margin: 12px auto 4px;
    width: 31px;
}
.nav2 li p{
	color: white;
	font-size: 15px;
	text-align: center;
	    font-family: 微软雅黑;
}
.nav2 li .Corner{
	    position: absolute;
    height: 15px;
    width: 15px;
    text-align: center;
    line-height: 15px;
    background: red;
    color: white;
    font-size: 12px;
    border-radius: 50%;
    top: 17px;
    left: 79px;
}
.nav2 .active{
	background: white;
	border-left: 4px solid #653333;
}
.nav2 .active i,.nav2 .active p{color:#6d6d6d}
#left .close{
	width:123px;
	height:40%;    cursor: pointer;    position: fixed;
    bottom: 0px;
}
.box{
	width: auto;
	height:100%;
	margin:0 auto;
	float:left;
}



.jn-link{
	     width: 1128px;
   font-family: 微软雅黑;
}
/*link*/
 .jn-link {
    padding: 10px 0;
    text-align: center;
    position: relative;
    z-index: 12;    padding-left: 34px;
    padding-bottom: 5px;
}
.jn-link  .jn-school  a{
		white-space:nowrap;
		font-size: 13px;
    font-family: 微软雅黑;
}
.jn-linkSelect {
    /* width: 1000px; */
    margin: 0 auto;
    zoom: 1;
}
.jn-linkSelect:after {
    display: block;
    content:'.';
    clear: both;
    font-size: 0;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
.jn-linkSelect >.dropdownlist {
    float: left;
    margin: 0 3px;
}
.dropdownlist {
    padding-bottom: 12px;
    display: inline-block;
}
.dropdownlist >div {
    display: inline-block;
    position: relative;
    border: 1px solid #ddd;
    background-color: #fff;
    border-radius: 3px;
    padding: 8px 12px 8px 10px;
    cursor: pointer;
}
.dropdownlist >div>p {
    display: block;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    height: 14px;
    line-height: 14px;
    *+height: 18px;
    *+line-height: 16px;
    overflow: hidden;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    color: #666;
    background-color: #fff;
}
.dropdownlist >div>p >.caret {
    margin-left: 5px;
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.dropdownlist >div>ul {
    position: absolute;
    left: 0;
    top: 40px;
    display: none;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 5px 0;
}
.dropdownlist:hover div>ul {
    display: block;
}
.dropdownlist:hover div>ul li {
    list-style: none;
    text-align: left;
}
.dropdownlist >div>ul li a {
    min-width: 150px;
    display: block;
    padding: 0 5px 0 10px;
    height: 26px;
    line-height: 26px;
    color: #666;
    font-size: 14px;
    text-decoration: none;
}
.dropdownlist >div>ul li:hover a {
    background-color: #eee;
}
.jn-schoolHead, .jn-schoolMain {
    zoom: 1;
}
.jn-schoolHead:after, .jn-schoolMain:after {
    display: block;
    content:'.';
    clear: both;
    font-size: 0;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
.jn-schoolHead >li, .jn-schoolMain >ul {
    float: left;
    width: 156px;
    padding: 0 4px;
    border-left: 1px dashed #ddd;
}
.jn-schoolHead >li:first-child, .jn-schoolMain >ul:first-child {
    border-left: none;
}
.jn-schoolHead {
    border-bottom: 2px solid #f60;
}
.jn-schoolHead >li {
    text-align: center;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    border-left-style: solid;
}
.jn-schoolMain >ul {
    text-align: left;
    padding: 5px 4px;
    /*max-height: 450px;
  overflow-x: no;
  overflow-y: auto;*/
}
.jn-schoolMain >ul li {
    line-height: 24px;
	overflow: hidden;
}
.jn-schoolMain >ul li h3 {
    font-size: 14px;
    padding-top: 5px;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #ddd;
}
 
 
 .combination .search a,.combination .search input{
	 font-family:微软雅黑;
 }
 
 
 
 
/*link  end*/

/*左边菜单-媒体查询，自适应*/
@media screen and (max-width: 1400px) {
    #left {
        
    }
	.user_pic{
	width: 56px;
	height: 56px;
	margin: 27px auto 24px;
	}
	.user_pic img{
	width: 56px;
	height: 56px;
	border-radius: 50%;
	border: 2px solid white;
	}
	#left .close{
		bottom:0;
	}
}
#footer{
    width: 1200px;
    margin: 0 auto;
	margin-top:10px;
    background: white;
    height: auto;
    padding-bottom: 8px;
    box-shadow: 3px 3px 10px #dedede;
}
.foot{height: auto !important;line-height:20px !important;font-family:微软雅黑;}




@media screen and (max-height: 720px){
	.nav2 li img{
		
		    margin: 5px auto 5px;
	}
	.nav2 li a,.nav2 li{
		    height: 70px;
	}
	.user_pic{
		margin: 0px auto 30px;
	}
}







