﻿.main{

}
.banner{
    width:100%;
    margin-top:30px;
}
.crumb {
    width: 1200px;
    margin:20px 0;
}

    .crumb i {
        display:inline-block;
        width: 16px;
        height: 16px;
        position: relative;
        overflow: hidden;
        margin-right: 10px;
    }

        .crumb i img {
            position: absolute;
            top: -2px;
            left: 0px;
        }

    .crumb span {
        font-size: 16px;
        color: #666666;
        line-height: 16px;
    }

        .crumb span a {
            color: #666666;
        }

            .crumb span a:hover {
                color: #21b3b9;
            }

    .crumb b {
        display: inline-block;
        width: 9px;
        height: 9px;
        background: url('../../images/yuanchengzixun/xuebitu.png') no-repeat;
        background-position: -18px -17px;
        margin: 0 8px;
    }

.doctor-tab {
    width: 100%;
    height: 76px;
    line-height: 76px;
    background: rgba(247,248,250,1);
    box-sizing: border-box;
    padding: 0 30px;
    font-size: 16px;
    color: #333333;
    margin-bottom:40px;
}
.doctor-tab a{
    display:inline-block;
    margin-left:20px;
}
.doctor-tab .hover{
    height:28px;
    padding:0 10px;
    line-height:28px;
    background:#21B3B9;
    color:#fff;
}
.doctor-cont {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.doctor-list {
    width: 585px;
    height: 377px;
    background: rgba(255,255,255,1);
    box-sizing: border-box !important;
    padding: 30px;
    position: relative;
    border: 1px solid rgba(238,238,238,1);
    margin-bottom:30px;
}

.doctor-list-js {
    width: 100%;
    display: flex;
    justify-content: flex-start;
}

    .doctor-list-js > div {
        display: inline-block;
    }

.doctor-img img {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    margin-right: 20px;
}

.doctor-js-text {
}

    .doctor-js-text .name {
        font-size: 24px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #333;
        margin: 25px 0 10px 0;
    }

    .doctor-js-text .adept {
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: rgba(33,179,185,1);
        line-height: 20px;
    }

.doctor-list-position {
    width: 100%;
    margin-top: 24px;
    height: 130px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

    .doctor-list-position p {
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: rgba(102,102,102,1);
        line-height: 26px;
    }

.doctor-list .ksyy {
    width: 120px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: rgba(45,179,184,1);
    font-size: 16px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: rgba(255,255,255,1);
    margin-top: 24px;
    cursor: pointer;
    position: absolute;
    bottom: 30px;
}

    .doctor-list .ksyy i {
        width: 9px;
        height: 14px;
        display: inline-block;
        background: url(../../images/chuguokanbing/xuebitu.png) no-repeat;
        background-position: -2px -85px;
        margin-left: 10px;
    }