﻿@charset "utf-8";
.column-bg-gray {
    background-color: #f9f9f9;
}
.column-bg-rcpy{
    background:  url(../../base/img/column-bg-rcpy.jpg) center bottom no-repeat;
    background-size: cover;
}
.column-bg-module{
    background:  url(../../base/img/column-bg-module.jpg) center bottom no-repeat;
    background-size: cover;
}

/* ==========================================================================
   网站首页-焦点图
========================================================================== */
.ind-banner {
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.ind-banner .swiper-box {
    position: relative;
    z-index: 1;
}
.ind-banner .swiper-slide {
    position: relative;
    z-index: 1;
}
.ind-banner .swiper-slide img {
    width: 100%;
    height: auto;
}
.ind-banner .con {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    height: 33%;
    margin: 0 auto;
    text-align: center;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
    background: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
    background: -ms-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
    background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}
.ind-banner .slide-txt {
    position: absolute;
    z-index: 1;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    text-align: left;
    line-height: 20px;
    padding-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
    color: white;
}
.ind-banner .slide-txt a {
    color: white;
}

.swiper-btn-box {
    height: 0;
    position: relative;
    z-index: 1;
}
.swiper-btn-box .swiper-pagination {
    width: auto;
    left: auto;
    right: calc(var(--bs-gutter-x) * .5);
    bottom: 10px;
}
.swiper-btn-box .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.swiper-btn-box .swiper-pagination .swiper-pagination-bullet {
    background: none;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
}
.swiper-btn-box .swiper-pagination .swiper-pagination-bullet-active {
    background: none;
}
.swiper-btn-box .swiper-pagination .swiper-pagination-bullet::after {
    content: "";
    width: 50%;
    height: 50%;
    border-radius: 50%;
    background-color: #fff;
}
.swiper-btn-box .swiper-pagination .swiper-pagination-bullet-active::after {
    width: 100%;
    height: 100%;
    background: url(../../Base/img/ind-banner-icon.png) center center no-repeat;
    background-size: cover;
}

@media (min-width: 992px) {
    .ind-banner .slide-txt {
        font-size: 24px;
        line-height: 40px;
        padding-bottom: 30px;
    }
    .swiper-btn-box {}
    .swiper-btn-box .swiper-pagination {
        bottom: 30px;
    }
    .swiper-btn-box .swiper-pagination .swiper-pagination-bullet {
        width: 40px;
        height: 40px;
    }
}


/* ==========================================================================
   新闻中心-文章轮播图 
========================================================================== */
.article-focus {
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-bottom: 15px;
}
.article-focus .swiper-slide {
    display: flex;
    flex-direction: column;
}
.article-focus .swiper-slide img {
    width: 100%;
    height: auto;
}
.article-focus .con {
    display: flex;
    flex-direction: column;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 1.6;
    color: #FFDFDE;
    text-align: left;
    background-color: #950341;
}
.article-focus .title {
    order: 1;
    font-size: 18px;
    font-weight: bold;
    color: white;
}
.article-focus .title a {
    color: white;
}
.article-focus .others {
    order: 2;
    padding: 10px 0;
}
.article-focus .intro {
    order: 3;
    text-align: justify;
}
.article-focus .next,
.article-focus .prev {
    position: absolute;
    z-index: 1;
    top: 100px;
    width: 26px;
    height: 40px;
    float: left;
    overflow: hidden;
    font-family: "iconfont";
    text-align: center;
    line-height: 40px;
    font-size: 24px;
    color: white;
    background-color: rgba(0, 0, 0, 0.4);
    cursor: pointer;
}
.article-focus .next:hover,
.article-focus .prev:hover {
    background-color: rgba(0, 0, 0, 0.6);
}
.article-focus .next:before {
    content: "\e616";
}
.article-focus .prev:before {
    content: "\e615";
}
.article-focus .next {
    left: 0;
}
.article-focus .prev {
    right: 0;
}

@media (min-width: 992px) {
    .article-focus {
        margin-bottom: 40px;
    }
    .article-focus .swiper-slide {
        flex-direction: row;
        justify-items: stretch;
    }
    .article-focus .swiper-slide .pic {
        flex: 1;
    }
    .article-focus .swiper-slide .pic a{
        display: block;
        position: relative;
        height: 0;
        line-height: 0;
        padding-bottom: 56.25%;
        overflow: hidden;
    }
    .article-focus .swiper-slide .pic img{
        position: absolute;
        left: 0;
        top: 0;
        height: 100% !important;!;
    }
    .article-focus .swiper-slide .con {
        box-sizing: border-box;
        width: 31.5%;
        padding: 4% 2%;
        font-size: 16px;
    }
    .article-focus .swiper-btn {
        position: absolute;
        z-index: 1;
        right: 0;
        bottom: 10%;
        width: 31.5%;
        box-sizing: border-box;
        padding: 0 2%;
    }
    .article-focus .swiper-btn .prev,
    .article-focus .swiper-btn .next {
        margin-right: 15px;
        position: relative;
        left: auto;
        top: auto;
        background: none;
    }
}

/* ==========================================================================
   大标题框
========================================================================== */
.column-hd {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    padding: 40px 0 24px;
    text-align: center;
    background: url(../../Base/img/column-hd-bg.png) center bottom no-repeat;
    overflow: hidden;
}
.column-hd .node {
    position: relative;
    z-index: 1;
    white-space: nowrap;
}
.column-hd .eng {
    font-size: 28px;
    line-height: 1.4;
    text-transform: uppercase;
    color: rgba(153, 153, 153, 0.2);
}
.column-hd .name {
    position: absolute;
    z-index: 2;
    left: 50%;
    bottom: 2px;
    font-size: 22px;
    line-height: 1.6;
    font-weight: bold;
    color: #950341;
    transform: translateX(-50%);
}
@media (min-width: 992px) {
    .column-hd{
        margin-bottom: 40px;
    }
    .column-hd .eng {
        font-size: 42px;
    }
    .column-hd .name {
        font-size: 35px;
    }
}

/* ==========================================================================
   新闻-模块信息
========================================================================== */
.ind-box {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
}
.ind-box .hd {
    display: flex;
    align-items: center;
    height: 36px;
    line-height: 36px;
    justify-content: space-between;
}
.ind-box .hd strong {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
}
.ind-box .hd .more {
    padding: 0 10px;
    font-size: 14px;
    font-weight: normal;
    color: #999;
    background-color: #efefef;
    border-radius: 18px;
}
.ind-box .hd .more:hover {
    color: white;
    background-color: #950341;
}
.ind-box .bd{
    overflow: hidden;
}
/* 小图标 */
.ind-box strong.icon:before {
    content: "";
    display: inline-block;
    height: 30px;
    width: 30px;
    margin-right: 10px;
    background: #950341 url(../../base/img/ind-hd-icon.png) center 7px no-repeat;
    border-radius: 5px;
}
.ind-box strong.icon-media:before {
    background-position: center -30px;
}
.ind-box strong.icon-lecture:before {
    background-position: center -67px;
}
.ind-box strong.icon-2{
    position: relative;
    z-index: 1;
    padding-left: 20px;
}
.ind-box strong.icon-2:before{
    position: absolute;
    z-index: 1;
    left: 0;
    top: -6px;
    content: "";
    width: 40px;
    height: 40px;
    float: left;
    overflow: hidden;
    background:  url(../../base/img/ind-hd-icon-2.png) center top no-repeat;
    background-size: cover;
}

.loop-2{
    padding-top: 20px;
}

@media (min-width: 992px) {
    
    .ind-box .hd strong{
        font-size: 24px;
    }
    .ind-box .hd strong.icon-2{
        font-size: 35px;
    }
    .ind-box strong.icon-2:before{
        top: -20px;
        width: 63px;
        height: 63px;
    }

    .ind-loop {
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
        justify-content: space-between;
    }

    .loop-2 {
        padding-top: 40px;
    }
    .loop-2 .ind-box {
        width: calc((100% - 30px) / 2);
    }

    .loop-3 .ind-box {
        margin-bottom: 40px;
        width:calc((100% - 40px) / 3);
    }
}


/* 标题信息列表 -------------------------------------*/
.info-title-date-list li {
    position: relative;
    display: flex;
    padding: 10px 15px;
    font-size: 16px;
    min-height: 86px;
    line-height: 28px;
    text-align: left;
    flex-flow: wrap;
    background: white;
    margin-top: 15px;
}
.info-title-date-list li .dateRight {
    position: absolute;
    right: 15px;
    bottom: 10px;
    font-size: 14px;
    color: #999;
}
.info-title-date-list li a {
    width: 100%;
}
/* .info-title-date-list li a::after {
    float: right;
    margin-left: 10px;
    display: inline-block;
    content: "2024-10-20";
    font-size: 14px;
    color: #999;
} */
.info-title-date-list li:hover {
    background-color: #950341;
}
.info-title-date-list li:hover a {
    color: white;
}
.info-title-date-list li:hover .dateRight {
    color: rgba(255, 255, 255, 0.7);
}

@media (min-width: 992px) {
    .info-title-date-list li {
        position: relative;
        padding: 15px 25px;
        font-size: 18px;
    }
}


/* ==========================================================================
   师资队伍
========================================================================== */
.szdw-swiper-pic-hd{
    display: flex;
}
.szdw-swiper-pic-hd .more{
    width: 100%;
    color: white;
    background-color: #950341;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    padding: 20px 0;
    font-weight: bold;
}
.szdw-swiper-pic-hd .more:hover{
    background-color: #790133;
}
.szdw-pic-list-box{
    display: none;
}

.swiper-szdw-box{
    position: relative;
    z-index: 1;
    margin-top: 20px;
    padding: 0 calc((100% - var(--main-width)) / 2 - 12px);
    overflow: hidden;
}
.swiper-szdw-box::after{
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    top: 60px;
    right: 0;
    bottom: 0;
    background-color: #FFF1F0;
}
.swiper-szdw-list{
    margin-bottom: 20px;
}
.swiper-szdw-list li{
    display: flex;
    flex-direction: column;
    margin: 0 12px;
    opacity: 0 !important;
    transition: opacity 0.6s;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -ms-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
}
.swiper-szdw-list li.swiper-slide-active {
    opacity: 1 !important;
}
.swiper-szdw-list li .pic{
    display: inline-block;
    max-width: 60%;
    margin: 0 auto 20px;
    text-align: center;
}
.swiper-szdw-list li .pic img{
    max-width: 100%;
    height: auto !important;
}
.swiper-szdw-list li .title{
    text-align: center;
}
.swiper-szdw-list li .tit{
    display: block;
    margin-bottom: 12px;
    line-height: 1.4;
    font-size: 28px;
    font-weight: bold;
}
.swiper-szdw-list li .intro{
    font-size: 16px;
    line-height: 1.2;
    color: #999;
}

.swiper-szdw-Position-box{
    padding-bottom: 30px;
}

@media (min-width: 992px) {
    /*轮播主体*/
    .swiper-szdw-box{
        position: relative;
        z-index: 1;
        margin-top: 40px;
        background: none;
        overflow: inherit;
    }
    .swiper-szdw-box::after,
    .swiper-szdw-box::before{
        content: "";
        position: absolute;
        z-index: -2;
        top: 100px;
        bottom: 0;
    }
    .swiper-szdw-box::before{
        right: 50%;
        width:  calc(var(--main-width) / 2 - 12px);
        background-color: #FFFDF6;
    }
    .swiper-szdw-box::after{
        right: auto;
        left: 50%;
        width: 50vw;
        bottom: -100px;
        background-color: #FFF1F0;
    }
    .swiper-szdw-list{
        position: relative;
        z-index: 1;
        margin-bottom: 0;
    }
    .swiper-szdw-list::after{
        content: "";
        position: absolute;
        z-index: -1;
        top: 100px;
        bottom:0;
        right: 45%;
        width: 20%;
        float: left;
        overflow: hidden;
        background-color: #FFF1F0;
        clip-path: polygon(75% 0, 100% 0, 100% 100%, 0% 100%);
    }
    .swiper-szdw-list li{
        flex-direction: row;
        overflow: hidden;
        justify-content: center;
        align-items: center;
    }
    .swiper-szdw-list li .title{
        order: 1;
        width: 40%;
        box-sizing: border-box;
        padding-right: 5%;
        text-align: right;
    }
    .swiper-szdw-list li .pic{
        order: 2;
        box-sizing: border-box;
        padding-left: 5%;
        flex: 1;
        max-width: none;
        margin: 0;
        text-align: left;
    }
    /* 切换条 */
    .szdw-swiper-pic-hd{
        position: relative;
        z-index: 2;
        flex-wrap: wrap;
    }
    .szdw-pic-list-box{
        display: flex;
        width: 100%;
    }
    .szdw-pic-list li{
    	flex: 1;
        cursor: pointer;
    }
    .szdw-pic-list li .pic{
        position: relative;
        z-index: 1;
    }
    .szdw-pic-list li .pic::after{
        content: "";
        position: absolute;
        z-index: 1;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        float: left;
        overflow: hidden;
        background-color: rgba(0, 0, 0, 0.4);
        -webkit-transition:all 0.6s;
        -moz-transition:all 0.6s;
        -ms-transition:all  0.6s;
        -o-transition:all 0.6s;
        transition:all 0.6s;
    }
    .szdw-pic-list li:hover .pic::after,
    .szdw-pic-list li.swiper-slide-thumb-active .pic::after{
        height: 0;
    }
    .szdw-pic-list li a{
        display: block;
    }
    .szdw-pic-list li img{
        width: 100%;
        height: auto;
    }
    .szdw-pic-list li .title,
    .szdw-pic-list li .titleBg{
        display: none;
    }
}
@media (min-width: 1200px)  {
    .szdw-swiper-pic-hd{
        margin-right: calc((100% - var(--main-width)) / 2 - 12px);
        display: flex;
    }
    .szdw-pic-list-box{
        width: calc(100% / 9 * 8);
        overflow: hidden;
    }
    .szdw-swiper-pic-hd .more{
        width: calc(100% / 9);
        color: white;
        background-color: #950341;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        font-size: 15px;
        font-weight: bold;
    }
    .szdw-swiper-pic-hd .more::before{
        content: "";
        display: inline-block;
        margin-bottom: 20px;
        width: 40px;
        height: 40px;
        background:  url(../../base/img/icon-more.png) center top no-repeat;
    }
    .szdw-swiper-pic-hd .more:hover{
        background-color: #790133;
    }
}
/* ==========================================================================
   人才培养
========================================================================== */
.column-rcpy{
    overflow: hidden;
}
.column-rcpy .container{
    display: flex;
    flex-wrap: wrap;
}
.box-rcpy{
    width: 100%;
}
.node-rcpy-list {
    display: flex;
    flex-flow: wrap;
    align-items: stretch;
    justify-content: space-between;
    margin-bottom: 20px;
}
.node-rcpy-list li {
    width: calc(50% - 8px);
    position: relative;
    z-index: 1;
    margin-bottom: 16px;
    overflow: hidden;
}
.node-rcpy-list li::before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    background: rgba(149,3,65,.78);
    opacity: 0;
    transition: 1.25s;
}
.node-rcpy-list li:hover::before{
    opacity: 1;
}
.node-rcpy-list li .pic {
    overflow: hidden;
}
.node-rcpy-list li img {
    width: 100%;
    height: auto;
    transition: all 1.25s;
}
.node-rcpy-list li:hover img{
     transform: scale(1.15); /* 放大 1.05 倍 */
}
.node-rcpy-list li .tit {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0 5px;
    text-align: center;
    box-sizing: border-box;
    height: 60px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
    color: white;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
    background: -moz-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1));
    background: -ms-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1));
    background: -o-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1));
    background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1));
}
.node-rcpy-list li:hover .tit {
    height: 100%;
    background: -moz-linear-gradient(rgba(149,3,65,.7),rgba(149,3,65,1),rgba(149,3,65,.7) );
    background: -ms-linear-gradient(rgba(149,3,65,.7),rgba(149,3,65,1),rgba(149,3,65,.7) );
    background: -o-linear-gradient(rgba(149,3,65,.7),rgba(149,3,65,1),rgba(149,3,65,.7) );
    background: linear-gradient(rgba(149,3,65,.7),rgba(149,3,65,1),rgba(149,3,65,.7) );
}

