.blogs_banner {
  padding: 5.625rem 0 19.375rem;
  background: url(../img/blogs-banner1.jpg) no-repeat center bottom / contain
    #fff;
}
.blogs_banner .head {
  width: 45%;
}
.blogs_banner .head h1 {
  padding-top: 1rem;
  line-height: 3.6rem;
  color: #242424;
}
.blogs_banner .head p {
  color: #242424;
  opacity: 0.9;
  padding-top: 1.25rem;
  text-transform: uppercase;
}
.blogs_banner .head form {
  margin-top: 3.4375rem;
  height: 3.375rem;
  position: relative;
}
.blogs_banner .head form input[type="email"] {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  font-size: 1rem;
  padding: 0 calc(32.34% + 22px) 0 22px;
}
.blogs_banner .head form input[type="submit"] {
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
  background-color: var(--theme_color);
  line-height: 3.375rem;
  height: 3.375rem;
  width: 32.34%;
  text-align: center;
  border-radius: 4px;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
}
.blogs_banner .head form input[type="submit"]:hover {
  background-color: #050101;
}
.blogs_main {
  padding-top: 3rem;
}
.blogs_main .head h2 {
  padding-top: 1.125rem;
}
.blogs_main .head .nav {
  gap: 2.1875rem;
}
.blogs_main .head .nav li.active a {
  color: var(--title_color);
  border-color: var(--theme_color);
}
.blogs_main .head .nav li a {
  font-size: 1.125rem;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
  padding-bottom: 0.625rem;
  display: block;
}
.blogs_main .head .nav li a:hover {
  color: var(--title_color);
  border-color: var(--theme_color);
}
.blogs_main .top {
  padding-top: 2.5rem;
}
.blogs_main .top .left {
  width: 62.83%;
  display: block;
}
.blogs_main .top .left:hover .img img {
  transform: scale(1.1);
}
.blogs_main .top .left .img {
  width: 100%;
  height: 30.5rem;
  overflow: hidden;
  position: relative;
}
.blogs_main .top .left .img span {
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  background-color: var(--theme_color);
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0.4063rem 0.7344rem;
  z-index: 2;
}
.blogs_main .top .left .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.blogs_main .top .left .info span {
  margin-top: 2.1875rem;
  display: block;
  font-size: 1.125rem;
  font-weight: 500;
  color: var(--theme_color);
}
.blogs_main .top .left .info h3 {
  width: 90%;
  margin: 1.25rem 0 0.9375rem;
  font-size: 1.75rem;
  font-weight: 600;
  color: #25292d;
  line-height: 2.4rem;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blogs_main .top .left .info p {
  width: 90%;
  font-size: 1.0625rem;
  line-height: 28px;
  color: #8a8a8a;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blogs_main .top .left .info strong {
  margin-top: 2.625rem;
  font-size: 1.1387rem;
  width: 11.6875rem;
  height: 3.125rem;
  line-height: 3.125rem;
}
.blogs_main .top .right {
  width: 32.1%;
}
.blogs_main .top .right a {
  width: 100%;
  display: block;
  margin-bottom: 4.375rem;
}
.blogs_main .top .right a:last-child {
  margin-bottom: 0;
}
.blogs_main .top .right a:hover .img img {
  transform: scale(1.1);
}
.blogs_main .top .right a .img {
  width: 100%;
  height: 15.625rem;
  overflow: hidden;
  position: relative;
}
.blogs_main .top .right a .img span {
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  background-color: var(--theme_color);
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0.4063rem 0.7344rem;
  z-index: 2;
}
.blogs_main .top .right a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.blogs_main .top .right a .info span {
  margin-top: 1.5625rem;
  display: block;
  font-size: 1.125rem;
  font-weight: 500;
  color: var(--theme_color);
}
.blogs_main .top .right a .info h3 {
  margin: 0.3125rem 0 0;
  font-size: 1.25rem;
  font-weight: 600;
  color: #25292d;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blogs_main .bottom {
  padding: 3rem 0 4rem;
}
.blogs_main .bottom ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
.blogs_main .bottom ul li {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.blogs_main .bottom ul li a {
  display: block;
}
.blogs_main .bottom ul li a:hover .img img {
  transform: scale(1.1);
}
.blogs_main .bottom ul li a .img {
  width: 100%;
  height: 15.625rem;
  overflow: hidden;
  position: relative;
}
.blogs_main .bottom ul li a .img span {
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  background-color: var(--theme_color);
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0.4063rem 0.7344rem;
  z-index: 2;
}
.blogs_main .bottom ul li a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.blogs_main .bottom ul li a .info {
  padding: 1.875rem 1.75rem 2.1875rem;
}
.blogs_main .bottom ul li a .info span {
  display: block;
  font-size: 1rem;
  font-weight: 500;
  color: var(--theme_color);
}
.blogs_main .bottom ul li a .info h3 {
  margin: 1rem 0 1.125rem;
  min-height: 58px;
  font-size: 1.5rem;
  font-weight: 500;
  color: #25292d;
  line-height: 1.8rem;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blogs_main .bottom ul li a .info p {
  min-height: 75px;
  font-size: 1rem;
  line-height: 25px;
  color: #828282;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blogs_main .bottom ul li a .info strong {
  margin-top: 1.875rem;
  font-size: 1.0625rem;
  font-weight: 500;
  display: block;
  width: 10.25rem;
  height: 2.75rem;
  line-height: 2.75rem;
  border-radius: 4px;
  background-color: #e9eaec;
  color: #25292d;
  text-align: center;
  transition: all 0.3s;
}
.blogs_main .bottom ul li a .info strong:hover {
  background-color: var(--theme_color);
  color: #fff;
}
.blogs_video {
  padding: 7.1875rem 0 14.0625rem;
}
.blogs_video .head h2 {
  padding-top: 1.125rem;
}
.blogs_video .top {
  padding-top: 3.75rem;
  margin-bottom: 2.1875rem;
}
.blogs_video .top a {
  position: relative;
}
.blogs_video .top a:hover .img img {
  transform: scale(1.05);
}
.blogs_video .top .img {
  width: 57.4%;
  height: 24.6875rem;
  overflow: hidden;
  border-radius: 5px;
}
.blogs_video .top .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.blogs_video .top .info {
  position: absolute;
  top: 1.125rem;
  right: 0;
  border-radius: 1rem;
  width: 94.1%;
  height: 25.75rem;
  background-color: var(--theme_color);
  z-index: -1;
  padding: 5.3125rem 5.3125rem 0 44.0625rem;
}
.blogs_video .top .info img {
  width: 3.4375rem;
  height: 3.4375rem;
}
.blogs_video .top .info h3 {
  font-size: 1.625rem;
  font-weight: 500;
  color: #fff;
}
.blogs_video .top .info p {
  padding: 1.25rem 0 2.5rem;
  font-weight: 300;
  color: #fff;
}
.blogs_video .bottom {
  padding: 4.375rem 0 5rem;
}
.blogs_video .bottom ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.blogs_video .bottom ul li:hover .img img {
  transform: scale(1.1);
}
.blogs_video .bottom ul li .img {
  overflow: hidden;
  height: 13.4375rem;
  position: relative;
  border-radius: 5px;
}
.blogs_video .bottom ul li .img::after {
  content: "";
  display: block;
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 50%;
  background: url(../img/on.svg) no-repeat center / contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}
.blogs_video .bottom ul li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.blogs_video .bottom ul li h3 {
  padding-top: 1.5625rem;
  font-size: 1.125rem;
  font-weight: 500;
  color: #25292d;
}
