* {
    font-family: PingFangSC, Microsoft Yahei, sans-serif, 微軟正黑體;

}

.information_banner {
    position: relative;
    background: url(../assets/banner/index_banner2.jpg) center center;
    min-height: 40vh;
    background-size: cover;
    padding: 10vh 0 0 0;
    color: aliceblue;

    display: flex;
    align-items: center;
    justify-content: center;


}

p>a {
    /* color: aliceblue; */
    text-decoration: none;

}

.bread_crumb {
    margin: 30px;
    size: 2em;
}

/* p {
    margin: 20px;
} */
div {
    font-size: 1.1em;
    /* margin: 5px ; */
    letter-spacing: 1px;
}

.s-border {
    width: 100px;
    height: 5px;
    background: #053A69;
    margin: 20px auto;
}

li {
    /* display: table; */
    margin: 0 auto;
}

.table {
    width: 80%;
    margin: 20px auto;

    /* list-style-type: decimal */
    /* margin: auto 0;
    padding: 10px 100px;
    align-items: center;
    height: 300px; */
    /* ★ */
    /* line-height: 300px; */
    /* ★ */
}

.news {
    color: #337ab7;
    text-decoration: none;

}

.news:hover {
    /* color: #2Faacb; */
    font-weight: bold;
    background-color: white;
    text-decoration: none;
}

.wrap {
    /* background-color: #95afba; */
    position: relative;
    /* ★ */
    height: 500px;
}

.wrap_inner {
    /* background-color: #d5e1a3; */
    position: absolute;
    /* ★ */
    top: 20%;
    /* ★ */
    /* height: 100px; */

    transform: translateX(60%);
}

.table h3 {
    /* border-bottom: 1px solid #e0e0e0; */
    font-weight: bold;
    padding-bottom: 10px;
}



@media (max-width: 768px) {
    .information_banner {
        padding: 5vh 0 0 0;
        /* position: relative; */
        /* background: url(../assets/banner/index_banner2.jpg) center center; */
        min-height: 25vh;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .list_item {
        width: 100%;
        margin: 10px 10px;

    }

    .table {
        width: 95%;
    }
    /* p{
        padding: 0px;
    } */
}