@media (min-width: 992px) {
    .column-rcpy .container{
        justify-content: space-between
    }
    .box-rcpy-banner{
        position: relative;
        z-index: 1;
        display: flex !important;
        align-items: flex-end;
        order: 1;
        width: 46%;
    }

    .ind-banner-hd{
        position: absolute;
        z-index: -1;
        left: 0;
        top: 0;
        bottom: 0;
        width: 56%;
    }
    .ind-banner-hd::before{
        position: absolute;
        z-index: 1;
        right: -120px;
        top: 40px;
        content: "";
        width: 180px;
        height: 180px;
        float: left;
        background:  url(../../base/img/ind-banner-hd-icon.png) center top no-repeat;
        background-size: cover;
        transform: scale(.6);
        -webkit-transform: scale(.6);
        -moz-transform: scale(.6);
        -ms-transform: scale(.6);
        -o-transform: scale(.6);
}
    .ind-banner-hd li{
        position: relative;
        z-index: 1;
        cursor: pointer;
    }
    .ind-banner-hd li:nth-child(1){
        transform: scale(.4) translateX(90%) translateY(20%);
        -webkit-transform: scale(.4) translateX(90%) translateY(20%);
        -moz-transform: scale(.4) translateX(90%) translateY(20%);
        -ms-transform: scale(.4) translateX(90%) translateY(20%);
        -o-transform: scale(.4) translateX(90%) translateY(20%);
    }
    .ind-banner-hd li:nth-child(2){
        transform: scale(.5) translateX(20%) translateY(-150%);
        -webkit-transform: scale(.5) translateX(20%) translateY(-150%);
        -moz-transform: scale(.5) translateX(20%) translateY(-150%);
        -ms-transform: scale(.5) translateX(20%) translateY(-150%);
        -o-transform: scale(.5) translateX(20%) translateY(-150%);
    }
    .ind-banner-hd li:nth-child(3){
        transform: scale(.6) translateX(-20%) translateY(-230%);
        -webkit-transform: scale(.6) translateX(-20%) translateY(-230%);
        -moz-transform: scale(.6) translateX(-20%) translateY(-230%);
        -ms-transform: scale(.6) translateX(-20%) translateY(-230%);
        -o-transform: scale(.6) translateX(-20%) translateY(-230%);
    }
    .ind-banner-hd li:nth-child(4){
        transform: scale(.8) translateX(-20%) translateY(-240%);
        -webkit-transform: scale(.8) translateX(-20%) translateY(-240%);
        -moz-transform: scale(.8) translateX(-20%) translateY(-240%);
        -ms-transform: scale(.8) translateX(-20%) translateY(-240%);
        -o-transform: scale(.8) translateX(-20%) translateY(-240%);
    }
    .ind-banner-hd li .pic{
        position: relative;
        z-index: 1;
        display: block;
        overflow: hidden;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
    }
    .ind-banner-hd li .pic img{
        width: 100%;
        height: auto;
    }
    .ind-banner-hd li .tit{
        display: none;
    }
    .ind-banner-hd li .pic::after{
        content: "";
        position: absolute;
        z-index: 1;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.2);
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        -webkit-transition:all 0.6s;
        -moz-transition:all 0.6s;
        -ms-transition:all  0.6s;
        -o-transition:all 0.6s;
        transition:all 0.6s;
    }
    .ind-banner-hd li:hover,
    .ind-banner-hd li.active{
        z-index: 2;
    }
    .ind-banner-hd li:hover .pic::after,
    .ind-banner-hd li.active .pic::after{
        background-color: rgba(0, 0, 0, 0);
    }

    .box-rcpy-wrap{
        margin-left: 24%;
        overflow: hidden;
        clip-path: circle(50%);
    }
    
    .ind-banner-pic li .pic{
        display: block;
        overflow: hidden;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
    }
    .ind-banner-pic li .pic img{
        width: 100%;
        height: auto;
    }
    .ind-banner-pic li .tit{
        display: none;
    }
    .box-rcpy{
        order: 2;
        width: 52%;
    }
    .box-rcpy li{
        width: calc((100% / 3) - 8px);
    }

    .node-rcpy-list li .tit{
        font-size: 22px;
    }
}

