@charset "UTF-8";


@charset "UTF-8";


.row3 ul {
    display: flex;
    flex-wrap: wrap;
}

.row3 ul li {
    width: 33.33%;
}

.yb_s1 .slick-slide {
    margin: 0 !important;
}


.l1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.l2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.ny1_tit {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    border-bottom: .02rem solid #E8E8E8;
    margin-bottom: .4rem;
}

.ny1_tit h2 {
    font-size: .36rem;
    color: #333333;
    padding-bottom: .15rem;
    margin-right: .8rem;
    position: relative;
}

.ny1_tit h2::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-top: .04rem solid #1255B0;
}

.ny1_tit .more {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.ny1_tit .more a {
    font-size: .16rem;
    color: #999999;
    padding-bottom: .05rem;
    display: inline-block;
    border-bottom: .01rem solid #D8D8D8;
    padding-right: .18rem;
    background: url(../images/ks-more.png) no-repeat right center;
    background-size: .14rem;
}

.ny1_tit .more a:hover {
    color: #1255B0;
}

.yd_s1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.yd_s1 .yd_s1l {
    width: 38%;
}

.yd_s1 .yd_s1l a {
    display: block;
    position: relative;
}

.yd_s1 .yd_s1l a .pic {
    padding-top: 75%;
}

.yd_s1 .yd_s1l a .pic::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1rem;
    background: linear-gradient(to bottom, rgba(21, 21, 21, 0), #151515);
    opacity: .8;
}

.yd_s1 .yd_s1l a p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: .25rem;
    z-index: 6;
    padding: 0 .4rem;
    font-size: .2rem;
    font-weight: bold;
    color: #fff;
}

.yd_s1l .slick-prev {
    left: .1rem;
    width: .34rem;
    height: .54rem;
    background: rgba(0, 0, 0, .4) url(../images/yd1_l.png) no-repeat center center/.16rem auto;
    transition: all .6s;
}

.yd_s1l .slick-prev:hover {
    background: #1255B0 url(../images/yd1_l.png) no-repeat center center/.16rem auto;
}

.yd_s1l .slick-next {
    right: .1rem;
    width: .34rem;
    height: .54rem;
    background: rgba(0, 0, 0, .4) url(../images/yd1_r.png) no-repeat center center/.16rem auto;
    transition: all .6s;
}

.yd_s1l .slick-next:hover {
    background: #1255B0 url(../images/yd1_r.png) no-repeat center center/.16rem auto;
}

.yd_s1 .yd_s1r {
    width: 58%;
    margin-top: -0.23rem;
}

.list1 ul li a {
    display: block;
    position: relative;
    line-height: .75rem;
    border-bottom: 1px solid #D8D8D8;
    padding-right: 1.3rem;
    font-size: .2rem;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list1 ul li:hover a {
    font-weight: bold;
    color: #1255B0;
}

.list1 ul li a span {
    position: absolute;
    right: 0;
    top: 0;
    padding-left: .28rem;
    font-size: .16rem;
    color: #333;
    background: url(../images/time.png) no-repeat left center/.2rem auto;
}

.list1 ul li a:hover span {
    font-weight: normal;
}

@media screen and (max-width: 1024px) {
    .row3 ul li {
        width: 50%;
    }

    .list2 ul li a {
        padding: .2rem .1rem;
    }

    .yb_s1 .list2 {
        width: 100% !important;
    }

    .yb_s1 .list2 {
        margin: 0;
    }

    .yb_s1 .list2 .slick-arrow {
        opacity: 0;
    }

    .yd_s1 {
        display: block;
    }

    .yd_s1 .yd_s1l {
        width: 100%;
    }

    .yd_s1 .yd_s1r {
        width: 100%;
        margin-top: .15rem;
    }

    .ny1_tit h2 {
        font-size: .26rem;
    }

    .ny1_tit {
        margin-bottom: .2rem;
    }
}


@media screen and (max-width: 768px) {

    .row3 ul li {
        width: 100%;
    }

    .yd_s1 .yd_s1l a p {
        padding: 0 .2rem;
        bottom: .15rem;
        font-size: .18rem;
    }

    .list1 ul li a {
        line-height: .65rem;
        font-size: .18rem;
    }
}

.yd_sect2 {
    padding: .8rem 0;

}


.yd_sect2 .list2 ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.12rem;
    margin-top: -0.3rem;

}

