/*#region 左侧列表 */
.item-left{
    width:875px;
    overflow: hidden;
}
.item-list{
    width: 100%;
    overflow: hidden;
    margin-top:10px;
}
.item-list li{
    width: 100%;
    padding: 30px 0;
    overflow: hidden;
    border-bottom: 1px solid #f1f1f1;
}
.item-list li:first-child{
   margin-top:-30px;
}
.item-list li:hover{
    border-bottom: 1px solid #ff9999;
}
.list-img{
    display: block;
    width: 128px;
    height: 128px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 30px;
}
.list-img img{
    width:100%;
}
.list-content{
    width:567px;
}
.doctor-title{
    font-size: 22px;
    color: #333;
}
.doctor-title:hover{
    color: #ed4f5b;
}
.doctor-title span{
    margin-left: 15px;
    font-size: 15px;
    color: #b2b2b2;
}
.doctor-hos{
    margin-top:20px;
    font-size: 15px;
    color: #808080;
    display: block;
}
.doctor-level{
    margin-top: 10px;
}
.doctor-project{
    font-size: 15px;
    margin-top:15px;
}
.doctor-project .left{
    color: #b2b2b2;
}
.projects{
    margin-left: 18px;
    max-width: 474px;
}
.projects a{
    background: #ffe6e5;
    font-size: 14px;
    color: #f08888;
    line-height: 22px;
    padding:0 10px;
    text-align: center;
    margin-right: 5px;
}
.projects a:last-child{
    margin-right: 0px;
}
.list-btn{
    width:120px;
    margin-top:20px;
}
.btns{
    width:118px;
    line-height: 36px;
    border-radius: 18px;
    font-size: 15px;
    border:1px solid #e5e5e5;
    color: #808080;
    overflow: hidden;
    text-align: center;
}
.btns img{
    width:20px;
    height: 20px;
    vertical-align:middle;
    margin-right: 10px;
}
.btns:hover{
    border:1px solid #fd4f74;
    color: #fff;
    background: #fd4f74;
    background: -webkit-linear-gradient(60deg,#fd4f74,#fe696b);
    background: -o-linear-gradientt(60deg,#fd4f74,#fe696b);
    background: -moz-linear-gradient(60deg,#fd4f74,#fe696b);
    background: linear-gradientt(60deg,#fd4f74,#fe696b);
    -moz-box-shadow: 0 4px 8px 0 rgba(253, 79, 116, 0.35);
    -webkit-box-shadow:  0 4px 8px 0 rgba(253, 79, 116, 0.35);
    box-shadow:  0 4px 8px 0 rgba(253, 79, 116, 0.35);
    cursor: pointer;
}
/*#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 10px;
}
.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: 20px;
}
.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;
    padding-top: 20px;
}
.diary-list:hover{
    border-bottom: 1px solid #ff9999;
}
/*#endregion */