/* 202103 */

.heal01-template-07 {
    overflow: hidden;
    /* background: #f4f5f0; */
    background-position: center;
    background-size: cover;
    position: relative;
}

.heal01-template-07__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #282828;
    padding-bottom: 10px;
}

.heal01-template-07__top.-center {
    display: block;
    text-align: center;
}

@media (max-width: 1199px) {
    .heal01-template-07__top-title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.heal01-template-07__top-title-en {
    font-size: 70px;
    font-family: Cormorant Garamond, serif;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: -2px;
    line-height: 1;
    margin-right: 65px;
}

@media (max-width: 1199px) {
    .heal01-template-07__top-title-en {
        font-size: 45px;
        letter-spacing: normal;
        display: block;
    }
}

.heal01-template-07__top-title-zh {
    font-size: 24px;
    font-family: Noto Sans TC, sans-serif;
    font-weight: 700;
    letter-spacing: 0.6px;
}

@media (max-width: 1199px) {
    .heal01-template-07__top-title-zh {
        font-size: 16px;
        display: block;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        padding-bottom: 5px;
    }
}

.heal01-template-07__top-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.heal01-template-07__top-more-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: 0.8px;
    font-weight: 700;
}

.heal01-template-07__top-more-icon {
    margin-left: 14px;
    font-weight: 900;
}

@media (max-width: 1199px) {
    .heal01-template-07 {
        background: #eef0e6;
    }
}

.heal01-template-07__deco {
    z-index: 3;
    position: absolute;
    bottom: 100px;
    left: -10px;
    width: 270px;
}

@media (max-width: 1199px) {
    .heal01-template-07__deco {
        display: none;
    }
}

.heal01-template-07__inner {
    position: relative;
    padding-top: 60px;
    padding-bottom: 95px;
}

@media (max-width: 1199px) {
    .heal01-template-07__inner {
        background: none !important;
    }
}

@media (min-width: 1200px) {
    .heal01-template-07__inner {
        padding-top: 135px;
        padding-bottom: 190px;
        padding-left: 40px;
    }
    .heal01-template-07__inner .color {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        left: 100%;
        display: block;
        width: 100%;
        height: 100%;
    }
}

.heal01-template-07__inner-container {
    position: relative;
}

@media (min-width: 1200px) {
    .heal01-template-07__inner-container {
        margin: 0 0 0 auto;
        max-width: 1150px;
    }
}

.heal01-template-07__content {
    padding-top: 20px;
}

@media (min-width: 1200px) {
    .heal01-template-07__content {
        margin: 0 0 0 auto;
        max-width: 938px;
        padding-top: 0;
    }
}

.heal01-template-07__news {
    position: relative;
    display: block;
    padding-top: 40px;
    padding-bottom: 40px;
}

@media (min-width: 1200px) {
    .heal01-template-07__news {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-top: 0;
        padding-bottom: 0;
        height: 90px;
    }
    .heal01-template-07__news:hover:before {
        -webkit-transition: -webkit-transform 0.3s ease;
        transition: -webkit-transform 0.3s ease;
        transition: transform 0.3s ease;
        transition: transform 0.3s ease, -webkit-transform 0.3s ease;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    .heal01-template-07__news:hover .heal01-template-07__news-title {
        color: #9cc463;
        -webkit-transition: color 0.3s ease 0.3s;
        transition: color 0.3s ease 0.3s;
    }
}

.heal01-template-07__news:before {
    z-index: 2;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    background: #9cc463;
    -webkit-transition: -webkit-transform 0.3s ease 0.3s;
    transition: -webkit-transform 0.3s ease 0.3s;
    transition: transform 0.3s ease 0.3s;
    transition: transform 0.3s ease 0.3s, -webkit-transform 0.3s ease 0.3s;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}

.heal01-template-07__news-info {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 15px;
}

@media (min-width: 1200px) {
    .heal01-template-07__news-info {
        padding-right: 0;
        padding-bottom: 0;
        width: 230px;
        height: 100%;
    }
}

.heal01-template-07__news-info:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    background: #282828;
}


/* 202103 */

.heal01-template-07__news-date {
    font-size: 24px;
    font-family: Cormorant Garamond, serif;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 1.18px;
    min-width: 125px;
}

@media (max-width: 1199px) {
    .heal01-template-07__news-date {
        font-size: 16px;
    }
}

.heal01-template-07__news-category,
.heal01-template-07__news-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: 0.8px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


/* 202103 */

.heal01-template-07__news-title {
    position: relative;
    padding-top: 15px;
    font-weight: 700;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}


/* 202103 */

.heal01-template-07__news-title .text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

@media (min-width: 1200px) {
    .heal01-template-07__news-title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-top: 0;
        padding-left: 80px;
        width: calc(100% - 230px);
        height: 100%;
    }
}

.img_mobile{
    display: none;
}

@media (max-width:700px){
    .heal01-template-07{
        background-size: 0;
    }
    .img_mobile{
        display:block;
        width: 100%;
        height:100%;
        background-size: cover;
        background-position: center;
    }
}