

/*<!--页脚医生介绍关注栏-->*/
.userCenter-main-foot{
    background-color: #6eadeb;
    margin:50px 0;
    padding: 20px 35px;
}
.carousel-title{
    font-size: 20px;
    color: #fff;
    margin-bottom: 20px;
    position: relative;
}
/*.recommend-title{*/
    /*display: inline-block;*/
    /*position: relative;*/
    /*top: -2px;*/
/*}*/
.carousel-title button{
    display: inline-block;
    width: 18px;
    height: 18px;
    cursor: pointer;
    border: none;
    position: absolute;
}
.carousel-title button:first-child{
    left: 90px;;
    top:7px;
}
.carousel-title button:first-child+button{
    left: 115px;;
    top:7px;
}
.carousel-title button.backward_disabled,.carousel-title button.forward_disabled{
    background:url("../images/foot_1.png") no-repeat 0 0;
}
.carousel-title button.forward_disabled{
    background-position: -25px 0;
}
.carousel-title button.backward,.carousel-title button.forward{
    background:url("../images/foot_2.png") no-repeat 0 0;
}
.carousel-title button.forward{
    background-position: -25px 0;
}
.carousel-content{
    width: 100%;
    overflow: hidden;
}
.carousel-content ul{
    position: relative;
    top: 0px;
    left: 0px;
    height: 190px;
    width:10000000px;
}
.carousel-content ul>li,.carousel-content ul>li>a,.carousel-content ul>li>div{
    float: left;
}
.carousel-content li{
    width: 343px;
    background-color: #ffffff;
    padding: 30px 15px;
    margin: 0 12px;
}
.carousel-content li a{
    width: 130px;
    height: 120px;
}
.content-mess{
    margin: 5px 10px;
    width: 52%;
}
.doctor-name{
    font-size: 20px;
    color: #000;
    line-height: 20px;
    margin-bottom: 5px;
    width: 170px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.doctor-name:hover{
    color: #000;
}
.font-15{
    font-size:15px;
}
.work-name{
    font-size: 15px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    height:18px;
}
.add-focus{
    width: 70%;
    line-height: 26px;
    color: #6eadeb;
    text-align: center;
    font-size: 15px;
    margin-top: 6px;
    cursor: pointer;
    border: 2px solid #6eadeb;
    border-radius: 4px;
}
.border-transparent{
    border-color: transparent;
    cursor: text;
}
/*轮播关注医生更多按钮*/
.carousel-title a{
    padding-left: 86%;
    color: #ffffff;
    font-size: 14px;
}
/*文章相关推荐*/
.margin-tb-5{
    margin-top:5px;
    margin-bottom:5px;
}
.title-name{
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    min-height:27px;
    height:39px;
}
li.padding-tb-25{
    padding-top: 25px;
    padding-bottom: 25px;
}

/*视频推荐*/
.view-hover:hover{
    cursor: pointer;
    position: relative;
}
div.view-hover:hover>a{
    position: absolute;
    top:0px;
    left: 0px;
    display: inline-block;
    z-index: 100;
    width: 100%;
    height:100%;
    background: rgba(0,0,0,0.3);
    background-image: url('../images/iconfont-bf.png');
    background-repeat: no-repeat;
    background-position: center center;
}
.width-43{
    width:43%;
}
.width-50{
    width:50%;
}
#userCenter_list{
    padding-left:0px;
}
#userCenter_list li{
    min-height: 184px;
}
.margin-top-2{
    margin-top:2px;
}
.margin-top-10{
    margin-top:10px;
}
.margin-bottom-0{
    margin-bottom:0px;
}
.margin-bottom-5{
    margin-bottom: 5px;
}


/*杂志推荐*/
.border-bg-white{
    border:1px solid #ddd;
    background-color: #FFFFFF;
}
.font-20{
    font-size:20px;
}
.footer-magazine-title{
    display: inline-block;
    max-width:730px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    vertical-align: bottom;
}
.more-color,.more-color:hover,.more-color:visited,.more-color:active{
    color: #206CCD;
}
/*图书*/
a.footRooling-thumbnail img.img-height-width-120{
    width: 110px;
    height:110px;
}
.footRooling-thumbnail{
    margin-bottom:0;
}

/*10月31日新增*/
.show-image{
    display: table-cell;
    vertical-align: middle;
}
img.img-max-height-120{
    max-height: 110px;
}