/*通用*/
/*
.knowledge-list {
    width: 430px;
}

.knowledge-list .adv {
    margin: 0 15px;
    padding-left: 34px;
    height: 30px;
    background: url("/images/knowledge-list-icon.png") no-repeat left;
}

.knowledge-list .adv h3 {
    margin-bottom: 9px;
}

.knowledge-list .list {
    margin: 0 18px;
}
*/
/* 屈光科室左边 */

.side-doctors .list li {
    /*line-height: 46px;*/
    line-height: 24px;
    /*height: 50px;*/
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    padding-left: 27px;
    background: url("/images/list-arrow.png") no-repeat 0px 50%;
    font-size: 14px;
    white-space: normal;
    overflow: hidden;
    border-bottom: 1px dashed #cccccc;
}

.side-doctors .list li:hover {
    color: #fff;
    background: url("/images/list-arrow-blue.png") no-repeat 0px 50%;
}

.side-doctors .list li a {
    font-size: 16px;
    color: #717171;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.side-doctors .list li a:hover {
    color: #00bff0;
}

.subject-special{
    clear: both;
}
.subject-special ul{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}
.subject-special ul.spe li {
    /*float: left;*/
    /*width: 45%;*/
    /* height: 95px; */
    width: 385px;
    height: 166px;
    padding: 5px;
    margin: 0 10px;
    border: 1px solid #e5e5e5;
}

.subject-special ul.spe li img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit:cover;

}

/* 新学组动态 */
.fr{
    float: right;
}
.department-content{}
.department-slide{
    clear: both;
    height: 205px;
}
.department-slide-pic{
    width: 390px;
    height: 205px;
    overflow: hidden;
    position: relative;
}
.department-slide-pic ul{}
.department-slide-pic ul li{
    width: 390px;
    height: 205px;
    position: relative;
    overflow: hidden;
}
.department-slide-pic ul li img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}
.department-slide-pic ul li p{
    text-align: center;
    position: absolute;
    background: rgba(0,0,0,0.6);
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    height: 30px;
    width: 100%;
    bottom: 0;
}
.department-slide-pic .prev-slide,
.department-slide-pic .next-slide{
    cursor: pointer;
    position:absolute; 
    top:50%; 
    margin-top:-25px;
    display:block; 
    width:25px; 
    height:25px; 
    filter:alpha(opacity=50);
    opacity:0.5;
    border-radius: 5px;
}
.department-slide-pic .prev-slide{
    left: 3%;
    border-top: 5px solid #20a7f6;
    border-left: 5px solid #20a7f6;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.department-slide-pic .next-slide{
    right: 3%;
    border-top: 5px solid #20a7f6;
    border-right: 5px solid #20a7f6;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.department-slide-pic .prev-slide:hover,
.department-slide-pic .next-slide:hover{
    filter:alpha(opacity=100);
    opacity:1;
}
.department-slide-txt{
    width: 385px;
}
.department-slide-txt .list{
    margin: 0 10px;
}
.department-slide-txt ul{}
.department-slide-txt ul li{
    /*line-height: 46px;
    height: 50px;*/
    line-height: 40px;
    height: auto;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    padding-left: 30px;
    background: url(/images/list-arrow.png) no-repeat 0px 50%;
    font-size: 14px;
    border-bottom: 1px dashed #cccccc;
}
.department-slide-txt .list li:hover {
    color: #fff;
    background: url("/images/list-arrow-blue.png") no-repeat 7px 50%;
}
.department-slide-txt ul li a{
    font-size: 16px;
    color: #717171;
    line-height: 40px;
    display: inline-block;
    vertical-align: middle;
    width: 262px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.department-slide-txt .list li a:hover {
    color: #00bff0;
}
.department-slide-txt ul li em,.department-slide-txt ul li:hover em,.department-slide-txt ul li em:hover{
    font-size: 12px;
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
}





