.san-home-news .title {
  width: 90%;
  margin-top: -10px;
}

.san-home-news .title h1,
.san-home-news .title h1 a {
  font-size: 36px;
}

.san-home-news .title p {
  margin-top: 30px;
  font-size: 18px;
}

.san-home-news ul {
  margin-top: 10px;
}

.san-home-news ul li {
  margin-top: 30px;
  padding: 34px 38px;
  border: 2px solid #eee;
  border-bottom-left-radius: 40px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  transition: 0.3s all;
}

.san-home-news ul li h3 {
  min-height: 60px;
  line-height: 30px;
  font-family: montserrat-bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.san-home-news ul li span {
  display: block;
  width: 64px;
  height: 64px;
  font-size: 30px;
  color: #fff;
  border-radius: 50%;
  background: var(--color-primary);
  text-align: center;
  line-height: 64px;
}

.san-home-news ul li p {
  min-height: 60px;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.san-home-news ul li i {
  display: block;
  margin: 24px 0 15px;
  font-size: 14px;
  color: #666;
  font-style: normal;
}

.san-home-news .view-more {
  margin-top: 30px;
}

.san-home-news .view-more a {
  color: var(--color-primary);
  font-size: 16px;
  font-family: montserrat-bold;
}

.san-home-news ul li .view-more a i {
  display: inline-block;
  margin: 0;
  margin-left: 20px;
  margin-top: 12px;
  font-size: 22px;
  line-height: 0;
  color: var(--color-primary);
  vertical-align: top;
}

.san-home-news ul li:hover {
  background: var(--color-primary);
}

.san-home-news ul li:hover h3,
.san-home-news ul li:hover p,
.san-home-news ul li:hover a,
.san-home-news ul li:hover i {
  color: #fff;
}

.san-home-news ul li:hover span {
  background: var(--color-second);
}

.san-home-news ul li:hover a i {
  color: #fff;
  text-decoration: none;
}

.san-home-news.padding-sangni {
  padding: 100px 0;
}

.san-home-news .container {
  width: 1400px;
  margin: 0 auto;
}

.san-home-news .wpa {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.san-home-news .lg-03 li {
  width: 31%;
}

.san-home-news .lg-03 li {
  margin-left: 2.33%;
}

.san-home-news .lg-03 li:nth-child(3n + 1) {
  margin-left: 0;
}

.san-home-news h2,
.san-home-news h3 {
  color: #212121;
  font-family: var(--title-font-family);
  font-weight: 700;
}
.san-home-news h2 a,
.san-home-news h3 a {
  font-family: var(--title-font-family);
  font-weight: 700;
  color: #212121;
}

.san-home-news h2,
.san-home-news h2 a {
  font-size: 36px;
}
.san-home-news h3,
.san-home-news h3 a {
  font-family: var(--title-font-family);
  font-weight: 700;
  font-size: 18px;
}

.san-home-news p {
  margin-top: 20px;
  font-size: 16px;
  font-family: var(--font-family);
  color: #666;
  line-height: 30px;
}

@media screen and (max-width: 1580px) {
  .san-home-news .container {
    width: 78%;
  }

  .san-home-news h2,
  .san-home-news h2 a {
    font-size: 32px;
  }

  .san-home-news .title p {
    font-size: 17px;
  }

  .san-home-news .title p {
    margin-top: 20px;
  }

  .san-home-news.padding-sangni {
    padding: 80px 0;
  }
}

@media screen and (max-width: 1280px) {
  .san-home-news h2,
  .san-home-news h2 a {
    font-size: 28px;
  }
}

@media screen and (max-width: 960px) {
  .san-home-news .container {
    width: 100%;
  }

  .san-home-news p {
    font-size: 15px;
    line-height: 24px;
  }

  .san-home-news .title {
    width: 100%;
  }

  .san-home-news .title p {
    font-size: 16px;
  }

  .san-home-news h2,
  .san-home-news h2 a {
    font-size: 26px;
  }

  .san-home-news ul li p,
  .san-home-news ul li h3 {
    -webkit-line-clamp: 12;
  }

  .san-home-news .title h1,
  .san-home-news .title h1 a {
    font-size: 28px;
  }

  .san-home-news.padding-sangni {
    padding: 50px 0;
  }

  .san-home-news .lg-03 li {
    width: 100%;
    margin-left: 0;
  }
}
