.about-us .news {
  margin-top: 0;
  margin-bottom: 0;
}
.about-us .tab-content .company-news .news li {
  margin-top: 0;
  border-top: 1px solid #D7DEE4;
  padding: 40px 0;
}
.pagination {
  padding-top: 80px;
}
.container {
  width: 100%;
}
.header-title {
  width: 1260px;
  margin: auto;
  padding-top: 160px;
}
.header-title h1 {
  font-size: 56px;
  font-weight: 300;
  line-height: 68px;
  color: #1A1B20;
  padding-bottom: 30px;
}
.header-title span {
  font-size: 24px;
  line-height: 32px;
  color: #444;
}
.yulevo-news-banner {
  width: 100%;
  height: 714px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(https://static.yulevo.com/en-frontendcdn/assets/images/29722e1f5a0af6057c4480b1f3ce12cc.png) center center no-repeat;
  background-size: auto 100%;
  position: relative;
}
.yulevo-news-banner .banner-body {
  text-align: center;
  padding-bottom: 100px;
}
.yulevo-news-banner .banner-body h1 {
  font-size: 64px;
  color: #1A1B20;
  text-align: center;
  padding-bottom: 20px;
  font-weight: 300;
}
.yulevo-news-banner .banner-body .text {
  font-size: 24px;
  line-break: 32px;
  text-align: center;
  color: #444;
  padding-bottom: 40px;
}
.yulevo-news-banner .banner-body a {
  display: inline-block;
  line-height: 44px;
  height: 44px;
  padding: 0 20px;
  border-radius: 8px;
  background-color: #487AFF;
  font-size: 18px;
  color: white;
  font-weight: 300;
}
.yulevo-news-banner .banner-body a:hover {
  background: white;
  color: #487AFF;
}
.yulevo-news-container {
  margin: auto;
  padding-top: 140px;
  padding-bottom: 100px;
}
.yulevo-news-container .news {
  width: 1260px;
  margin: auto;
  padding-top: 80px;
}
.yulevo-news-container .news-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 80px;
}
.yulevo-news-container .news-title span {
  font-size: 46px;
  line-height: 66px;
  color: #1A1B20;
}
.yulevo-news-container .news-title a {
  display: inline-block;
  height: 44px;
  line-height: 44px;
  font-size: 18px;
  font-weight: 300;
  border-radius: 8px;
  box-sizing: border-box;
  padding: 0 52px 0 24px;
  background-color: white;
  border: 1px solid #487AFF;
  color: #487AFF;
  position: relative;
}
.yulevo-news-container .news-title a::before {
  content: "";
  width: 18px;
  height: 18px;
  background: url(https://static.yulevo.com/en-frontendcdn/assets/images/2b9d02fdf02ee8612445211805116026.png);
  background-size: cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 24px;
}
.yulevo-news-container .news-title a:hover {
  color: white;
  background-color: #487AFF;
  border: 1px solid #487AFF;
}
.yulevo-news-container .news-title a:hover::before {
  background-image: url(https://static.yulevo.com/en-frontendcdn/assets/images/4e6d8fc1ded788472b0ce5abec28aa2d.png);
}
.yulevo-news-container .news.news-list ul {
  justify-content: flex-start;
}
.yulevo-news-container .news.news-list li {
  width: 380px;
  margin-right: 60px;
  margin-bottom: 80px;
}
.yulevo-news-container .news.news-list li:nth-last-child(1),
.yulevo-news-container .news.news-list li:nth-last-child(2),
.yulevo-news-container .news.news-list li:nth-last-child(3) {
  margin-bottom: 0;
}
.yulevo-news-container .news.news-list li:nth-child(3n) {
  margin-right: 0;
}
.yulevo-news-container .news.news-list li img {
  height: 224px;
}
.yulevo-news-container .news ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.yulevo-news-container .news li {
  width: 580px;
  margin-bottom: 60px;
}
.yulevo-news-container .news li:nth-last-child(1),
.yulevo-news-container .news li:nth-last-child(2) {
  margin-bottom: 0;
}
.yulevo-news-container .news li img {
  width: 100%;
  height: 340px;
  border-radius: 12px;
  object-fit: cover;
  background-color: #eee;
  display: block;
}
.yulevo-news-container .news li dl {
  width: 100%;
  position: relative;
  padding-top: 33px;
}
.yulevo-news-container .news li dl dt {
  font-size: 24px;
  line-height: 32px;
  padding-bottom: 23px;
  font-weight: 300;
}
.yulevo-news-container .news li dl dd.cate {
  font-size: 16px;
  font-weight: 400;
  color: #487AFF;
  line-height: 28px;
  padding-bottom: 16px;
}
.yulevo-news-container .news li dl dd.timer {
  font-size: 16px;
  color: #999;
}
.yulevo-news-container .news li dl dd.desc {
  font-size: 16px;
  color: #666;
  line-height: 24px;
  padding-top: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.yulevo-hot-news {
  width: 1260px;
  margin: auto;
}
.yulevo-hot-news-title {
  font-size: 56px;
  font-weight: 500;
  color: #1A1B20;
  line-height: 72px;
  padding-bottom: 80px;
  width: 100%;
  text-align: center;
}
.yulevo-hot-news-body {
  width: 100%;
  margin: auto;
  position: relative;
}
.yulevo-hot-news-body .lb-btn {
  position: absolute;
  left: auto;
  bottom: 0;
  width: 58px;
  height: 58px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 58px;
  cursor: pointer;
  top: auto;
  margin-top: 0;
}
.yulevo-hot-news-body .btn-left {
  right: 78px;
  transform: scaleX(-1);
  background-image: url(https://static.yulevo.com/en-frontendcdn/assets/images/c8c27c86bbfdf444516b94639f9165b0.png);
}
.yulevo-hot-news-body .btn-right {
  right: 0;
  background-image: url(https://static.yulevo.com/en-frontendcdn/assets/images/c8c27c86bbfdf444516b94639f9165b0.png);
}
.yulevo-hot-news-body .lb {
  width: 100%;
  height: 468px;
  margin: auto;
}
.yulevo-hot-news-body .lb ul {
  width: 100%;
}
.yulevo-hot-news-body .lb ul li {
  width: 100%;
  display: flex;
  flex-direction: row;
}
.yulevo-hot-news-body .lb ul li .pic {
  width: 800px;
  border-radius: 12px;
  overflow: hidden;
}
.yulevo-hot-news-body .lb ul li .pic img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
.yulevo-hot-news-body .lb ul li .right-text {
  padding-left: 50px;
  box-sizing: border-box;
  flex: 1;
  padding-top: 30px;
}
.yulevo-hot-news-body .lb ul li .right-text .label {
  padding-bottom: 15px;
}
.yulevo-hot-news-body .lb ul li .right-text .label span {
  font-size: 14px;
  color: white;
  padding: 0 20px;
  border-radius: 44px;
  line-height: 44px;
  height: 44px;
  display: inline-block;
  background-color: #487AFF;
}
.yulevo-hot-news-body .lb ul li .right-text .title {
  font-size: 30px;
  font-weight: 500;
  color: #1A1B20;
  line-height: 48px;
  padding-bottom: 15px;
}
.yulevo-hot-news-body .lb ul li .right-text .timer {
  padding-bottom: 47px;
}
.yulevo-hot-news-body .lb ul li .right-text .timer span {
  font-size: 16px;
  color: #999;
}
.yulevo-hot-news-body .lb ul li .right-text .desc {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
  padding-bottom: 30px;
  padding-top: 20px;
}
.yulevo-hot-news-body .lb ul li .right-text .btn a {
  display: inline-block;
  line-height: 22px;
  font-size: 18px;
  color: #1A1B20;
  padding-right: 52px;
  position: relative;
  font-weight: 500;
}
.yulevo-hot-news-body .lb ul li .right-text .btn a::before {
  content: "";
  width: 18px;
  height: 18px;
  background: url(https://static.yulevo.com/en-frontendcdn/assets/images/2b9d02fdf02ee8612445211805116026.png);
  background-size: cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 24px;
}
.yulevo-hot-news-body .lb ul li .right-text .btn a:hover {
  color: #487AFF;
}
.yulevo-hot-news-body .swiper-pagination {
  bottom: 20px;
}
.yulevo-hot-news-body .swiper-pagination-bullets {
  bottom: 40px;
  text-align: center;
  width: 800px;
  left: 0px;
}
.yulevo-hot-news-body .swiper-pagination-bullet {
  position: relative;
  z-index: 1;
  width: 25px;
  height: 2px;
  margin: 0 10px;
  background: transparent;
  border-radius: 0;
  opacity: 1;
}
.yulevo-hot-news-body .swiper-pagination-bullet::before {
  position: absolute;
  z-index: 2;
  display: block;
  width: 25px;
  height: 2px;
  background: #487AFF;
  opacity: 0.4;
  content: '';
}
.yulevo-hot-news-body .swiper-pagination-bullet::after {
  position: absolute;
  z-index: 3;
  display: block;
  width: 0;
  height: 2px;
  background: #487AFF;
  border-radius: 0;
  content: '';
}
.yulevo-hot-news-body .swiper-pagination-bullet-active {
  background: transparent;
  opacity: 1;
}
.yulevo-hot-news-body .swiper-pagination-bullet-active.swiper-pagination-bullet::after {
  width: 25px;
  transition: 5s linear;
}
.index-trial {
  width: 100%;
  height: 360px;
  background: url(https://static.yulevo.com/en-frontendcdn/assets/images/14c262a58201c565eebe4d20de351744.png) center center no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-trial .title {
  text-align: center;
  color: white;
}
.index-trial .title h1 {
  font-size: 56px;
  line-height: 72px;
  padding-bottom: 16px;
  font-weight: normal;
}
.index-trial .title h2 {
  font-size: 24px;
  line-height: 28px;
  font-weight: normal;
  padding-bottom: 40px;
}
.index-trial .title a {
  display: inline-block;
  height: 44px;
  padding: 0 52px 0 24px;
  font-size: 18px;
  font-weight: bold;
  border: 1px solid white;
  border-radius: 8px;
  box-sizing: border-box;
  line-height: 44px;
  position: relative;
}
.index-trial .title a::before {
  content: "";
  width: 18px;
  height: 18px;
  background: url(https://static.yulevo.com/en-frontendcdn/assets/images/4e6d8fc1ded788472b0ce5abec28aa2d.png);
  background-size: cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 24px;
}
.index-trial .title a:hover {
  background-color: #487AFF;
  border: 1px solid #487AFF;
}
.index-logo {
  width: 100%;
  height: 200px;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
}
.index-logo .title {
  text-align: center;
  padding-bottom: 20px;
  padding-top: 180px;
}
.index-logo .title h1 {
  width: 100%;
  text-align: center;
  font-size: 56px;
  font-weight: 500;
}
.index-logo .title h2 {
  font-size: 20px;
  line-height: 28px;
  display: block;
  text-align: center;
  padding-top: 20px;
  color: #666;
}
.index-logo .logo-container {
  width: 500%;
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  animation: scroll 20s linear infinite;
  height: 200px;
}
.index-logo .logo-container img {
  width: auto;
  height: 31px;
  margin-right: 120px;
  display: block;
}
.index-logo .logo-container:hover {
  animation-play-state: paused;
}
.index-logo .mask-1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 200px;
  height: 100%;
  background: linear-gradient(to right, #eef0f8 0%, rgba(238, 240, 248, 0) 100%);
  pointer-events: none;
}
.index-logo .mask-2 {
  left: auto;
  right: 0;
  background: linear-gradient(to left, #f9fbff 0%, rgba(249, 251, 255, 0) 100%);
}
.about-us {
  background: url(https://static.yulevo.com/en-frontendcdn/assets/images/f62f57f863afab5b465c3ae1e03a0b1f.png) no-repeat center top;
  background-size: 1920px auto;
}
.news-search {
  margin: 80px auto 0 auto;
  width: 1260px;
}
.news-search .form-body > dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news-search .form-body > dl dd {
  width: 380px;
  position: relative;
}
.news-search .form-body > dl dd input,
.news-search .form-body > dl dd textarea {
  background: url(https://static.yulevo.com/en-frontendcdn/assets/images/face040695de0c17da8ada91c8610676.png) 340px center no-repeat;
  background-size: 12px auto;
  display: block;
  background-color: white;
  border: 1px solid #A0A6B9;
  height: 54px;
  line-height: 54px;
  width: 100%;
  border-radius: 12px;
  padding-left: 12px;
  font-size: 20px;
  font-weight: 200;
  color: #1A1B20;
  position: relative;
  z-index: 2;
  box-shadow: 0 4px 12px 0 rgba(118, 214, 234, 0.1);
}
.news-search .form-body > dl dd input::placeholder,
.news-search .form-body > dl dd textarea::placeholder {
  color: #666;
}
.news-search .form-body > dl dd textarea {
  height: 142px;
  line-height: 24px;
  padding: 12px;
}
.news-search .form-body > dl dd img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 22px;
  z-index: 2;
  height: auto;
  cursor: pointer;
}
.news-search .form-body > dl .inputbox {
  position: relative;
}
.news-search .form-body > dl .inputbox.cur .child {
  display: block;
}
.news-search .form-body > dl .child {
  display: none;
  padding-top: 6px;
  position: absolute;
  top: 54px;
  left: 0;
  z-index: 99;
  width: 100%;
}
.news-search .form-body > dl .child dl {
  height: 300px;
  overflow: scroll;
  width: 100%;
  border-radius: 12px;
  border: 1px solid #C1C1C1;
  padding: 12px 24px;
  background-color: white;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 28px;
  color: black;
}
.news-search .form-body > dl .child dl dd {
  cursor: pointer;
  line-height: 40px;
}
.news-search .form-body > dl .child dl dd:hover {
  color: #487AFF;
}
.news-search .form-body > dl .child dl .clear {
  color: #487AFF;
  text-align: center;
  display: block;
  cursor: pointer;
}
@keyframes scroll {
  0% {
    left: 0;
  }
  100% {
    left: -2071px;
  }
}

