@charset "UTF-8"; /* ========== 单篇+文章页 start ========== */
.articleBox {
    line-height: 1.5rem;
    color: #666;
    padding: 0.5rem .75rem;
    font-size: 0.7rem;
    background: #fff;
}
.articleBox a:nth-child(1){color: #d50303;}
.articleBox a:nth-child(2){font-weight: bold;}
.articleBox a:nth-child(4){font-weight: bold;color: #d50303;}
.articleBox img {
    max-width: 100%;
}

.articleTitle {
    font-size: 0.9rem;
    color: #333333;
    text-align: center;
    font-weight: bold;
    padding: .5rem 2.5rem .5rem;
    line-height: 1.5rem;
}

.articleTime {
    display: block;
    clear: both;
    text-align: center;
    color: #999;
    font-size: 0.6rem;
    padding: 0 0.75rem .75rem;
}

.articleBox .info {
    padding-top: 0.75rem;
    display: flex;
}

.articleBox .info .btn {
    padding: 0 .75rem;
    height: 1.5rem;
    line-height: 1.5rem;
    font-size: .65rem;
    color: #333;
    border: 1px solid #efefef;
    margin-right: 0.75rem;
    border-radius: 3rem;
}

.articleTop {
    overflow: hidden;
    background: #f9fafb;
    padding: .5rem 0;
}

.articleTop .articleTitle {
    font-size: .9rem;
    color: #333333;
    text-align: center;
    font-weight: bold;
    padding: 0 2.5rem;
    line-height: 1.5rem;
}

.articleTop .articleTime {
    text-align: center;
    padding: .5rem 0 0 0;
}

.articleHand {
    clear: both;
    font-size: 0.75rem;
    padding: 0 0px 1rem 0;
    overflow: hidden;
}

.articleHand a {
    display: block;
    line-height: 1.6rem;
    padding: 0 1rem 0 .75rem;
}

.articleHand a i {
    padding: 0 .25rem 0 0;
}

.articleHand a.aykjWord {
    color: #37a6ff !important;
}

.articleHand a.aykjPpt {
    color: #ff7735 !important;
}

.articleHand a.aykjExcel {
    color: #15bf44 !important;
}

.articleHand a.aykjPdf {
    color: #1369c0 !important;
}

.articleHand a.aykjZip {
    color: #ff9779 !important;
}

.articlePage {
    height: 2rem;
    line-height: 2rem;
    background: #FFF;
    padding: 0 .75rem;
    margin-bottom: 0.75rem;
}

.articlePage a {
    float: left;
    width: 50%;
    color: #666666;
    text-align: center;
}

.articlePage a:before {
    border-left: none;
}

.articlePage a i {
    font-size: .6rem;
    display: inline-block;
}

.articlePage a.prev {
    text-align: left;
}

.articlePage a.next {
    text-align: right;
}

.articlePage a.prev i {
    margin-right: .25rem;
}

.articlePage a.next i {
    margin-left: .25rem;
}

.videoCon {
    position: absolute;
    top: 10.25rem;
    bottom: 0;
    overflow-y: auto;
}

.videoCon .articleTitle {
    font-size: 18px;
    color: #333333;
    text-align: left;
    font-weight: bold;
    padding: .25rem .5rem 0 .5rem;
    line-height: 1.5rem;
}

.videoCon .articleTime {
    text-align: left;
    padding: 0 0 0 .5rem;
}

.articelImgSlide {
    overflow: hidden;
    position: relative;
    padding: 0 .75rem;
}

#articelImgSlide img {
    display: block;
    max-width: 100%;
}

#articelImgSlide {
    overflow: hidden;
    position: relative;
}

#articelImgSlide .swiper-pagination {
    bottom: .25rem;
}

.articelImgSlide .swiper-button-prev {
    left: 0px;
}

.articelImgSlide .swiper-button-next {
    right: 0px;
}

.articelImgSlide .swiper-pagination-bullet {
    background: #eee;
    opacity: 1;
}

.articelImgSlide .swiper-pagination-bullet-active {
    background: #007aff;
}

/**
 * 分享
 * @author 杨朝杰
 * @return
 */
.shareBt {
    display: inline-block;
    width: 1rem;
    position: relative;
}

.shareClose {
    line-height: 2rem;
    text-align: center;
    padding: .15rem 0 0 0;
    font-size: 0.8rem;
}

.shareBt:after {
    display: block;
    content: "";
    overflow: hidden;
    width: 100%;
    padding-top: 100%;
    background: url(../images.png) no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    bottom: -.2rem;
}

.shareBox {
    width: 100%;
    overflow: hidden;
    background: #fff;
    position: fixed;
    left: 0px;
    bottom: -100%;
    z-index: 10000;
    -webkit-transition: bottom 0.8s;
    -o-transition: bottom 0.8s;
    transition: bottom 0.8s;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.shareBox.show {
    bottom: 0px;
}

.shareCont {
    overflow: hidden;
    padding: 0.5rem 0px 0.25rem;
}

.boxShadow {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: rgba(0,0,0,0.6);
    z-index: 999;
    display: none;
}

.wxSha {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: rgba(0,0,0,0.6) url(../images/weChatShare.png) no-repeat center 0rem;
    background-size: auto 16rem;
    z-index: 99999999;
    display: none;
}

.shareC .bshare-custom {
    display: flex;
    padding: 0.8rem .5rem;
}

.shareC .bshare-custom .item {
    flex: 1;
    text-align: center;
}

.shareC .bshare-custom .item span {
    display: block;
    line-height: 1.5rem;
}

.shareC .bshare-custom a {
    display: inline-block;
    height: 2rem;
    width: 2rem;
    padding: 0;
    background-size: auto 1.95rem !important;
}

.shareC .bshare-custom .bshare-sinaminiblog {
    background: url(../images/shareBt1.png) no-repeat center center;
}

.shareC .bshare-custom .bshare-qqim {
    background: url(../images/shareBt6.png) no-repeat center center;
}

.shareC .bshare-custom .bshare-qzone {
    background: url(../images/shareBt3.png) no-repeat center center;
}

.shareC .bshare-custom .bshare-douban {
    background: url(../images/shareBt4.png) no-repeat center center;
}

.shareC .bshare-custom .bshare-weixin {
    background: url(../images/shareBt5.png) no-repeat center center;
}

.weChatShareTip {
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.5) url(../images/weChatShare.png) no-repeat calc(100% - 30px) 10px;
    background-size: 90% auto;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 9999999;
}