.yd_sect2 .list2 li {
    width: 33.33%;
}

.yd_sect2 .list2 li a {
    margin: 0 .12rem;
}

.list2 ul li a {
    display: block;
    margin: 0 .1rem;
    padding: .3rem 0;
    border-bottom: 1px solid #D8D8D8;
}

.list2 ul li a p {
    font-size: .2rem;
    color: #333;
    transition: all .6s;
}

.list2 ul li a:hover p {
    font-weight: bold;
    color: #1255B0;
}

.list2 ul li a span {
    display: block;
    margin-top: .15rem;
    padding-left: .28rem;
    font-size: .16rem;
    color: #333;
    background: url(../images/time.png) no-repeat left center / .2rem auto;
    transition: all .6s;
}

.list2 ul li a:hover span {
    color: #1255B0;
    background: url(../images/time1.png) no-repeat left center / .2rem auto;
}

@media screen and (max-width: 1024px) {
    .yd_sect2 {
        padding: .2rem 0;
    }

    .yd_sect2 .list2 li {
        width: 50%;
    }
}

@media screen and (max-width: 600px) {
    .yd_sect2 .list2 li {
        width: 100%;
    }

    .list2 ul li a {
        margin: 0;
    }

    .list2 ul li a {
        padding: .15rem 0;
    }

    .yd_sect2 .list2 ul {
        margin-top: 0;
    }

    .list2 ul li a p {
        font-size: .18rem;
    }
}

.yd_sect3 {
    padding-bottom: .8rem;
}

.yd_s3 ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.2rem;
}

.yd_s3 ul li {
    width: 33.33%;
}

.yd_s3 ul li a {
    display: block;
    padding: 0 .2rem;
}

.yd_s3 ul li a .pic {
    padding-top: 61.36%;
}

.yd_s3 ul li a .txt {
    padding: .25rem 0;
    border-bottom: 2px solid #1255B0;
}

.yd_s3 ul li a .txt p {
    font-size: .18rem;

    line-height: .3rem;
    height: .6rem;
    color: #333333;
    transition: all .6s;
}

.yd_s3 ul li a:hover .txt p {
    color: #1255B0;
}

@media screen and (max-width: 1024px) {
    .yd_s3 ul li a {
        padding: 0 .1rem;
    }

    .yd_s3 ul {
        margin: 0 -0.1rem;
    }
}

@media screen and (max-width: 768px) {
    .yd_s3 ul li {
        width: 50%;
        margin-bottom: .15rem;
    }

    .yd_s3 ul li a .txt {
        padding: .1rem 0;
    }

    .yd_sect3 {
        padding-bottom: 0;
    }
}

.yd_sect4 {
    padding-top: .4rem;
    padding-bottom: .85rem;
    position: relative;
}

.yd_sect4::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 3.1rem;
    background: #1255B0;
    left: -1.3rem;
}

.yd_sect4 .ny1_tit h2 {
    color: #fff;
}

.yd_sect4 .ny1_tit h2::after {
    border-top: .04rem solid #fff;
}

.yd_s4 ul {
    margin: 0 -0.11rem;
}

.yd_s4 ul li a {
    display: block;
    margin: 0 .11rem;
    margin-bottom: .2rem;
}

.yd_s4 ul li a .pic {
    padding-top: 66.86%;
}

.yd_s4 ul li a .txt {
    padding: .18rem .2rem;
    background: #FFFFFF;
    box-shadow: 0px -6px 20px 0px rgba(0, 0, 0, 0.16);
}

.yd_s4 ul li a .txt p {

    font-size: .18rem;

    line-height: .3rem;
    height: .6rem;
    color: #333333;
}

.yd_s4 ul li:hover a .txt p {
    color: #1255B0;
}

.yd_s4 .slick-prev {
    left: auto;
    right: calc(100% + .35rem);
    width: .34rem;
    height: .54rem;
    background: url(../images/yd1_l.png) no-repeat center center / .16rem auto;
    transition: all .6s;
}

.yd_s4 .slick-next {
    right: auto;
    left: calc(100% + .35rem);
    width: .34rem;
    height: .54rem;
    background: url(../images/ts_r.png) no-repeat center center / .16rem auto;
    transition: all .6s;
}

