.hote01-template-08 {
    position: relative;
    display: block;
    font-family: 'Lora', 'Microsoft JhengHei', sans-serif;
    padding-top: 115px;
    padding-bottom: 115px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.hote01-template-08>.bg {
    position: absolute;
    width: 85%;
    height: 990px;
    right: 0;
    top: 0;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.hote01-template-08 .container_box {
    width: 85%;
    position: relative;
    margin: 0 auto;
}

.hote01-template-08 .main_title {
    z-index: 6;
    top: -0;
    position: relative;
    display: block;
    align-items: center;
    margin-bottom: 150px;
    color: black;
    padding-left: 0;
    text-align: center;
    width: 100%;
    padding: 0 190px;
}

.hote01-template-08 .main_title .en {
    font-size: 18px;
    letter-spacing: 5px;
    font-weight: 500;
    margin-bottom: 15px;
    display: block;
    padding-left: 2px;
    position: relative;
    left: 0;
    top: 0;
}

.hote01-template-08 .main_title .title {
    font-size: 36px;
    font-weight: bold;
    width: 100%;
    line-height: 50px;
    position: relative;
    justify-content: space-between;
    padding-right: 0%;
}

.hote01-template-08 .news_contain {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.hote01-template-08 .news_contain .box {
    width: 30%;
    height: 727px;
    display: block;
    position: relative;
    padding: 50px;
}

.hote01-template-08 .news_contain .box .color {
    content: '';
    background-color: black;
    position: absolute;
    width: 100%;
    height: 0%;
    left: 0;
    bottom: 0;
    z-index: 2;
    transition: all .5s ease;
    opacity: 0.5;
}

.hote01-template-08 .news_contain .box::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 68%, rgba(0, 0, 0, 0.41) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(68%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.41)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 68%, rgba(0, 0, 0, 0.41) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 68%, rgba(0, 0, 0, 0.41) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 68%, rgba(0, 0, 0, 0.41) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 68%, rgba(0, 0, 0, 0.41) 100%);
}

.hote01-template-08 .news_contain .bg_inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
    overflow: hidden;
}

.hote01-template-08 .news_contain .bg_inner div {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    transform: scale(1);
    transition: all .8s ease;
}

.hote01-template-08 .news_contain .date {
    position: absolute;
    top: -52px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 2px;
}

.hote01-template-08 .news_contain .title {
    color: white;
    position: absolute;
    bottom: 72px;
    font-weight: bold;
    font-size: 20px;
    z-index: 5;
    transition: all .5s ease;
    transform: translateY(0);
}

.hote01-template-08 .news_contain .text_box {
    display: block;
    position: relative;
    opacity: 0;
    transition: all .5s ease;
    z-index: 5;
    transform: translateY(20px);
}

.hote01-template-08 .news_contain .text_box .title {
    position: relative;
    font-size: 20px;
    bottom: auto;
    margin-bottom: 0;
}

.hote01-template-08 .news_contain .text_box .text {
    color: #8b8b8b;
    font-size: 14px;
    width: 75%;
    line-height: 27px;
    margin-top: 30px;
    display: block;
}

.hote01-template-08 .news_contain .more_box {
    color: #8c877c;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 3px;
    position: absolute;
    bottom: 78px;
    z-index: 5;
    opacity: 0;
    transition: all .5s ease;
    transform: translateY(20px);
}

.hote01-template-08 .news_contain .more_box .link {
    color: #8c877c;
    font-size: 16px;
    font-weight: bold;
    position: relative;
}

.hote01-template-08 .news_contain .more_box .link::after {
    content: '';
    background-color: #8c877c;
    position: absolute;
    left: 90px;
    height: 1px;
    width: 85px;
    top: 12px;
}

.hote01-template-08 .more_box_top {
    display: block;
    letter-spacing: 3px;
    position: absolute;
    top: 63px;
    right: 100px;
    z-index: 8;
}

.hote01-template-08 .more_box_top .link {
    color: #8c877c;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    transition: all .3s ease;
}

.hote01-template-08 .more_box_top .link::after,
.hote01-template-08 .more_box_top .link::before {
    content: '';
    background-color: #8c877c;
    position: absolute;
    left: 90px;
    height: 1px;
    width: 85px;
    top: 12px;
}

.hote01-template-08 .more_box_top .link::before {
    width: 0;
    background-color: black;
    transition: all .5s ease;
    z-index: 3;
}

