/* 轮播部分 开始 */
.swiper-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.swiper-container .swiper-wrapper::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #00000061;
    z-index: 10;
}

.swiper-container .swiper-wrapper::after {
    content: '';
    position: absolute;
    right: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #00000061;
    z-index: 10;
}

.swiper-container .swiper-slide img {
    width: 1200px;
    height: 500px;
}

.swiper-container .swiper-slide-active {
    position: relative;
    z-index: 1000;
}

.swiper-container .swiper-slide-active img {
    position: absolute;
    left: -600px;
    margin-left: 50%;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    width: 32px;
    height: 70px;
    position: absolute;
    background-color: #9393938f;
    font-size: 26px !important;
    text-align: center;
    line-height: 70px !important;
    border-radius: 5px;
    color: #fff;
}

.swiper-button-prev:hover::after,
.swiper-button-next:hover::after {
    background-color: #1d51a0 !important
}

.swiper-button-next {
    /* display: none; */
    /* right: calc((100% - 1200px) / 2); */
    right: 20px;
}

.swiper-button-prev {
    /* display: none; */
    /* left: calc((100% - 1200px) / 2);  */
    left: 20px;
}

/* .swiper-pagination {
    width: 200px !important;
    left: auto !important;
    right: calc((100% - 1200px) / 2);
} */
/* 轮播图部分 结束  */
/* 就医指南部分 开始 */
.jiuyiBox {
    display: inline-flex;
    height: 130px;
    overflow-y: auto;
    width: 100%;
}

.jiuyi-item {
    width: calc(20% - 1px);
    text-align: center;
    border-right: 1px solid #eee;
    font-size: 16px;
    cursor: pointer;
    min-width: 130px;
}

.jiuyi-item:nth-child(5) {
    border-right: none;
}

.jiuyi-item:hover {
    color: #1d51a0;
}

