.one {
  padding-top: 90px;
  margin-bottom: 60px;
}
.one .title {
  width: 1440px;
  margin: 0 auto;
  padding-bottom: 19px;
  border-bottom: 1px solid #D6D9D9;
}
.one .title h3 {
  color: #333;
  font-size: 30px;
}
.one .title .time {
  margin-top: 37px;
  color: #999;
}
.one .main {
  padding-top: 50px;
  width: 1440px;
  margin: 0 auto;
  padding-bottom: 117px;
  border-bottom: 1px solid #D6D9D9;
}
.one .main p {
  color: #666;
  font-size: 18px;
  line-height: 40px;
}
.one .main p:not(:last-child) {
  margin-bottom: 72px;
}
.one .main p img {
  width: 100%;
  border-radius: 20px;
}
.one .tab {
  width: 1440px;
  margin: 0 auto;
  display: flex;
  padding-top: 71px;
}
.one .tab .prev {
  margin-right: 40px;
}
.one .tab .prev,
.one .tab .next {
  display: flex;
  flex: 1;
}
.one .tab .prev:hover .right,
.one .tab .next:hover .right {
  color: #ff5a24;
}
.one .tab .prev .left,
.one .tab .next .left {
  margin-right: 40px;
  font-size: 20px;
  color: #999999;
}
.one .tab .prev .right,
.one .tab .next .right {
  color: #333;
  line-height: 28px;
  font-size: 18px;
  font-weight: 700;
  transition: all 1s;
}
.two {
  width: 1440px;
  margin: 105px auto 130px;
  padding: 50px 43px;
  background-color: #2C2F33;
  border-radius: 20px;
  display: flex;
}
.two .left {
  width: 430px;
}
.two .left img {
  border-radius: 20px;
}
.two .right {
  margin-left: 56px;
  flex: 1;
}
.two .right .time {
  color: #ff5a24;
}
.two .right .time p:first-child {
  font-size: 24px;
  font-weight: 700;
}
.two .right .title {
  margin-top: 34px;
}
.two .right .title h3 {
  font-size: 30px;
  color: #fff;
  font-weight: 700;
}
.two .right .main {
  color: #999999;
  font-size: 20px;
  line-height: 30px;
  margin-top: 10px;
}
.two .right .more {
  margin-top: 70px;
  font-size: 18px;
  width: 100px;
}
.two .right .more .text_effect {
  left: 0;
  color: #ff5a24;
  height: 20px;
  overflow: hidden;
  transform: translateX(0);
}
.two .right .more .text_effect .fist {
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 2560px){
	
}


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

@media screen and (max-width: 1856px){
	.one {
    padding-top: 70px;
  }
  .one .title .time {
    margin-top: 30px;
  }
  .one .title {
    padding-bottom: 10px;
  }
  .one .main {
    padding-top: 30px;
  }
  .one .main p {
    line-height: 34px;
  }
  .one .main p:not(:last-child) {
    margin-bottom: 60px;
  }
  .one .tab {
    padding-top: 50px;
  }
  .two {
    margin: 80px auto;
  }
  .one .main {
    padding-bottom: 100px;
  }
  .two .right .title h3 {
    font-size: 28px;
  }
  .two .right .title {
    margin-top: 20px;
  }

}

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

@media screen and (max-width: 1680px){
  .one .title,
  .one .main,
  .one .tab,
  .two{
    width: 90%;
  }
  .one {
    padding-top: 40px;
  }
  .one .title h3 {
    font-size: 28px;
  }
  .one .main p{
    font-size: 16px;
    line-height: 28px;
  }
  .one .main p:not(:last-child) {
    margin-bottom: 40px;
  }
  .one .main {
    padding-bottom: 80px;
  }
  .one .tab {
    padding-top: 40px;
  }
  .two {
    margin: 60px auto;
  }
  .two .right .title h3 {
    font-size: 24px;
  }
  .two .right .time p:first-child {
    font-size: 20px;
  }
  .two .right .main {
    font-size: 18px;
  }
}

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

@media screen and (max-width: 1440px){
	.one .main {
    padding-bottom: 50px;
  }
  .one .tab {
    padding-top: 30px;
  }
}

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

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



@media screen and (max-width: 1024px){
  .one .title, .one .main, .one .tab{
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
  .two{
    width: calc(100% - 60px);
  }
  .one {
    padding-top: 20px;
  }
  .one .title .time {
    margin-top: 10px;
  }
  .one .main {
    padding-bottom: 31px;
  }
  .one .tab .prev .left, .one .tab .next .left {
    margin-right: 30px;
  }
  .two .left {
    width: 320px;
  }
  .two .right {
    margin-left: 30px;
  }
  .two .right .more {
    margin-top: 50px;
  }
  .two .right .title h3 {
    font-size: 20px;
  }
  .two .right .main {
    font-size: 16px;
  }
}


@media screen and (max-width: 820px){
  .one .main, .one .tab {
    flex-direction: column;
  }
  .one .tab .prev .left, .one .tab .next .left{
    font-size: 18px;
    width: 40px;
  }
  .one .tab .prev .right, .one .tab .next .right{
    font-size: 16px;
    line-height: 26px;
  }
  .one .tab .prev{
    margin-bottom: 10px;
  }
  .two {
    margin: 40px auto;
    padding: 30px;
    flex-direction: column;
  }
  .two .left{
    width: 100%;
    margin-bottom: 20px;
  }
  .two .right{
    margin-left: 0;
  }
  .two .left img{
    width: 100%;
  }
  .one .title h3 {
    font-size: 24px;
  }
  .one .title .time{
    font-size: 14px;
  }
}


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


@media screen and (max-width: 540px){
	.one .title, .one .main, .one .tab{
    padding-left: 20px;
    padding-right: 20px;
  }
  .one .main {
    padding-top: 20px;
  }
  .one .title h3 {
    font-size: 20px;
  }
  .one .main p:not(:last-child) {
    margin-bottom: 20px;
  }
  .two {
    width: calc(100% - 40px);
  }
  .one .tab {
    padding-top: 20px;
  }
  .two {
    margin: 20px auto;
    padding: 20px;
    border-radius: 10px;
  }
  .one .main {
    padding-bottom: 20px;
  }
  .two .left img {
    border-radius: 10px;
  }
  .one .main p {
    font-size: 14px;
    line-height: 24px;
  }
  .one .tab .prev .right, .one .tab .next .right{
    font-size: 14px;
    line-height: 20px;
    flex: 1;
  }
  .one .tab .prev .left, .one .tab .next .left {
    font-size: 14px;
  }
  .two .right .title,
  .two .right .more .text_effect{
    font-size: 14px;
  }
}

@media screen and (max-width: 500px){
	.two .right .title h3 {
    font-size: 16px;
  }
  .two .right .title {
    margin-top: 10px;
  }
  .two .right .more {
    margin-top: 40px;
  }
  .two .right .time p:first-child {
    font-size: 16px;
  }
}
@media screen and (max-width: 414px){
	
}

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

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




 