.hote01-template-11 {
    position: relative;
    padding-top: 0;
    display: block;
    height: 435px;
    font-family: 'Lora', 'Microsoft JhengHei', sans-serif;
}

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


/* 202103 */

.hote01-template-11 .background {
    position: absolute;
    height: 100%;
    width: 35%;
    top: 0;
    z-index: 1;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}


/* 202103 */

.hote01-template-11 .background_right {
    position: absolute;
    height: 100%;
    width: 65%;
    top: 0;
    right: 0;
    z-index: 4;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #fff;
}

.hote01-template-11 .this_container {
    width: 85%;
    position: relative;
    margin: 0 auto;
    padding-bottom: 0;
    z-index: 5;
    height: 100%;
}

.hote01-template-11 .this_container .box {
    height: 100%;
}

.hote01-template-11 .left_logo {
    position: absolute;
    left: 35%;
    z-index: 2;
    width: 286px;
    height: 286px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -143px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
}

.hote01-template-11 .left_logo.logo_text {
    z-index: 2;
}

.hote01-template-11 .left_logo.logo_text img {
    position: relative;
    -webkit-animation: rotate_ 22s linear infinite;
    animation: rotate_ 22s linear infinite;
}

@-webkit-keyframes rotate_ {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotate_ {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

.hote01-template-11 .main_title {
    z-index: 6;
    top: 50%;
    transform: translateY(-50%);
    left: 50%;
    position: absolute;
    width: 50%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

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

.hote01-template-11 .main_title .title {
    font-size: 36px;
    font-weight: bold;
    display: block;
    width: 40%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    line-height: 1.2;
}

.hote01-template-11 .main_title .more {
    width: 52%;
    display: flex;
    text-align: right;
    font-size: 16px;
    color: #8c877c;
    font-weight: bold;
    letter-spacing: 5px;
    align-items: center;
    justify-content: space-between;
    transition: all .3s ease;
    margin-top: 10px;
    position: relative;
}

.hote01-template-11 .main_title .more span {
    min-width: 103px;
}

.hote01-template-11 .main_title .more b {
    word-break: keep-all;
}

.hote01-template-11 .main_title .more::before {
    content: '';
    background-color: #d3d3d3;
    position: relative;
    width: calc(100% - 100px);
    height: 1px;
    display: block;
}

.hote01-template-11 .main_title .more::after {
    content: '';
    background-color: #000;
    position: absolute;
    width: 0;
    height: 1px;
    display: block;
    transition: all .5s ease;
    left: 0;
}

@media (max-width:1500px) {
    .hote01-template-11 .left_logo {
        /* transform: scale(.8);
        top: -30px; */
    }
    .hote01-template-11 .main_title .title {
        font-size: 28px;
    }
    .hote01-template-11 .main_title .en {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .hote01-template-11 {
        height: 360px;
    }
    .hote01-template-11 .main_title .more {
        width: 200px;
    }
}

@media (min-width:1199px) {
    .hote01-template-11 .this_container .box .link:hover {
        color: white;
    }
    .hote01-template-11 .main_title .more:hover {
        color: black;
    }
    .hote01-template-11 .main_title .more:hover::after {
        width: calc(100% - 100px);
    }
}

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

@media (max-width:1000px) {
    .hote01-template-11 .main_title .more {
        width: 140px;
        font-size: 14px;
        top: -0;
    }
    .hote01-template-11 .main_title .more span {
        min-width: 80px;
    }
    .hote01-template-11 .main_title .more::before {
        width: 34%;
    }
    .hote01-template-11 .main_title .more {
        margin-top: 0;
    }
    .hote01-template-11 {
        height: 280px;
    }
    .hote01-template-11 .background {
        width: 25%;
    }
    .hote01-template-11 .left_logo {
        transform: scale(.4) translateY(-50%);
        left: 25%;
        transform-origin: top;
        top: 50%;
    }
    .hote01-template-11 .main_title .title {
        font-size: 20px;
        line-height: 28px;
    }
    .hote01-template-11 .main_title .en {
        font-size: 14px;
        margin-bottom: 5px;
        letter-spacing: 3px;
    }
    .hote01-template-11 .main_title {
        left: auto;
        width: 68%;
        right: 0;
    }
    .hote01-template-11 .background_right {
        width: 75%;
    }
    .hote01-template-11 .this_container {
        width: 90%;
    }
}

@media (max-width:650px) {
    .hote01-template-11 .main_title {
        left: 0;
        width: 100%;
    }
    .hote01-template-11 .background {
        display: none;
    }
    .hote01-template-11 .left_logo {
        transform: scale(.3);
        right: 5%;
        transform-origin: right top;
        top: 60%;
        left: auto;
        margin-top: 0px;
    }
    .hote01-template-11 {
        height: 280px;
        padding-top: 50px;
    }
    .hote01-template-11 .main_title .title {
        font-size: 20px;
        line-height: 28px;
        width: 50%;
    }
    .hote01-template-11 .main_title .more {
        width: 100px;
        font-size: 12px;
        letter-spacing: 2px;
        margin-top: 0;
    }
    .hote01-template-11 .main_title .more span {
        min-width: 64px;
    }
}