.brand {
  padding: 92px 0 0 0;
}
.brand .wrap {
  display: flex;
  align-items: center;
  padding: 0 60px;
}
.brand .wrap a, .brand .wrap span {
  color: #888;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-transform: capitalize;
}
.brand .wrap span {
  margin: 0 10px;
}
.brand .wrap a {
  transition: .6s ease;
}
.brand .wrap a:hover {
  color: var(--color);
}

.news1 {
  padding: 140px 0;
  position: relative;
  z-index: 1;
}
.news1 .common_bg {
  transition: 5s;
}
.news1 .wrap {
  width: 1800px;
  margin: auto;
}
.news1 .wrap .title {
  color: #1A1A1A;
  font-size: 56px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
}
.news1 .wrap .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 74px 0 0 0;
}
.news1 .wrap .content:hover .images img {
  transform: scale(1.05);
}
.news1 .wrap .content:hover .r .time {
  background: #333333;
}
.news1 .wrap .content:hover .r .time img {
  filter: brightness(0) invert(1);
}
.news1 .wrap .content:hover .r .time p {
  color: #fff;
}
.news1 .wrap .content .images {
  width: 860px;
  height: 500px;
  border-radius: 20px;
  overflow: hidden;
}
.news1 .wrap .content .images img {
  width: 100%;
  height: 100%;
  transition: 1s ease;
}
.news1 .wrap .content .r {
  width: 800px;
}
.news1 .wrap .content .r .time {
  width: fit-content;
  height: 48px;
  padding: 0 20px;
  border-radius: 267px;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  transition: .6s ease;
}
.news1 .wrap .content .r .time img {
  width: 21px;
  height: 21px;
  transition: .6s ease;
}
.news1 .wrap .content .r .time p {
  color: #414141;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  transition: .6s ease;
}
.news1 .wrap .content .r .p1 {
  margin: 31px 0 65px;
  color: #1A1A1A;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}
.news1 .wrap .content .r .p2 {
  color: #414141;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  margin: 0 0 52px;
}
.news1 .wrap .content .r .more {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #333333;
}
.news1 .wrap .content .r .more img {
  width: 18px;
  height: 18px;
}

.news2 {
  padding: 120px 0 135px;
}
.news2 .wrap {
  width: 1800px;
  margin: auto;
}
.news2 .wrap .cut {
  display: flex;
  gap: 10px;
}
.news2 .wrap .cut .list {
  width: fit-content;
  height: 50px;
  border-radius: 343px;
  border: 1px solid #D9D9D9;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1A1A1A;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  transition: .6s ease;
  min-width: 100px;
  cursor: pointer;
}
.news2 .wrap .cut .list:hover {
  border-color: var(--color);
  color: var(--color);
}
.news2 .wrap .cut .list.on {
  background: var(--color);
  border-color: var(--color);
}
.news2 .wrap .content {
  margin: 60px 0 90px 0;
}
.news2 .wrap .content .item {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #D9D9D9;
  padding: 43px 0;
}
.news2 .wrap .content .item:hover .img img {
  transform: scale(1.05);
}
.news2 .wrap .content .item:hover .r .center .p1 {
  color: var(--color);
}
.news2 .wrap .content .item:hover .r .center .more {
  background: var(--color);
  border-color: var(--color);
}
.news2 .wrap .content .item:hover .r .center .more img {
  filter: brightness(0) invert(1);
}
.news2 .wrap .content .item .img {
  width: 560px;
  height: 360px;
  overflow: hidden;
}
.news2 .wrap .content .item .img img {
  width: 100%;
  height: 100%;
  transition: 1s;
}
.news2 .wrap .content .item .r {
  display: flex;
  gap: 55px;
  margin: 20px 0 0 0;
}
.news2 .wrap .content .item .r .center {
  width: 560px;
}
.news2 .wrap .content .item .r .center .p1 {
  color: #1A1A1A;
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  text-transform: capitalize;
  transition: .6s ease;
}
.news2 .wrap .content .item .r .center .time {
  margin: 70px 0 0;
  display: flex;
  align-items: center;
  gap: 5px;
}
.news2 .wrap .content .item .r .center .time img {
  width: 21px;
  height: 21px;
}
.news2 .wrap .content .item .r .center .time p {
  color: #414141;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}
.news2 .wrap .content .item .r .center .more {
  margin: 36px 0 0 0;
  width: 42px;
  height: 42px;
  border-radius: 10px;
  border: 1px solid #EBEBEB;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .6s ease;
}
.news2 .wrap .content .item .r .center .more img {
  object-fit: contain;
  transition: .6s ease;
}
.news2 .wrap .content .item .r .text {
  width: 515px;
  color: #414141;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.newsInfo1 {
  padding: 44px 0 120px;
}
.newsInfo1 .wrap {
  width: 1200px;
  margin: auto;
}
.newsInfo1 .wrap .title {
  text-align: center;
}
.newsInfo1 .wrap .title .p1 {
  color: #1A1A1A;
  font-size: 38px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  text-transform: capitalize;
}
.newsInfo1 .wrap .title .time {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: 36px 0 0 0;
}
.newsInfo1 .wrap .title .time img {
  width: 21px;
  height: 21px;
}
.newsInfo1 .wrap .title .time p {
  color: #414141;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
.newsInfo1 .wrap .content {
  margin: 70px 0 0 0;
  padding: 60px 0 0 0;
  border-top: 1px solid #D9D9D9;
}
.newsInfo1 .wrap .content p {
  color: #666;
  text-align: justify;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 177.778%;
  /* 177.778% */
  text-transform: capitalize;
}
.newsInfo1 .wrap .content img, .newsInfo1 .wrap .content p img {
  height: auto;
}


@media screen and (max-width: 1919px) {
  .brand{
    padding: 4.7916666667vw 0px 0px;
  }
  .brand .wrap{
    padding: 0px 3.125vw;
  }
  .brand .wrap a, .brand .wrap span{
    font-size: 0.8333333333vw;
  }
  .brand .wrap span{
    margin: 0px 0.5208333333vw;
  }
  .news1{
    padding: 7.2916666667vw 0px;
  }
  .news1 .wrap{
    width: 93.75vw;
  }
  .news1 .wrap .title{
    font-size: 2.9166666667vw;
  }
  .news1 .wrap .content{
    margin: 3.8541666667vw 0px 0px;
  }
  .news1 .wrap .content .images{
    width: 44.7916666667vw;
    height: 26.0416666667vw;
    border-radius: 1.0416666667vw;
  }
  .news1 .wrap .content .r{
    width: 41.6666666667vw;
  }
  .news1 .wrap .content .r .time{
    height: 2.5vw;
    padding: 0px 1.0416666667vw;
    border-radius: 13.90625vw;
    gap: 0.3125vw;
  }
  .news1 .wrap .content .r .time img{
    width: 1.09375vw;
    height: 1.09375vw;
  }
  .news1 .wrap .content .r .time p{
    font-size: 0.8333333333vw;
  }
  .news1 .wrap .content .r .p1{
    margin: 1.6145833333vw 0px 3.3854166667vw;
    font-size: 1.6666666667vw;
  }
  .news1 .wrap .content .r .p2{
    font-size: 0.8333333333vw;
    margin: 0px 0px 2.7083333333vw;
  }
  .news1 .wrap .content .r .more{
    width: 2.1875vw;
    height: 2.1875vw;
    border-radius: 0.5208333333vw;
  }
  .news1 .wrap .content .r .more img{
    width: 0.9375vw;
    height: 0.9375vw;
  }
  .news2{
    padding: 6.25vw 0px 7.03125vw;
  }
  .news2 .wrap{
    width: 93.75vw;
  }
  .news2 .wrap .cut{
    gap: 0.5208333333vw;
  }
  .news2 .wrap .cut .list{
    height: 2.6041666667vw;
    border-radius: 17.8645833333vw;
    padding: 0px 1.25vw;
    font-size: 0.8333333333vw;
    min-width: 5.2083333333vw;
  }
  .news2 .wrap .content{
    margin: 3.125vw 0px 4.6875vw;
  }
  .news2 .wrap .content .item{
    padding: 2.2395833333vw 0px;
  }
  .news2 .wrap .content .item .img{
    width: 29.1666666667vw;
    height: 18.75vw;
  }
  .news2 .wrap .content .item .r{
    gap: 2.8645833333vw;
    margin: 1.0416666667vw 0px 0px;
  }
  .news2 .wrap .content .item .r .center{
    width: 29.1666666667vw;
  }
  .news2 .wrap .content .item .r .center .p1{
    font-size: 1.0416666667vw;
  }
  .news2 .wrap .content .item .r .center .time{
    margin: 3.6458333333vw 0px 0px;
    gap: 0.2604166667vw;
  }
  .news2 .wrap .content .item .r .center .time img{
    width: 1.09375vw;
    height: 1.09375vw;
  }
  .news2 .wrap .content .item .r .center .time p{
    font-size: 0.8333333333vw;
  }
  .news2 .wrap .content .item .r .center .more{
    margin: 1.875vw 0px 0px;
    width: 2.1875vw;
    height: 2.1875vw;
    border-radius: 0.5208333333vw;
  }
  .news2 .wrap .content .item .r .text{
    width: 26.8229166667vw;
    font-size: 0.8333333333vw;
  }
  .newsInfo1{
    padding: 2.2916666667vw 0px 6.25vw;
  }
  .newsInfo1 .wrap{
    width: 62.5vw;
  }
  .newsInfo1 .wrap .title .p1{
    font-size: 1.9791666667vw;
  }
  .newsInfo1 .wrap .title .time{
    gap: 0.3125vw;
    margin: 1.875vw 0px 0px;
  }
  .newsInfo1 .wrap .title .time img{
    width: 1.09375vw;
    height: 1.09375vw;
  }
  .newsInfo1 .wrap .title .time p{
    font-size: 0.8333333333vw;
  }
  .newsInfo1 .wrap .content{
    margin: 3.6458333333vw 0px 0px;
    padding: 3.125vw 0px 0px;
  }
  .newsInfo1 .wrap .content p{
    font-size: 0.9375vw;
  }
}

@media screen and (max-width: 1024px) {
  /* ===== brand ===== */
  .brand{
    padding: 40px 0 0 0;
  }
  .brand .wrap{
    padding: 0 16px;
    flex-wrap: wrap;
    gap: 4px;
  }
  .brand .wrap a,
  .brand .wrap span{
    font-size: 13px;
  }
  .brand .wrap span{
    margin: 0 6px;
  }

  /* ===== news1 ===== */
  .news1{
    padding: 90px 0 40px;
  }
  .news1 .wrap{
    width: 90%;
  }
  .news1 .wrap .title{
    font-size: 24px;
  }
  .news1 .wrap .content{
    flex-direction: column;
    gap: 30px;
    margin: 20px 0 0 0;
  }
  .news1 .wrap .content .images{
    width: 100%;
    height: auto;
    border-radius: 16px;
  }
  .news1 .wrap .content .r{
    width: 100%;
  }
  .news1 .wrap .content .r .time{
    height: 40px;
    padding: 0 16px;
    border-radius: 200px;
    gap: 6px;
  }
  .news1 .wrap .content .r .time img{
    width: 16px;
    height: 16px;
  }
  .news1 .wrap .content .r .time p{
    font-size: 13px;
  }
  .news1 .wrap .content .r .p1{
    margin: 16px 0 20px;
    font-size: 20px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .news1 .wrap .content .r .p2{
    font-size: 13px;
    margin: 0 0 20px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .news1 .wrap .content .r .more{
    width: 36px;
    height: 36px;
    border-radius: 8px;
  }
  .news1 .wrap .content .r .more img{
    width: 14px;
    height: 14px;
  }

  /* ===== news2 ===== */
  .news2{
    padding: 50px 0 60px;
  }
  .news2 .wrap{
    width: 90%;
  }
  .news2 .wrap .cut{
    gap: 8px;
    flex-wrap: wrap;
  }
  .news2 .wrap .cut .list{
    height: 40px;
    border-radius: 200px;
    padding: 0 18px;
    font-size: 13px;
    min-width: auto;
  }
  .news2 .wrap .content{
    margin: 30px 0 40px;
  }
  .news2 .wrap .content .item{
    flex-direction: column;
    gap: 20px;
    padding: 24px 0;
  }
  .news2 .wrap .content .item .img{
    width: 100%;
    height: auto;
  }
  .news2 .wrap .content .item .r{
    flex-direction: column;
    gap: 16px;
    margin: 0;
  }
  .news2 .wrap .content .item .r .center{
    width: 100%;
  }
  .news2 .wrap .content .item .r .center .p1{
    font-size: 16px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .news2 .wrap .content .item .r .center .time{
    margin: 16px 0 0;
    gap: 4px;
  }
  .news2 .wrap .content .item .r .center .time img{
    width: 16px;
    height: 16px;
  }
  .news2 .wrap .content .item .r .center .time p{
    font-size: 13px;
  }
  .news2 .wrap .content .item .r .center .more{
    margin: 16px 0 0 0;
    width: 36px;
    height: 36px;
    border-radius: 8px;
  }
  .news2 .wrap .content .item .r .text{
    width: 100%;
    font-size: 13px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: none;
  }

  .news2 .wrap .content .item .r .text.sj_text{
    display: -webkit-box!important;
    margin: 10px 0 0 0;

  }

  /* ===== newsInfo1 ===== */
  .newsInfo1{
    padding: 30px 0 50px;
  }
  .newsInfo1 .wrap{
    width: 90%;
  }
  .newsInfo1 .wrap .title .p1{
    font-size: 16px;
  }
  .newsInfo1 .wrap .content p{
    text-align: left;
  }
  .newsInfo1 .wrap .title .time{
    gap: 4px;
    margin: 16px 0 0 0;
  }
  .newsInfo1 .wrap .title .time img{
    width: 16px;
    height: 16px;
  }
  .newsInfo1 .wrap .title .time p{
    font-size: 13px;
  }
  .newsInfo1 .wrap .content{
    margin: 30px 0 0 0;
    padding: 24px 0 0 0;
  }
  .newsInfo1 .wrap .content p{
    font-size: 13px;
  }
}
