.news-text {
  position: absolute;
  width: 1440px;
  left: 50%;
  top:55%;
  transform: translate(-50%,-50%);
}
.news-text h2 {
  /* font-size: 36px; */
  font-size: 16px;
  color: #fff;
  transform: translateY(20px);
  opacity: 0;
  transition: all 1s;
}
.news-text .time {
  color: #FF5A24;
  /* font-size: 24px; */
  font-size: 16px;
  /* margin-top: 37px; */
  margin-top: 10px;
  font-weight: 700;
  transform: translateY(20px);
  opacity: 0;
  transition: all 1s;
}
.news-text .booth {
  transform: translateY(20px);
  opacity: 0;
  transition: all 1s;
}
.news-text .booth p {
  /* font-size: 24px; */
  font-size: 16px;
  color: #fff;
  font-weight: 700;
}
.news-text .booth p span {
  color: #FF5A24;
  font-weight: 400;
}
.news-text .position {
  display: flex;
  align-items: center;
  color: #fff;
  margin-top: 20px;
  transform: translateY(20px);
  opacity: 0;
  transition: all 1s;
}
.news-text .position .icon {
  margin-right: 10px;
  width: 14px;
  display: flex;
  align-items: center;
}
.news-text .position p {
  /* font-size: 24px; */
  font-size: 16px;
  font-weight: 700;
}
.news-text .bottom {
  /* margin-top: 43px; */
  margin-top: 20px;
  transform: translateY(20px);
  opacity: 0;
  transition: all 1s;
}
.news-text .bottom p:first-child {
  font-weight: 700;
}
.news-text .bottom p {
  /* font-size: 18px; */
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  /* margin-bottom: 8px; */
}
.one {
  width: 1440px;
  margin: 0 auto;
  padding-top: 76px;
  padding-bottom: 66px;
}
.one .tab {
  display: flex;
  justify-content: center;
}
.one .tab .item {
  color: #2C2F33;
  font-size: 18px;
  cursor: pointer;
  position: relative;
  padding-bottom: 12px;
}
.one .tab .item p {
  opacity: 0.8;
  transition: all 1s;
}
.one .tab .item.active p {
  opacity: 1;
}
.one .tab .item.active::after {
  transform: translateX(-50%) scaleX(1);
}
.one .tab .item:hover p {
  opacity: 1;
}
.one .tab .item:hover::after {
  transform: translateX(-50%) scaleX(1);
}
.one .tab .item::after {
  width: 14px;
  height: 3px ;
  border-radius: 2px;
  content: '';
  background-color: #FF5A24;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  transition: all 1s;
}
.one .tab .item:not(:last-child) {
  margin-right: 50px;
}
.one .main {
  margin-top: 42px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 63px 30px;
}
.one .main .item {
  border-bottom: 2px solid #FF5A24;
  display: flex;
  flex-direction: column;
}
.one .main .item .img {
  overflow: hidden;
}
.one .main .item .img img {
  transition: all 2s;
}
.one .main .item:hover .img img {
  transform: scale(1.1);
}
.one .main .item .text {
  padding: 42px 19px 48px;
}
.one .main .item .text .time {
  font-size: 14px;
  line-height: 20px;
  color: #73888C;
}
.one .main .item .text .contant {
  font-size: 18px;
  line-height: 24px;
  color: #111;
  min-height: 46px;
  margin-top: 13px;
  margin-bottom: 15px;
}
.one .main .item .text .contant p{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}


.one .main .item .text .more {
  color: #FF5A24;
}
.one .page {
  display: flex;
  margin-top: 66px;
}
.one .page .prev {
  transform: rotate(180deg);
  margin-right: 30px;
}
.one .page .prev,
.one .page .next {
  width: 60px;
  height: 60px;
  display: block;
  background-color: #2C2F33;
  border-radius: 6px;
  color: #fff;
  text-align: center;
  line-height: 60px;
  transition: all 1s;
}
.one .page .prev:hover,
.one .page .next:hover {
  color: #FF5A24;
}
.one .page .prev span,
.one .page .next span {
  font-size: 24px;
}
@media screen and (max-width: 2560px){
	
}


