@charset "utf-8";

html {
    font-size: 625%;
}

body {
    background-color: #f2f6ff;
    overflow-x: hidden;
    color: #333;
    font-family: Microsoft YaHei, Arial, Lucida, Verdana, Helvetica, sans-serif;
    font-size: 14px;
    font-size: 0.14rem;
    position: relative;
    margin: 0;
}
@media screen and (max-width:960px) {
    body{
        padding-top: .72rem;
    }
}
h1 {
    font-size: .24rem;
    margin: 0;
    padding: 0;
}

h2 {
    font-size: .36rem;
    margin: 0;
    padding: 0;
}

h3 {
    font-size: .18rem;
    font-weight: 700;
    margin: 0;
    padding: 0;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

p {
    margin: 0;
    padding: 0;
    line-height: 1.7;
}

a {
    text-decoration: none;
    color: #333;
}

img {
    max-width: 100%;
}
img.mobile{
    display: none;
}
@media screen and (max-width:768px) {
    img.pc{
        display: none;
    }
    img.mobile{
        display: block;
    }
}
.clear {
    clear: both;
}

.container {
    margin: 0 auto;
    max-width: 11.6rem;
}

.container-fluid {
    width: 100%;
}

@media screen and (max-width:960px) {
    .container {
        overflow: hidden;
        width: 92%;
    }
}

/* 统一section样式 */
section {
    padding: .45rem 0;
}

section .title {
    position: relative;
}

section h2 {
    text-align: center;
    margin-bottom: 0;
}

section .en {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
    padding-top: .1rem;
    color: #999;
}

section .more {
    position: absolute;
    top: calc(50% - 10px);
    right: 0;
    color: #333;
}

section .more span {
    color: #23ab3a;
    font-weight: bolder;
    padding-left: 2px;
}

section .content {
    margin-top: .3rem;
}

section.bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

section.bg h2,
section.bg .en,
section.bg .more,
section.bg .more span {
    color: #fff;
}

.btn {
    border: none;
    border-radius: .2rem;
    padding: .1rem .35rem;
    font-size: .12rem;
    color: #fff;
    background-color: #0e6eb8;
    cursor: pointer;
}

/* 颜色 */
.blue {
    color: #0e6eb8;
}

/* 统一样式-文章样式 */
.arclist {
    padding-top: .3rem;
    padding-bottom: .15rem;
}

.arclist .title {
    color: #0e6eb8;
    font-size: .17rem;
    font-weight: bold;
}

.arclist ul {
    padding-top: .1rem;
}

.arclist ul li {
    padding: .25rem 0 .15rem 0;
    border-bottom: solid 1px #e6e6e6;
    color: #5b5b5b;
}

.arclist ul li a {
    color: #5b5b5b;
}

.arclist ul li:hover a {
    color: #0e6eb8;
}

.arclist ul li:last-child {
    border-bottom: none;
}

.arclist ul li .bt {
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.arclist ul li .info {
    padding-top: .15rem;
    color: #d5d5d5;
    font-size: .1rem;
}

.arclist ul li .info .author::before {
    content: '/';
    padding-right: .05rem;
}

/* 顶部样式 */
section.header {
    padding: 0;
}

.header .top {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    padding-top: .2rem;
    padding-bottom: .2rem;
}

.header .top .left {
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.header .top .left img {
    width: 209px;
    height: 56px;
    padding-right: .22rem;
}

.header .top .left .info {
    border-left: solid 1px #ccc;
    padding-left: .22rem;
    color: #000;
    min-height: .6rem;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.header .top .left p {
    margin: 0;
}

.header .top .right {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.header .top .right p {
    margin: 0;
    font-size: .16rem;
    color: #0e6eb8;
    font-weight: bold;
    text-align-last: justify;
}

.header .top .right .info {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    margin-top: .05rem;
}

.header .top .right .info>span {
    color: #23ab3a;
    font-size: .3rem;
    margin-right: .05rem;
}

.header .top .right .info .tel span {
    display: block;
}

.header .top .right .info .tel .ct1 {
    font-size: .12rem;
    color: #666;
}

.header .top .right .info .tel .ct2 {
    font-size: .14rem;
    color: #000;
    font-weight: bold;
}
.header .mnavico{
    display: none;
}
@media screen and (max-width:960px) {
    .header{
        width: 100%;
        position: fixed;
        height: .7rem;
        top: 0;
        z-index: 999;
        background-color: #f2f6ff;
        border-bottom: solid 1px #e8e6e6;
    }
    .header .mnavico{
        display: block;
    }
    .header .top{
        align-items: center;
        padding-top: .15rem;
        padding-bottom: .15rem;
    }
    .header .top .left{
        width: 45%;
    }
    .header .top .left img{
        width: auto;
        height: .4rem;
    }
    .header .top .left .info{
        display: none;
    }
    .header .top .right{
        display: none;
    }
}
/* PC顶部菜单 */
.pnav {
    background: #0e6eb8;
    padding: 0;
}

.pnav a {
    color: #fff;
    white-space: nowrap;
}

.pnav ul.fnav {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}

.pnav ul.fnav>li>a {
    display: block;
    padding: .18rem .18rem;
    text-align: center;
}

.pnav ul.fnav>li {
    position: relative;
    flex: 1;
}

.pnav ul.fnav>li:hover,
.pnav ul.fnav>li.active {
    background: #fff;
}

.pnav ul.fnav>li:hover>a,
.pnav ul.fnav>li.active>a {
    color: #0e6eb8;
}

.pnav ul.fnav ul {
    display: none;
    position: absolute;
    top: .56rem;
    padding: 0;
    border-radius: .02rem;
    background: #fff;
    box-shadow: 0 .02rem .12rem 0 rgba(0, 0, 0, .1);
    z-index: 999;
}

.pnav ul.fnav>li:hover ul {
    display: block;
}

.pnav ul.fnav ul li a {
    display: block;
    width: 1.5rem;
    padding-left: .08rem;
    font-size: .14rem;
    color: #0e6eb8;
    line-height: 3;
}

.pnav ul.fnav ul li a:hover {
    background: #0e6eb8;
    color: #fff;
}

@media screen and (max-width:768px) {
    .pnav {
        display: none;
    }
}

/* 手机版顶部菜单 */
.mnav {
    display: none;
    width: 100%;
    background: #fff;
    padding: 0;
    position: fixed;
    top: .7rem;
    border-top: solid 1px #e8e6e6;
    z-index: 999;
    font-size: .15rem;
    line-height: 3;
}

.mnav a {
    padding: 0 .2rem;
    color: #000;
}

.mnav .fnav>li>a {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    font-weight: bold;
}

.mnav .fnav>li.active>a {
    color: #0e6eb8;
}

.mnav .fnav>li a:focus {
    background: #ecf5ff;
}

.mnav .fnav>li>a>.iconfont {
    font-weight: normal;
    font-size: .1rem;
    line-height: 3.6;
}

.mnav .fnav>li>ul {
    display: none;
}

.mnav .fnav>li.active>ul {
    display: block;
}

.mnav .fnav>li>ul a {
    display: block;
    padding: 0 0.4rem;
}

.mnav .fnav>li>ul>li.active a {
    background: #0e6eb8;
    color: #fff;
}

@media screen and (max-width:768px) {
    .mnav {
        display: none;
    }
}

/* 底部样式 */
footer {
    font-size: .12rem;
    padding-top: .3rem;
    padding-bottom: .3rem;
    background-color: #fff;
}

footer .top {
    margin: 0 auto;
    width: 77%;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}

footer .left {
    width: 2.5rem;
}

footer .middle {
    width: 4.6rem;
}

footer .right {
    flex: 1;
    display: -webkit-flex;
    display: flex;
}

footer .right .ewm {
    text-align: center;
    height: fit-content;
    margin-right: .12rem;
    align-self: flex-end;
}

footer .right p {
    margin-top: .05rem;
}

footer .right img {
    width: 1.2rem;
    height: auto;
}

footer .right .ewm .iconfont {
    font-size: .5rem;
    color: #23ab3a;
}

.flink {
    padding: .12rem 0;
    font-size: .12rem;
    background-color: #0e6eb8;
    color: #fff;
}

.flink .container {
    text-align: center;
}

.flink a {
    color: #fff;
    margin-right: .08rem;
}

.copyright {
    padding: .12rem 0;
    font-size: .12rem;
    background-color: #000;
    color: #808080;
}

.copyright .container {
    text-align: center;
}

.copyright a {
    color: #808080;
}
@media screen and (max-width:768px) {
    footer .top{
        width: 100%;
    }
    footer .left{
        flex: 1;
    }
    footer .middle{
        display: none;
    }
    footer .right{
        justify-content: flex-end;
    }
    .flink a{
        line-height: 1.8;
    }
    .copyright .container{
        line-height: 1.8;
    }
    .copyright span{
        display: block;
    }
}
/* 右边悬浮框 */
.totop {
    z-index: 998;
    position: fixed;
    right: 5%;
    top: calc(50% - 0.5rem);
    font-size: .1rem;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
}

.totop a {
    text-align: center;
    padding: .1rem .05rem;
    margin-bottom: .03rem;
    border-radius: .05rem;
}

.totop a .iconfont {
    font-size: .25rem;
    color: #fff;
}

.totop a p {
    color: #fff;
}

.totop a.yygh {
    background-color: #0e6eb8;
}

.totop a.kfzx {
    background-color: #23ab3a;
}

.totop a.fhdb {
    background-color: #d9d9d9;
}

.totop a.fhdb p,
.totop a.fhdb .iconfont {
    color: #333;
}
@media screen and (max-width:768px) {
    .totop{
        right: 4%;
    }
}
/* ----首页样式---- */
/* 首页轮播 */
.swiper .swiper-pagination {
    bottom: 25px;
}

.swiper .swiper-pagination>span {
    width: 10px;
    height: 10px;
    background-color: #83b4da;
}

.swiper .swiper-pagination .swiper-pagination-bullet-active {
    width: 30px;
    transition: width 1000ms;
    border-radius: 5px;
    background-color: #0e6eb8;
}

.swiper .swiper-slide img {
    width: 100%;
    height: auto;
}

/* 首页科室 */
.h-tsks .content {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}

.h-tsks .item {
    background-color: #fff;
    width: 31%;
    padding: .2rem;
    box-sizing: border-box;
    cursor: pointer;
}

.h-tsks .item img {
    width: 100%;
    height: auto;
}

.h-tsks .item h3 {
    padding-top: .35rem;
    padding-bottom: .2rem;
}

.h-tsks .item p {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #999;
}

.h-tsks .item .btn {
    margin-top: .3rem;
    margin-bottom: .25rem;
}
@media screen and (max-width:768px) {
    .h-tsks .content{
        flex-direction: column;
    }
    .h-tsks .item{
        width: 100%;
        margin-bottom: .2rem;
    }
}
/* 首页新注册送58元体验金介绍 */
.h-yyjs {
    background: url(/static/default/images/home-about-bg.jpg);
}

.h-yyjs .content {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}

.h-yyjs .content>div {
    width: 48.5%;
}

.h-yyjs .ct {
    color: #fff;
    text-indent: 2em;
}

.h-yyjs .tb {
    display: -webkit-flex;
    display: flex;
}

.h-yyjs .tb>div {
    width: .78rem;
    height: .78rem;
    margin-top: .20rem;
    margin-right: .3rem;
    border: solid 1px #6cb3e9;
    border-radius: 50%;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.h-yyjs .left img {
    width: 100%;
    height: auto;
}

.h-yyjs .right {
    margin-top: -0.08rem;
}

.h-yyjs .tb .iconfont {
    font-size: .28rem;
    color: #fff;
}

.h-yyjs .tb p {
    color: #fff;
    font-size: .12rem;
}
@media screen and (max-width:768px) {
    .h-yyjs .content{
        flex-direction: column;
    }
    .h-yyjs .content>div{
        width: 100%;
    }
    .h-yyjs .ct{
        margin-top: .2rem;
    }
    .h-yyjs .tb{
        justify-content: center;
    }
    .h-yyjs .tb>div:last-child{
        margin-right: 0;
    }
}
/* 首页新闻资讯 */
.h-news .content {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}

.h-news .items {
    background-color: #fff;
    width: 31%;
    padding: .2rem;
    box-sizing: border-box;
    cursor: pointer;
}

.h-news .top {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
}

.h-news .top .pic a {
    display: block;
    position: relative;
}
.h-news .top .pic a img{
    width: 100%;
}
.h-news .top .pic span {
    position: absolute;
    left: 0;
    top: 0;
    width: 1rem;
    height: .4rem;
    line-height: .4rem;
    text-align: center;
    background-color: #23ab3a;
    color: #fff;
}

.h-news .top h3 {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: .4rem;
    padding-bottom: .2rem;
    padding: .4rem .15rem .2rem .15rem;
}

.h-news .top h3 .title {
    display: block;
    flex: 1;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.h-news .top h3 .icon {
    width: .2rem;
    height: .2rem;
    border-radius: 50%;
    line-height: .2rem;
    text-align: center;
    font-size: .12rem;
    color: #fff;
    background-color: #0e6eb8;
}

.h-news .top h3 .icon .iconfont {
    font-weight: normal;
}

.h-news .top p a {
    padding-left: .15rem;
    padding-right: .15rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #b2b2b2;
}

.h-news .bottom ul {
    border-top: solid 1px #b2b2b2;
    margin-left: .15rem;
    margin-right: .15rem;
    margin-top: .35rem;
    padding-top: .35rem;
    padding-bottom: .1rem;
}

.h-news .bottom ul li {
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.h-news .bottom ul li::before {
    content: '';
    display: block;
    width: .06rem;
    height: .06rem;
    background-color: #0e6eb8;
    border-radius: 50%;
}

.h-news .bottom ul li a {
    color: #000;
    flex: 1;
    display: block;
    padding-left: .06rem;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 2.142;
}
@media screen and (max-width:768px) {
    .h-news .content{
        flex-direction: column;
    }
    .h-news .items{
        width: 100%;
    }
}
/* 首页科室团队 */
.h-kstd {
    background-image: url(/static/default/images/home-kstd-bg.jpg);
}

.h-kstd .content {}

.h-kstd .content .item {
    position: relative;
    cursor: pointer;
    float: left;
}

.h-kstd .content .item:nth-child(2n+1) {
    float: right;
}

.h-kstd .content .item:first-child {
    float: left;
}

.h-kstd .content .item:nth-child(2n) {
    margin-left: .2rem;
}

.h-kstd .content .item:nth-child(4),
.h-kstd .content .item:nth-child(5) {
    margin-top: .2rem;
}

.h-kstd .content .item img {
    display: block;
    width: 100%;
}

.h-kstd .content .item h3 {
    width: 100%;
    height: .5rem;
    line-height: .5rem;
    position: absolute;
    bottom: 0;
    background-color: rgba(35, 171, 58, 0.8);
}

.h-kstd .content .item h3 a {
    color: #fff;
    font-weight: normal;
    padding-left: .2rem;
}

.h-kstd .content .item h3 span {
    font-size: .1rem;
    padding-left: .1rem;
}

.h-kstd .content .item h3 span::before {
    content: '/';
    padding-right: .04rem;
}

.h-kstd .content .item:hover h3 {
    height: 100%;
    line-height: 100%;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: .24rem;
    font-weight: bold;
}

.h-kstd .content .item:hover h3 a {
    padding-left: 0;
}

.h-kstd .content .item:hover h3 span {
    display: block;
    font-size: .2rem;
    margin-top: .1rem;
    font-weight: normal;
}

.h-kstd .content .item:hover h3 span::before {
    content: '';
}
@media screen and (max-width:768px) {
    .h-kstd .content .item{
        float: none;
        margin: 0!important;
        margin-bottom: .2rem!important;
        width: 100%;
    }
}
/* 内页样式 */
.banner {
    padding: 0;
    text-align: center;
}

.banner img {
    width: 100%;
    height: auto;
}
@media screen and (max-width:768px) {
    .banner{
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .banner img{
        width: 100%;
        height: auto;
    }
}
.wrap .container {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width:768px) {
    .wrap .container{
        flex-direction: column;
    }
}
/* 侧边栏 */
.wrap .side {
    width: 23.25%;
}

.wrap .side>div {
    background-color: #fff;
    margin-bottom: .3rem;
}
@media screen and (max-width:768px) {
    .wrap .side{
        width: 100%;
    }
}
/* 栏目列表样式 */
.wrap .side .menu {
    padding: .3rem .35rem 0.3rem .35rem;

}

.wrap .side .menu .title {
    color: #0e6eb8;
    font-size: .17rem;
    font-weight: bold;
}

.wrap .side .menu ul {
    padding-top: .15rem;
}

.wrap .side .menu ul li a {
    border-bottom: solid 1px #e6e6e6;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .2rem 0;
    color: #5b5b5b;
}

.wrap .side .menu ul li.active a,
.wrap .side .menu ul li:hover a {
    color: #0e6eb8;
}

.wrap .side .menu ul li:last-child a {
    border-bottom: none;
}

/* 侧边最新/热门文章 */
.wrap .side .tabs .tab {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}

.wrap .side .tabs .tab li {
    width: 50%;
    text-align: center;
    padding: .15rem 0;
    font-size: .17rem;
    font-weight: bold;
    background-color: #f2f2f2;
    cursor: pointer;
}

.wrap .side .tabs .tab li.active {
    color: #0e6eb8;
    background-color: #fff;
}

.wrap .side .tabs .ct ul {
    padding: 0 .35rem;
}

.wrap .side .tabs .ct ul li {
    padding: .25rem 0 .15rem 0;
    border-bottom: solid 1px #e6e6e6;
    color: #5b5b5b;
}

.wrap .side .tabs .ct ul li:last-child {
    border: none;
}

.wrap .side .tabs .ct ul li a {
    color: #5b5b5b;
}

.wrap .side .tabs .ct ul li .bt {
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wrap .side .tabs .ct ul li .info {
    padding-top: .15rem;
    color: #d5d5d5;
    font-size: .1rem;
}

.wrap .side .tabs .ct ul li .info .author::before {
    content: '/';
    padding-right: .05rem;
}

.wrap .side .hotline img {
    width: 100%;
    height: auto;
}
@media screen and (max-width:768px) {
    .wrap{
        padding: .2rem 0;
    }
    .wrap .side{
        order: 2;
        margin-top: .2rem;
    }
    .wrap .side .menu{
        padding: .2rem;
    }
    .wrap .side .tabs{
        display: none;
    }
    .wrap .side .hotline{
        display: none;
    }
}
/* 正文 */
.wrap .main {
    width: 74.75%;
    height: fit-content;
    box-sizing: border-box;
}
@media screen and (max-width:768px) {
    .wrap .main{
        width: 100%;
    }
}
/* 列表页 */
.list ul.items {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.list ul.items li,
.list ul.items span {
    width: 32%;
    margin-bottom: .2rem;
    font-weight: normal;
}

.list ul.items li {
    background-color: #fff;
    padding: .15rem .15rem .3rem .15rem;
    box-sizing: border-box;
    cursor: pointer;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
}

.list ul.items li .pic a {
    display: block;
    position: relative;
}

.list ul.items li .pic span {
    position: absolute;
    left: 0;
    top: 0;
    width: 1rem;
    height: .35rem;
    line-height: .35rem;
    text-align: center;
    background-color: #23ab3a;
    color: #fff;
}

.list ul.items li h3 {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .2rem 0.02rem .2rem 0.02rem;
    font-size: .14rem;
}

.list ul.items li h3 .title {
    display: block;
    flex: 1;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list ul.items li h3 .icon {
    width: .2rem;
    height: .2rem;
    border-radius: 50%;
    line-height: .2rem;
    text-align: center;
    font-size: .12rem;
    color: #fff;
    background-color: #0e6eb8;
}

.list ul.items li p a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #b2b2b2;
}
@media screen and (max-width:768px) {
    .list ul.items li, .list ul.items span{
        width: 100%;
    }
}
/* 分页样式 */
.pagination {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    font-size: .1rem;
}

.pagination li {
    margin: 0 .05rem;
}

.pagination li a {
    display: block;
    padding: 0 .12rem;
    border-radius: .02rem;
    background-color: #fff;
    height: .3rem;
    line-height: .3rem;
}

.pagination li.active a,
.pagination li:hover a {
    background-color: #0e6eb8;
    color: #fff;
}

/* 内容页 */
.wrap .main .article {
    background-color: #fff;
    padding: .4rem .4rem;
}

.wrap .main .article h1 {
    text-align: center;
    width: 100%;
    height: fit-content;
}

.wrap .main .article .intro {
    text-align: center;
    position: relative;
    padding-top: .2rem;
    width: 100%;
}

.wrap .main .article .intro .time {
    color: #9e9e9e;
}

.wrap .main .article .intro .author {
    position: absolute;
    right: 0;
    color: #0e6eb8;
}

.wrap .main .article .content {
    border-top: solid 1px #e6e6e6;
    padding-top: .2rem;
    padding-bottom: .2rem;
}

.wrap .main .article .content p {
    padding: .08rem 0;
}

.wrap .main .article .prenext {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}

.wrap .main .article .prenext a {
    color: #0e6eb8;
}
@media screen and (max-width:768px) {
    .wrap .main .article{
        padding: .2rem;
    }
    .wrap .main .article .prenext{
        flex-direction: column;
    }
    .wrap .main .article .prenext .next{
        margin-top: .1rem;
    }
}
.wrap .main .addinfo {
    margin-top: .2rem;
    display: -webkit-flex;
    display: flex;
    background-color: #fff;
}

.wrap .main .addinfo .doctor {
    width: 25.5%;
}

.wrap .main .addinfo .doctor .avator {
    position: relative;
    height: 100%;
}

.wrap .main .addinfo .doctor .avator img {
    width: 100%;
    height: 100%;
}

.wrap .main .addinfo .doctor .avator .names {
    width: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.6);
    bottom: 0;
    height: .8rem;
    color: #fff;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.wrap .main .addinfo .doctor .avator .names .name {
    font-size: .17rem;
    font-weight: bold;
}

.wrap .main .addinfo .doctor .avator .names .addition {
    font-size: .1rem;
}

.wrap .main .addinfo .docinfo {
    width: 40%;
    position: relative;
}

.wrap .main .addinfo .docinfo img {
    width: 100%;
    height: 100%;
}

.wrap .main .addinfo .docinfo .ct {
    position: absolute;
    padding: .3rem;
    color: #fff;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(14, 110, 184, 0.6);
}

.wrap .main .addinfo .docinfo .ct p {
    font-size: .1rem;
    padding: 0 .3rem;
    min-height: 2.5rem;
}

.wrap .main .addinfo .docinfo .ct p::before,
.wrap .main .addinfo .docinfo .ct p::after {
    display: block;
    font-size: .6rem;
    content: "”";
    text-align: left;
    line-height: 1;
    margin-left: -0.2rem;
    margin-bottom: -0.25rem;
}

.wrap .main .addinfo .docinfo .ct p::after {
    text-align: right;
    margin-right: -0.5rem;
}

.wrap .main .addinfo .docinfo .ct .btn {
    background-color: #fff;
    color: #0e6eb8;
    font-size: .14rem;
    margin-left: .3rem;
}
@media screen and (max-width:768px) {
    .wrap .main .addinfo{
        flex-wrap: wrap;
    }
    .wrap .main .addinfo .doctor{
        width: 35%;
    }
    .wrap .main .addinfo .docinfo{
        width: 65%;
    }
    .wrap .main .addinfo .docinfo .ct{
        padding: .2rem;
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .wrap .main .addinfo .docinfo .ct p{
        padding: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        line-clamp: 5;
        -webkit-box-orient: vertical;
        min-height: auto;
        margin-bottom: .1rem;
    }
    .wrap .main .addinfo .docinfo .ct p::before, .wrap .main .addinfo .docinfo .ct p::after{
        display: none;
    }
    .wrap .main .addinfo .docinfo .ct .btn{
        margin-left: 0;
    }
}
.wrap .main .related {
    flex: 1;
    padding-left: .4rem;
    padding-right: .4rem;
}

/* 设备列表页 */
.list.device ul.items li {
    padding: 0;
}

.list.device ul.items li h3 {
    display: block;
    text-align: center;
    font-weight: normal;
    font-size: .14rem;
    padding: 0.07rem 0 0.12rem 0;
}

/* 工作列表页 */
.list.job ul.items li h3 .title {
    font-size: .17rem;
}

.list.job ul.items li:hover h3 .title {
    color: #0e6eb8;
}

.list.job ul.items li>a {
    display: block;
    color: #0e6eb8;
    height: .4rem;
    line-height: .4rem;
    padding-top: .2rem;
}

.list.job ul.items li>a .iconfont {
    padding-top: .2rem;
    padding-left: .05rem;
    font-size: .14rem;
    transition: all 500ms;
}

.list.job ul.items li:hover>a .iconfont {
    padding-left: .1rem;
    transition: all 500ms;
}

/* 工作详情页 */
.wrap .main .article.job .content {
    margin-top: 0.2rem;
}

.wrap .main .article.job h1 {
    text-align: left;
    padding-bottom: .3rem;
}

.wrap .main .article.job h2 {
    text-align: left;
    color: #0e6eb8;
    font-size: .17rem;
}

.wrap .main .article.job .content p {
    text-indent: 0;
    padding: 0;
}

/* 团队列表页 */
.list.team ul.items li,
.list.team ul.items span {
    width: 23.5%;
}

.list.team ul.items li {
    padding: 0;
    position: relative;
}

.list.team ul.items li .title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    height: auto;
    padding: .15rem;
}

.list.team ul.items li h3 {
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: .14rem;
    padding: 0;
    padding-bottom: .05rem;
    font-size: .17rem;
}

.list.team ul.items li h3 a {
    color: #fff;
}

.list.team ul.items li p a {
    -webkit-line-clamp: 2;
    line-clamp: 2;
    color: #fff;
    font-size: .1rem;
    text-align: center;
}

.list.team ul.items li p a.intro {
    display: none;
}

.list.team ul.items li:hover p a.intro {
    display: -webkit-box;
}

/* 团队详情页 */
.wrap .main.team .article {
    margin-top: 0;
}

.wrap .main.team .article h1 {
    text-align: center;
    font-size: .18rem;
}

.wrap .main.team .article .content {
    min-height: 3.1rem;
    border-top: none;
    margin-top: 0;
    padding-top: 0;
}

.wrap .main.team .article .content .s {
    text-indent: 0;
    font-size: .17rem;
    font-weight: bold;
    padding: 0;
}

.wrap .main.team .article .content .avator {
    width: 2rem;
    float: left;
    margin-right: .2rem;
    position: relative;
    cursor: pointer;
}

.wrap .main.team .article .content .avator img {
    display: block;
}

.wrap .main.team .article .content .avator .yy {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(14, 110, 184, 0.8);
    color: #fff;
    text-align: center;
    height: .7rem;
    line-height: .7rem;
    font-size: .17rem;
    font-weight: bold;
}

.wrap .main.team .article .content .avator:hover .yy {
    background-color: rgba(35, 171, 58, 0.8);
}

.wrap .main.team .article .content .avator h1 {
    color: #fff;
    padding-top: .08rem;
    font-size: .2rem;
}

.wrap .main.team .article .content .avator p {
    color: #fff;
    padding-top: .05rem;
}

.wrap .main .article.pn {
    padding: .2rem .4rem;
    margin-top: .2rem;
}
@media screen and (max-width:768px) {
    .list.team ul.items li, .list.team ul.items span{
        width: 49%;
    }
    .wrap .main.team .article .content .avator{
        width: 1.3rem;
    }
    .wrap .main.team .article .content .avator .yy{
        height: .5rem;
        line-height: .5rem;
    }
    .wrap .main .article.pn{
        padding: .2rem;
    }
}
/* 内容页相关文章 */
.xgwz {
    background-color: #fff;
}

.xgwz h2 {
    text-align: left;
    font-size: .17rem;
    color: #0e6eb8;
    padding: .15rem 0;
}

.xgwz ul {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

/* 新闻 */
.xgwz .news li,
.xgwz .news>span {
    width: 31.5%;
}

.xgwz .news li {
    margin-bottom: .2rem;
}

.xgwz .news li .pic a {
    position: relative;
    display: block;
}

.xgwz .news li .pic span {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #23ab3a;
    color: #fff;
    text-align: center;
    padding: .08rem .15rem;
}

.xgwz .news li h3 {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: normal;
    font-size: .14rem;
    padding-top: .05rem;
}

.xgwz .news li h3 a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.xgwz .news li:hover h3 a {
    color: #0e6eb8;
}

.xgwz .news li h3 .title {
    flex: 1;
}

.xgwz .news li h3 .icon {
    width: .2rem;
    text-align: right;
}
@media screen and (max-width:768px) {
    .xgwz .news li,
    .xgwz .news>span {
        width: 100%;
    }
}
/* 团队 */
.xgwz .doctor li,
.xgwz .doctor span {
    width: 23.5%;
}

.xgwz .doctor li {
    position: relative;
}

.xgwz .doctor li .title {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: .1rem;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.5);
}

.xgwz .doctor li .title a {
    color: #fff;
}

.xgwz .doctor li .title h3 {
    text-align: center;
    font-size: .17rem;
}

.xgwz .doctor li .title p {
    font-size: .1rem;
    text-align: center;
}

.xgwz .doctor li .intro {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    padding-top: 0 !important;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #b2b2b2;
    display: none;
}

.xgwz .doctor li:hover .intro {
    display: -webkit-box;
}
@media screen and (max-width:768px) {
    .xgwz .doctor li, .xgwz .doctor span{
        width: 49%;
    }
}
/* 特色科室-就医环境 */
.xgwz.jyhj .swiper .swiper-pagination .swiper-pagination-bullet-active{
    background-color: #fff;
}
.xgwz.jyhj .swiper .swiper-pagination>span{
    background-color: #f2f2f2;
}
/* 关于我们 */
.wrap .contact {
    background-color: #fff;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    padding: .2rem;
    margin-bottom: .2rem;
}

.wrap .contact .right {
    display: -webkit-flex;
    display: flex;
}

.wrap .contact .right .ewm {
    align-self: flex-end;
}

.wrap .contact .right .ewm .iconfont {
    font-size: .3rem;
}

#allmap {
    min-height: 4.8rem;
}

/* 科室单页 */
.wrap .main.keshi .article h1 {
    text-align: left;
}

/* 门诊预约页面 */
.yuyue .content {
    display: -webkit-flex;
    display: flex;
}

.yuyue .left {
    background-color: #fff;
    padding: .4rem .2rem;
    width: 2.5rem;
    margin-right: .2rem;
    height: 100%;
}

.yuyue .left .item {
    margin-bottom: .2rem;
}

.yuyue .left .ysinfo {
    position: relative;
}

.yuyue .left .title {
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    padding: .2rem;
}

.yuyue .left .ysinfo:hover .title {
    background-color: rgba(14, 110, 184, 0.6);
}

.yuyue .left .title a {
    color: #fff;
    display: block;
}

.yuyue .left .title h3 {
    padding-bottom: .1rem;
}

.yuyue .left .title a.zwzc {
    text-align: center;
}

.yuyue .left .title a.intro {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;

}

.yuyue .left h3 {
    text-align: center;
    font-size: .2rem;
    padding-bottom: .3rem;
}

.yuyue .left select,
.yuyue .left input,
.yuyue .left button {
    width: 100%;
    padding: .1rem .15rem;
    box-sizing: border-box;
    border: solid 1px #b2b2b2;
}

.yuyue .left button {
    cursor: pointer;
    background-color: #0e6eb8;
    border-color: #0e6eb8;
    color: #fff;
}

.yuyue .left button:hover {
    background-color: #23ab3a;
    border-color: #23ab3a;
}

.yuyue .right {
    background-color: #fff;
    flex: 1;
    padding: .4rem .4rem;
    height: 7.7rem;
    overflow-y: scroll;
}

.yuyue .right h3 {
    font-size: .22rem;
    text-align: center;
    padding-bottom: .3rem;
}
@media screen and (max-width:768px) {
    .yuyue .content{
        flex-direction: column;
    }
    .yuyue .left{
        width: 100%;
        box-sizing: border-box;
    }
    .yuyue .right{
        margin-top: .2rem;
        padding: .2rem;
    }
}



/*手机底部菜单*/
.m_bottom{
    display: none;
}
@media screen and (max-width:768px) {
    .m_bottom{
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: fixed;
        bottom:0;
        width: 100%;
        height: auto;
        z-index:9999;
        background-color: #fff;
    }
    .m_bottom a{
        width: calc(50% - 0.5px);
        height: .42rem;
        background: #eee;
        text-align: center;
        color: #0e6eb8;
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
    }
    .m_bottom a .iconimg{
        width: .24rem;
        height: auto;
        padding-top:80px;
        margin-right:3px;
        filter:drop-shadow(#0e6eb8 0 -40px);
    }
    .m_bottom a:last-child{
        background-color: #0e6eb8;
        color: #fff;
    }
    .m_bottom a:last-child .iconimg{
        width: .18rem;
        margin-right:5px;
        filter:drop-shadow(#fff 0 -40px);
    }
}
/* 弹出框 */
.bt-form-layer {
  position: fixed;
  background: rgba(0, 0, 0, .7);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 99999;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bt-form {
  margin: auto;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 20px;
  width: 85%;
  padding-bottom: 30px;
}

.bt-form .form-close {
  text-align: right;
  padding: 5px 15px;
  font-size: 16px;
  cursor: pointer;
}

.bt-form h3 {
  text-align: center;
  font-size: 18px;
  padding: 0 15px;
  margin-bottom: 10px;
  font-weight: normal;
}

.bt-form form {
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  width: 90%;
  margin: auto;
}

.bt-form form input {
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 2.2;
  padding: 0 15px;
  border: solid 1px #d4d5d6;
}

.bt-form form select {
  padding: 9px 15px;
  margin-bottom: 10px;
  border: solid 1px #d4d5d6;
  font-size: 16px;
}

.bt-form form button {
  font-size: 16px;
  line-height: 2.2;
  cursor: pointer;
  background-color: #05ad8f;
  border: solid 1px #333;
  color: #fff;
}