		      /*	中间内容样式开始	*/
	      	  .content{
	      	  	width: 85%;
	      	  	margin: auto;
	      	  }  
	      	  .content .allprofessor{
	      	  	width: 12%;
	      	  	height: 40px;
	      	  	line-height: 40px;
	      	  	text-align: center;
	      	  	background-color: #E8E8E8;
	      	  }  
	      	  .content .dept{
	      	  	float: left;
	      	  	width: 8%;
	      	  	padding-left: 2%;
	      	  	font-size: 14px;
	      	  	line-height: 50px;
	      	  }
	      	  .content ul{
	      	  	float: right;
	      	  	width: 89%;
	      	  }
	      	  .content .surgerydept{
	      	  	width: 100%;	    
	      	  	border: 1px solid lightgray;
	      	  	border-left: none;
	      	  	
	      	  }
	      	  .content .medicinedept{
	      	  	width: 100%;
	      	  	border: 1px solid lightgray;
	      	  	border-left: none;
	      	  	border-top: none;
	      	  }
	      	  .content .generaldept,.otherdept{
	      	  	width: 100%;
	      	  	border: 1px solid lightgray;
	      	  	border-left: none;
	      	  	border-top: none;
	      	  }
	      	  .content .otherdept{
	      	  	border-bottom: none;
	      	  }
	      	  .content .active-li ul{
	      	  	padding: 5px 0px;
	      	  }
	      	   .content .active-li ul li{
	      	   	    float: left;
	      	   	    padding: 0px 10px;
	      	   	    margin: 5px 5px;
	      	   	    line-height: 35px;
	      	   } 
	      	   .content .active-li ul li:hover{
                   background-color: #518CCA;
                   padding: 0px 10px;
             }
	      	    .content .active-li ul li:hover a{
	      	   	    color: white;
	      	   }
		     .content .active-li ul li a{
	      	   	   color: #333;
	      	   	   font-size: 15px;
	      	   	   display: block;

	      	   }
		
		      /*	人物照片墙开始	*/
		       .content .photowall{
		       	width: 100%;
		       	margin: 20px auto;
		       }
		      .content .photowall div{
		      	width: 25%;
		      	background-color: #FFFFFF;
		      	float: left;
		      }
		       .content .photowall div .wallcontent{
		       	width: 94%;
		       	height: 360px;
		       	margin: 10px auto;
		       	text-align: center;
		       	background-color: #F7F7F7;
		       }
               .content .photowall div .wallcontent img{
		       	width: 179px;
		       	height: 244px;
		       }
		       .content .photowall div .wallcontent a img:hover{
		        	filter:alpha(opacity=50);    
				  -moz-opacity:0.5;              
				  -khtml-opacity:0.5;             
				   opacity: 0.5; 
		       }
		       .content .photowall div .wallcontent p{
		       	line-height: 30px;    
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
                padding : 0 20px;
		       }
		      /*    分页样式    */
          .page{ 
              width:98%; 
              font-family: Microsoft YaHei;
              margin-top: 40px;
              margin-bottom: 40px;
            }
        .pagination{
          clear: both;
            text-align: center;
            margin: 0;
            padding: 18px 0 5px;
            height: 26px;
            line-height: 26px;
            font-size: 14px;
        }
        .page .disabled{ 
          
            color: #666;
            background: #eee;
          padding:5px 9px;
          margin:2px;
        }
          
        .page .current{ 
          background:#518CCA;
            border: 1px solid #d8d8d8;
            color: #fff;
          padding:5px 9px;
          margin:2px;
        }
        
        .page a,.page span{ 
          background: #fff;
            border: 1px solid #d8d8d8;
          text-decoration:none;
            color: #666;
          padding:5px 8px;
          margin:2px;
          cursor: pointer;
        }
        
        .pagination a:hover{
          background:#518CCA;
          border:1px solid #d8d8d8;
          color:#ffffff !important;
        }
        .pagination a.active{
          border:1px solid #2c8ff5;
          color:#fff;
        }
        .pagination .inputBar{
          border:0px;
          height:20px;
          line-height:28px; 
          margin-top:-20px;
        }
        .pagination .inputBar input{
          width:30px;
          height:18px;
          padding: 7px 9px 3px 2px;
          border:#ccc 1px solid;
          margin:0 6px;
        }
      /*  中间内容样式结束  */
	      	   
	      