body {
  background-color: #e9f5f1;
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  background-color: #fff;
}

main {
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px !important;
}

.daily {
  display: flex;
  justify-content: space-between;
  margin: 10px auto;
  /* padding: 0 px; */
  flex-wrap: wrap;
}

.daily-list {
  color: #000;
  text-decoration: none;
  max-width: 250px;
  width: 100%;
  margin-bottom: 20px;
  border-radius: 10px;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 0 4px 10px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(66, 153, 225, 0.1);
}

.daily .daily-img {
  border-radius: 10px 10px 0 0 !important;
}

.daily .daily-title {
  font-weight: 600;
  font-size: 18px;
  margin: 5px auto;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #000;
  padding: 5px 10px;
}

.daily .daily-desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #8a8a8a;
  font-size: 14px;
}

.content-type {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
  margin: 20px 0;
  box-sizing: border-box;
}
.content-type .read-more {
  font-size: 16px;
  font-weight: 600;
  line-height: 10px;
}
.read-moretop {
  font-size: 18px;
  font-weight: 600;
  line-height: 5px;
}

/* 媒体查询，适配移动端 */
@media (max-width: 768px) {
  .daily {
    display: flex;
    justify-content: space-between;
    margin: 10px auto;
    /* padding: 0 px; */
    flex-wrap: wrap;
  }

  .daily-list {
    max-width: none;
    width: 100%;
  }

  .daily .daily-img {
    width: 100%;
    border-radius: 10px;
  }

  .daily .daily-title {
    font-weight: 600;
    font-size: 18px;
    color: #000;
  }
  .icon {
    width: 3em;
    height: 3em;
    fill: currentColor;
    overflow: hidden;
  }
  .copySuccessed {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 20px;
    background-color: #4caf50;
    color: white;
    border-radius: 5px;
    display: none;
    z-index: 1000;
  }
}
.content-type {
  border-left: 4px solid #47b897;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* margin: 10px auto; */
}
.content-type .read-more {
  font-size: 16px;
  font-weight: 600;
  line-height: 10px;
}
.read-moretop {
  font-size: 18px;
  font-weight: 600;
  line-height: 5px;
}
