.carousel_swipe[data-v-5fe6a8dc] {
    background-color: #fff;
    border-radius: 3px;
    height: 357px;
    margin-right: 10px;
    overflow: hidden;
    position: relative;
    width: 100%
}

.swipe_list li[data-v-5fe6a8dc],
.swipe_list[data-v-5fe6a8dc] {
    height: 100%;
    width: 100%
}

.swipe_list li[data-v-5fe6a8dc] {
    position: absolute
}

.swipe_list li a[data-v-5fe6a8dc],
.swipe_list li img[data-v-5fe6a8dc] {
    height: 100%;
    width: 100%
}

.swipe_dian[data-v-5fe6a8dc] {
    bottom: 0;
    font-size: 0;
    height: 60px;
    position: absolute;
    right: 10px;
    text-align: center;
    z-index: 90
}

.swipe_dian span[data-v-5fe6a8dc] {
    background-color: #5f5853;
    cursor: pointer;
    display: inline-block;
    height: 10px;
    margin: 26px 5px;
    width: 10px
}

.swipe_dian .active[data-v-5fe6a8dc] {
    background-color: #fff
}

.swipe_title[data-v-5fe6a8dc] {
    color: #fff;
    font-size: 18px;
    line-height: 60px;
    margin-left: 10px;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 76%;
    z-index: 20
}

.swipe_bottom[data-v-5fe6a8dc],
.swipe_title[data-v-5fe6a8dc] {
    bottom: 0;
    height: 60px;
    position: absolute
}

.swipe_bottom[data-v-5fe6a8dc] {
    background-color: #3a2113;
    opacity: .5;
    width: 100%;
    z-index: 10
}

.swipe_control[data-v-5fe6a8dc] {
    cursor: pointer;
    display: flex;
    height: 30px;
    justify-content: space-between;
    padding: 0 15px;
    position: absolute;
    top: 185px;
    width: 100%;
    z-index: 10
}

.swipe_control .next[data-v-5fe6a8dc],
.swipe_control .prev[data-v-5fe6a8dc] {
    background-color: #190f0b;
    border-radius: 50%;
    color: #fff;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px
}

.swipe_control .next[data-v-5fe6a8dc]:hover,
.swipe_control .prev[data-v-5fe6a8dc]:hover {
    color: #ccc;
    font-weight: 700;
    opacity: .7
}

.list-in-enter-to[data-v-5fe6a8dc] {
    transform: translateX(0);
    transition: all 1s ease
}

.list-in-leave-active[data-v-5fe6a8dc] {
    transform: translateX(-100%);
    transition: all 1s ease
}

.list-in-enter[data-v-5fe6a8dc] {
    transform: translateX(100%)
}

.list-in-leave[data-v-5fe6a8dc],
.list-out-leave[data-v-5fe6a8dc] {
    transform: translateX(0)
}

.list-out-leave-active[data-v-5fe6a8dc] {
    transform: translateX(100%);
    transition: all 1s ease
}

.list-out-enter[data-v-5fe6a8dc] {
    transform: translateX(-100%)
}

.list-out-enter-to[data-v-5fe6a8dc] {
    transform: translateX(0);
    transition: all 1s ease
}

@media screen and (max-width:768px) {
    .carousel_swipe[data-v-5fe6a8dc] {
        height: 200px !important;
        width: 100% !important
    }

    .carousel_swipe .swipe_control[data-v-5fe6a8dc] {
        top: 90px !important
    }

    .carousel_swipe .swipe_title[data-v-5fe6a8dc] {
        font-size: 12px;
        height: 45px;
        width: 70%
    }

    .carousel_swipe .swipe_dian[data-v-5fe6a8dc] {
        height: 45px
    }

    .carousel_swipe .swipe_dian span[data-v-5fe6a8dc] {
        height: 8px;
        width: 8px
    }

    .carousel_swipe .swipe_bottom[data-v-5fe6a8dc] {
        height: 30px
    }
}

.news {
    background: #fff;
    border-radius: 3px;
    flex-direction: column;
    height: 100%;
    position: relative;
    width: 595px
}

.news .indexTop_right {
    display: flex;
    width: 625px
}

.news .indexTop_right .icon_new {
    background: #dff0fa;
    border-radius: 5px;
    margin: 5px 10px
}

.news .indexTop_right .new_text {
    color: #333;
    font-family: Microsoft YaHei;
    font-size: 22px;
    font-weight: 700;
    line-height: 49px;
    margin: 5px
}

.news .indexTop_right .new {
    color: #e5f2f8;
    font-family: Microsoft YaHei;
    font-size: 17px;
    font-weight: 400;
    line-height: 34px;
    margin-top: 12px
}

.news .indexTop_right .indexListMore {
    color: #999;
    font-family: Microsoft YaHei;
    font-size: 12px;
    font-weight: 400;
    position: absolute;
    right: 10px;
    top: 75px;
    z-index: 999
}

