.doctor-layer{
    position: relative;
    width: 1200px;
    /* height: 230px; */
    margin: 20px auto 0 auto;
    /* background: #F75858; */
    background: #fff;
    padding-bottom: 30px;
}
.doctor-bg{
    width: 1200px;
    height: 230px;
    margin: 0 auto;
}
.doctor-info{
    display: flex;
    /* position: absolute; */
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    padding: 40px 30px;
    color: #fff;
}
.hos-info{
    width: 700px;
    min-height: 80px;
    margin: 0 30px 0;
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    padding-right: 10px;
}
.hos-info .info-mode{
    display: flex;
    width: 100%;
    align-items: center;
}
.hos-info .info-mode .picture{
    width: 210px;
    margin-right: 10px;
    border-radius: 10px;
}
.hos-info .info-mode .picture img{
    width: 100%;
}
.hos-info .info-mode .news{
    width: 490px;
    padding: 10px 0;
}
.hos-info .info-mode .name{
    font-size: 20px;
    color: #222;
    display: flex;
    align-items: center;
    line-height: 30px;
}
.hos-info .info-mode .name a{
    color: #222;
}
.hos-info .info-mode .name .go{
    height: 26px;
    padding: 0 10px;
    background: #448B5B;
    border-radius: 8px;
    font-size: 14px;
    color: #fff;
    margin: 0 0 0 auto;
    line-height: 26px;
}
.hos-info .info-mode .news .tags{
    width: 50px;
    height: 20px;
    display: inline-block;
    font-size: 12px;
    color: #448B5B;
    text-align: center;
    line-height: 20px;
    border-radius: 20px;
    border: 1px solid #448B5B;
    margin: 8px 0;
}
.hos-info .info-mode .news .message{
    font-size: 14px;
    color: #222;
    line-height: 20px;
    margin: 0;
}
.hos-info .info-mode .news .message:last-child{
    font-size: 14px;
    color: #222;
    line-height: 20px;
    margin-top: 8px;
}


.doctor-info .font-26{
    color: #222222;
}
.doctor-info .font-16{
    color: #696969;
}
.doctor-info .font-18 a{
    color: #696969;
}
.doctor-logo{
    width: 160px;
    height: 160px;
    border-radius: 10px;
    margin-right: 35px;
}
.doctor-year{
    font-size: 14px;
    color: #FFFFFF;
    line-height: 20px;
    padding: 3px 12px;
    border-radius: 13px;
    background: #C28848;
    margin-left: 8px;
}
.cooperation{
    font-size: 14px;
    color: #FFFFFF;
    line-height: 20px;
    padding: 3px 12px;
    border-radius: 13px;
    background: #448B5B;
    margin-left: 8px;
}
.icon-box{
    display: flex;
    align-items: center;
    margin-left: 60px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}

.hospital-tab{
    position: relative;
    width: 1200px;
    height: 60px;
    background: #FFFFFF;
    border-radius: 0px 0px 10px 10px;
    margin: 0 auto 0 auto;
    z-index: 9;
    display: flex;
}
.hospital-tab-item{
    position: relative;
    width: 100px;
    height: 60px;
    background: #FFFFFF;
    border-radius: 10px;
    border: 2px solid transparent;
    box-sizing: border-box;
    color: #4B5553;
    line-height: 56px;
    text-align: center;
    font-weight: 600;
}
.hospital-tab-item-active{
    border: 2px solid #448B5B;
    color: #448B5B;
}
.hospital-tab-item-active::after{
    content: " ";
    position: absolute;
    width: 0;
    height: 0;
    border: 10px solid;
    border-color: transparent transparent #448B5B transparent;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}
.title-common-layer{
    height: auto;
}
.title-common-line{
    width: 4px;
    height: 16px;
    background: #448B5B;
    border-radius: 1px;
}


.gird{
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 280px);
    grid-row-gap: 30px;
    grid-column-gap: 13px;
}


.project-gird{
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 260px);
    grid-row-gap: 30px;
    grid-column-gap: 40px;
    text-align: center;
}
.project-item{
    width: 260px;
    height: 220px;
    background: #FFFFFF;
    border-radius: 10px;
}

.inquiry-item{
    padding-bottom: 10px;
    border-bottom: 1px solid #F1F1F1;
    margin-bottom: 20px;
    
}
.inquiry-item p {
    margin: 0;
}
.inquiry-item:last-child{
    border-bottom: none;
    margin-bottom: 0;
}
.inquiry-q{
    min-width: 24px;
    height: 24px;
    background: #448B5B;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    line-height: 24px;
    border-radius: 50%;
    margin-right: 10px;
}
.inquiry-a{
    min-width: 24px;
    width: 24px;
    height: 24px;
    background: #588CF7;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    line-height: 24px;
    border-radius: 50%;
    margin-right: 10px;
}

.evaluate-item{
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #F1F1F1;
}
.evaluate-item:last-child{
    border: none;
}


.content-card{
    padding-bottom: 20px;
    border-bottom: 1px solid #F1F1F1;
    display: flex;
    margin-bottom: 20px;
    cursor: pointer;
}
.content-card:last-child{
    border-bottom: none;
}
.content-left{
    margin-right: 40px;
}
.content-img{
    width: 220px;
    height: 140px;
    border-radius: 10px;
}



.doctor-gird{
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 371px);
    grid-row-gap: 20px;
    grid-column-gap: 23px;
}
.doctor-card{
    width: 371px;
    background: #F8FCFC;
    border-radius: 10px;
    padding: 40px 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
.doctor-img{
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin-right: 20px;
}

.evaluate-tab{
    margin: 20px 0 20px 0;
    display: flex;
    align-items: center;
}
.evaluate-tab-item{
    margin-right: 30px;
    height: 36px;
    border-radius: 5px;
    border: 1px solid #DFDBDB;
    line-height: 36px;
    text-align: center;
    color: #899492;
    padding: 0 9px;
    cursor: pointer;
}
.active{
    background: #448B5B;
    color: #fff;
}
.evaluate-item{
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #F1F1F1;
}
.evaluate-item:last-child{
    border: none;
}

.hos-desc{
    display: flex;
    align-items: center;
}

.hos-desc-text{
    text-indent: 2em;
}

.hos-desc-img{
    width: 30px;
    height: 30px;
    border-radius:50%
}