@media (max-width:1500px) {
    .hote01-template-08 .main_title .title {
        font-size: 28px;
    }
    .hote01-template-08 .main_title .en {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .hote01-template-08 .more_box_top {
        top: 50px;
    }
    .hote01-template-08 .main_title {
        margin-bottom: 100px;
    }
    .hote01-template-08 .news_contain .date {
        top: -43px;
        font-size: 18px;
    }
    .hote01-template-08 .news_contain .box {
        width: 30%;
        height: 40vw;
        display: block;
        position: relative;
        padding: 28px;
    }
    .hote01-template-08 {
        padding-top: 75px;
    }
    .hote01-template-08>.bg {
        height: 80%;
    }
    .hote01-template-08 .news_contain .text_box .title,
    .hote01-template-08 .news_contain .title {
        font-size: 18px;
    }
}

@media (max-width:1350px) {}

@media (min-width:1199px) {
    .hote01-template-08 .news_contain .box:hover .color {
        opacity: 1;
        height: 100%;
    }
    .hote01-template-08 .news_contain .box:hover .text_box {
        opacity: 1;
        transform: translateY(0);
    }
    .hote01-template-08 .news_contain .box:hover .more_box {
        opacity: 1;
        transform: translateY(0);
    }
    .hote01-template-08 .news_contain .box:hover .title {
        opacity: 0;
    }
    .hote01-template-08 .news_contain .box:hover .text_box .title {
        opacity: 1;
    }
    .hote01-template-08 .news_contain .box:hover .bg_inner div {
        transform: scale(1.2);
    }
    .hote01-template-08 .news_contain .box:hover .title {
        transform: translateY(20px);
    }
    .hote01-template-08 .more_box_top .link:hover {
        color: black;
    }
    .hote01-template-08 .more_box_top .link:hover::before {
        width: 85px;
    }
}

@media (max-width:1200px) {
    .hote01-template-08 .news_contain .text_box {
        opacity: 1;
    }
    .hote01-template-08 .news_contain .box .color {
        opacity: .75;
    }
    .hote01-template-08 .news_contain .title {
        opacity: 0;
    }
    .hote01-template-08 .news_contain .more_box,
    .hote01-template-08 .news_contain .text_box .title {
        opacity: 1;
    }
    .hote01-template-08 .news_contain .text_box .text {
        width: 90%;
    }
    .hote01-template-08 .news_contain .more_box .link {
        font-size: 14px;
    }
    .hote01-template-08 .news_contain .more_box .link::after {
        left: 78px;
        width: 40px;
    }
}

@media (max-width:1000px) {
    .hote01-template-08 {
        padding-top: 40px;
        padding-bottom: 80px;
    }
    .hote01-template-08 .container_box {
        width: 90%;
    }
    .hote01-template-08 .main_title .title {
        font-size: 20px;
        line-height: 28px;
    }
    .hote01-template-08 .main_title .en {
        font-size: 14px;
        margin-bottom: 5px;
        letter-spacing: 3px;
    }
    .hote01-template-08 .news_contain .date {
        top: -29px;
        font-size: 14px;
        left: 0;
    }
    .hote01-template-08 .news_contain .text_box {
        display: none;
    }
    .hote01-template-08 .news_contain .title {
        opacity: 1;
        bottom: 13px;
        font-size: 16px;
        width: 100%;
        left: 0;
        padding: 0 17px;
        height: 50px;
    }
    .hote01-template-08 .news_contain .more_box {
        display: none;
    }
    .hote01-template-08 .news_contain .box .color {
        opacity: 0;
    }
    .hote01-template-08 .news_contain .box {
        width: 31%;
    }
    .hote01-template-08 .more_box_top .link {
        font-size: 14px;
        width: 140px;
        text-align: right;
    }
    .hote01-template-08 .more_box_top .link::after {
        left: 0;
        right: auto;
        width: 34%;
    }
    .hote01-template-08 .more_box_top {
        top: 29px;
        right: 0;
    }
    .hote01-template-08 .main_title {
        margin-bottom: 60px;
    }
    .hote01-template-08>.bg {
        height: 75%;
    }
}

@media (max-width:650px) {
    .hote01-template-08 .main_title {
        margin-bottom: 60px;
        padding: 0;
        text-align: left;
    }
    .hote01-template-08 .news_contain {
        display: block;
    }
    .hote01-template-08 .news_contain .box {
        width: 100%;
        margin-bottom: 60px;
        height: 75vw;
    }
    .hote01-template-08 .more_box_top .link {
        font-size: 12px;
        letter-spacing: 2px;
        width: 100px;
    }
    .hote01-template-08 .more_box_top .link::after {
        left: 0;
        right: auto;
        width: 34%;
        top: 8px;
    }
    .hote01-template-08 .news_contain .title {
        height: auto;
        padding: 0 30px;
        bottom: 20px;
    }
    .hote01-template-08 {
        padding-bottom: 20px;
        background-size: contain;
        background-position: initial;
    }
}