/*头部样式*/
.bannerList{
    padding: 50px 0 100px;
}
.textEditor {
    clear: both;
    color: #2f2f2f;
    font-size: 16px;
    line-height: 1.5;
    margin: initial;
    image-rendering: -webkit-optimize-contrast;
    font-family: "Poppins","Noto Sans TC",sans-serif;
}
.textBox {
    max-width: none;
    margin: 0 auto;
}
.textBox .titleBox {
    margin-bottom: 45px;
}
.titleBox {
    position: relative;
    margin-bottom: 30px;
}
.textBox .titleBox .en_title {
    color: #296caf;
    font-family: "Lato", sans-serif;
    font-size: 75px;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 5px;
    text-align: center;
}
.textBox .titleBox .tw_title {
    color: #373737;
    font-size: 38px;
    font-weight: bold;
    letter-spacing: 3.04px;
    line-height: 1.47;
    position: relative;
    text-align: center;
}
.textBox .titleBox:after {
    margin: 32px auto 0;
}

.textBox .titleBox:after {
    display: block;
    content: "";
    width: 94px;
    height: 3px;
    background-color: #296caf;
    margin-top: 30px;
}


/*主体样式*/