body {
  background-color: #000;
}
.one {
  /* padding-top: 295px; */
  padding-top: 160px;
  /* width: 1680px; */
  width: 1300px;
  margin: 0 auto;
}
.one .tab {
  display: flex;
  /* margin-bottom: 100px; */
  margin-bottom: 60px;
}
.one .tab .item {
  color: #fff;
  font-size: 24px;
  margin-right: 164px;
  position: relative;
  font-weight: 400;
  cursor: pointer;
  font-family:'Microsoft YaHei','PingFang SC',sans-serif;
}
.one .tab .item.active {
  color: #d9c683;
}
.one .tab .item.active .round {
  opacity: 1;
}
.one .tab .item.active p {
  transform: scale(1.1);
}
.one .tab .item:hover {
  color: #d9c683;
}
.one .tab .item:hover .round {
  opacity: 1;
}
.one .tab .item:hover p {
  transform: scale(1.1);
}
.one .tab .item p {
  transform-origin: center bottom;
  transition: all 1s;
}
.one .tab .item .round {
  position: absolute;
  width: 9px;
  height: 9px;
  opacity: 0;
  border-radius: 50%;
  background-color: #d9c683;
  transform-origin: 20% 20%;
  transition: all 1s;
  animation: spin 6s infinite linear;
}
.one .tab .item .round:first-child {
  right: -15px;
}
.one .tab .item .round:nth-child(2) {
  width: 4px;
  height: 4px;
  right: -20px;
  top: -10px;
}
.one .main .top {
  display: flex;
}
.one .main .top .left {
  width: 47%;
  overflow: hidden;
}
.one .main .top .left img {
  transition: all 2s;
}
.one .main .top .left:hover img {
  transform: scale(1.1);
}
.one .main .top .right {
  flex: 1;
  background-color: #fff;
  /* padding: 95px 93px 0; */
  padding: 60px 60px 0;
}
.one .main .top .right .time {
  color: #d9c683;
  font-family:'Microsoft YaHei','PingFang SC',sans-serif;
}
.one .main .top .right .text h4 {
  color: #141414;
  font-size: 26px;
  line-height: 42px;
  font-weight: 400;
  font-family:'Microsoft YaHei','PingFang SC',sans-serif;
  margin-top: 21px;
}
.one .main .top .right .text p {
  color: #141414;
  line-height: 36px;
  /* margin-top: 50px; */
  margin-top: 30px;
  font-family:'Microsoft YaHei','PingFang SC',sans-serif;
}
.one .main .top .right .more {
  /* margin-top: 69px; */
  margin-top: 40px;
}
.one .main .top .right .more a {
  color: #141414;
  /* font-size: 24px ; */
  font-size: 20px;
  display: inline-flex;
  align-items: center;
  position: relative;
  font-weight: 400;
  font-family:'Microsoft YaHei','PingFang SC',sans-serif;
}
.one .main .top .right .more a:hover img {
  transform: translateX(10px);
}
.one .main .top .right .more a .round {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  animation: spin 6s infinite linear;
  transform-origin: 20% 20%;
  background-color: #D9C683;
}
.one .main .top .right .more a .round:nth-child(1) {
  width: 3px;
  height: 3px;
  right: 40px;
  top: -4px;
}
.one .main .top .right .more a .round:nth-child(2) {
  right: 30px;
  top: 4px;
}
.one .main .top .right .more a img {
  margin-left: 29px;
  transition: all 1s;
}
.one .main .bottom {
  /* margin-top: 127px; */
  margin-top: 80px;
  padding-bottom: 140px;
}
.one .main .bottom .list .item {
  display: flex;
  padding-bottom: 51px;
  margin-bottom: 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.one .main .bottom .list .item:hover .left img {
  transform: scale(1.1);
}
.one .main .bottom .list .item:hover .right .title h4 {
  color: #D9C683;
}
.one .main .bottom .list .item .left {
  overflow: hidden;
  /* width: 500px; */
  width: 450px;
}
.one .main .bottom .list .item .left img {
  transition: all 2s;
}
.one .main .bottom .list .item .right {
  flex: 1;
  padding-top: 20px;
  margin-left: 60px;
}
.one .main .bottom .list .item .right .title h4 {
  font-size: 20px;
  line-height: 48px;
  color: #fff;
  transition: all 1s;
  font-weight: 400;
  font-family: "PingFang SC", sans-serif;
}
.one .main .bottom .list .item .right .text {
  color: #fff;
}
.one .main .bottom .list .item .right .text p {
  color: #fff;
  font-weight: 200;
  line-height: 36px;
  opacity: 0.6;
  font-family:'Microsoft YaHei','PingFang SC',sans-serif;
}
.one .main .bottom .list .item .right .time {
  color: #D9C683;
  margin-top: 49px;
  font-family:'Microsoft YaHei','PingFang SC',sans-serif;
}
.one .main .bottom .pagebox {
  display: flex;
  justify-content: center;
  align-items: center;
}
.one .main .bottom .pagebox .prev {
  transform: rotate(180deg);
}
.one .main .bottom .pagebox .prev:hover {
  transform: translateX(-10px) rotate(180deg);
}
.one .main .bottom .pagebox .next:hover {
  transform: translateX(10px);
}
.one .main .bottom .pagebox .prev,
.one .main .bottom .pagebox .next {
  transition: all 1s;
  display: flex;
  align-items: center;
}
.one .main .bottom .pagebox .page {
  margin: 0 35px;
}
.one .main .bottom .pagebox .page .item {
  color: #fff;
  font-size: 18px;
  transition: all 1s;
}
.one .main .bottom .pagebox .page .item.active {
  color: #D9C683;
}
.one .main .bottom .pagebox .page .item:hover {
  color: #D9C683;
}
.one .main .bottom .pagebox .page .item:not(:last-child) {
  margin-right: 48px;
}
@keyframes spin {
  100% {
    transform: rotate(1turn);
  }
}
@media screen and (max-width: 2560px){
	
}


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

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

@media screen and (max-width: 1792px){
	.one {
    padding-top: 130px;
  }
  .one .main .top .right {
    padding: 60px 40px;
  }
  .one .main .top .right .text h4 {
    font-size: 24px;
    line-height: 38px;
  }
  .one .main .top .right .text p {
    line-height: 32px;
    margin-top: 20px;
  }
  .one .tab {
    margin-bottom: 40px;
  }
  .one .main .bottom .list .item .right .title h4 {
    line-height: 42px;
  }
  .one .main .bottom .list .item .right .text p {
    line-height: 32px;
  }
}

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

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

@media screen and (max-width: 1440px){
	.one{
    width: 90%;
    padding-top: 100px;
  }
  .one .main .bottom .list .item .right {
    margin-left: 30px
  }
  .one .main .bottom {
    margin-top: 50px;
  }
  .one .main .bottom .list .item {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  .one .tab {
    margin-bottom: 30px;
  }
  .one .main .top .right .text h4 {
    font-size: 20px;
    line-height: 32px;
  }
  .one .main .bottom {
    padding-bottom: 10px;
  }
  .one .tab .item {
    font-size: 20px;
  }
  .one .main .bottom .list .item .right .title h4 {
    line-height: 36px;
  }
}

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

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






@media screen and (max-width: 820px){
  .one .main .top{
    flex-direction: column;
  }
  .one .main .top .left{
    width: 100%;
  }
  .one{
    width: 100%;
    padding: 80px 30px 0;
  }
  .one .main .top .right {
    padding: 20px;
  }
  .one .tab .item {
    font-size: 18px;
  }
  .one .main .top .right .text h4 {
    margin-top: 10px;
  }
  .one .main .top .right .text p {
    line-height: 28px;
    margin-top: 10px;
  }
  .one .main .top .right .more{
    margin-top: 30px;
  }
  .one .main .bottom .list .item{
    display: flex;
    width: 48%;
    flex-direction: column;
  }
  .one .main .bottom .list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .one .main .bottom .list .item .left{
    width: 100%;
  }
  .one .main .bottom .list .item .right {
    margin-left: 0px;
  }
  .one .main .bottom .list .item .right .title h4 {
    font-size: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .one .main .bottom .list .item .right .text p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .one .main .bottom .list .item .right .time {
    margin-top: 20px;
  }
  .one .main .bottom .list .item {
    padding-bottom: 20px;
    margin-bottom: 30px;
  }

  .one .main .top .right .text h4{
    text-overflow:ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

}


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


@media screen and (max-width: 540px){
	.one{
    padding: 80px 20px 0;
  }
  .one .main .top .right .text h4 {
    font-size: 18px;
  }
  .one .main .top .right .text p{
    font-size: 14px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .one .main .top .right .more a {
    font-size: 16px;
  }
  .one .main .top .right .more {
    margin-top: 20px;
  }
  .one .main .bottom .list .item .right .title h4 {
    font-size: 16px;
    line-height: 30px;
  }
  .one .main .bottom .list .item .right .text p{
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
  }
  .one .main .bottom .list .item .right .time {
    margin-top: 10px;
    font-size: 14px;
  }
  .one .main .bottom .pagebox .page .item:not(:last-child) {
    margin-right: 30px;
  }
  .one .main .top .left{
    height: auto;
  }
}

@media screen and (max-width: 450px){
	.one .main .top .right{
    padding: 20px 10px;
  }
  .one .main .top .right .text h4 {
    font-size: 16px;
  }
  .one .main .bottom .pagebox .page {
    margin: 0 20px;
  }
}

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

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

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




 