@font-face {
    font-family: 'SourceHanSerifCN-Regular';
    src: url('../../fonts/SourceHanSerifCN-Regular.otf');
}
@font-face {
    font-family: 'SourceHanSerif-Bold';
    src: url('../../fonts/SourceHanSerif-Bold.ttf');
}
@font-face {
    font-family: 'SourceHanSerifCN-Medium';
    src: url('../../fonts/SourceHanSerifCN-Medium.otf');
}
@font-face {
    font-family: 'Arial MT';
    src: url('../../fonts/Arial-MT.ttf');
}
.container-fluid .banner {
    position: relative;
}
.container-fluid .banner #banner_swiper {
    margin-top: -53px;
    z-index: 0;
    height: 600px;
}
.container-fluid .banner #banner_swiper .swiper-slide img {
    width: 100%;
    height: 600px;
}
.container-fluid .banner #banner_swiper .swiper-pagination .my-bullet {
    display: inline-block;
    position: relative;
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 50%;
    margin: 0 5px;
    opacity: 0.5;
}
.container-fluid .banner #banner_swiper .swiper-pagination .my-bullet-active {
    border-radius: 3px;
    width: 16px;
    height: 6px;
    background-color: #fff;
    opacity: 1;
}
.container-fluid .banner .contentBox {
    width: 100%;
    user-select: none;
    display: block;
    margin-top: 120px;
    top: 0;
    position: absolute;
    z-index: 1;
}
.container-fluid .banner .contentBox .content {
    margin: 0 auto;
    height: 100%;
    width: 62%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.container-fluid .banner .contentBox .content h1 {
    margin: 0;
    font-family: 'SourceHanSerif-Bold';
    font-size: 32px;
    color: #fff;
}
.container-fluid .banner .contentBox .content p {
    margin-top: 48px;
    margin-bottom: 0;
    font-family: 'SourceHanSerifCN-Regular';
    font-size: 20px;
    color: #fff;
    text-indent: 2em;
}
.container-fluid .doctorTeam {
    background: url(../../images/professional/bg.png);
    padding-bottom: 60px;
}
.container-fluid .doctorTeam .contentBox {
    background: url(../../images/public/cardiology/anwenLeft.png) left center no-repeat, url(../../images/public/cardiology/anwenRight.png) right center no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.container-fluid .doctorTeam .contentBox .title {
    margin: 0;
    padding-top: 80px;
}
.container-fluid .doctorTeam .contentBox .team {
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.container-fluid .doctorTeam .contentBox .team .teamDisplay a {
    position: relative;
}
.container-fluid .doctorTeam .contentBox .team .teamDisplay a img {
    width: 568px;
    height: 340px;
}
.container-fluid .doctorTeam .contentBox .team .teamDisplay a .nameBox {
    width: 100%;
    position: absolute;
    margin-top: -93px;
    padding-top: 15px;
    padding-bottom: 13px;
    background-color: rgba(0, 0, 0, 0.5);
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.container-fluid .doctorTeam .contentBox .team .teamDisplay a .nameBox .name {
    padding-top: 20px;
    padding-bottom: 23px;
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.container-fluid .doctorTeam .contentBox .team .teamDisplay a .nameBox .name img {
    width: 14px;
    height: 18px;
}
.container-fluid .doctorTeam .contentBox .team .teamDisplay a .nameBox .name h1 {
    max-width: 500px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 10px;
    display: block;
    font-family: 'SourceHanSerifCN-Medium';
    font-size: 20px;
    color: #fff;
}
.container-fluid .doctorTeam .contentBox .team .doctorList {
    margin: 0;
    margin-left: 40px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.container-fluid .doctorTeam .contentBox .team .doctorList .item {
    position: relative;
}
.container-fluid .doctorTeam .contentBox .team .doctorList .item img {
    width: 280px;
    height: 340px;
    border-radius: 6px;
}
.container-fluid .doctorTeam .contentBox .team .doctorList .item .nameBox {
    width: 100%;
    position: absolute;
    margin-top: -93px;
    padding-top: 15px;
    padding-bottom: 13px;
    background-color: rgba(0, 0, 0, 0.5);
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.container-fluid .doctorTeam .contentBox .team .doctorList .item .nameBox .name {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.container-fluid .doctorTeam .contentBox .team .doctorList .item .nameBox .name img {
    width: 14px;
    height: 18px;
}
.container-fluid .doctorTeam .contentBox .team .doctorList .item .nameBox .name h1 {
    max-width: 220px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 10px;
    display: block;
    font-family: 'SourceHanSerifCN-Medium';
    font-size: 20px;
    color: #fff;
}
.container-fluid .doctorTeam .contentBox .team .doctorList .item .nameBox .line {
    margin-top: 5px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.container-fluid .doctorTeam .contentBox .team .doctorList .item .nameBox .line .lines {
    width: 109px;
    height: 1px;
}
.container-fluid .doctorTeam .contentBox .team .doctorList .item .nameBox .line .center {
    margin: 0 5px;
    width: 10px;
    height: 10px;
}
.container-fluid .doctorTeam .contentBox .team .doctorList .item .nameBox span {
    margin-top: 5px;
    font-family: 'SourceHanSerifCN-Medium';
    font-size: 16px;
    color: #fff;
    display: block;
    text-align: center;
}
.container-fluid .doctorTeam .contentBox .team .doctorList .item + .item {
    margin-left: 15px;
}
.container-fluid .teamSpecial {
    padding-bottom: 60px;
}
.container-fluid .teamSpecial .contentBox .swiper_content {
    width: 1370px;
    margin: 0 auto;
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.container-fluid .teamSpecial .contentBox .swiper_content .prevButton {
    background-color: #F7F6F2;
    min-width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.container-fluid .teamSpecial .contentBox .swiper_content .nextButton {
    background-color: #F7F6F2;
    min-width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.container-fluid .teamSpecial .contentBox .swiper_content .swiper-container {
    background-color: #fff;
    box-shadow: 0px 1px 10px 0px rgba(36, 39, 41, 0.2);
    border-radius: 2px;
    margin: 0 44px;
}
.container-fluid .teamSpecial .contentBox .swiper_content .swiper-container .swiper-wrapper .swiper-slide {
    padding: 20px 40px 20px 30px;
    display: flex;
    flex-direction: row;
}
.container-fluid .teamSpecial .contentBox .swiper_content .swiper-container .swiper-wrapper .swiper-slide .left {
    width: 520px;
    height: 320px;
}
.container-fluid .teamSpecial .contentBox .swiper_content .swiper-container .swiper-wrapper .swiper-slide .right {
    width: 100%;
    margin-left: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.container-fluid .teamSpecial .contentBox .swiper_content .swiper-container .swiper-wrapper .swiper-slide .right .textTitle {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.container-fluid .teamSpecial .contentBox .swiper_content .swiper-container .swiper-wrapper .swiper-slide .right .textTitle h1 {
    max-width: 440px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin: 0;
    font-family: 'SourceHanSerif-Bold';
    font-size: 24px;
    color: #333333;
}
.container-fluid .teamSpecial .contentBox .swiper_content .swiper-container .swiper-wrapper .swiper-slide .right .textTitle img {
    margin-left: 16px;
    width: 28px;
    height: 12px;
}
.container-fluid .teamSpecial .contentBox .swiper_content .swiper-container .swiper-wrapper .swiper-slide .right .textTitle .line {
    margin-left: 4px;
   flex: 1;
    height: 1px;
    background-color: rgba(187, 169, 120, 0.3);
}
.container-fluid .teamSpecial .contentBox .swiper_content .swiper-container .swiper-wrapper .swiper-slide .right p {
    margin-top: 20px;
    margin-bottom: 0;
    font-family: 'SourceHanSerifCN-Regular';
    font-size: 16px;
    line-height: 28px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
}
.container-fluid .teamSpecial .contentBox .swiper_content .swiper-container .swiper-wrapper .swiper-slide .right a {
    margin-top: 36px;
    text-decoration: none;
    font-family: 'SourceHanSerifCN-Medium';
    font-size: 16px;
    color: #BBA978;
}
.container-fluid .teamSpecial .contentBox .swiper_content .swiper-container .swiper-wrapper .swiper-slide .right a i {
    margin-left: 10px;
}
.container-fluid .teamSpecial .contentBox .swiper_content .swiper-container .swiper-wrapper .swiper-slide:hover .content h1 {
    color: #6FB41B;
}
.container-fluid .departmentInfo {
    background: url(../../images/professional/bg.png);
    padding-bottom: 80px;
}
.container-fluid .departmentInfo .contentBox {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    width: 70%;
    margin-left: 15%;
    justify-content: space-between;
}
.container-fluid .departmentInfo .contentBox .location {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.container-fluid .departmentInfo .contentBox .location .title {
    display: flex;
    flex-direction: row;
}
.container-fluid .departmentInfo .contentBox .location .locationBox {
    background-color: #fff;
    padding: 10px;
    margin-top: 40px;
    box-shadow: 0px 1px 10px 0px rgba(36, 39, 41, 0.2);
}
.container-fluid .departmentInfo .contentBox .location .locationBox img {
    width: 500px;
    height: 390px;
}
.container-fluid .departmentInfo .contentBox .location .locationBox ul {
    list-style: none;
    padding-left: 30px;
    margin-top: 30px;
    padding-bottom: 20px;
}
.container-fluid .departmentInfo .contentBox .location .locationBox ul li {
    max-width: 460px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: 'SourceHanSerifCN-Medium';
    font-size: 18px;
    color: #333;
}
.container-fluid .departmentInfo .contentBox .location .locationBox ul li i {
    color: #6FB41B;
    font-size: 18px;
    margin-right: 10px;
}
.container-fluid .departmentInfo .contentBox .location .locationBox ul li + li {
    margin-top: 20px;
}
.container-fluid .departmentInfo .contentBox .dynamic .imgBox {
    margin-top: 40px;
}
.container-fluid .departmentInfo .contentBox .dynamic .imgBox img {
    width: 520px;
    height: 320px;
}
.container-fluid .departmentInfo .contentBox .dynamic ul {
    padding-left: 0;
    list-style: none;
    margin-top: 10px;
}
.container-fluid .departmentInfo .contentBox .dynamic ul li {
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #EEEEEE;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.container-fluid .departmentInfo .contentBox .dynamic ul li .leftContent {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.container-fluid .departmentInfo .contentBox .dynamic ul li .leftContent img {
    width: 21px;
    height: 21px;
}
.container-fluid .departmentInfo .contentBox .dynamic ul li .leftContent a {
    display: block;
    max-width: 350px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-left: 10px;
    text-decoration: none;
    font-family: 'SourceHanSerifCN-Medium';
    font-size: 20px;
    color: #333;
}
.container-fluid .departmentInfo .contentBox .dynamic ul li span {
    font-family: 'Arial MT';
    font-size: 20px;
    color: #999999;
}
.container-fluid .departmentInfo .contentBox .dynamic .more {
    clear: both;
    display: flex;
}
.container-fluid .departmentInfo .contentBox .dynamic .more a {
    display: flex;
    justify-content: center;
    width: 130px;
    line-height: 31px;
    background: url(../../images/professional/tendField/moreBtnBac.png) no-repeat;
    font-family: 'SourceHanSerifCN-Regular';
    font-size: 16px;
    color: #C2B185;
    margin: 0 auto;
    margin-top: 40px;
    text-decoration: none;
}
.container-fluid footer {
    margin: 0;
}
@media screen and (max-width: 1550px) {
    .container-fluid .departmentInfo .contentBox {
        width: 80%;
        margin-left: 10%;
    }
}
@media screen and (max-width: 1400px) {
    .container-fluid .departmentInfo .contentBox {
        width: 90%;
        margin-left: 5%;
    }
}
@media screen and (max-width: 1200px) {
    .container-fluid .departmentInfo .contentBox {
        width: 100%;
        margin-left: 0%;
    }
}
