.doctor-header {
    width: 100%;
    height: 56vh;
    background-size: 100% 100%;
    position: relative;
}
.doctor-header>img {
    width: 100%;
    height: 528px;
    position: absolute;
    top: 0;
    left: 0;
}

.team-tab {
    padding-top: 299px;
    color: #ffffff;
    font-size: 0.9vw;
    display: flex;
    justify-content: center;
}

.team-tab span {
    display: inline-block;
    padding: 0.7vw 1.4vw 1.2vw;
    background: url('../img/list/teamCheck.png') no-repeat;
    background-size: 100% 100%;
    margin-right: 1.2vw;
    cursor: pointer;
}

.team-tab span:last-child {
    margin: 0;
}

.team-tab span.active {
    background: url('../img/list/teamChecked.png') no-repeat;
    background-size: 100% 100%;
}

.content-header {
    width: 100%;
    padding: 1.2vh 0;
    border-bottom: 2px solid #e2e2e2;
    display: flex;
    align-items: center;
    color: #5d5d5d;
    font-size: 0.8vw;
}

.content-header img {
    width: 1.2vw;
}

.content-header a {
    color: #5d5d5d;
}

.content-header span {
    margin: 0 0.2vw;
}

.doctor-items {
    margin: 5vh 0;
    position: relative;
}

.doctor-items .doctorSwiper {
    width: 30vw;
}

.doctorSwiper .swiper-slide img {
    width: 100%;
    height: 18vh;
}

.doctor-items .swiper-button-prev {
    position: absolute;
    left: 12vw;
    top: 9vh;
    background-image: url('../img/list/expertLeft.png');
}

.doctor-items .swiper-button-next {
    position: absolute;
    right: 12vw;
    top: 9vh;
    background-image: url('../img/list/expertRight.png');
}

.doctor-infos {
    display: flex;
    justify-content: center;
}

.infos-left {
    width: 40%;
}

.infos-left img {
    width: 100%;
}

.infos-right {
    width: 40%;
    margin-left: 1vw;
    padding-top: 120px;
    font-size: 18px;
}

.doctor-name {
    font-size: 1.4vw;
}

.doctor-line {
    width: 10vw;
    height: 2px;
    background: #474747;
    margin: 5px 0;
}

.doctor-number {
    margin-top: 1vh;
    margin-bottom: 3vh;
}

.doctor-profession {
    line-height: 1.4;
    margin: 3vh 0;
}

.doctor-project {
    color: #4ca1af;
    line-height: 1.4;
    margin-bottom: 3vh;
}

.project-title {
    margin-bottom: 1vh;
}

.project-detail {
    display: none;
}

.project-detail.show {
    display: block;
}

.project-detail .profile {
    font-size: 0.7vw;
    margin-bottom: 1vh;
}

.project-detail .profile .title {
    font-size: 0.7vw;
    font-weight: 600;
    margin-bottom: 10px;
}

.project-detail .profile p {
    line-height: 1.5;
    margin-bottom: 10px;
}

.show-more {
    width: 8vw;
    height: 3.5vh;
    line-height: 3.5vh;
    background: #2697af;
    color: #ffffff;
    font-size: 0.8vw;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.2rem;
    margin-bottom: 0.5rem;
    border-radius: 0.8vw;
    cursor: pointer;
    letter-spacing: 1px;
}

.show-more img {
    width: 0.8vw;
    margin-left: 3px;
}

