.blogs {
  background: #f8f8f8;
}
.blogs .wrap-title {
  font-size: 28px;
  font-weight: 600;
  color: #171717;
  margin-bottom: 30px;
}
.blogs .wrap-title.hot {
  position: relative;
  display: inline-block;
}
.blogs .wrap-title.hot::before {
  content: '';
  position: absolute;
  right: -32px;
  width: 22px;
  height: 26px;
  background-image: url(../../img/common/sprite.png);
  background-repeat: no-repeat;
  background-size: 1331px 794px;
  background-position: -594px -73px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .blogs .wrap-title.hot::before {
    background-size: 1331rem 794rem !important;
  }
}
.blogs .time-icon {
  position: relative;
  font-size: 12px;
  font-weight: 300;
  color: #8c8c8c;
  padding-left: 16px;
}
.blogs .time-icon::before {
  content: '';
  position: absolute;
  left: 0;
  width: 11px;
  height: 11px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../../img/common/sprite.png);
  background-repeat: no-repeat;
  background-size: 1331px 794px;
  background-position: -706px -81px;
}
@media screen and (max-width: 768px) {
  .blogs .time-icon::before {
    background-size: 1331rem 794rem !important;
  }
}
.blogs .view-icon {
  position: relative;
  font-size: 12px;
  font-weight: 300;
  color: #8c8c8c;
  padding-left: 22px;
}
.blogs .view-icon::before {
  content: '';
  position: absolute;
  left: 0;
  width: 16px;
  height: 10px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../../img/common/sprite.png);
  background-repeat: no-repeat;
  background-size: 1331px 794px;
  background-position: -734px -82px;
}
@media screen and (max-width: 768px) {
  .blogs .view-icon::before {
    background-size: 1331rem 794rem !important;
  }
}
.blogs .common-loading {
  grid-column: span 3;
}
.blogs-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 27px 31px;
}
.blogs-box {
  overflow: hidden;
  border-radius: 11px;
  background: #fff;
  box-shadow: 0px 4px 32.5px 0px rgba(0, 0, 0, 0.03);
}
.blogs-box_img {
  width: 100%;
  height: 214px;
}
.blogs-info {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 20px 15px;
}
.blogs-info_title {
  width: 100%;
  min-height: 60px;
  font-size: 20px;
  font-weight: 600;
  color: #171717;
  line-height: 1.5;
  margin-bottom: 10px;
}
.blogs-info_title:hover {
  color: #f5a253;
}
.blogs-info_text {
  width: 100%;
  min-height: 51px;
  font-size: 14px;
  font-weight: 300;
  color: #4e4e4e;
  line-height: 1.8;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-word;
  margin-bottom: 47px;
}
@media screen and (max-width: 768px) {
  .blogs {
    width: 100%;
    overflow-x: hidden;
  }
  .blogs .wrap-title {
    font-size: 28rem;
    margin-bottom: 28rem;
  }
  .blogs .wrap-title.hot::before {
    right: -32rem;
    width: 22rem;
    height: 26rem;
    background-position: -594rem -73rem;
  }
  .blogs .time-icon {
    padding-left: 16rem;
  }
  .blogs .time-icon::before {
    background-position: -706rem -81rem;
    width: 11rem;
    height: 11rem;
  }
  .blogs .view-icon {
    padding-left: 22rem;
  }
  .blogs .view-icon::before {
    background-position: -734rem -82rem;
    width: 16rem;
    height: 10rem;
  }
  .blogs .common-loading {
    width: 100%;
  }
  .blogs-swiper {
    padding-bottom: 30rem;
  }
  .blogs-swiper .swiper-pagination-bullet {
    width: 12rem;
    height: 12rem;
    background: #d9d9d9;
    opacity: 1;
  }
  .blogs-swiper .swiper-pagination-bullet-active {
    background: #152e56;
  }
  .blogs-list {
    display: flex;
    grid-gap: unset;
    flex-wrap: wrap;
  }
  .blogs-box {
    height: auto;
    margin-bottom: 28rem;
    border-radius: 11rem;
  }
  .blogs-box_img {
    height: auto;
  }
  .blogs-info {
    padding: 20rem 16rem 10rem;
  }
  .blogs-info_title {
    font-size: 20rem;
    margin-bottom: 10rem;
  }
  .blogs-info_text {
    font-size: 14rem;
    margin-bottom: 47rem;
  }
}
.wrap1 {
  text-align: center;
  padding-top: 67px;
  padding-bottom: 78px;
}
.wrap1-title {
  font-size: 46px;
  font-weight: 600;
  color: #171717;
  line-height: 1.8;
}
.wrap1-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 661px;
  height: 61px;
  background: #fff;
  padding: 17px 20px;
  margin: 31px auto;
  border-radius: 10px;
  border: 2px solid rgba(21, 46, 86, 0.12);
}
.wrap1-box_input {
  flex: 1;
  text-align: left;
  font-size: 18px;
  font-weight: 400;
  color: #171717;
  line-height: 1.8;
}
.wrap1-box_input::placeholder {
  color: #d3d8df;
}
.wrap1-box_icon {
  width: 30px;
  height: 30px;
  background-image: url(../../img/common/sprite.png);
  background-repeat: no-repeat;
  background-size: 1331px 794px;
  background-position: -643px -71px;
}
@media screen and (max-width: 768px) {
  .wrap1-box_icon {
    background-size: 1331rem 794rem !important;
  }
}
@media screen and (max-width: 768px) {
  .wrap1 {
    padding-top: 90rem;
    padding-bottom: 58rem;
  }
  .wrap1-title {
    font-size: 36rem;
  }
  .wrap1-box {
    width: 100%;
    height: 48rem;
    padding: 13rem 17rem;
    margin-bottom: 20rem;
    border-radius: 8rem;
  }
  .wrap1-box_input {
    font-size: 14rem;
  }
  .wrap1-box_icon {
    width: 30rem;
    height: 30rem;
    background-position: -643rem -71rem;
  }
}
.wrap2 {
  padding-bottom: 90px;
}
.wrap2-card {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  background: #fff;
  padding: 40px 38px;
  border-radius: 11px;
  box-shadow: 0px 4px 32.5px 0px rgba(0, 0, 0, 0.03);
}
.wrap2-left {
  position: relative;
  flex-shrink: 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  width: 521px;
  margin-right: 56px;
}
.wrap2-left_title {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  height: 328px;
  font-size: 32px;
  font-weight: 600;
  color: #fff;
  background-image: url(../../img/common/blogs-banner.png);
  background-size: cover;
  padding: 23px 22px;
  margin-bottom: 21px;
  border-radius: 11px;
}
.wrap2-left_title:hover {
  color: #f5a253;
}
.wrap2-left_text {
  font-size: 16px;
  font-weight: 300;
  color: #393939;
  line-height: 1.8;
  margin-bottom: 10px;
}
.wrap2-left_time {
  margin-right: 41px;
}
.wrap2-item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  padding-bottom: 17px;
}
.wrap2-item.border-bottom {
  margin-bottom: 17px;
  border-bottom: 1px solid #efefef;
}
.wrap2-item_title {
  font-size: 18px;
  font-weight: 600;
  color: #171717;
  line-height: 1.4;
  margin-bottom: 6px;
}
.wrap2-item_title:hover {
  color: #f5a253;
}
.wrap2-item_text {
  width: 100%;
  font-size: 14px;
  font-weight: 300;
  color: #393939;
  line-height: 1.8;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-word;
  margin-bottom: 8px;
}
.wrap2-item_time {
  margin-right: 48px;
}
@media screen and (max-width: 768px) {
  .wrap2 {
    padding-bottom: 92rem;
  }
  .wrap2-card {
    flex-direction: column;
    padding: 14rem 12rem;
    border-radius: 11rem;
  }
  .wrap2-left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40rem;
  }
  .wrap2-left_title {
    height: 206rem;
    font-size: 24rem;
    padding: 11rem 22rem;
    margin-bottom: 15rem;
    border-radius: 11rem;
  }
  .wrap2-left_text {
    font-size: 14rem;
    margin-bottom: 12rem;
  }
  .wrap2-left_time {
    margin-right: 47rem;
  }
  .wrap2-item {
    padding-bottom: 17rem;
  }
  .wrap2-item.border-bottom {
    margin-bottom: 17rem;
  }
  .wrap2-item_title {
    font-size: 16rem;
    margin-bottom: 7rem;
  }
  .wrap2-item_text {
    font-size: 14rem;
    margin-bottom: 10rem;
  }
  .wrap2-item_time {
    margin-right: 47rem;
  }
}
.wrap3,
.wrap4 {
  padding-bottom: 110px;
}
@media screen and (max-width: 768px) {
  .wrap3,
  .wrap4 {
    padding-bottom: 80rem;
  }
}
.wrap5 {
  padding-bottom: 86px;
}
.wrap5 .blogs-list {
  margin-bottom: 86px;
}
@media screen and (max-width: 768px) {
  .wrap5 {
    padding-bottom: 85rem;
  }
  .wrap5 .blogs-list {
    margin-bottom: 0;
  }
}
