/*
.editor .row {
    display: table;
    margin-bottom: 6em;
}
.editor .col {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
}
.editor .left {
    padding-right: 30px;
}
*/
.editor .about-title {
    color: #444;
    font-size: 23px;
    letter-spacing: 1px;
	font-family:"Times New Roman", Times, serif, "微軟正黑體";
    text-align: center;
    line-height: 1.2;
}
.editor .history-title {
    font-size: 25px;
    text-align: center;
    font-family:"微軟正黑體", "微軟正黑體", 'Lora', serif  ;
    letter-spacing: 2px;
    border-top: 1px solid #ddd;
    margin-bottom: 2em;
}
.editor .history-title span {
    display: inline-block;
    vertical-align: top;
    margin-top: -22px;
    background: #fff;
    padding: 0 40px;
}
/*
.editor .history-list {
    margin: 0 -15px;
}
.editor .history-list li {
    width: 33.33%;
    padding: 0 15px;
}
.editor .history-list li .pic {
    margin-bottom: 2em;
}

@media screen and (max-width: 1024px) {
    .editor .row,
    .editor .col {
        display: block;
        width: auto;
    }
    .editor .col {
        padding: 0 0 3em;
    }
}
@media screen and (max-width: 767px) {
    .editor .history-list li {
        float: none;
        width: auto;
        padding-bottom: 2em;
    }
}*/