.shareParent .shareItem {
    width: 20%;
}

/**
 * 音乐播放器
 * @author 杨朝杰
 * @return
 */
.audio {
    padding: 0 .75rem .5rem;
}

.audio-tips {
    margin-top: 10px;
    color: #b1b1b1;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.audio .info {
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    line-height: 45px;
}

.audio .info p {
    margin: 0;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #666;
    text-indent: 0;
}

.audio .info .audio-title {
    -webkit-box-flex: 1.5;
    -ms-flex: 1.5;
    flex: 1.5;
    line-height: 24px;
    font-size: 14px;
}

.audio .info .audio-desc {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    line-height: 16px;
    color: #999 !important;
    font-size: 12px !important;
}

.audio .info .audio-desc span {
    padding: 0 15px 0 0;
    color: #ff0000;
}

/* 视频start */
.artVideo {
    margin: 0 .75rem .5rem;
    background: #000;
    position: relative;
}

.artVideo::before {
    display: block;
    content: '';
    padding-top: 56.25%;
}

#newViewPlayer {
    position: absolute;
    left: 0;
    top: 0;
}

.artVideoView {
    background: #000;
    position: relative;
}

.artVideoView::before {
    display: block;
    content: '';
    padding-top: 56.25%;
}

.videoDownLoad {
    text-align: center;
    padding: .5rem;
}

/* 视频end */
/*文章页底部start*/
.footerBar2 {
    font-size: .6rem;
    overflow: hidden;
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-background-clip: content;
    -moz-background-clip: content;
    background-clip: content;
    width: 100%;
    height: 2.25rem;
    background: #fff;
    position: relative;
}

.footerBar2:after {
    content: " ";
    width: 200%;
    height: 200%;
    position: absolute;
    top: 0;
    left: 0;
    border-top: 1px solid #ededed;
    box-sizing: border-box;
    -webkit-transform: scale(.5);
    transform: scale(.5);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    z-index: 1;
}

.footerBar2 .shareBt:after {
    display: none;
}

.footerBar2 div {
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.phoneBt {
    width: 30%;
    float: right;
}

.phoneBt a {
    width: 100%;
    display: block;
    line-height: 2.25rem;
    background: #ff7800;
    color: #fff !important;
    text-align: center;
}

.goBack2 {
    width: 16%;
    float: left;
}

.goBack2 a {
    display: block;
    height: 2.25rem;
    background: url(../images/jt6.png) no-repeat 10px center;
    background-size: 1.3rem;
    color: #666 !important;
    text-align: center;
}

.marker, .shareDiv {
    float: right;
    line-height: 2.25rem;
    font-size: .7rem;
    padding: 0 .75rem 0 0;
}

.shareDiv .shareBt {
    width: 100%;
}

.marker span, .shareDiv span {
    padding: 0 0 0 .3rem;
}

.marker em, .shareDiv em {
    color: #999;
}

/* ========== 单篇+文章页 end ========== */
/* ========== 全图列表 start ========== */
/* 全图列表1 start */
.imgList1 {
    overflow: hidden;
    margin-right: -.75rem;
    padding-top: 0.25rem;
}

.imgList1 dd {
    float: left;
    width: 50%;
    overflow: hidden;
}

.imgList1 dd a {
    display: block;
    margin-right: .75rem;
}

.imgList1 dd .pic:before {
    padding-top: 66.66667%;
}

.imgList1 dd .text {
    height: 1.75rem;
    line-height: 1.75rem;
    text-align: center;
    color: #333;
    font-size: .65rem;
}

/* 全图列表1 end */
/* 视频列表 start */
.videoList {
    padding-top: 1rem;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    margin-right: -0.75rem;
}

.videoList dd {
    width: 100%;
    margin-bottom: 0.75rem;
}

.videoList dd .con {
    margin-right: 0.75rem;
    display: block;
}

.videoList dd .con .pic {
    border-radius: .25rem;
    overflow: hidden;
    position: relative;
}

.videoList dd .con .pic::before {
    padding-top: 60%;
}

.videoList dd .con .bofang {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.3);
}

.videoList dd .con .bofang span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font-size: 1.2rem;
    color: #fff;
}

