/* 修复：所有 left 自动换行，不跟右边挤一行 */
.about_panel.history .box .left {
  clear: both;
}
/* 修复：所有 right 永远靠右，不飘 */
.about_panel.history .box .right {
  float: right !important;
}