.layer-page {
  background: #f0f5fa;
}

.layer-page .container {
  padding: 38px 0;
}

.layer-page .container a {
  display: flex;
  align-items: center;
  list-style: none;
  background: white;
  justify-content: space-between;
  margin-top: 30px;
  cursor: pointer;
}

.date {
  display: flex;
  flex-direction: column;
  background: #0783d9;
  color: white;
  padding: 10px;
  border-radius: 2px;
  text-align: center;
  margin-right: 32px;
}
.date span {
  font-size: 14px;
  line-height: 1;
}

.date span:first-child { 
  font-size: 32px;
  font-weight: bold;
}
.title-box {
  display: flex;
  align-items: center;
}
.title-box .title {
  font-size: 20px;
  color: #010101;
}
  
.detail {
  display: flex;
  align-items: center;
  color: #276ab2;
  font-size: 16px;
}
.detail img {
  width: 20px;
  height: 20px;
  margin-left: 12px;
  margin-right: 50px;
}