@media (min-width: 1200px) {
    .ind-banner-hd{
        width: 50%;
    }
}
@media (min-width: 1400px) {
    .ind-banner-hd{
        width: 46%;
    }
}


.page-leader-pic-list {
    display: flex;
    flex-flow: wrap;
    margin:8% 0;
    justify-content: space-between;
}
.page-leader-pic-list li {
    width: calc((100% / 3) - 8px);
}
.page-leader-pic-list .pic img {
    width: 100%;
    height: auto;
}

.page-leader-pic-list .title {
    margin-top: 10px;
}
.page-leader-pic-list .tit {
    display: block;
    line-height: 1.8;
}

/* ==========================================================================
   深医科研成果
========================================================================== */
.pic-swiper-wrap li img{
    width: 100%;
    height: auto;
}
.pic-swiper-wrap li .title{
    display: none;
}

.pic-swiper-wrap,
.title-swiper-wrap{
    position: relative;
    padding: calc(var(--bs-gutter-x) * .5) 0;
}
.pic-swiper-wrap::after,
.title-swiper-wrap::after{
    content: "";
    position: absolute;
    z-index: -1;
    left: calc(var(--bs-gutter-x) * -.5);
    right: calc(var(--bs-gutter-x) * -.5);
    top: 0;
    bottom: 0;
    background:  url(../../base/img/ind-yjcg-l-bg.jpg) left top no-repeat;
    background-size: cover;
}
.title-swiper-wrap::after{
    background:  url(../../base/img/ind-yjcg-r-bg.jpg) left top no-repeat;
}
.pic-swiper-wrap{
    overflow: hidden;
}
.pic-swiper-wrap img{
    width: 100% !important;
    height: auto !important;
}