@media screen and (max-width: 2048px){
	
}

@media screen and (max-width: 1856px){
	/* .news-text{
    top: 55%;
    transform: translate(-50%,-50%);
  } */
  .one .main .item .text {
    padding: 30px 20px;
  }
}

@media screen and (max-width: 1792px){
	
}

@media screen and (max-width: 1680px){
	.news-text,
  .one{
    width: 90%;
  }
  /* .news-text h2 {
    font-size: 32px;
  }
  .news-text .time {
    margin-top: 20px;
  }
  .news-text .booth p,
  .news-text .time {
    font-size: 20px;
  }
  .news-text .position .icon {
    width: 16px;
  }
  .news-text .position {
    margin-top: 10px;
  }
  .news-text .bottom {
    margin-top: 30px
  } */
  .one {
    padding-top: 50px;
  }
  .one .main {
    grid-gap: 40px 30px;
  }
  .one .main .item .img img{
    width: 100%;
  }
  .one .main .item .text {
    padding: 20px;
  }
}

@media screen and (max-width: 1600px){
	
}

@media screen and (max-width: 1440px){
	/* .news-text h2 {
    font-size: 28px;
  }
  .news-text .booth p, .news-text .time {
    font-size: 18px;
  }
  .news-text .position p {
    font-size: 20px;
  }
  .news-text .position .icon {
    width: 14px;
  }
  .news-text .bottom {
    margin-top: 20px;
  } */
  .news-text h2,
  .news-text .time,
  .news-text .booth p,
  .news-text .position p,
  .news-text .bottom p{
    font-size: 14px;
  }
  .news-text .bottom,
  .news-text .position{
    margin-top: 10px;
  }
  .one {
    padding-top: 40px;
  }
  .one .tab .item {
    padding-bottom: 6px;
  }
  .one .main {
    margin-top: 30px;
  }
  .one .main .item .text {
    padding: 10px;
  }
  .one .main .item .text .contant {
    font-size: 16px;
    line-height: 22px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 1400px){
	
}

@media screen and (max-width: 1366px){
	
}




@media screen and (max-width:1024px){
  .news-text {
    top: 50%;
  }
  .news-text, .one{
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
  .one .tab .item:not(:last-child) {
    margin-right: 40px;
  }
}

@media screen and (max-width: 820px){
  .one .main {
    grid-gap: 30px 20px;
    grid-template-columns: repeat(2, 1fr);
  }
  .one .main .item .text .contant p{
    font-size: 14px;
  }
  .news-text, .one{
    padding-left: 20px;
    padding-right: 20px;
  }
  .news-text h2 {
    font-size: 24px;
  }
  .news-text .booth p, .news-text .time {
    font-size: 16px;
  }

  .news-text .position p {
    font-size: 16px;
  }
  .news-text .bottom p {
    font-size: 16px;
    line-height: 18px;
  }
}


@media screen and (max-width: 768px){
	
}


@media screen and (max-width: 540px){
	.one {
    padding-top: 30px;
  }
  .one .tab .item {
    font-size: 16px;
  }
  .one .main {
    grid-gap: 20px 20px;
  }
  .news-text .position {
    margin-top: 20px;
  }
}

@media screen and (max-width: 500px){
	.news-text h2 {
    font-size: 20px;
  }
  .news-text .booth p, .news-text .time {
    font-size: 14px;
  }
  .one .main{
    grid-template-columns: repeat(1, 1fr);
  }
  .news-text .bottom p,
  .news-text .position p {
    font-size: 14px;
  }
  .news-text .position .icon {
    width: 12px;
  }
  .one .tab .item {
    font-size: 14px;
  }

}

@media screen and (max-width: 414px){
	.news-text .position{
    align-items: start;
  }
  .news-text .position .icon{
    margin-top: 5px;
  }
  .one .tab .item:not(:last-child) {
    margin-right: 20px;
  }
  .one .main .item .text .contant{
    margin-top: 5px;
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 375px){
	
}

@media screen and (max-width: 360px){
	
}




 