/******************************************ÃÃ‚Ã”Ã¶******************************************/
.news-detail .goods{ width: 100%; margin-bottom: 60px; margin-top: 60px}
.news-detail .goods .tit{ font-size: 25px; color: #646464; font-weight: bold; line-height: 45px}
.news-detail .goods p{ font-size: 25px; color: #646464; font-weight: normal; line-height: 40px}

.news-detail .profiles{ width: 100%;margin-bottom: 60px;}
.news-detail .profiles .tit{ font-size: 25px; color: #646464; font-weight: bold; line-height: 45px}
.news-detail .profiles p{font-size: 25px;color: #646464;font-weight: normal;line-height: 40px;}



.detail-header {
    width: 100%;
    height: 46vh;
    background-size: 100% 100%;
}
.content-header {
    width: 843px;
    padding: 1.2vh 0;
    border-bottom: 2px solid #e2e2e2;
    display: flex;
    align-items: center;
    color: #5d5d5d;
    font-size: 0.8vw;
    padding: 0vh 0!important;
    color: #726e71!important;
    border-bottom: 3px solid #a50a22!important;
}

.content-header img {
    width: 1.2vw;
}

.content-header a {
    color: #5d5d5d;
}

.content-header span {
    margin: 0 0.2vw;
}

.detail-items {
    margin-top: 1vh;
}

.detail-items .news-header {
    width: 100%;
    padding: 15px 100px;
    box-sizing: border-box;
}

.detail-items .news-header .title {
    font-size: 28px;
    line-height: 1.2;
}

.detail-items .news-header .news-abs {
    margin-top: 15px;
    text-align: right;
}

.detail-items .news-header .news-abs span {
    margin-right: 15px;
}

.tc {
    text-align: center;
}

.news-detail {
    margin-top: 3vh;
}

.news-detail p {
    width: 100%;
    margin-bottom: 2vh;
    line-height: 1.5;
    text-indent: 1.5vw;
}

.news-detail p img {
    max-width: 100%;
}

.news-detail .video-js {
    margin: 0 auto;
}

.vjs-big-play-button {
    left: 45% !important;
    top: 45% !important;
}


.button {
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 50px;
}

.news-list {
    margin-bottom: 50px;
}

.news-list ul {
    margin: 0px;
    padding: 0px;
    height: 300px;
    overflow: hidden;
}

.news-list ul li {
    display: block;
    width: 100%;
    height: 60px;
    font-size: 18px;
    line-height: 60px;
    border-bottom: 2px solid #cacaca;
}

.news-list ul li a {
    float: left;
    margin-left: 5px;
    text-decoration: none;
    color: #3a3a3a;
    width: 100%;
    font-size: 18px;
}

.date {
    display: block;
    float: right;
    margin-right: 10px;
}

.clear {
    padding: 0px;
    margin: 0px;
}

.info_title {
    width: 1200px;
    height: 100px;
    display: inline-table;
}

.info_title img {
    display: block;
    margin: 0px auto;
    height: 100px;
}

.honour {
    width: 100%;
    display: block;
    margin-top: 50px;
}

.item {
    background-position: top center;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 460px;
    height: 390px;
}

.text {
    width: 100%;
    text-align: center;
    margin-top: 330px;
    height: 64px;
    font-size: 18px;
    line-height: 30px;
    padding: 0 20px;
    box-sizing: border-box;
}

.gkhp {
    width: 100%;
    height: 100%;
    margin-top: 50px;
}

.gkhp-item {
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-position: top center;
    background-size: 100%;
    background-repeat: no-repeat;
    height: 280px;
}

.gkhp-item p {
    margin-top: 260px;
    width: 100%;
    font-size: 18px;
    height: 30px;
    line-height: 30px;
}
.detail-header>img{
    position: absolute;
    display: block;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
}
#layui-upload-iframe{
    display: none;
}
.news-detail p{
    text-indent: 2em;
}.news-detail img {
     display: block;
     text-align: center;
     margin: 50px auto 0px;
 }
.home {
    width: 38px!important;
    margin-right: 15px!important;
}
@font-face {
    font-family: "PingFang-SC-Medium";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/artDoctor/PingFang-SC-Medium.ttf") format("truetype"),url("../fonts/artDoctor/PingFang-SC-Medium.woff") format("woff"), url("../fonts/artDoctor/PingFang-SC-Medium.svg") format("svg");
}
@font-face {
    font-family: "SourceHanSansCN-Bold";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/artDoctor/SourceHanSansCN-Bold.ttf") format("truetype"),url("../fonts/artDoctor/SourceHanSansCN-Bold.woff") format("woff"), url("../fonts/artDoctor/SourceHanSansCN-Bold.svg") format("svg");
}
.team-tab a p {
    font-family: SourceHanSansCN-Bold;
}.content-header span {
     margin: 0 0.2vw;
     font-family: PingFang-SC-Medium;
     font-size: 17px;
     font-size: 17px!important;
     font-weight: normal!important;
     font-stretch: normal!important;
     line-height: 41px!important;
     letter-spacing: 1px!important;
     color: #726e71!important;
     padding-top: 9px;
 }.content-header a {
      color: #5d5d5d;
      font-family: PingFang-SC-Medium;
      font-family: PingFang-SC-Medium!important;
      font-size: 17px!important;
      font-weight: normal!important;
      font-stretch: normal!important;
      line-height: 41px!important;
      letter-spacing: 1px!important;
      color: #726e71!important;
      padding-top: 9px;
  }



