@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: 80%;
    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;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}
.container-fluid .display {
    margin-top: 80px;
    padding-bottom: 80px;
}
.container-fluid .display .contentBox {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.container-fluid .display .contentBox img {
    width: 568px;
    height: 350px;
}
.container-fluid .display .contentBox .content {
    margin-left: 40px;
    width: 584px;
    display: flex;
    flex-direction: column;
}
.container-fluid .display .contentBox .content .titles {
    width: 584px;
    height: 64px;
    display: inline-block;
    background: url(../../images/public/cardiology/title.png) 100% 0 no-repeat;
}
.container-fluid .display .contentBox .content .titles h1 {
    width: calc(100% - 50px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0;
    display: inline-block;
    font-family: 'SourceHanSerif-Bold';
    color: #fff;
    font-size: 32px;
    line-height: 32px;
    padding: 17px 0 17px 30px;
    background: #BBA978 ;
}
.container-fluid .display .contentBox .content p {
    margin-top: 20px;
    width: 584px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    font-family: 'SourceHanSerifCN-Regular';
    font-size: 20px;
    color: #666666;
}
.container-fluid .display .contentBox .content .more {
    margin-top: 15px;
}
.container-fluid .display .contentBox .content .more a {
    text-decoration: none;
}
.container-fluid .display .contentBox .content .more span {
    font-family: 'SourceHanSerifCN-Regular';
    font-size: 16px;
    color: #C2B185;
}
.container-fluid .display .contentBox .content .more i {
    margin-left: 10px;
    color: #C2B185;
}
.container-fluid .display .contentBox .content .location {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 30px;
    align-items: flex-start;
}
.container-fluid .display .contentBox .content .location .locate {
    width: calc(50% - 10px);
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}
.container-fluid .display .contentBox .content .location .locate .img {
    padding: 10px 16px;
    background-color: #6FB41B;
    border-radius: 4px;
}
.container-fluid .display .contentBox .content .location .locate .img img {
    width: 28px;
    height: 40px;
}
.container-fluid .display .contentBox .content .location .locate .text {
    margin-left: 10px;
    display: flex;
    flex-direction: column;
}
.container-fluid .display .contentBox .content .location .locate .text h2 {
    font-family: 'SourceHanSerif-Bold';
    font-size: 20px;
    margin: 0;
    color: #333;
}
.container-fluid .display .contentBox .content .location .locate .text span {
    font-size: 16px;
    font-family: 'SourceHanSerifCN-Regular';
    margin-top: 16px;
    color: #666666;
}
.container-fluid .display .contentBox .content .location .tel {
    width: calc(50% - 10px);
    display: flex;
    flex-direction: row;
    align-items: center;
}
.container-fluid .display .contentBox .content .location .tel .img {
    padding: 10px 16px;
    background-color: #6FB41B;
    border-radius: 4px;
}
.container-fluid .display .contentBox .content .location .tel .img img {
    width: 28px;
    height: 40px;
}
.container-fluid .display .contentBox .content .location .tel .text {
    margin-left: 10px;
    display: flex;
    flex-direction: column;
}
.container-fluid .display .contentBox .content .location .tel .text h2 {
    font-family: 'SourceHanSerif-Bold';
    font-size: 20px;
    margin: 0;
    color: #333;
}
.container-fluid .display .contentBox .content .location .tel .text span {
    font-size: 16px;
    font-family: 'SourceHanSerifCN-Regular';
    margin-top: 16px;
    color: #666666;
}
.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 .doctorList {
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.container-fluid .doctorTeam .contentBox .doctorList .item {
    position: relative;
}
.container-fluid .doctorTeam .contentBox .doctorList .item img {
    width: 280px;
    height: 340px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.container-fluid .doctorTeam .contentBox .doctorList .item .nameBox {
    width: 100%;
    position: absolute;
    margin-top: -93px;
    padding-top: 15px;
    padding-bottom: 13px;
    background-color: rgba(0, 0, 0, 0.5);
}
.container-fluid .doctorTeam .contentBox .doctorList .item .nameBox .name {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.container-fluid .doctorTeam .contentBox .doctorList .item .nameBox .name img {
    width: 14px;
    height: 18px;
}
.container-fluid .doctorTeam .contentBox .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 .doctorList .item .nameBox .line {
    margin-top: 5px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.container-fluid .doctorTeam .contentBox .doctorList .item .nameBox .line .lines {
    width: 109px;
    height: 1px;
}
.container-fluid .doctorTeam .contentBox .doctorList .item .nameBox .line .center {
    margin: 0 5px;
    width: 10px;
    height: 10px;
}
.container-fluid .doctorTeam .contentBox .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 .doctorList .item + .item {
    margin-left: 15px;
}
.container-fluid .departmentSpecial {
    padding-bottom: 60px;
}
.container-fluid .departmentSpecial .swiper_content {
    width: 1380px;
    margin: 30px auto 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.container-fluid .departmentSpecial .swiper_content .prevButton {
    background-color: #F7F6F2;
    min-width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.container-fluid .departmentSpecial .swiper_content .nextButton {
    background-color: #F7F6F2;
    min-width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.container-fluid .departmentSpecial .swiper_content .swiper-container {
    margin: 0 44px;
}
.container-fluid .departmentSpecial .swiper_content .swiper-container .swiper-wrapper .swiper-slide {
    width: 380px;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}
.container-fluid .departmentSpecial .swiper_content .swiper-container .swiper-wrapper .swiper-slide a {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.container-fluid .departmentSpecial .swiper_content .swiper-container .swiper-wrapper .swiper-slide a img {
    width: 380px;
    height: 240px;
}
.container-fluid .departmentSpecial .swiper_content .swiper-container .swiper-wrapper .swiper-slide a span {
    font-family: 'SourceHanSerifCN-Medium';
    font-size: 18px;
    color: #333;
    margin-top: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    width: 100%;
    overflow: hidden;
}
.container-fluid .departmentSpecial .swiper_content .swiper-container .swiper-wrapper .swiper-slide:hover .content h1 {
    color: #6FB41B;
}
.container-fluid .honestSpace {
    background: url(../../images/professional/bg.png);
}
.container-fluid .honestSpace .title {
    margin-top: 60px;
}
.container-fluid .honestSpace .title h1 {
    font-family: 'SourceHanSerif-Bold';
    font-size: 32px;
}
.container-fluid .honestSpace .list {
    padding-bottom: 20px;
}
.container-fluid .honestSpace .list .item {
    margin-top: 40px;
    width: calc(50% - 15px);
    border: 9px solid #ccc;
    border-image: url(../../images/specialMedical/border_bac.png) 9 9 9 9 stretch;
    background-color: #fff;
    display: flex;
    flex-direction: row;
    padding: 22px 23px;
}
.container-fluid .honestSpace .list .item .date {
    font-family: 'Arial MT';
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.container-fluid .honestSpace .list .item .date h1 {
    margin: 0;
    line-height: 32px;
    font-size: 36px;
    color: #BBA978;
    border-bottom: 1px solid #BBA978;
    padding-bottom: 8px;
}
.container-fluid .honestSpace .list .item .date span {
    line-height: 14px;
    font-size: 16px;
    color: #BBA978;
    margin-top: 8px;
    white-space: nowrap;
}
.container-fluid .honestSpace .list .item a {
    display: block;
    text-decoration: none;
    overflow: hidden;
}
.container-fluid .honestSpace .list .item a .content {
    display: flex;
    flex-direction: column;
    margin-left: 20px;
}
.container-fluid .honestSpace .list .item a .content h1 {
    margin: 0;
    font-size: 20px;
    font-family: 'SourceHanSerif-Bold';
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.container-fluid .honestSpace .list .item a .content p {
    display: block;
    font-family: 'SourceHanSerifCN-Regular';
    margin-bottom: 0;
    margin-top: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #666666;
}
.container-fluid .honestSpace .list .item a:hover .content h1 {
    color: #6FB41B;
}
.container-fluid .honestSpace .list .item:nth-child(even) {
    margin-left: 30px;
}
.container-fluid .honestSpace .more {
    clear: both;
    display: flex;
}
.container-fluid .honestSpace .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-top: 0;
}
.container-fluid footer {
    margin-top: 0;
}
@media screen and (max-width: 1700px) {
    .departmentInfo .contentBox {
        width: 75%;
        margin-left: 12.5%;
    }
}
@media screen and (max-width: 1500px) {
    .departmentInfo .contentBox {
        width: 85%;
        margin-left: 7.5%;
    }
}
@media screen and (max-width: 1400px) {
    .departmentSpecial .swiper_content {
        width: 963px !important;
    }
    .departmentInfo .contentBox {
        width: 95%;
        margin-left: 2.5%;
    }
}
