.phoneOverview {
    display: flex;
    flex-flow: column;
}

.phoneOverview .phoneTopBgBox {
    height: 83px;
    background: url(../../img/contentTopImgPhone.png) no-repeat;
    background-size: 100% 100%;
}

.phoneOverview .phoneTopListBg {
    margin-top: -13px;
    padding: 0 8px;
}
.phoneOverview .phoneTopListBg .phoneTopListBox {
    display: flex;
    height: 37px;
    background: #00408A;
    border-radius: 2px;
}

.phoneOverview .phoneTopListBg .phoneTopListBox .phoneTopListItem {
    flex: 1;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    font-size: 12px;
    color: #FFFFFF;
}

.phoneOverview .phoneTopListBg .phoneTopListBox .activeItem{
    font-weight: bold;
    background: linear-gradient(0deg, #186AC9 0%, rgba(0,64,138,0) 100%);
    border-radius: 2px;
}

.phoneOverview .phoneCenterBox {
    padding: 0 10px 77px 10px;
    position: relative;
}

.phoneOverview .phoneCenterBox1 {
    padding: 0;
}

.phoneOverview .phoneCenterBox2 {
    padding: 0 10px 147px 10px;
}

.phoneOverview .phoneCenterBox .topTitleBox {
    margin: 24px 0 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 18px;
    color: #333333;
}

.phoneOverview .phoneCenterBox .topTitleBox .round{
    margin: 0 10px;
    width: 6px;
    height: 6px;
    border-radius: 4px;
    background: #60AA69;
}

/* 医院简介 */
.phoneOverview .phoneCenterBox .listBox {
    text-indent: 18px;
    font-weight: 400;
    font-size: 9px;
    color: #333333;
    margin-bottom: 10px;
    word-break: break-all;
}

.phoneOverview .phoneCenterBox .phoneCenterBoxBg {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 135px;
    width: 100%;
    background: url(../../img/mapBg.png) no-repeat;
    background-size: 100% 100%;
}

/* 领导信息 */
.phoneOverview  .phoneCenterBox .phoneLeader {
    display: flex;
    flex-flow: column;
    align-items: center;
    margin-bottom: 25px;
}

.phoneOverview .phoneCenterBox .phoneLeader .phoneLeaderItem {
    width: 308px;
    display: flex;
    flex-flow: column;
}

.phoneOverview .phoneCenterBox .phoneLeader .phoneLeaderItem .phoneLeaderItemImg {
    width: 100%;
    /* height: 190px; */
    height: 308px;
}  

.phoneOverview .phoneCenterBox .phoneLeader .phoneLeaderItem .phoneLeaderItemBottom {
    background: #E5E5E5;
    padding: 16px 0 9px 0;
    text-align: center;
} 

.phoneOverview .phoneCenterBox .phoneLeader .phoneLeaderItem .phoneLeaderItemBottom .name {
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    margin-bottom: 9px;
} 

.phoneOverview .phoneCenterBox .phoneLeader .phoneLeaderItem .phoneLeaderItemBottom .job {
    font-weight: 400;
    font-size: 12px;
    color: #333333;
} 

.phoneOverview .phoneCenterBox .bottomBg {
    height: 135px;
    background: url(../../img/mapBg.png) no-repeat;
    background-size: 100% 100%;
}

.phoneOverview .phoneCenterBox .ambientBox {
    padding: 0 10px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.phoneOverview .phoneCenterBox .ambientBox .itemBox {
    margin-bottom: 20px;
    width: calc(50% - 9px);
    display: flex;
    flex-flow: column;
    border: 1px solid #E5E5E5;
    font-weight: bold;
    font-size: 12px;
    color: #333333;
    background: #E5E5E5;
}

.phoneOverview .phoneCenterBox .ambientBox .itemBox .itemBoxImg {
    width: 100%;
    height: 109px;
}


.phoneOverview .phoneCenterBox .ambientBox .itemBox .itemBoxText {
    padding: 10px 0;
    text-align: center;
}
