#care-pub-content{
    .info-box {
        box-sizing: border-box;
        height: 100%;
        width: 1200px;
        margin: 0 auto;
        margin-top: 20px;
    }
    .info-box-title {
        width: 100%;
        position: relative;
        height: 26px;
        font-size: 18px;
        font-weight: 600;
        text-indent: 1em;
        padding-bottom: 18px;
        color: var(--orange-color2);
        box-sizing: border-box;
        margin-bottom: 16px;
    }
    .info-box-title::before {
        position: absolute;
        content: "";
        top: 8px;
        left: 0;
        width: 4px;
        height: 16px;
        background: var(--orange-color2);
    }
    .info-box-title .more-btn {
        position: absolute;
        top: 0;
        right: 0;
        padding: 0 5px;
        color: var(--orange-color2);
        cursor: pointer;
    }
    .care-dynamic{
        height: 300px;
        box-sizing: border-box;
    }
    .care-dynamic .care-dynamic-content {
        height: 220px;
        display: flex;
        justify-content: space-between;
        box-sizing: border-box;
        position: relative;
    }
    .care-dynamic-content .care-dynamic-left {
        width: 660px;
        overflow: hidden;
        display: flex;
        justify-content: space-between;
    }
    .care-dynamic-content .care-dynamic-right {
        width: 520px;
        overflow: hidden;
    }
    .care-dynamic-left .img-box {
        width: 375px;
        height: 220px;
        margin-right: 30px;
        cursor: pointer;
    }
    .care-dynamic-left .img-box > img {
        width: 100%;
        height: 100%;
        object-fit: fill;
    }
    .care-dynamic-left .dynamic-content {
        width: 245px;
        height: 220px;
        box-sizing: border-box;
        color: #999;
        font-size: 14px;
    }
    .care-dynamic-left .dynamic-content .dynamic-title {
        height: 56px;
        line-height: 26px;
        font-size: 16px;
        font-weight: 600;
        color: #444;
    }
    .care-dynamic-left .dynamic-content .dynamic-title:hover {
        color: var(--orange-color2);
        cursor: pointer;
    }
    .care-dynamic-left .dynamic-content .dynamic-txt {
        line-height: 21px;
        margin-top: 10px;
        margin-bottom: 16px;
    }
    .care-dynamic-left .dynamic-content .dynamic-more {
        position: relative;
        width: 125px;
        height: 36px;
        line-height: 36px;
        border: 2px solid var(--orange-color2);
        text-align: center;
        color: var(--orange-color2);
        font-size: 14px;
        cursor: pointer;
        overflow: hidden;
    }
    .care-dynamic-left .dynamic-content .dynamic-more::before {  /* 使用伪元素 */
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: var(--orange-color2);
        transition: all 0.3s ease;
        z-index: -1;
    }
    .care-dynamic-left .dynamic-content .dynamic-more:hover::before {
        left: 0;
    }
    .care-dynamic-left .dynamic-content .dynamic-more:hover {
        color: #fff;
    }
    .care-dynamic-right .dynamic-content-item {
        display: flex;
        position: relative;
        padding-left: 12px;
        position: relative;
        height: 37px;
        line-height: 37px;
        border-bottom: 1px dotted #e4e4e4;
    }
    .care-dynamic-right .dynamic-content-item :hover{
        color: var(--orange-color2);
        cursor: pointer;
    }
    .care-dynamic-right .dynamic-content-item:last-child {
        border-bottom: none;
    }
    .care-dynamic-right .dynamic-content-item .li-tlt {
        width: 88%;
        padding-left: 6px;
    }
    .care-dynamic-right .dynamic-content-item .li-time {
        width: 10%;
        color: #999;
        text-align: right;
    }
    .care-dynamic-right .dynamic-content-item .li-time::after {
        position: absolute;
        top: -3px;
        left: 0;
        content: "•";
        color: var(--orange-color2);
        font-size: 16px;
    }
    .nurse-high{
        box-sizing: border-box;
        height: 320px;
        width: 100%;
        background: url(../../images/hltd/bg.png) no-repeat center center;
        background-size: 100% 100%;
        padding-top: 10px;
    }
    .main-title{
        text-align: center;
        margin-bottom: 10px;
        a {
            color: #fff;
            display: inline-block;
            font-size: 30px
        }
        a::after {
            content: "";
            display: block;
            width: 40px;
            height: 2px;
            background-color: #ffad5b;
            margin: 10px auto 0;
        }
    }
    .tips-txt{
        text-align: center;
        color: #fff;
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 40px;
    }
    .nurse-high-content{
        display: grid;
        grid-template-columns: repeat(4,1fr);
        gap:50px;
    }
    .nurse-high-content-item{
        width: 260px;
        height: 100px;
        box-sizing: border-box;
        overflow: hidden;
        padding: 10px 16px;
    }
    .nurse-high-content-item:hover{
        background-color:var(--orange-color2);
        border-radius: 4px;
        box-shadow: 0 0 5px #1e1e1e;
    }
    .nurse-high-content-item .title-box{
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 42px;
        box-sizing: border-box;
        border-bottom: 1px dashed #fff;
    }
    .nurse-high-content-item .title-box strong{
        color: #fff;
        font-size: 20px;
    }
    .nurse-high-content-item .title-box img{
        width: 30px;
        height: 30px;
    }
    .nurse-high-content-item .txt{
        line-height: 42px;
        color: #fff;
        font-size: 16px
    }
    .nurse-know{
        box-sizing: border-box;
        height: 330px;
        width: 100%;
        background-color: #f2f2f2;
        display: flex;
        align-items: center;

    }
    .nurse-box{
        box-sizing: border-box;
        width: 560px;
        height: 260px;
        padding: 15px;
        background-color: #fff;
        position: relative;
        border-radius: 4px;
    }
    .nurse-box .info-box-title {
        width: 100%;
        position: relative;
        height: 26px;
        font-size: 18px;
        font-weight: 600;
        text-indent: 1em;
        padding-bottom: 18px;
        box-sizing: border-box;
        margin-bottom: 16px;
        color: #444;
    }
    .nurse-box .info-box-title::before {
        position: absolute;
        content: "";
        top: 8px;
        left: 0;
        width: 4px;
        height: 16px;
        background: var(--orange-color2);
    }
    .nurse-box .info-box-title > span{
        cursor: pointer;
        padding-right: 6px;
    }
    .nurse-box .info-box-title > span.cur{
        color: var(--orange-color2);
    }
    .nurse-box .info-box-title > span:not(:first-child){
        border-left: 2px solid #e4e4e4;
        padding-left: 6px;
    }
    .nurse-box .info-box-title .more-btn {
        position: absolute;
        top: 0;
        right: 0;
        padding: 0 5px;
        font-size: 14px;
        color: var(--orange-color2);
    }
    .nurse-box .nurse-content-item{
        display: flex;
        position: relative;
        padding-left: 12px;
        position: relative;
        height: 38px;
        line-height: 38px;
        align-items: center;
    }
    .list-common-title {
        flex: 1;
        flex-shrink: 0;
        font-size: 14px;
        box-sizing: border-box;
        padding-left: 8px;
    }
    .list-common-time {
        width: 60px;
        text-align: right;
        flex-shrink: 0;
        font-size: 14px;
        color: #868686;
    }
    .list-common-title:hover {
        color: var(--orange-color2);
        cursor: pointer;
    }
    .list-common-time::after {
        position: absolute;
        top: -3px;
        left: 0;
        content: "•";
        color: var(--orange-color2);
        font-size: 16px;
    }
    .nurse-talent{
        padding: 20px 0;
    }
    .swiper-container{
        min-height: 150px;
        overflow: hidden;
    }
    .swiper-slide{
        position: relative;
        transition: all 0.3s ease;
        border: none;
    }
    .swiper-box{
        width: 100%;
        display: flex;
        height: 360px;
        color: #fff;
        overflow: hidden;
    }
    .swiper-card{
        height: 320px;
        flex: 0 0 170px;
        margin-right: 35px;
        text-align: center;
        border-radius: 4px;
        overflow: hidden;
        box-sizing: border-box;
        border: 1px solid #e4e4e4;
    }
    .swiper-card:hover{
        box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        cursor: pointer;
    }
    .swiper-slide-img{
        width: 164px;
        height: 192px;
        aspect-ratio: 1;
        overflow: hidden;
        box-sizing: border-box;
        padding: 12px;
        padding-bottom: 0;
    }
    .swiper-slide-img img{
        width: 100%;
        height: 180px;
        object-fit: cover;
        box-sizing: border-box;
        border-bottom: 1px solid #e4e4e4;
    }
    .swiper-slide-info{
        color: #333;
        font-size: 14px;
        text-align: left;
    }
    .swiper-slide-name{
        max-width: 98%;
        box-sizing: border-box;
        padding: 6px 12px 0;
    }
    .swiper-slide-title{
        max-width: 98%;
        box-sizing: border-box;
        padding: 6px 12px;
        color: #666;
        font-size: 12px;
        border-bottom: 1px solid #e4e4e4;
    }
    .swiper-slide-desc{
        max-width: 98%;
        box-sizing: border-box;
        padding: 0 12px;
        font-size: 14px;
    }
    
    .swiper-pagination .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        border-radius: 10px;
        background-color: #666;
        opacity: 1;
    }
    .swiper-pagination .swiper-pagination-bullet-active,
    .swiper-pagination .swiper-pagination-bullet-active:hover {
        width: 10px;
        height: 10px;
        border-radius: 10px;
        background: var(--orange-color2);
    }
    .nurse-link{
        padding: 20px 0;
    }
    .nurse-link-content{
        display: grid;
        grid-template-columns: repeat(4,1fr);
        gap: 10px;
    }
    .nurse-link-content a{
        color: #333;
        font-size: 14px;
        display: inline-block;
        line-height: 32px;
        position: relative;
        padding-left: 12px;
        border-bottom: 1px solid #f2f2f2;
    }
    .nurse-link-content a:hover{
        color: var(--orange-color2);
        cursor: pointer;
    }
    .nurse-link-content a::after {
        position: absolute;
        top: 0px;
        left: 0;
        content: "•";
        color: var(--orange-color2);
        font-size: 16px;
    }
}