/* box6 */
.section6 {
  padding: 45px 0 60px;
  overflow: hidden;
}

.section6 .title {
  padding-bottom: 10px;
  border-bottom: 2px solid var(--color);
  width: 190px;
  display: flex;
  align-items: flex-end;
  margin-bottom: 30px;
}

.section6 .title h1 {
  font-size: 30px;
  font-weight: 700;
  display: inline-block;
  letter-spacing: 4px;
  line-height: 1;
  margin: 0;
}

.section6 .title h2 {
  color: #ababab;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0;
  margin-left: 4px;
}

.box6 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.box6 .item {
  padding: 15px 0;
  width: calc(50% - 15px);
  border-bottom: 1px dashed #4b4b4b;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.box6 .item .time {
  display: flex;
  flex-direction: column;
  font-size: 12px;
  text-align: center;
  width: 50px;
  color: #333;
}

.box6 .item .time span {
  color: #fff;
  font-size: 30px;
  line-height: 45px;
  background: var(--color);
  display: block;
  margin: 0;
  text-align: center;
}

.box6 .item .text {
  width: calc(100% - 50px);
  padding-left: 15px;
}

.box6 .item .text h1 {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.box6 .item .text .summary {
  font-size: 14px;
  color: #333;
  line-height: 1.6;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@media screen and (max-width: 1440px) and (min-width: 0px) {}

@media screen and (max-width: 1200px) and (min-width: 0px) {}

@media screen and (max-width: 992px) and (min-width: 0px) {}

@media screen and (max-width: 640px) and (min-width: 0px) {
  .box6 .item {
    width: 100%;
  }
}