.videoList dd .text {
    font-size: .75rem;
    color: #333;
    padding: 0 .5rem;
    height: 2rem;
    line-height: 2rem;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.videoFloat {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 100;
}

.videoFloatBody {
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 1;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transition: all 500ms linear;
    -webkit-transition: all 500ms linear;
    background: #000;
}

.videoFloatBody.active {
    visibility: visible;
    opacity: 1;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
}

.videoFloatClose {
    position: fixed;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 2rem;
    right: .5rem;
    top: .5rem;
    background: #0d4861;
    border: .12rem solid #FFF;
    color: #FFF;
    text-align: center;
    line-height: 1.6rem;
    z-index: 1;
}

.videoFloatClose i {
    font-size: .8rem;
}

.videoFloat video {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.videoFloat-video {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 0;
}

.videoFloat-video::before {
    display: block;
    content: '';
    padding-top: 60%;
}

.videoFloat-video video {
    position: absolute;
    left: 0;
    top: 0;
}

/* 视频列表 end */
/* ========== 全图列表 end ========== */
/* ========== 图文列表 start ========== */
/* imgtext1 start */
.imgText1Con {
    padding: 1rem 0;
}

.imgText1 dd {
    padding-bottom: 0.75rem;
    margin-bottom: 0.75rem;
}

.imgText1 dd:last-child::before {
    display: none;
}

.imgText1 dd .title {
    margin-bottom: 0.75rem;
}

.imgText1 dd .cntitle {
    font-size: .8rem;
    color: #0d4861;
    height: 1.2rem;
    line-height: 1.2rem;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 1rem .8rem;
    padding-left: 1.2rem;
}

.imgText1 dd .entitle {
    font-size: .8rem;
    color: #ccc;
    height: 1.2rem;
    line-height: 1.2rem;
    font-style: italic;
    text-transform: capitalize;
}

.imgText1 dd .pic {
    margin-bottom: 0.75rem;
}

.imgText1 dd .pic::before {
    padding-top: 60%;
}

.imgText1 dd .text {
    font-size: .7rem;
    color: #666;
    line-height: 1.2rem;
    text-align: justify;
    margin-bottom: 0.75rem;
}

.imgText1 dd .infoC {
    margin-bottom: 0.5rem;
}
.imgText1 dd .infoC img{
    max-width: 100%;
}
/* .imgText1 dd .infoC span {
    display: block;
    font-size: .75rem;
    color: #0d4861;
    height: 1.2rem;
    line-height: 1.2rem;
    margin-bottom: 0.5rem;
} */
.imgText1 dd .infoC a{
    display: inline-block;
    margin-bottom: 0.5rem;
    padding: 0 .75rem;
    height: 1.5rem;
    line-height: 1.5rem;
    border: 1px solid #ececec;
    border-radius: 3rem;
}
.imgText1 dd .infoC .btn {
    font-size: .7rem;
    color: #333;
}

.videoBtn {
    font-size: .7rem;
    color: #fff;
    height: 1.7rem;
    line-height: 1.7rem;
    background-color: #0d4861;
    padding: 0 .5rem;
    border-radius: 3rem;
    display: inline-block;
    margin-bottom: 0.75rem;
}

.videoBtn i {
    display: inline-block;
    background: url(../images/videoBtnIcn.png) no-repeat center center / contain;
    width: 1rem;
    height: 1rem;
    margin-right: 0.5rem;
    vertical-align: middle;
}

/* imgtext1 end */
/* imgtext2 start */
.imgText2 {
    padding: 1rem 0;
}

.imgText2 dd {
    padding-bottom: 0.75rem;
    margin-bottom: 0.75rem;
}

.imgText2 dd .pic {
    width: 40.1914%;
    margin-right: 0.75rem;
    border-radius: .25rem;
    overflow: hidden;
}

.imgText2 dd .pic::before {
    padding-top: 66.6667%;
}

.imgText2 dd .pic .btn {
    padding: 0 .5rem;
    height: 1.2rem;
    line-height: 1.2rem;
    border-radius: 3rem;
    background-color: #0d4861;
    font-size: .6rem;
    color: #fff;
    position: absolute;
    right: 0.5rem;
    bottom: 0.5rem;
    z-index: 5;
}

.imgText2 dd .textC {
    overflow: hidden;
}

.imgText2 dd .title {
    font-size: .75rem;
    color: #333;
    height: 2.4rem;
    line-height: 1.2rem;
    margin-bottom: 0.5rem;
}

.imgText2 dd .time {
    font-size: .7rem;
    color: #999;
    height: 1.2rem;
    line-height: 1.2rem;
}

.imgText2 dd .con {
    margin-bottom: 0.75rem;
}

.imgText2 dd .infoC {
    display: flex;
}

.imgText2 dd .infoC .btn {
    margin-right: 0.5rem;
    height: 1.2rem;
    padding: 0 .5rem;
    border: 1px solid #e6e6e6;
    border-radius: 3rem;
    font-size: .6rem;
    color: #333;
    line-height: 1.2rem;
}

.imgText2Text {
    font-size: .65rem;
    color: #8a8a8a;
    height: 1.5rem;
    line-height: 1.5rem;
}

.imgText2Text span {
    display: inline-block;
    font-size: .85rem;
    color: #0d4861;
}

/* imgtext2 end */
/* ========== 图文列表 end ========== */
/* ========== 文字列表 start ========== */
/*文字列表start*/
.textList1 dd {
    padding-bottom: 0.75rem;
    margin-bottom: 0.75rem;
}

.textList1 dd .text {
    font-size: .75rem;
    color: #333;
    height: 1.5rem;
    line-height: 1.5rem;
}

.textList1 dd .time {
    font-size: .7rem;
    color: #999;
    height: 1.5rem;
    line-height: 1.5rem;
}

.textList1 dd:last-child::before {
    display: none;
}

/*文字列表end*/
/* 就医流程start */
.textList2Box {
    overflow: hidden;
}

.textList2 {
    position: relative;
    height: 100%;
    padding: 1.5rem 0.5rem 1.5rem 1.75rem;
    background-color: #0d4861;
    overflow: hidden;
}

.textList2::before {
    display: block;
    content: '';
    width: 1px;
    height: 100%;
    background-color: rgba(255,255,255,.5);
    position: absolute;
    left: .75rem;
    top: 0;
}

.textList2 dd {
    margin-bottom: 1.5rem;
    position: relative;
}

.textList2 dd .title {
    font-size: .6rem;
    color: #fff;
    height: 1.2rem;
    line-height: 1.2rem;
}

.textList2Con {
    width: 59.4444%;
    padding: .75rem;
}

.textList2Con .text {
    height: 21rem;
    overflow-y: auto;
    text-align: justify;
    font-size: .65rem;
    color: #666;
    line-height: 1.2rem;
}

.textList2Con .text span {
    color: #333;
    display: block;
    padding: .3rem 0;
}

.textList2 dd i::before {
    display: block;
    content: '';
    width: 0.5rem;
    height: 0.5rem;
    background-color: #fff;
    border-radius: 100%;
    position: absolute;
    left: -31%;
    top: 50%;
    margin-top: -0.25rem;
}

.textList2 dd.hover i::after {
    display: block;
    content: '';
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 100%;
    border: 1px solid #fff;
    position: absolute;
    left: 12%;
    top: 14%;
}

.textList2 dd.hover i {
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 100%;
    background-color: #75b757;
    position: absolute;
    left: -40%;
    top: 50%;
    margin-top: -0.45rem;
}

.textList2 dd.hover i::before {
    left: 32%;
    width: .4rem;
    height: .4rem;
    top: 53%;
}

/* 就医流程end */
/* ========== 文字列表 end ========== */
/* 表单公用start */
.input {
    padding: 0 .5rem
}

.input input {
    border: none;
    background: none;
    width: 100%;
    height: 1.9rem;
    line-height: 1.9rem;
    font-size: .65rem;
    color: #333;
}

.textarea {
    padding: 5px 10px
}

.textarea textarea {
    border: none;
    background: none;
    width: 100%;
    height: 3rem;
    line-height: 1.5rem;
    font-size: .65rem;
    color: #333;
}

a.formBtn {
    display: inline-block;
    height: 1.5rem;
    line-height: 1.5rem;
    background: #ddd;
    border-radius: 3px;
    font-size: .65rem;
    color: #333;
    padding: 0 1rem;
    margin: 0 .5rem;
    position: relative;
}

a.formBtn::before {
    content: " ";
    width: 200%;
    height: 200%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #ddd;
    box-sizing: border-box;
    -webkit-transform: scale(.5);
    transform: scale(.5);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    z-index: -1
}

a.formBtn:hover {
    opacity: .9;
}

.radio {
    color: #555555;
    line-height: 1.9rem;
    font-size: 0;
}

.radio .radioItem {
    display: inline-block;
    height: 1.9rem;
    margin-right: 1rem;
    position: relative;
    vertical-align: middle;
}

.radio .radioItem input {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 1
}

.radio .radioItem label {
    color: #555555;
    overflow: hidden;
    font-size: 0.65rem;
    line-height: 2rem;
    height: 1.9rem;
    display: block;
}

.radio .radioItem input[type=radio]+label span {
    width: 0.65rem;
    height: 0.65rem;
    border-radius: 50%;
    border: 1px solid #e1e1e1;
    margin-right: 0.25rem;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -.1rem;
}

.radio .radioItem input[type=radio]+label span:before {
    display: block;
    content: '';
    width: 0.35rem;
    height: 0.35rem;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -0.175rem;
    margin-left: -0.175rem;
    background: #1e5ab0;
    visibility: hidden;
}

.radio .radioItem input[type=radio]:checked+label span:before {
    visibility: visible
}

.radio .radioItem input[type=radio]:checked+label span {
    border-color: #1e5ab0;
}

.radio .radioItem input[type=checkbox]+label span {
    float: left;
    width: 0.65rem;
    height: 0.65rem;
    border: 1px solid #e1e1e1;
    position: relative;
    top: 50%;
    margin-top: -0.4rem;
    margin-right: 0.25rem;
}

.radio .radioItem input[type=checkbox]+label span {
    border-color: #1e5ab0;
}

.radio .radioItem input[type=checkbox]+label span:before {
    content: "";
    display: block;
    width: 0.4rem;
    height: 0.2rem;
    border-left: 0.1rem solid #1e5ab0;
    border-bottom: 0.1rem solid #1e5ab0;
    position: absolute;
    top: 0.1rem;
    left: 50%;
    transform: translate(-50%) rotate(-45deg);
    visibility: hidden;
    background: none;
}

.radio .radioItem input[type=checkbox]:checked+label span:before {
    visibility: visible
}

.select {
    position: relative;
    height: 1.9rem;
}

.select .icn {
    position: absolute;
    right: 0;
    top: 0;
    width: 2rem;
    height: 1.9rem;
    line-height: 1.9rem;
    text-align: center;
}

.select select {
    position: absolute;
    appearance: none;
    -webkit-appearance: none;
    border: none;
    background: none;
    z-index: 1;
    width: 100%;
    height: 100%;
    font-size: .65rem;
    color: #666;
}

.formYzm .input {
    display: inline;
}

.formYzm .yzmImg {
    width: 4rem;
    height: 1.9rem;
    float: left;
    display: inline;
    margin-left: .5rem;
    overflow: hidden;
    padding: .1rem;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.formYzm .yzmImg img {
    display: block;
    width: 100%;
    height: 100%;
}

.formSubBtn {
    font-size: 0;
    text-align: left;
    margin: 0 -.25rem;
}

.formSubBtn a {
    padding: 0 1.5rem;
}

.formSubBtn a.submit {
    background: #1e5ab0;
    color: #FFF;
}

.formSubBtn a.reset {
    background: #ddd;
    color: #8b8b8b;
}

/* 表单公用end */
/* ========== 登录 start ========== */
.loginCon {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
}

.loginCon .subBox {
    padding-top: 35%;
}

.loginCon .logo {
    padding: 0;
    float: none;
    display: block;
    margin-bottom: 1rem;
}

.loginCon .logo img {
    height: 2rem;
    margin: 0 auto;
}

.loginForm {
    margin-bottom: 1rem;
}

.loginForm .itemC {
    margin-bottom: 0.75rem;
    height: 2.5rem;
    line-height: 2.5rem;
    padding: 0 .75rem;
    border-radius: 3rem;
    border: 1px solid #ebebeb;
    width: 100%;
}

.loginForm .item input {
    width: 100%;
    height: 2.5rem !important;
    line-height: 2.5rem !important;
    border: none;
    background-color: transparent;
}

.loginForm .item {
    display: flex;
    justify-content: space-between;
}

.loginForm .item img {
    width: 35%;
    height: 2.5rem;
    border-radius: 3rem;
    border: 1px solid #ebebeb;
    margin-left: 0.75rem;
}

.loginBtn a {
    display: block;
    height: 2.5rem;
    line-height: 2.5rem;
    background-image: linear-gradient(to right ,#3e9dfe,#2070f3);
    border-radius: 3rem;
    font-size: .8rem;
    color: #fff;
    text-align: center;
    margin-bottom: 0.75rem;
}

.backPw a {
    text-align: center;
    font-size: .7rem;
    color: #9ea1b1;
    height: 1.2rem;
    line-height: 1.2rem;
    display: block;
}

/* ========== 登录 end ========== */
/* ========== 联系我们 start ========== */
.contactUsCon {
    padding: 1rem 0;
}

.contactUsCon .title {
    font-size: .8rem;
    color: #0d4861;
    height: 1.5rem;
    line-height: 1.5rem;
    margin-bottom: 0.5rem;
}

.contactUsCon .infoC {
    margin-bottom: 0.75rem;
}

.contactUsCon .infoC .info {
    height: 1.8rem;
    line-height: 1.8rem;
    font-size: .7rem;
    color: #333;
    display: flex;
    align-items: center;
}

.contactUsCon .infoC .info em {
    color: #fff;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 100%;
    background-color: #ff9f38;
    display: block;
    text-align: center;
    line-height: 1.5rem;
    margin-right: 0.5rem;
}

.map {
    height: 13rem;
    margin-bottom: 0.75rem;
    border-radius: .3rem;
    overflow: hidden;
}

.contactUsList {
    padding-top: 1rem;
}

.contactUsList dd {
    margin-bottom: 2rem;
    background-color: #f1f6fa;
    padding: 1rem .75rem;
}
.contactUsList dd:last-child{
    margin-bottom: 1rem;
}
.contactUsList dd .icn {
    display: flex;
    align-items: center;
    width: 5rem;
    height: 2rem;
    background-color: #52bfca;
    border-radius: 3rem;
    margin: -1.8rem 0 1rem -.75rem;
}

.contactUsList dd em {
    width: 2rem;
    height: 2rem;
    background-color: #fff;
    border-radius: 100%;
    display: block;
    font-size: 1rem;
    color: #52bfca;
    line-height: 2rem;
    text-align: center;
    margin-right: 0.5rem;
}

.contactUsList dd .text {
    font-size: .75rem;
    color: #fff;
}

.contactUsList dd .textC {
    font-size: .7rem;
    color: #444;
    line-height: 1.2rem;
    text-align: justify;
}
.mapNav{text-align: center;}
.mapNav a{display: inline-block; padding:0 1.5rem;height: 2rem;line-height: 2rem;background-color: #0d4861;font-size: .65rem;color: #fff;border-radius: .2rem;overflow: hidden;}
/*地图弹窗 start*/
.easilyPopup{background-color: #fff;height: 75%;position: fixed;left: 0;bottom: 0;width: 100%;z-index: 100;box-sizing: border-box;-webkit-box-sizing: border-box;overflow: scroll;opacity:0;visibility: hidden;transition: all 300ms;-webkit-transition: all 300ms;transform: translateY(100%);-webkit-transform: translateY(100%);display: flex;flex-direction: column;}
.easilyPopup.show{opacity:1;visibility: visible;transform: translateY(0%);-webkit-transform: translateY(0%);}
.easilyPopup .popUpbtn{text-align: center;margin-bottom: .75rem;}
.easilyPopup .item{display: inline-block;font-size: .7rem;color: #333;height: 2rem;line-height: 2rem;margin-right:1.5rem;}
.easilyPopup .item.hover{color:#fca702;border-bottom: 4px solid #fca702;}
.easilyPopup .popUpCon{
    flex: 1;
    height: 0;
}
.easilyPopup .popUpBox{height:100%;}
.easilyPopup .popUpBoxCon{height:100%;display:flex;flex-direction: column;}
.easilyPopup .conScroll{
    flex: 1;
    height: 0;
    overflow: hidden;
    overflow-y: auto;
}

.popUpBoxForm .con{height: 2rem;background-color: #fafafa;border:1px solid #ebebeb;overflow: hidden;padding: 0 1rem;line-height: 2rem;margin-bottom:.75rem;}
.popUpBoxForm .item1 {overflow: hidden;}
.popUpBoxForm .item1 .con{width: 60%;float: left;display: inline;margin-right: .5rem;}
.popUpBoxForm .item1 .pic{overflow: hidden;width: 20%;}
.popUpBoxForm .item1 .pic img{object-fit: contain;}
.popUpBoxForm .item1 .pic::before{padding-top: 50%;}
.popUpBoxForm span{display: inline-block;font-size: .7rem;color:#b1141a;margin-right: .5rem;}
.popUpBoxForm .lable{display: inline-block;font-size: .7rem;color:#333;}
.popUpBoxForm .lableCon{float: left;display: inline;font-size: 0;}
.popUpBoxForm .input{overflow: hidden;}
.popUpBoxForm .input input{border: none;background: transparent;}
.popUpBoxForm .select{width: 100%;height: 100%;}
.popUpBoxForm .select select{border: none;background: transparent;width: 70%;}
.popUpBox .allPrice{font-size:.8rem;color:#333;height:2.45rem;line-height: 2.45rem;margin-bottom:1.375rem;}
.popUpBox .allPrice i{color:#fca702;font-size:1.25rem;font-weight: bold;font-style: normal;padding:0 .3rem;margin-bottom:2.25rem;}

.popUpBox .priceBtn a{font-size: .7rem;color:#fff;display: block;text-align: center;}
.popUpBox .priceBtn .btn{background-color: #fca702;width: 100%;height: 1.8rem;border-radius:1.5rem;margin-bottom: .5rem;line-height: 1.8rem;}
.popUpBox .priceBtn .btn1{background-color: #cccccc;}

.popUpList dd{border-bottom: 1px solid #ebebeb;padding: .5rem 0;}
.popUpList dd .lable{font-size: .75rem;color: #333;height: 1.5rem;line-height: 1.5rem;}
.popUpList dd span{font-size: .7rem;color: #666;height: 1rem;line-height: 1rem;}
.popUpewmC{text-align: center;}
.popUpewmC i{font-size:.8rem;color:#333;height:2.375rem;line-height:2.375rem;margin-bottom:1.625rem;display: block;font-style: normal;}
.popUpewm{display: inline-block;vertical-align: middle;text-align: center;width: 13rem;height: 13rem;border: .5rem solid #f8f8f8;}
.popUpMask{background:rgba(0,0,0,.3);position: fixed;left: 0;bottom:0;z-index:99;width: 100%;height: 100%;opacity:0;visibility: hidden;transition: all 300ms;-webkit-transition: all 300ms;}
.popUpMask.show{opacity:1;visibility: visible;}
.popUpewm  .pic::before{padding-top: 100%;}

.easilyPopup1{height: 40% !important;} 
.easilyPopup {text-align: center;position: relative;}
.easilyPopupClose{display: block;position: absolute;right: 0px;top: 27%;z-index: 105;border-radius: 100%;color: #ed7000;font-size: 1.8rem;background: #fff;opacity:0;visibility: hidden;}
.popUpBoxForm{overflow-y: auto;}
.easilyPopup .text{font-size: .8rem;color: #333;height: 1rem;line-height: 1rem;text-align: center;margin-bottom: .75rem;}
.easilyPopup .pic img{object-fit:contain;}
.easilyPopup{background-color: #fff;height: 70%;position: fixed;left: 0;bottom: 0;width: 100%;z-index: 100;box-sizing: border-box;-webkit-box-sizing: border-box;overflow: scroll;opacity:1;visibility: hidden;transition: all 300ms;-webkit-transition: all 300ms;transform: translateY(100%);-webkit-transform: translateY(100%);display: flex;flex-direction: column;padding:.75rem;}
.easilyPopup.show{opacity:1;visibility: visible;transform: translateY(0%);-webkit-transform: translateY(0%);}
.easilyPopup .picText{font-size: .65rem;color: #666;min-height: 1rem;line-height: 1rem;text-align: left;}
.popUpMask{background:rgba(0,0,0,.3);position: fixed;left: 0;bottom:0;z-index:99;width: 100%;height: 100%;opacity:0;visibility: hidden;transition: all 300ms;-webkit-transition: all 300ms;}
.popUpMask.show{opacity:1;visibility: visible;}
.easilyPopupClose.show{opacity:1;visibility: visible;}

.easilyPopup{padding:.75rem;}
.orderApplyC dd{height: 3rem;line-height: 3rem;font-size:0.7rem;}
.orderApplyC dd a{display: block;width: 100%;height: 100%;}
.closeBtn a{height: 3rem;line-height: 3rem;font-size: 0.7rem;display: block;}
/*地图弹窗 end*/
/* ========== 联系我们 end ========== */
/* ========== 上传附件 start ========== */
.uploadBanner {
    position: relative;
}

.uploadBanner::before {
    display: block;
    content: '';
    padding-top: 71.1111%;
}

.uploadBanner img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.uploadList {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    display: flex;
}

.uploadList dd {
    width: 50%;
    height: 2.5rem;
    line-height: 2.5rem;
    border-radius: .35rem .35rem 0 0;
    display: flex;
    justify-content: center;
    background-color: #fff;
    position: relative;
    z-index: 5;
}

.uploadList dd:nth-child(1) {
    clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%);
}

.uploadList dd:nth-child(2) {
    clip-path: polygon(10% 0%, 100% 0, 100% 103%, 0 100%);
}

.uploadList dd em {
    display: block;
    font-size: 1rem;
    color: #1d52f3;
    margin-right: 0.5rem;
}

.uploadList dd span {
    display: block;
    font-size: .75rem;
    color: #1d52f3;
}

.uploadList dd.hover {
    background-color: #1d52f3;
    width: 50%;
    position: relative;
    z-index: 4;
}

.uploadList dd.hover em {
    color: #fff;
}

.uploadList dd.hover span {
    color: #fff;
}

.uploadBanner .infoC {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 50%;
    top: 30%;
    transform: translateX(-50%);
}

.uploadBanner .infoC .pic {
    width: 3rem;
    border: 10px solid rgba(255,255,255,.2);
    border-radius: 100%;
    overflow: hidden;
    margin-right: 0.75rem;
}

.uploadBanner .infoC .pic::before {
    padding-top: 100%;
}

.uploadBanner .infoC .textC .number {
    font-size: 1rem ;
    color: #fff;
    height: 1.5rem;
    line-height: 1.5rem;
    font-weight: bold;
}

.uploadBanner .infoC .textC .name {
    font-size: .8rem;
    color: #fff;
    height: 1.5rem;
    line-height: 1.5rem;
}

.uploadCon {
    background-color: #f5fbff;
    padding: 1.5rem 0;
}

.uploadBox .con {
    height: 10rem;
    background-color: #fff;
    border: 1px dashed #5893f6;
    border-radius: .3rem;
    overflow: hidden;
    margin-bottom: 1.5rem;
}

.uploadBox .con em {
    display: block;
    margin: 0 auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 2rem;
    height: 2rem;
}

.uploadBox .con .text {
    font-size: .75rem;
    color: #666;
    height: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
}

.uploadBtn a {
    display: block;
    height: 2.2rem;
    line-height: 2.2rem;
    font-size: .75rem;
    color: #fff;
    text-align: center;
    background-color: #3894fc;
    border-radius: 3rem;
    margin-bottom: 2rem;
}

.uploadBox .returnBtn a {
    display: block;
    text-align: center;
    font-size: .7rem;
    color: #0266cd;
    height: 1.5rem;
    line-height: 1.5rem;
}

.uploadBox .returnBtn i {
    margin-right: 0.5rem;
}

.uploadConList {
    margin-bottom: 1rem;
}

.uploadConList dd a {
    margin-bottom: 0.75rem;
    background-color: #fff;
    border-radius: .6rem;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: .75rem;
}

.uploadConList dd em {
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 1.5rem 1.5rem;
    width: 2.5rem;
    height: 2.5rem;
    background-color: #e9f1fe;
    border-radius: .5rem;
    overflow: hidden;
    margin-right: 0.5rem;
}

.uploadConList dd .title {
    font-size: .75rem;
    color: #333;
    height: 1.2rem;
    line-height: 1.2rem;
}

.uploadConList dd .time {
    font-size: .7rem;
    color: #333;
    height: 1.2rem;
    line-height: 1.2rem;
    display: flex;
}

.uploadConList dd .time span {
    display: block;
    margin-right: 0.5rem;
}

/* ========== 上传附件 end ========== */
/*新闻详情 start*/
.newsViewCon .title {
    position: relative;
    margin-bottom: 0.75rem;
}

.newsViewCon .title span {
    display: block;
    font-size: .8rem;
    color: #333;
    grid-template: 1.5rem;
    line-height: 1.5rem;
    position: relative;
    z-index: 1;
}

.newsViewCon .title::before {
    display: block;
    content: '';
    width: 4rem;
    height: .75rem;
    background-color: #d9eaf6;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
}

.newsViewList1 dd {
    padding-bottom: 0.75rem;
    margin-bottom: 0.75rem;
}

.newsViewList1 dd .text {
    font-size: .7rem;
    color: #333;
    line-height: 1.2rem;
    height: 1.2rem;
    margin-bottom: 0.5rem;
}

.newsViewList1 dd .time {
    font-size: .7rem;
    color: #999;
    height: 1.2rem;
    line-height: 1.2rem;
}

.newsViewImgList dd {
    margin-bottom: 0.75rem;
    border-radius: .3rem;
    overflow: hidden;
}

.newsViewImgList dd .picBox {
    position: relative;
}

.newsViewImgList dd .pic::before {
    padding-top: 60%;
}

.newsViewImgList dd em {
    font-size: 1.8rem;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}

.newsViewImgList dd .text {
    height: 2.2rem;
    line-height: 2.2rem;
    font-size: .75rem;
    color: #333;
    text-align: center;
    background-color: #f4f4f4;
}

/*新闻详情 end*/
/*搜索 start*/
.searchPageCon {
    overflow-y: auto;
    padding-top: 1rem;
    box-sizing: border-box;
}

.searchInputC {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.5rem;
}

.searchInputC .text {
    font-size: .75rem;
    color: #333;
    height: 2.2rem;
    line-height: 2.2rem;
}

.searchInput {
    background-color: #f6f7f9;
    height: 2.2rem;
    line-height: 2.2rem;
    border-radius: 3rem;
    display: flex;
    padding: 0 .5rem;
    width: 80%;
}

.searchInput em {
    width: 1rem;
    height: 1rem;
    display: block;
    font-size: .8rem;
    color: #666;
}

.searchInput input {
    height: 2.2rem;
    line-height: 2.2rem;
    width: 100%;
    background-color: transparent;
    border: none;
}

.searchPageBox {
    margin-bottom: 2rem;
}

.searchPageBox .title {
    font-size: .8rem;
    color: #333;
    height: 1.5rem;
    line-height: 1.5rem;
    margin-bottom: 1rem;
}

.searchPageList1 {
    overflow: hidden;
}

.searchPageList1 dd {
    float: left;
    display: inline;
    background-color: #f6f7f9;
    padding: 0 .5rem;
    height: 2rem;
    line-height: 2rem;
    border-radius: 3rem;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
}

.searchPageBottom {
    background-color: #f0f8ff;
    border: 1px solid #81b3e6;
    border-radius: .2rem;
    overflow: hidden;
    padding: .8rem .75rem;
    margin-bottom: 3rem;
}

.searchPageBottom .title {
    color: #0266cd;
    font-size: .75rem;
    height: 1.5rem;
    line-height: 1.5rem;
}

.searchBottomDl {
    overflow: hidden;
}

.searchBottomDl dd {
    float: left;
    display: inline;
    margin-right: 0.5rem;
    padding: 0 .5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    border-radius: 3rem;
    border: 1px solid #e1efff;
    font-size: .6rem;
    color: #333;
    margin-bottom: 0.5rem;
}

.contactUsBtn a {
    display: block;
    text-align: center;
    font-size: .7rem;
    color: #0266cd;
    height: 1.5rem;
    line-height: 1.5rem;
}

.contactUsBtn i {
    display: inline-block;
    font-size: 1rem;
    color: #0266cd;
}

/*搜索 end*/
/*医院概况 start*/
.hopitalViewCon {
    padding-bottom: 1rem;
}

.hopitalViewCon .title {
    font-size: .8rem;
    color: #333;
    height: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    margin-bottom: 0.75rem;
}

.hopitalViewCon .text {
    font-size: .65rem;
    color: #333;
    line-height: 1.2rem;
    text-align: justify;
    margin-bottom: 0.75rem;
}

.hospitalList {
    display: flex;
    justify-content: center;
    margin-bottom: 0.75rem;
}

.hospitalList dd .num span {
    display: inline-block;
    font-size: .6rem;
    position: relative;
    top: -38%;
}

.hospitalList dd .num {
    font-size: 1.5rem;
    font-weight: bold;
    color: #0d4861;
    height: 1.5rem;
    line-height: 1.5rem;
    margin-right: 1rem;
}

.hospitalList dd .con {
    font-size: .6rem;
    color: #0d4861;
    height: 1.5rem;
    line-height: 1.5rem;
}

.hopitalViewCon .picBox {
    position: relative;
}

.hopitalViewCon .pic {
    border-radius: .3rem;
    overflow: hidden;
}

.hopitalViewCon .pic::before {
    padding-top: 60%;
}

.hopitalViewCon em {
    font-size: 1.5rem ;
    display: block;
    color: #fff;
    width: 2rem;
    height: 2rem;
    background-color: #0d4861;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    text-align: center;
    line-height: 2rem;
}

.hospitalBtn {
    position: fixed;
    right: 1%;
    top: 50%;
    z-index: 1;
}

.hospitalBtn a {
    height: 2.4rem;
    background-image: linear-gradient(45deg,#3e9dfe,#2070f3);
    border-radius: 100%;
    font-size: .6rem;
    text-align: center;
    color: #fff;
    z-index: 55;
    padding: .5rem;
    display: block;
    margin-bottom: 0.5rem;
}

.hospitalBtn i {
    display: block;
    font-size: 1rem;
    color: #fff;
    margin-bottom: 0.2rem;
}

/*医院概况 end*/
/*专家团队 start*/
/*列表 start*/
.teamList1 {
    background-color: #f4f4f4;
}

.teamList1 dd {
    margin-bottom: 0.75rem;
    background-color: #fff;
    padding: .5rem 0;
}

.teamList1 dd .picC {
    position: relative;
    width: 22.9665%;
    margin-right: 0.75rem;
}

.teamList1 dd .picC::before {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-color: #0d4861;
    position: absolute;
    left: 0.1rem;
    top: 0.1rem;
}

.teamList1 dd .pic {
    z-index: 5;
}

.teamList1 dd .pic::before {
    padding-top: 143.75%;
}

.teamList1 dd .textC {
    overflow: hidden;
}

.teamList1 dd .name {
    font-size: .6rem;
    color: #666;
    height: 1.5rem;
    line-height: 1.5rem;
}

.teamList1 dd .name span {
    font-size: .8rem;
    color: #0d4861;
    font-weight: bold;
    margin-right: 0.5rem;
}

.teamList1 dd .info {
    color: #333;
    font-size: .65rem;
    line-height: 1.2rem;
}

.teamList1 dd .info span {
    display: inline-block;
    color: #0d4861;
}

/*列表 end*/
/*详情 start*/
.teamViewCon {
    padding: 1rem 0;
}
.teamViewBtn{display: flex;justify-content: center;}
.teamViewCon .teamVideo{margin-right:.75rem;}
.teamViewCon .teamVideo .con{
    padding:0 .6rem;
    height: 1.5rem;
    line-height: 1.5rem;
    background-color: #0d4861;
    border-radius: 3rem;
    display: flex;
    align-items: center;
}
.teamViewCon .teamVideo em{display: block;background: #0d4861 url(../images/videoBtnIcn.png) no-repeat center center / contain;width: 0.75rem;height: 0.75rem;margin-right: 0.3rem;}
.teamViewCon .teamVideo span{display: block;font-size: .65rem;color: #fff;}
.teamViewCon .teamVideo:nth-child(2) em{width: auto;height: auto;background: none;font-size: .8rem;color: #fff;}
.orderCLayer{opacity:0;visibility: hidden;height: 0;padding:.75rem;background-color:#f5f5f5;z-index: 2;position: relative;transition: all .5s;-webkit-transition: all .5s;}
.orderCLayer em{width: 1.5rem;height: 1.5rem;font-size:1rem;color: #fff;background-color: #0d4861;border-radius: 100%;position: absolute;right: 0;top: -.7rem;text-align: center;line-height: 1.5rem;}
.ordermask{width: 100%;height: 100%;background-color: rgba(0,0,0,.3);position: absolute;left: 0;top: 0;opacity:0;visibility: hidden;z-index: 1;transition: all .5s;-webkit-transition: all .5s;}
.orderCLayer.show{opacity: 1;visibility: visible;height: auto;}
.ordermask.show{opacity:1;visibility: visible;}

.teamViewCon .pic {
    width: 47.8469%;
    margin: 0 auto;
    margin-bottom: 0.75rem;
}

.teamViewCon .pic::before {
    padding-top: 143%;
}

.teamViewCon .title {
    font-size: .8rem;
    color: #0d4861;
    height: 1.5rem;
    line-height: 1.5rem;
    font-weight: bold;
}

.teamViewUl {
    margin-bottom: 0.75rem;
}

.teamViewUl li {
    line-height: 1.8rem;
    font-size: .7rem;
    overflow: hidden;
}

.teamViewUl li span {
    display: inline;
    color: #999;
    float: left;
}

.teamViewUl li .text {
    color: #333;
    overflow: hidden;
    text-align: justify;
}
.teamViewUl li:nth-child(3) .text{
    line-height: 1.2rem;
}
.teamViewCon .con {
    font-size: .65rem;
    color: #666;
    line-height: 1.2rem;
    text-align: justify;
    margin-bottom: 0.75rem;
}

.teamViewCon .newsViewImgList dd .pic {
    width: 100%;
    margin-bottom: 0;
}

.teamViewCon .newsViewImgList dd .pic::before {
    padding-top: 60% !important;
}

/*详情 end*/
/*专家团队 end*/
