/* 202103 */

.acad01-template-07 {
    position: relative;
    display: block;
    padding-top: 150px;
    padding-bottom: 155px;
    font-family: 'Heebo', 'Microsoft JhengHei', sans-serif;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.acad01-template-07::after {
    content: '';
    background-color: #c9c9c8;
    position: absolute;
    pointer-events: none;
    left: 50%;
    height: 314px;
    width: 1px;
    z-index: 3;
    top: 0;
    margin-left: -384px;
}

.acad01-template-07 .main_title {
    position: relative;
    z-index: 3;
    top: 0;
    left: 0;
    font-family: 'Heebo', 'Microsoft JhengHei', sans-serif;
    max-width: 1400px;
    width: 85%;
    margin: 0 auto 35px;
}

.acad01-template-07 .main_title .tw {
    font-size: 24px;
    font-weight: bold;
}

.acad01-template-07 .main_title .en {
    font-size: 72px;
    color: #ea260c;
    font-weight: bold;
    display: block;
    line-height: 72px;
    margin-top: 20px;
}

.acad01-template-07 .this_container {
    width: 85%;
    position: relative;
    margin: 0 auto;
    display: block;
    justify-content: space-between;
    max-width: 1400px;
    z-index: 5;
}

.acad01-template-07 .this_container.two {
    justify-content: space-evenly;
}

.acad01-template-07 .news_box {
    display: flex;
    position: relative;
    width: 100%;
    margin-bottom: 24px;
    padding-top: 15px;
    justify-content: space-between;
}

.acad01-template-07 .news_box::before {
    content: '';
    background-color: #161616;
    position: absolute;
    left: 0;
    width: calc(85% - 379px);
    height: 1px;
    top: 0;
    z-index: 2;
}

.acad01-template-07 .news_box::after {
    content: '';
    background-color: #e8e8e8;
    position: absolute;
    left: 0;
    width: calc(100% - 379px);
    height: 1px;
    top: 0;
    z-index: 1;
}

.acad01-template-07 .news_box.show {}

.acad01-template-07 .news_box .imgs {
    display: block;
    position: relative;
    overflow: hidden;
    right: 0;
    top: 0;
    width: 320px;
    order: 3;
}

.acad01-template-07 .news_box .imgs img {
    width: 100%;
    transform: scale(1);
    transition: all .8s ease;
}

.acad01-template-07 .news_box .date {
    padding-left: 0;
    position: relative;
    font-size: 16px;
    font-weight: bold;
    color: #ea260c;
    display: block;
    margin-bottom: 14px;
}

.acad01-template-07 .news_box .title {
    font-size: 24px;
    color: #161616;
    line-height: 38px;
    font-weight: bold;
    -webkit-box-orient: vertical;
    transition: all .3s ease;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.acad01-template-07 .news_box .text {
    position: relative;
    padding-left: 17px;
    width: calc(100% - 650px);
    padding-right: 10%;
}

.acad01-template-07 .news_box .type {
    font-size: 16px;
    position: relative;
    margin-top: 0;
    font-weight: bold;
    width: 320px;
}

.acad01-template-07 .news_box .type::after {
    content: '';
    background-color: #c9c9c8;
    position: absolute;
    pointer-events: none;
    right: 3px;
    height: 82%;
    width: 1px;
    z-index: 3;
    top: -15px;
}

@media (max-width:1650px) {
    .acad01-template-07::after {
        margin-left: 0;
        height: 313px;
        left: 23%;
    }
    .acad01-template-07 .news_box .type {
        width: 18.6%;
    }
}

@media (max-width:1350px) {
    .acad01-template-07 .main_title .en {
        font-size: 60px;
        line-height: 60px;
        margin-top: 10px;
    }
    .acad01-template-07 .main_title .tw {
        font-size: 22px;
    }
}

@media (min-width:1199px) {
    .acad01-template-07 .news_box:hover .title {
        color: #ea260c;
    }
    .acad01-template-07 .news_box:hover .imgs img {
        transform: scale(1.1);
    }
}

@media (max-width:1200px) {
    .acad01-template-07 .news_box .title {
        font-size: 20px;
    }
    .acad01-template-07 .news_box .text {
        width: 40%;
    }
    .acad01-template-07::after {
        height: 289px;
    }
}

@media (max-width:1000px) {
    .acad01-template-07::after {
        display: none;
    }
    .acad01-template-07 .this_container,
    .acad01-template-07 .main_title {
        width: 90%;
    }
    .acad01-template-07 {
        padding-top: 90px;
        padding-bottom: 90px;
    }
    .acad01-template-07 .main_title .tw {
        font-size: 18px;
    }
    .acad01-template-07 .main_title .en {
        font-size: 45px;
        line-height: 45px;
        margin-top: 10px;
    }
    .acad01-template-07 .news_box .imgs {
        width: 30%;
    }
    .acad01-template-07 .news_box .text {
        width: 50%;
        padding-right: 25px;
    }
    .acad01-template-07 .news_box .title {
        font-size: 18px;
        line-height: 26px;
    }
    .acad01-template-07 .news_box .date {
        margin-bottom: 8px;
    }
    .acad01-template-07 .news_box::after {
        width: 67%;
    }
    .acad01-template-07 .news_box::before {
        width: 100%;
    }
}

@media (max-width:600px) {
    .acad01-template-07 .news_box .type::after {
        display: none;
    }
    .acad01-template-07 .news_box .type {
        width: 100%;
    }
    .acad01-template-07 .news_box .text {
        width: 100%;
    }
    .acad01-template-07 .news_box {
        display: block;
        min-height: 27vw;
        margin-bottom: 50px;
    }
    .acad01-template-07 .news_box .imgs {
        position: absolute;
        width: 50%;
    }
    .acad01-template-07 .news_box .type {
        width: 50%;
        font-size: 12px;
        padding-right: 10%;
    }
    .acad01-template-07 .news_box .text {
        width: 50%;
        padding-left: 0;
        padding-right: 10%;
    }
    .acad01-template-07 .news_box .date {
        font-size: 12px;
        margin-bottom: 5px;
    }
    .acad01-template-07 .news_box .title {
        font-size: 16px;
        line-height: 26px;
    }
    .acad01-template-07 {
        padding-bottom: 20px;
    }
}

@media (max-width:350px) {
    .acad01-template-07 .news_box .title {
        font-size: 12px;
        line-height: 20px;
    }
    .acad01-template-07 .news_box {
        margin-bottom: 30px;
    }
}