body {
  background: #f3f6fa;
}
.section1 {
  font-size: 0;
  position: relative;
}
.section1 img {
  width: 100%;
}
.section1-con {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}
.section1-con-title1 {
  color: #0068fb;
  font-size: 40px;
  font-weight: 700;
}
.section1-con-title2 {
  font-size: 24px;
  margin-top: 20px;
  text-transform: uppercase;
}
/* -------------------------------section2------------------------------- */
.section2 {
  padding: 60px 0 120px 0;
}
.section2-list {
 
  border-radius: 8px;
}
.section2-list-item {
  border-bottom: 1px dashed #d5d5d5;
  display: flex;
  padding: 20px;
  cursor: pointer;
  justify-content: space-between;
  align-items: center; background-color: #fff;
}
.section2-list-item:last-child{
    border: none;
}
.section2-list-item-time {
  flex-grow: 0;
  flex-shrink: 0;
  margin-left: 60px;
  color: #666;
  font-size: 16px;
}
.section2-list-item-title {
  font-size: 18px;
  font-weight: 700;
}
.section2-list-item:hover .section2-list-item-time {
  color: #0068fb;
}
.section2-list-item:hover .section2-list-item-title {
  color: #0068fb;
}
@media screen and (max-width: 1200px) {
  .section1 {
    height: 150px;
  }
  .section1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .section1-con-title1 {
    font-size: 24px;
  }
  .section1-con-title2 {
    font-size: 16px;
    margin-top: 14px;
  }
  /* -------------------------------section2------------------------------- */
  .section2{
      padding: 20px 0 60px 0;
  }
  .section2-list-item{
          padding: 15px 20px;
  }
  .section2-list-item-title {
    font-size: 14px;
    font-weight: 400;
}
.section2-list-item-time {
    margin-left: 20px;
    font-size: 14px;
}
}
