
/*#region 左侧内容*/
.item-left{
    width:875px;
    overflow: hidden;
}
.border-bottom{
    border-bottom: 1px solid #f1f1f1;
}
.case-info{
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
}
.case-bottom{
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
}
.case-info h1{
    font-size: 24px;
    color: #333;
}
.case-info-content div{
    font-size: 18px;
    color: #666;
    line-height:20px;
}
.case-title{
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin:30px 0;
    width:100%;
    overflow: hidden;
}
.case-before .before-img,.case-after .after-img{
 width:300px;
 height: 300px;
 overflow: hidden;
}
.case-before .before-img img,.case-after .after-img img{
    /*width:100%;*/
    width:auto;
    height:100%;
}
.case-after{
    margin-left: 30px;
}
.case-after .case-title{
    color: #ed4f5b;
}
.case-des{
    font-size: 17px;
    color: #666;
    line-height: 30px;
    width:100%;
    overflow: hidden;
}
.case-img{
    width:480px;
    height: 320px;
    margin:40px auto;
    overflow: hidden;
}
.case-img img{
    width:100%;
}
.case-content p{
    font-size: 16px;
    color: #666;
    line-height: 25px;
    width:100%;
    overflow: hidden;
	margin-bottom:1em;
}
.case-content img{
    width:480px;
    height: 320px;
    margin:40px auto;
}
/*#endregion*/


/*#region 右侧内容 */
.item-right{
    width:285px;
    overflow: hidden;
}
.news-title{
    font-size: 18px;
    color: #333;
    overflow: hidden;
    line-height: 32px;
    padding-bottom: 4px;
    border-bottom: 1px solid #f1f1f1;
}
.hot-follow {
    width: 6px;
    height: 32px;
    margin-right: 20px;
    font-size: 24px;
    color: #333;
    display: block;
}
.news-title .right{
    font-size: 14px;
    color:#999;
}
.related-diary-content{
    padding:0 25px;
}
.related-diary-content a{
    /* display: block; */
    overflow: hidden;
}
.related-diary-content div p {
    margin: 0px;
    padding: 0;
    font-size: 18px;
    color: #333;
}
.related-diary-photo {
    margin: 25px 0 20px;
    height:117px;
    overflow: hidden;
}

    .related-diary-photo div {
        width: 117px;
        height: 117px;
        position: relative;
        overflow: hidden;
    }

        .related-diary-photo div img {
            width: 100%;
            height:100%;
            
        }
        .related-diary-before{
            border-top-left-radius:10px;
            border-bottom-left-radius:10px;
        }
        .related-diary-before span {
            display: inline-block;
            width: 24px;
            line-height: 24px;
            font-size: 14px;
            background-color: #000;
            opacity: .8;
            color: #fff;
            text-align: center;
            position: absolute;
            bottom: 0;
            right: 0;
        }

        .related-diary-after{
            margin-left: 1px;
            border-top-right-radius:10px;
            border-bottom-right-radius:10px;
        }
        .related-diary-after span {
            display: inline-block;
            width: 24px;
            line-height: 24px;
            font-size: 14px;
            background-color: #e83341;
            opacity: .8;
            color: #fff;
            text-align: center;
            position: absolute;
            bottom: 0;
            left: 0;
        }
.diary-doctor{
    font-size: 14px;
    color: #b2b2b2;
    margin-top: 12px;
    line-height: 20px;
    overflow: hidden;
}
.diary-doctor a{
    color: #b2b2b2;
    display: inline-block;
}
.diary-doctor span{
    color: #e5e5e5;
    margin:0 5px;
}
.diary-info{
    font-size: 14px;
    line-height: 26px;
    overflow: hidden;
    margin-top: 10px;
}
.diary-project{
    color: #808080;
    padding:0 15px;
    line-height: 26px;
    overflow: hidden;
    border: 1px solid #e5e5e5;
    border-radius: 13px;
    text-align: center;
    max-width: 120px;
}
.diary-list{
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 20px;
}
.diary-list:hover{
    border-bottom: 1px solid #ff9999;
}
/*#endregion */

/**右侧热门医院*/
.related-diary-content, .related-hospital-content, .related-doctor-content {
    padding: 0 20px;
    margin-top: 5px;
}
.hospital-list, .doctor-list {
    border-bottom: 1px solid #f1f1f1;
    padding: 20px 0;
    overflow: hidden;
}
.hospital-img, .doctor-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
}
.hospital-img img, .doctor-img img {
    width: 100%;
}
.hospital-content, .doctor-content {
    width: 150px;
}
.hospital-title, .doctor-title {
    font-size: 16px;
    color: #333;
    cursor: pointer;
}
.hospital-level {
    font-size: 14px;
    color: #808080;
    margin-top: 15px;
}
.hospital-level span {
    color: #e5e5e5;
    margin: 0 10px;
}
.hospital-project {
    font-size: 12px;
    margin-top: 15px;
}
.hospital-project .left {
    color: #b2b2b2;
}
.projects {
    max-width: 90px;
}
.projects span {
    color: #f08888;
}
.no-datas{
    display: none;
}
.hospital-list:hover{
    border-bottom: 1px solid #ff9999;
}
.hospital-title:hover{
    color: #ed4f5b;
}