*{
    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: 75px;
    margin: 0px auto;
} 
.atle4 a:hover{
    color: #0b65c2;
}
.mores{
    width: 62px;
    height: 35px;
}
.mores img{
    position: absolute;
    margin-top: 3px;
}
/*科室动态*/
.warp{
    width: 1200px;
    margin: 0px auto;
}
.departmentIndetail{
    margin-top: 30px;
}
.departmentIndetail li{
    width: 190px;
    height: 60px;
    line-height: 60px;
    border: 1px solid #eeecec;
    text-align: center;
    font-size: 20px;
    margin-bottom: -1px;
    font-weight: bold;
    color: #333;
    background: #fbfbfb;
}
.angiocarpy{
    color: #ffffff;
    background: #19c8dd;
}
.departmentIndetail li a{
    color: #333333;
    font-size: 14px;
    font-weight: bold;
}
.departmentIndetail a:hover{
    color: #0b65c2;
    text-decoration: underline;
}
/*右侧列表*/
.location{
    line-height:30px;
    font-size:14px;
    color:#666666;
    margin-left:220px;
    margin-bottom: 20px;
    border-bottom: 1px  dashed #bdc4c4;
}
.textContent li{
    width: 950px;
    font-size: 14px;
    color: #666666;
    padding: 10px 0px 10px 0px;
    border-bottom: 1px dashed #bdc4c4;
    overflow: hidden;  
    text-overflow:ellipsis;
    white-space: nowrap;
}
/*小圆点*/
.sircle{
    width: 2px;
    height: 2px;
    border-radius: 25px;
    position: absolute;
    margin-top: 9px;
    background: #333333;
}
.textContent li a{
    color: #333333;
    padding-left: 10px;
}
.textContent li a:hover{
    text-decoration: underline;
    cursor: pointer;
    color: #0b65c2;
}
.textContent li .date{
    color: #999999;
}
.pageFooting{
    width: 100%;
    margin: 20px 0px 20px 0px;
    float:left;
    padding-left:280px;
}
.pageFooting a{
    color: #0b65c2;
    font-size: 14px;
}
/*友情链接*/
.links a:hover{
color: #0b65c2;
}