.fifth_tow {
  color: #fff;
  width: 80%;
  margin: auto;
  height: 100%;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}

.fifth_tow > div {
  flex: 1;
  flex-shrink: 0;
}

.fifth_tow .left {
  padding: 180px 0 0 80px;
  box-sizing: border-box;
  position: relative;
}

.fifth_tow .left .borders {
  position: absolute;
  border-left: 1px solid #ffffff23;
  height: 100%;
  left: 80px;
  top: 0;
  width: 0px !important;
}

.fifth_tow .right {
  padding: 180px 0 0 100px;
  margin-left: 10%;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}

.fifth_tow .right .borders {
  position: absolute;
  border-left: 1px solid #ffffff23;
  height: 100%;
  left: 100px;
  top: 0;
  width: 0px !important;
}

.fifth_tow .message_box {
  padding: 20px 0 20px 20px;
  box-sizing: border-box;
  -webkit-transition: margin-left 0.8s;
  -moz-transition: margin-left 0.8s;
  -o-transition: margin-left 0.8s;
  border-bottom: 1px solid #ffffff23;
}

.fifth_tow .message_box:hover {
  margin-left: 10px;
}

.fifth_tow .message_box .title {
  font-size: 16px;
  position: relative;
}

.fifth_tow .message_box .title > span {
  color: #fff;
}

.fifth_tow .message_box .title .date {
  position: absolute;
  left: -100px;
  top: -10px;
  font-family: Times;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  font-weight: 300;
  color: #999;
}

.fifth_tow .message_box .title .date > span:nth-of-type(1) {
  font-size: 24px;
}

.fifth_tow .message_box .title .date > span:nth-of-type(2) {
  font-size: 13px;
}

.fifth_tow .message_box > p {
  color: #999;
  font-size: 14px;
  line-height: 25px;
  margin-top: 20px;
}