.title-intro-list li{
    padding: 20px calc(var(--bs-gutter-x) * .5);
    margin: 0 calc(var(--bs-gutter-x) * -.5);
    text-align: left;
    border-bottom: 1px solid rgba(216, 202, 155, 0.4);
}
.title-intro-list li .date{
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #BEAC6D;
}
.title-intro-list li .tit{
    display: block;
    width: 100%;
    line-height: 1.4;
    font-size: 18px;
    color: white;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.title-intro-list li .intro{
    margin-top: 10px;
    line-height: 1.2;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
}
.title-intro-list li.active{
    position: relative;
    z-index: 1;
    padding-bottom: 21px;
    border-bottom: none;
}
.title-intro-list li::after{
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    float: left;
    overflow: hidden;
    background-color: rgba(216, 202, 155, 0.2);
    -webkit-transition:all 0.6s;
    -moz-transition:all 0.6s;
    -ms-transition:all  0.6s;
    -o-transition:all 0.6s;
    transition:all 0.6s;
}
.title-intro-list li.active::after{
    width: 100%;
}
@media (min-width: 992px) {
    .pic-txt-wrap{
        display: flex;
        align-items:stretch;
    }
    .pic-swiper-wrap,
    .title-swiper-wrap{
        padding: 90px 0;
    }
    .pic-swiper-wrap{
        width: 53.5%;
    }
    .title-swiper-wrap{
        flex: 1;
        overflow: hidden;
    }
    .pic-swiper-wrap::after, .title-swiper-wrap::after{
        background: none;
    }
    .pic-txt-wrap li .pic a{
        display: block;
        position: relative;
        height: 0;
        line-height: 0;
        padding-bottom: 72.5%;
        overflow: hidden;
    }
    .pic-txt-wrap li .pic img{
        position: absolute;
        z-index: 1;
        left: 0;
        top: 0;
        height: 100% !important;
    }
    .column-bg-2{
        position: relative;
        z-index: 1;
        overflow: hidden;
    }
    .column-bg-2::after,
    .column-bg-2::before{
        position: absolute;
        z-index: -1;
        content: "";
        top: 0;
        bottom: 0;
        width: 50%;
        background-position: left top;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .column-bg-2::after{
        right: 0;

        background-image: url(../../base/img/ind-yjcg-r-bg.jpg);
    }
    .column-bg-2::before{
        left: 0;
        background-image: url(../../base/img/ind-yjcg-l-bg.jpg);
    }
    .title-intro-list{
        height: 100%;
        display: flex;
        flex-flow: wrap;
    }
    .title-intro-list li{
        width: 100%;
        margin: 0;
        padding: 10px 0 10px 10%;
    }
    .title-intro-list li .con{
        overflow: hidden;
        width: 100%;
    }
    .title-intro-list li.active{
        padding-bottom: 11px;
    }
    .title-intro-list li.active::after{
        width: 50vw;
    }
    .title-intro-list li .intro{
        display: none;
    }
}
@media (min-width: 1400px) {
    .title-intro-list li{
        padding: 20px 0 20px 10%;
    }
    .title-intro-list li.active{
        padding-bottom: 21px;
    }
    .title-intro-list li .intro{
        display: block;
    }
}


/* ==========================================================================
   党建专栏  医院管理
========================================================================== */
.pic-title-list{
    padding-top: 15px;
    overflow: hidden;
}
.pic-title-list li.t{
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.pic-title-list li.t .pic a{
    display:block;
    position: relative;
    height: 0;
    line-height: 0;
    padding-bottom: 58%;
    overflow: hidden;
}
.pic-title-list li.t img{
    position: absolute;
    left: 0;
    top: 0;
    height: 100% !important;!;
}
.pic-title-list li.t .con{
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    line-height: 1.4;
    background-color: rgba(0, 0, 0, 0.5);
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    -webkit-transition:all 0.6s;
    -moz-transition:all 0.6s;
    -ms-transition:all  0.6s;
    -o-transition:all 0.6s;
    transition:all 0.6s;
}
.pic-title-list li.t .con a{
    color: rgba(255, 255, 255, 0.9);
}
.pic-title-list li.t:hover .con{
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
}
.pic-title-list li.n{
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    line-height: 1.4;
    border-bottom: 1px solid #efefef;
}
.pic-title-list li.n a{
    position: relative;
    z-index: 1;
    display: block;
    padding: 17px 40px 40px 0;
    width: 100%;
    box-sizing: border-box;
    text-align: left;
    font-size: 16px;
    line-height: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.pic-title-list li.n a::after{
    content: "";
    position: absolute;
    z-index: 1;
    right: 0;
    top: 17px;
    width: 30px;
    height: 30px;
    float: left;
    overflow: hidden;
    background:  url(../../base/img/icon-more-2.png) center top no-repeat;
}
.pic-title-list li.n .date{
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 15px;
    font-size: 14px;
    color: #BEAC6D;
}
.pic-title-list li.n a,
.pic-title-list li.n a::after,
.pic-title-list li.n .date{
    -webkit-transition:all 0.6s;
    -moz-transition:all 0.6s;
    -ms-transition:all 0.6s;
    -o-transition:all 0.6s;
    transition:all 0.6s;
}
.pic-title-list li.n:hover a{
    padding-left: 10px;
    font-weight: bold;
    color: #950341;
}
.pic-title-list li.n:hover .date{
    left: 10px;
}
.pic-title-list li.n:hover a::after{
    right: 4px;
    background-image: url(../../base/img/icon-more-2-hover.png);
}
/* ==========================================================================
   数说深医
========================================================================== */
.count-info-list {
    margin-bottom: 20px;
    display: flex;
    flex-flow: wrap;
    align-items: stretch;
    justify-content: space-between;
}
.count-info-list li {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1 1 48%;
    margin-bottom: 40px;
}
.count-info-list .info {
    position: relative;
    z-index: 1;
    width: 120px;
    padding: 45px 0 15px;
    line-height: 30px;
    margin-bottom: 10px;
    text-align: center;
}
.count-info-list .info::after,
.count-info-list .info::before {
    content: "";
    position: absolute;
    z-index: -2;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    overflow: hidden;
}
.count-info-list .info::before {
    width: 90px;
    height: 90px;
    background: #FFFDF6;
}
.count-info-list .info::after {
    width: 90px;
    height: 50px;
    top: -10px;
    float: left;
    background: url(../../base/img/ind-count-icon.png) center top no-repeat;
    background-size: 45px auto;
}
.count-info-list .num {
    font-size: 20px;
    font-weight: bold;
    color: #950341;
    Letter-spacing: -1px;
}
.count-info-list .until {
    margin-left: 2px;
    font-size: 12px;
    color: #999;
}
.count-info-list .tip {
    text-align: center;
    font-size: 13px;
    line-height: 1.2;
    color: #333;
}

.count-info-list .li2 .info::after {
    background-position: center -67px;
}
.count-info-list .li3 .info::after {
    background-position: center -131px;
}
.count-info-list .li4 .info::after {
    background-position: center -197px;
}
.count-info-list .li5 .info::after {
    background-position: center -264px;
    height: 54px;
}
.count-info-list .li6 .info::after {
    background-position: center -337px;
}
.count-info-list .li7 .info::after {
    background-position: center -405px;
}
.count-info-list .li8 .info::after {
    background-position: center -476px;
}


@media (min-width: 992px) {
    .count-info-list li {
        flex: 1 1 25%;
    }
}

@media (min-width: 1200px) {
    .count-info-list .info {
        width: 214px;
        height: 180px;
        line-height: 180px;
        padding: 0;
        text-align: left;
    }
    .count-info-list .li3 .info{width: 160px;}
    .count-info-list .li4 .info{width: 150px;}
    .count-info-list .li7 .info{width: 240px;}
    .count-info-list .li8 .info{width: 270px;}
    .count-info-list .num {
        font-size: 35px;
    }
    .count-info-list .until {
        font-size: 16px;
    }
    .count-info-list .tip {
        font-size: 16px;
    }
    .count-info-list .info::after,
    .count-info-list .info::before {
        width: 180px;
        height: 180px;
    }
    .count-info-list .info::before {
        width: 180px;
        height: 180px;
        background: #FFFDF6;
    }
    .count-info-list .info::after {
        top: 0;
        background-size: 100px auto;
        background-position: 96px 40px;
    }
    .count-info-list .li2 .info::after {
        background-position: 96px -109px;
    }
    .count-info-list .li3 .info::after {
        background-position: 95px -249px;
    }
    .count-info-list .li4 .info::after {
        background-position: 96px -402px;
    }
    .count-info-list .li5 .info::after {
        background-position: 96px -550px;
        height: 180px;
    }
    .count-info-list .li6 .info::after {
        background-position: 96px -708px;
    }
    .count-info-list .li7 .info::after {
        background-position: 96px -863px;
    }
    .count-info-list .li8 .info::after {
        background-position: 96px -1023px;
    }
}
@media (min-width: 1400px) {
    .count-info-list .li8 .info{width: 320px;}
}
@media (min-width: 1480px) {
    .count-info-list .li8 .info{width: 340px;}
}

/* ==========================================================================
   首页-链接-入口
========================================================================== */
.ind-links-list {
    display: flex;
    flex-flow: wrap;
    align-items: stretch;
    margin-bottom: 20px;
}
.ind-links-list li {
    width: 50%;
    position: relative;
    z-index: 1;
}
.ind-links-list li .pic {
    overflow: hidden;
}
.ind-links-list li img {
    width: 100%;
    height: auto;
}
.ind-links-list li .tit {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 4% 5px;
    text-align: center;
    box-sizing: border-box;
    height: 60px;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.2;
    color: white;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
    background: linear-gradient(0deg, rgba(0,0,0,.8), transparent););
}
.ind-links-list li:hover .tit {
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

@media (min-width: 992px) {
    .ind-links-list {
        margin-bottom: 40px;
    }
    .ind-links-list li {
        width: 20%;
    }
    .ind-links-list li .tit {
        font-size: 18px;
    }
}
@media (min-width: 1200px) {
    .ind-links-list li .tit {
        font-size: 20px;
    }
}
@media (min-width: 1480px) {
    .ind-links-list {
        margin-bottom: 70px;
    }
    .ind-links-list li .tit {
        font-size: 24px;
    }
}