.name {
  display: block;
  color: #07679b;
  font-weight: 300;
  text-align: right; }

.history time {
  color: #299ad8; }

.centerImg {
  width: 50%;
  height: auto;
  margin: 0 auto 20px;
  display: block;
  text-align: center; }

.staff_blog li {
  float: left;
  width: 48%;
  margin: 0 4% 20px 0; }
  .staff_blog li:nth-child(2n) {
    margin-right: 0; }
  .staff_blog li img {
    width: 100%;
    height: auto; }
  .staff_blog li p {
    color: #666;
    text-align: center; }