.news .indexTop_right .indexListMore:hover {
    color: #f60
}

.news .indexMListain .indexMListain_title {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 20px
}

.news .indexMListain .indexMListain_title a {
    color: #333;
    display: inline-block;
    font-family: Microsoft YaHei;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    max-width: 450px;
    overflow: hidden;
    padding-right: 10px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.news .indexMListain .indexMListain_title a:hover {
    color: #f60
}

.news .indexMListain .indexMListain_time {
    padding-right: 10px
}

@media screen and (max-width:768px) {
    .news {
        margin-top: 10px;
        width: 100%
    }

    .news .indexTop_right {
        display: flex;
        height: 40px;
        width: 100%
    }

    .news .indexTop_right .icon_new,
    .news .indexTop_right img {
        height: 30px;
        width: 30px
    }

    .news .indexTop_right .new_text {
        font-size: 16px;
        line-height: 30px
    }

    .news .indexTop_right .new {
        font-size: 14px;
        line-height: 15px
    }

    .news .indexTop_right .indexListMore {
        right: 1px;
        top: 55px
    }

    .news .indexMListain .indexMListain_title a {
        font-size: 12px;
        max-width: 260px
    }

    .news .indexMListain .indexMListain_time {
        font-size: 12px
    }

    .el-tabs__item:nth-child(2) {
        padding: 0 10px !important
    }

    .el-tabs__item {
        padding: 0 10px;
        width: 80px
    }
}

.indexList[data-v-c8fac760] {
    background: #fff;
    border-radius: 3px;
    width: 100%
}

.indexList .indexTop[data-v-c8fac760] {
    align-items: center;
    display: flex;
    height: 30px;
    margin: 15px 0;
    padding-left: 15px;
    position: relative
}

.indexList .indexTop .indexListTitle[data-v-c8fac760] {
    color: #333;
    font-family: Microsoft YaHei;
    font-size: 22px;
    font-weight: 700;
    line-height: 49px;
    padding: 0 10px
}

.indexList .indexTop .indexListTitle_en[data-v-c8fac760] {
    color: #e5f2f8;
    font-family: Microsoft YaHei;
    font-size: 17px;
    font-weight: 400;
    line-height: 34px
}

.indexList .indexTop .indexListMore1[data-v-c8fac760] {
    color: #999;
    font-family: Microsoft YaHei;
    font-size: 14px;
    font-weight: 400;
    position: absolute;
    right: 10px;
    z-index: 999
}

.indexList .indexTop .indexListMore1[data-v-c8fac760]:hover {
    color: #f60
}

.indexList .indexTop .indexListMore[data-v-c8fac760] {
    color: #999;
    font-family: Microsoft YaHei;
    font-size: 14px;
    font-weight: 400;
    position: absolute;
    right: 10px;
    top: 60px;
    z-index: 999
}

.indexList .indexTop .indexListMore[data-v-c8fac760]:hover {
    color: #f60
}

.indexList .doctorlist[data-v-c8fac760] {
    width: 100%
}

.indexList .doctorlist .seamless-warp[data-v-c8fac760] {
    height: 100%;
    overflow: hidden;
    white-space: nowrap;
    width: 100%
}

.indexList .doctorlist .seamless-warp .doctorDetail[data-v-c8fac760] {
    display: inline-block;
    margin-bottom: 10px
}

.indexList .doctorlist .seamless-warp .doctorDetail img[data-v-c8fac760] {
    aspect-ratio: auto 106/134;
    cursor: pointer;
    height: 134px;
    margin: 0 5px;
    width: 106px
}

.indexList .doctorlist .seamless-warp .doctorDetail .doctorName[data-v-c8fac760] {
    text-align: center
}

.indexList .doctorlist .seamless-warp .doctorDetail .doctorName a[data-v-c8fac760] {
    font-family: Microsoft YaHei;
    font-size: 14px
}

.indexList .doctorlist .seamless-warp .doctorDetail .doctorName a[data-v-c8fac760]:hover {
    color: #f60
}

.indexList .indexMListain .indexMListain_title[data-v-c8fac760] {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 20px
}

.indexList .indexMListain .indexMListain_title a[data-v-c8fac760] {
    color: #333;
    display: inline-block;
    font-family: Microsoft YaHei;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    max-width: 420px;
    overflow: hidden;
    padding-right: 10px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.indexList .indexMListain .indexMListain_title a[data-v-c8fac760]:hover {
    color: #f60
}

.indexList .indexMListain .indexMListain_time[data-v-c8fac760] {
    padding-right: 10px
}

@media screen and (max-width:768px) {
    .indexList[data-v-c8fac760] {
        margin: 10px 0 0;
        width: 100%
    }

    .indexList .indexTop[data-v-c8fac760] {
        height: 40px;
        margin: 0
    }

    .indexList .indexTop .indexListTitle[data-v-c8fac760] {
        font-size: 16px;
        padding: 0
    }

    .indexList .indexTop .indexListTitle_en[data-v-c8fac760] {
        font-size: 12px
    }

    .indexList .indexTop .indexListMore1[data-v-c8fac760] {
        font-size: 12px;
        top: 15px
    }

    .indexList .indexTop .indexListMore[data-v-c8fac760] {
        font-size: 12px;
        top: 55px
    }

    .indexList .indexMListain .indexMListain_title a[data-v-c8fac760] {
        font-size: 12px;
        max-width: 260px
    }

    .indexList .indexMListain .indexMListain_time[data-v-c8fac760] {
        font-size: 12px
    }
}

.container[data-v-4bc95ca7] {
    gap: 10px;
    margin: 10px auto;
    max-width: 1200px
}

.container .index_top[data-v-4bc95ca7] {
    display: flex
}

.container .index_middle .index_middle_quick[data-v-4bc95ca7] {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.container .index_middle .index_middle_quick .icon_quick[data-v-4bc95ca7] {
    background: #fff;
    border-radius: 5px;
    height: 98px;
    margin-top: 10px;
    position: relative;
    width: 217px
}

.container .index_middle .index_middle_quick .icon_quick .icon_quick_img[data-v-4bc95ca7] {
    height: 25px;
    margin: 20px 95px 50px;
    width: 27px
}

.container .index_middle .index_middle_quick .icon_quick .icon_quick_text[data-v-4bc95ca7] {
    color: #333;
    font-family: Microsoft YaHei;
    font-size: 16px;
    font-weight: 400;
    height: 15px;
    left: 50%;
    line-height: 22px;
    position: absolute;
    top: 70px;
    transform: translate(-50%, -50%);
    white-space: nowrap
}

.container .index_middle .index_middle_list[data-v-4bc95ca7] {
    display: flex;
    flex-direction: column
}

.container .index_middle .index_middle_list .indexmidList[data-v-4bc95ca7] {
    display: flex;
    gap: 10px;
    margin-top: 10px;
    width: 100%
}

.container .index_middle .index_middle_list .indexmidList img[data-v-4bc95ca7] {
    width: 100%
}

.container .index_bottom[data-v-4bc95ca7] {
    border-radius: 3px;
    margin-top: 10px;
    width: 100%
}

.container .index_bottom .links-wrapper[data-v-4bc95ca7] {
    background-color: #fff;
    border-bottom: 1px solid;
    -o-border-image: linear-gradient(270deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, .48), hsla(0, 0%, 100%, 0)) 1 1;
    border-image: linear-gradient(270deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, .48), hsla(0, 0%, 100%, 0)) 1 1;
    margin: 0 auto;
    padding-bottom: 30px
}

.container .index_bottom .links-wrapper .title[data-v-4bc95ca7] {
    color: #333;
    display: block;
    font-family: Microsoft YaHei;
    font-size: 22px;
    font-weight: 700;
    line-height: 49px;
    text-align: center
}

.container .index_bottom .links-wrapper .links[data-v-4bc95ca7] {
    color: #333;
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    list-style: none;
    overflow: hidden
}

.container .index_bottom .links-wrapper .links .link[data-v-4bc95ca7] {
    border-radius: 20px;
    box-shadow: 0 0 9px rgba(31, 70, 106, .149);
    cursor: pointer;
    margin: 10px;
    text-align: center;
    width: 23%
}

.container .index_bottom .links-wrapper .links .link[data-v-4bc95ca7]:hover {
    box-shadow: 4px 4px 25px rgba(7, 49, 90, .251);
    color: #f60;
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.container .index_bottom .links-wrapper .links .link[data-v-4bc95ca7] :nth-child(5) {
    margin-right: 0
}

.container .index_bottom .links-wrapper .links .link span[data-v-4bc95ca7] {
    display: inline-block;
    padding: 10px;
    position: relative
}

@media screen and (max-width:768px) {
    .container[data-v-4bc95ca7] {
        width: 100%
    }

    .container .index_top[data-v-4bc95ca7] {
        display: block
    }

    .container .index_middle[data-v-4bc95ca7] {
        width: 100%
    }

    .container .index_middle .index_middle_quick[data-v-4bc95ca7] {
        display: block
    }

    .container .index_middle .index_middle_quick .icon_quick[data-v-4bc95ca7] {
        height: 20%;
        width: 100%
    }

    .container .index_middle .index_middle_quick .icon_quick_img[data-v-4bc95ca7] {
        height: 25px;
        margin: 20px 95px 50px 170px !important;
        width: 27px
    }

    .container .index_middle_list[data-v-4bc95ca7] {
        width: 100%
    }

    .container .index_middle_list .indexmidList[data-v-4bc95ca7] {
        display: block !important;
        margin-top: 0 !important
    }

    .container .index_bottom[data-v-4bc95ca7] {
        width: 100%
    }

    .container .index_bottom .links-wrapper .links .link[data-v-4bc95ca7] {
        width: 27%
    }
}