*{
    
  padding: 0px;
  margin: 0px;
  text-decoration: none;
  font-family: "微软雅黑";
  list-style:none;
}
.auto{
width: 1200px;
margin: 0 auto;
}

/*清除浮动*/       
.clearfloat:after{display:block;clear:both;content:"";visibility:hidden;height:0}
.clearfloat{zoom:1}

.fl{
  float: left;
}
.fr{
  float: right;
}
/*banner*/
.administrative{
    width: 100%;
    height: 75px;
    border-bottom: 1px solid #fbfbfb;
}
.administra{
    width: 1200px;
    height: 80px;
    margin: 0px auto;
}
/*内科  外科 医技*/
.warp{
  width: 1200px;  
  margin: 0px auto;
}
.internalmedicine{
    border-bottom: 1px solid #e9e9e9;
}
.general{
  width: 780px;
  float: left;
}
.surgery {
  height: 34px;
  color: #0b65c2;
  font-size: 18px;
  border-bottom: 3px solid #0b65c2;
  display: inline-block;
  padding: 0 5px;
}
.surger {
  width: 130px;
  height: 34px;
  color: #0b65c2;
  font-size: 18px;
  border-bottom: 3px solid #0b65c2;
}
.deskwork{
    width: 780px;
    margin-bottom: 30px;
}
.department-list li{
  color: #000;
  width: 150px;
  float: left;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
	text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 10px;
  position: relative;
}
.department-list li:hover{
  color: #0b65c2;
}
.department-list li span{
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #2575c8;
  position: absolute;
  left: 0;
  top: 20px;
}