@media screen and (max-width: 1024px) {
    .yd_sect4 {
        padding: .2rem 0;
    }

    .yd_s4 ul {
        width: 90%;
        margin: 0 auto;
    }

    .yd_s4 .slick-prev {
        right: calc(100% + .15rem);
    }

    .yd_s4 .slick-next {
        left: calc(100% + .15rem);
    }
}

@media screen and (max-width: 600px) {
    .yd_s4 .slick-prev {
        right: 100%;
    }

    .yd_s4 .slick-next {
        left: 100%;
    }
}

/* 预约挂号 */
.hzfw_tit ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.02rem;
}

.hzfw_tit ul li {
    width: 14.285%;
}

.hzfw_tit ul li a {
    margin: 0 .02rem;
    height: 1.6rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: linear-gradient(131deg, #369BD1 3%, #92D3F6 91%), #369BD1;
    transition: all .6s;
}

.hzfw_tit ul li a .fw_icon img {
    max-height: .55rem;
}

.hzfw_tit ul li a p {
    font-size: .18rem;
    color: #fff;
    font-weight: bold;
    margin-top: .15rem;
}

.hzfw_tit ul li:hover a,
.hzfw_tit ul li.on a {
    background: #1255B0;
}

.yygh {
    margin-top: .8rem;
    padding: .6rem .8rem;
    background: url(../images/yygh_bg.jpg) no-repeat center top/cover;
}

.yy_bt {
    text-align: center;
}

.yy_bt h2 {
    display: inline-block;
    padding: 0 .55rem;
    line-height: .7rem;
    font-size: .3rem;
    color: #fff;
    font-weight: bold;
    border-radius: .6rem;
    background: linear-gradient(180deg, #347BDC 0%, #4EB1E5 100%);
    margin-bottom: .15rem;
}

.yy_sx ul li {
    padding-left: 1.56rem;
    position: relative;
    min-height: 1.2rem;
    padding-bottom: .28rem;
}

.yy_sx ul li::after {
    content: "";
    position: absolute;
    left: .6rem;
    width: 2px;
    top: .65rem;
    bottom: .1rem;
    border-radius: 15px;
    background: linear-gradient(180deg, #347BDC 0%, #4EB1E5 100%);
}

.yy_sx ul li:last-child:after {
    display: none;
}

.yy_sx ul li span {
    position: absolute;
    left: 0;
    top: 0;
    width: 1.26rem;
    height: .56rem;
    line-height: .56rem;
    text-align: center;
    border-radius: .6rem;
    background: linear-gradient(180deg, #347BDC 0%, #4EB1E5 100%);
    /* font-family: Bebas; */
    font-size: .34rem;

    color: #FFFFFF;
}

.yy_sx ul li:nth-child(2n) span {
    background: linear-gradient(180deg, #40B8DF 0%, #7BD0EB 100%);
}

.yy_sx ul li h2 {
    line-height: .56rem;
    font-size: .24rem;
    color: #333;
}

.yy_sx ul li p {
    font-size: .18rem;
    color: #333;
    line-height: .24rem;
}

.yy_sx .yy_ewm {
    width: 1.2rem;
    height: 1.2rem;
}

.yy_sx .yy_ewm img {
    display: block;
    width: 100%;
}

@media screen and (max-width: 1024px) {
    .hzfw_tit ul li {
        width: 25%;
        margin-bottom: .04rem;
    }

    .yygh {
        margin-top: .2rem;
        padding: .2rem;
    }
}

@media screen and (max-width: 768px) {
    .hzfw_tit ul li {
        width: 33.33%;
    }

    .hzfw_tit ul li a {
        height: 1rem;
    }

    .hzfw_tit ul li a .fw_icon img {
        max-height: .35rem;
    }

    .hzfw_tit ul li a p {
        margin-top: .05rem;
    }

    .yy_bt h2 {
        font-size: .2rem;
        line-height: .3rem;
        padding: .1rem .2rem;
    }

    .yy_sx ul li span {
        width: 1rem;
        height: .4rem;
        line-height: .4rem;
        font-size: .2rem;
    }

    .yy_sx ul li {
        padding-left: 1.2rem;
    }

    .yy_sx ul li h2 {
        font-size: .2rem;
        line-height: .4rem;
    }

    .yy_sx ul li::after {
        left: .5rem;
        top: .5rem;
    }

    .yy_sx ul li p {
        font-size: .14rem;
    }
}

/* 医保服务 */
.yb_ss {
    margin-top: .8rem;
}

.s1-b {
    border-radius: .08rem;
    border: .01rem solid #4888E1;
    padding: .08rem;
    padding-left: .8rem;
    background: url(../images/ser.png) no-repeat left .2rem center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;

}

.s1-b input {
    height: .64rem;
    flex: 1;
    min-width: 0;
    padding-right: .15rem;
    background-color: transparent;
    color: #666666;
    font-size: .24rem;
}

.s1-b button {
    border-radius: .08rem;
    background: #1255B0;
    box-shadow: .02rem .04rem .16rem 0rem rgba(0, 0, 0, 0.06);
    color: #ffffff;
    line-height: .64rem;
    width: 1.6rem;
    text-align: center;
    font-size: .2rem;
    cursor: pointer;
}

.yb_sect1 {
    padding: .5rem 0 .8rem;
}


.yb_s1 .list2 {
    margin-top: -0.3rem;
}

.yb_s1 .list2 {
    margin: 0 -0.1rem;
}

.yb_s1 .slick-slide {
    margin: 0 .12rem;
}

.yb_s1 .list2 .slick-prev {
    left: auto;
    right: calc(100% + .3rem);
    width: .54rem;
    height: .54rem;
    background: url(../images/ks-l.png) no-repeat center center/100% 100%;
    transition: all .6s;
}

.yb_s1 .list2 .slick-next {
    right: auto;
    left: calc(100% + .3rem);
    width: .54rem;
    height: .54rem;
    background: url(../images/ks-r.png) no-repeat center center/100% 100%;
    transition: all .6s;
}

.yb_s1 .list2 .slick-prev:hover {
    background: url(../images/ks-lh.png) no-repeat center center/100% 100%;
}

.yb_s1 .list2 .slick-next:hover {
    background: url(../images/ks-rh.png) no-repeat center center/100% 100%;
}

.yb_sect2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.yb_sect2 .list1 {
    margin-top: -0.22rem;
}

.yb_sect2 .yb_s2l {
    width: 60%;
}

.yb_sect2 .yb_s2r {
    width: 37.1%;
}

@media screen and (max-width: 1024px) {
    .yb_ss {
        margin-top: .2rem;
    }

    .yb_sect1 {
        padding: .2rem 0;
    }

    .yb_s1 .list2 {
        width: 85%;
        margin: 0 auto;
    }

    .yb_s1 .list2 .slick-prev {
        right: calc(100% + .1rem);
    }

    .yb_s1 .list2 .slick-next {
        left: calc(100% + .1rem);
    }
}

@media screen and (max-width: 768px) {
    .yb_s1 .list2 .slick-prev {
        width: .3rem;
        height: .3rem;
        right: calc(100% + .02rem);
    }

    .yb_s1 .list2 .slick-next {
        width: .3rem;
        height: .3rem;
        left: calc(100% + .02rem);
    }

    .yb_sect2 .yb_s2l {
        width: 100%;
    }

    .yb_sect2 .yb_s2r {
        width: 100%;
        margin-top: .2rem;
    }

    .s1-b button {
        width: 1.2rem;
    }
}

/* ywgl */
.yw-lt ul li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: .23rem 0;
    border-bottom: .01rem solid #D8D8D8;
}

.yw-lt ul li a:hover b {
    color: #1255B0;
}

.yw-lt ul li a:hover p {
    color: #1255B0;
}

.yw-d {
    font-family: Bebas;
    margin-right: .3rem;
    text-align: center;
}

.yw-d b {
    font-size: .36rem;
    color: #333333;
    line-height: 1;
    display: block;
}

.yw-d span {
    font-size: .14rem;
    color: #666666;
    line-height: 1;
}

.yw-tx {
    flex: 1;
    min-width: 0;
}

.yw-tx p {
    font-size: .2rem;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.yw1 {
    padding-bottom: .8rem;
}

.yw3-lt ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.yw3-lt ul li {
    width: 32%;
}

.yw3 {
    padding-top: .8rem;
}

.yw3 .jx3-lt ul li {
    width: 31.5%;
}

.yw3 .jx3-lt ul li a {
    padding: .2rem;
}

.yb-lt {
    margin-top: .5rem;
}

.yb-lt ul li a {
    background: #ffffff;
}

.cz-tit h2 {
    font-size: .26rem;
    font-weight: bold;
    text-align: center;
    color: #333333;
    text-align: center;
    padding: .2rem 0;
    border-bottom: .02rem solid #E8E8E8;
    margin-bottom: .4rem;
}

.cz-qh {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.cz-qh h3 {
    font-size: .22rem;
    font-weight: bold;
    margin-right: .3rem;
    color: #1858B9;
}

.cz-qh ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.cz-qh ul li a {
    border-radius: .3rem;
    background: #E0EAFA;
    line-height: .4rem;
    padding: 0 .16rem;
    margin-right: .2rem;
    white-space: nowrap;

    display: flex;
    align-items: center;
}

.cz-qh ul li.on a {
    background: #1858B9;
}

.cz-qh ul li.on a b {
    color: #ffffff;
    text-decoration: underline;
}

.cz-qh ul li a img {
    width: .24rem;
    margin-right: .08rem;
}

.cz-qh ul li.on a img {
    filter: brightness(0) invert(1);
}

.cz-qh ul li a b {
    color: #1858B9;
    font-size: .16rem;
    font-weight: normal;
    transition: all 0.3s;
    display: block;
    white-space: nowrap;
    position: relative;
    transform: translateY(-0.01rem);
}

.gwy-lt {
    padding-top: .5rem;
}

.gwy-lt ul li {
    margin-bottom: .5rem;
}

.gwy-lt ul li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.gwy-tx {
    flex: 1;
    min-width: 0;
    padding: 0 .5rem;
}

.gwy-lt .pic {
    width: 2.3rem;
    padding-top: 3.24rem;
}

.gwy-lt ul li a {
    background: #ECF3FC;
}

.gwy-tx h3 {
    padding-bottom: .2rem;
    border-bottom: .01rem solid #A0C2F0;
    position: relative;
}

.gwy-tx h3::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -0.03rem;
    width: .05rem;
    height: .05rem;
    border-radius: 50%;
    background: #A0C2F0;
}

.gwy-tx h3 b {
    color: #1255B0;
    font-size: .34rem;
    margin-right: .24rem;
}

.gwy-tx h3 span {
    font-size: .22rem;
    color: #333333;
}

.gwy-tx p {
    font-size: .22rem;
    line-height: .36rem;
    color: #333333;
    margin: .2rem 0;
    max-height: 1.08rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.gwy-more {
    font-size: .16rem;
    line-height: .26rem;
    color: #1255B0;
    padding-right: .2rem;
    display: inline-block;
    background: url(../images/more1.png) no-repeat right center;
    background-size: .16rem;
}

.gwy-lt ul li a:hover {
    background: #1255B0;
}

.gwy-lt ul li a:hover span,
.gwy-lt ul li a:hover b {
    color: #ffffff;
}

.gwy-lt ul li a:hover p {
    color: #ffffff;
}

.gwy-lt ul li a:hover .gwy-more {
    color: #ffffff;
    background: url(../images/more2.png) no-repeat right center;
    background-size: .16rem;
}





@media screen and (max-width: 1024px) {
    .yw1 {
        padding-bottom: .3rem;
    }

    .yw-tx p {
        font-size: .16rem;
    }

    .yw-d b {
        font-size: .24rem;
    }

    .yw3 {
        padding-top: .3rem;
    }

    .yb-lt {
        margin-top: .2rem;
    }
}

@media screen and (max-width: 768px) {
    .yw3 .jx3-lt ul li {
        width: 48%;
    }
}

@media screen and (max-width: 480px) {
    .yw3 .jx3-lt ul li {
        width: 100%;
    }

    .gwy-lt .pic {
        margin: 0 auto;
    }

    .gwy-tx {
        flex: auto;
        width: 100%;
        padding: .3rem;
    }

    .gwy-tx h3 b {
        font-size: .24rem;
    }

    .gwy-tx h3 {
        padding-bottom: .2rem;
    }

    .gwy-tx p {
        margin: .2rem 0;
    }

    .yzk-tit h3 {
        font-size: .24rem;
    }
}

/*  */