.jiuyi-item a {
    height: 89px;
    width: 100%;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.jiuyi-item .name {
    margin-top: 20px;
}

.jiuyi-item div {
    width: 89px;
    margin: 0 auto;
}

.jiuyi-img1 a {
    background-image: var(--global-image);
}


.jiuyi-img1:hover a {
    background-image: var(--global-hover_image);
}

/* 就医指南部分 结束  */

/* 医生介绍 开始 */

.headexperts {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 35px;
    padding-bottom: 18px;
    flex-wrap: wrap;
}

.headexperts .title-wrapper-4 .title-wrapper-content {
    display: block;
    font-size: 22px;
    font-weight: 400;
    height: 16px;
    padding: 26px 0 20px;
    border-bottom: 4px solid #1d51a0;
    color: #000;
}

.headexperts .headexpertsBtn {
    line-height: 32px;
    font-size: 18px;
    padding-right: 14px;
    padding-left: 14px;
    border-radius: 5px 5px 5px 5px;
    color: #fff;
    background-color: #6b798b;
    margin: 0 8px;
    transition: all .2s ease-in 0s;
    cursor: pointer;
    display: flex;
    align-items: center;
    margin-top: 6px;

}

.headexperts .headexpertsBtn:hover {
    background-color: #1d51a0;
}

.headexperts .form-item {
    margin-right: 7px;
    margin-top: 6px;
}

.headexperts .form-item .btn-base {
    background-color: #1d51a0;
    color: #fff;
    border: 0;

}

.headexperts .form-select {
    width: 230px;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    font-weight: 400;
    border-radius: 4px;
}

.headexperts .form-select option {
    display: block;
    width: 160px;
    height: 32px;
    line-height: 36px;
    font-size: 16px;
    font-weight: 400;
    border-radius: 4px;
}

.headexperts .technical {
    width: 160px;
    height: 32px;
    line-height: 36px;
    font-size: 16;
    font-weight: 400;
    border-radius: 4px;
}

.headexperts .btn-base {
    border-radius: 4px;
    width: 104px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}



.mySwiper,
.mySwipermobile {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.mySwiper .swiper-slide img,
.mySwipermobile .swiper-slide img {
    width: 100%;
    height: 20vw;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 5px;
    object-fit: fill;
    min-height: 280px;

}

.mySwipermobile .swiper-slide img {
    height: calc(100vw * 320 / 270);
    object-fit: cover;
    width: 90%;
    margin-left: 5%;
}

.mySwiper .swiper-slide .card .name,
.mySwipermobile .swiper-slide .card .name {
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    text-align: center;
    padding: 10px 0;
    color: #1d51a0;
}

.mySwiper .swiper-slide .card .sectionName,
.mySwipermobile .swiper-slide .card .sectionName {
    padding-bottom: 20px;
    padding-top: 10px;
}

.mySwiper .swiper-slide .card .name span,
.mySwipermobile .swiper-slide .card .name span {
    position: relative;
}

.mySwiper .swiper-slide .card .name span::after,
.mySwipermobile .swiper-slide .card .name span::after {
    position: absolute;
    bottom: -2px;
    left: 0;
    content: '';
    width: 0%;
    height: 1px;
    background-color: #1d51a0;
    transition: all 0.3s;
}

.mySwiper .swiper-slide .card .name span:hover::after,
.mySwipermobile .swiper-slide .card .name span:hover::after {
    width: 100%;
}


.mySwiper .swiper-slide .card p,
.mySwipermobile .swiper-slide .card p {
    font-size: 16px;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    color: #000;
}

.mySwiper .swiper-slide .card p:nth-last-child(1),
.mySwipermobile .swiper-slide .card p:nth-last-child(1) {
    font-size: 14px !important;
}

.mySwiper .swiper-slide .card p span,
.mySwipermobile .swiper-slide .card p span {
    display: block;
    margin: 5px;
}

/* 医生介绍 结束 */






/* 新闻列表 开始 */

.title-item {
    font-size: 22px;
    font-weight: normal;
    margin-left: 20px;
    padding-bottom: 20px;
    color: #666;
    cursor: pointer;
    line-height: 28px;
}

.title-item.active {
    border-bottom: 4px solid #1d51a0;
    color: #000;
}

.title-item:hover {
    border-bottom: 4px solid #1d51a0;
    color: #000;
}

.title-item:nth-child(1) {
    margin-left: 0px;
}

.item2 {
    width: calc(100% / 3 - 10px);
}

.homeContent {
    padding-top: 60px;
    padding-bottom: 60px;
    min-height: 388px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}



.homeLeftContent .swiper-slide {
    border-top: 1px solid #aaa;
    margin-top: -4px;
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.homeLeftContent .swiper-slide .cover {
    width: 100%;
    height: 143px;
    object-fit: cover;
}

.homeLeftContent .swiper-slide .tag {
    margin-top: 6px;
    font-size: 12px;
}

.homeLeftContent .swiper-slide .title {
    display: block;
    line-height: 24px;
    margin: 6px 0;
    cursor: pointer;
    font-size: 16px;
    margin-top: 30px;
    height: 48px;
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.homeLeftContent .swiper-slide .title:hover {
    color: #1d51a0;
}

.homeLeftContent .swiper-slide .desc {
    color: #333;
    font-size: 12px;
    line-height: 2em;
    margin: 6px 0 10px;
}

.homeLeftContent .swiper-slide .desc a {
    color: #1d51a0;
    font-weight: bold;
    margin-top: 10px;
    font-size: 12px;
}

.homeRightContent .content {
    border-top: 1px solid #aaa;

    padding-top: 14px;
}

.homeRightContent .content .contentItem {
    margin-top: 6px;
    border-bottom: 1px dashed #aaa;
    padding-bottom: 4px;
    display: flex;
    align-items: center;
}

.homeRightContent .content .contentItem .time {
    width: 70px;
    height: 70px;
}

.homeRightContent .content .contentItem .desc {

    display: block;
    line-height: 24px;
    cursor: pointer;
    font-size: 16px;
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 90%;
    padding-left: 20px;
    height: 48px;
}

.homeRightContent .content .contentItem .time .day {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #1d51a0;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
}

.homeRightContent .content .contentItem .time .month {
    width: 100%;
    height: 24px;
    line-height: 24px;
    background-color: #3b67ab;
    color: #fff;
    font-size: 12px;
    text-align: center;
}

/* 新闻列表 结束   */


.thebox {
    width: 30%;
    background: #fff;
    border: 1px solid #eee;
    box-shadow: 0 0 5px #ccc;
    border-radius: 5px;
}

.bg1 {
    height: 12px;
    width: 100%;
    background: #1746d6;
    margin-bottom: 1px;
}

.bg2 {
    height: 12px;
    width: 100%;
    background: #565857;
    margin-bottom: 1px;
}

.bg3 {
    height: 12px;
    width: 100%;
    background: #ec4133;
    margin-bottom: 1px;
}

.columnBox {
    background-image: url('/images/bg.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    background-attachment: fixed;
}

.columnBox .title_type {
    font-size: 22px;
    line-height: 40px;
    margin-left: 10px;
    color: #444;
}

.columnBox .article_list {
    list-style-type: none;
    margin-left: 10px;

}

.columnBox .Li_Odd,
.columnBox .Li_Even {
    white-space: normal !important;
    overflow: inherit !important;
    text-overflow: ellipsis !important;
    display: flex;
    justify-content: space-between;
    padding-right: 10px;
    align-items: center;
}

.columnBox .Li_Odd .title_type,
.columnBox .Li_Even .title_type {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 70%;
    display: block;
}

.columnBox .Li_Odd span,
.columnBox .Li_Even span {
    color: #5d5b5b;
}

.link {
    padding-top: 20px;
    padding-bottom: 20px;
}

.yq-item {
    width: 228px;
    margin-bottom: 10px;

}

.yq-item-item {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #aaa;
    height: 30px;
    border-radius: 15px;
    line-height: 30px;
    text-align: center;
}

.yq-item-item .fl {
    width: 74%;
    text-indent: 30px;
}

.yq-item-item .fr {
    margin-right: 10px;
    width: 20%;
}


.yq-item-item.active {
    color: #1d51a0;
    border: 1px solid #1d51a0;
}

/* .swiper-mobile{
    width: 100%;
    display: none;
    overflow: hidden;
    position: relative;
} */
.swiper-mobile {
    width: 100%;
    /*max-width: 1920px;*/
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

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

.mySwipermobile {
    display: none;

}

.homeContent .leftItem {
    width: calc(67% - 60px);
}

.homeContent .rightItem {
    width: 33%;
}

@media only screen and (max-width: 768px) {

    /* .swiper-mobile{
        display: block;
    }
    .swiper-mobile img{
        width: 100%;
    } */
    .homeContent .leftItem,
    .homeContent .rightItem {
        width: 100%;
    }

    .swiper-container {
        display: none;
    }

    .mySwipermobile {
        display: block;
    }

    .mySwiper {
        display: none;
    }

    .item2 {
        width: 100%;
    }

    .homeLeftContent .swiper-slide .cover {
        height: auto;
        margin-top: 20px;
        border-top: solid 1px #eee;
        object-fit: cover;
    }

    .thebox {
        width: 100%;
        margin-bottom: 20px;
    }

    .yq-item {
        width: 100% !important;
        text-align: center;
    }

    .headexperts {
        padding-top: 0;

    }

}

@media only screen and (max-width:640px) {
    #myNewDiv {
        display: none !important;
    }

    .columnBox {
        background-image: none !important;
    }

    .columnBox .thebox img {
        height: auto !important;
    }

    .homeContent .leftItem,
    .homeContent .rightItem {
        width: 100%;
    }

    .swiper-container {
        display: none;
    }

    .swiper-button-next {
        right: 0;
    }

    .swiper-button-prev {
        left: 0;
    }

    /* .swiper-pagination {
        width: 200px !important;
        left: auto !important;
        right: 0;
    } */


    .mySwipermobile {
        display: block;
    }

    .mySwiper {
        display: none;
    }

    .item2 {
        width: 100%;
    }

    .homeLeftContent .swiper-slide .cover {
        height: auto;
        margin-top: 20px;
        border-top: solid 1px #eee;
    }

    .thebox {
        width: 100%;
        margin-bottom: 20px;
    }

    .yq-item {
        width: 100% !important;
        text-align: center;
    }

    .headexperts {
        padding-left: 5px;
        padding-top: 0;
    }

    .jiuyiBox {
        height: 100px;
    }

    .jiuyi-item {
        min-width: 70px;
        font-size: 12px;
    }

    .jiuyi-item .jiuyi-img1 {
        width: 60px;
        height: 60px;
    }

    .jiuyi-item .name {
        width: 60px;
    }
}