* {
  margin: 0;
  padding: 0;
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
}
.wrap {
  width: 100%;
  height: 1490px;
  background-color: #1E2023;
  overflow-x: hidden;
  overflow-y: hidden;
  /* 主体部分 */
}
.wrap .max_div {
  width: 1920px;
  height: 80px;
  overflow: hidden;
}
.wrap .container {
  margin: 18px 0 10px 0px;
  color: #fff;
}
.wrap .container #nav {
  font-size: 12px;
  /* display: flex;
  width: 260px;
  justify-content: space-around; */
  display: inline-flex;
}
.wrap .container #nav li {
  padding: 0 6px;
}
.wrap .container #nav .wz a{ font-size: 12px;}
.wrap .container #nav :nth-child(1) {
  padding: 0;
  color: #999999;
}
.wrap .container #nav :nth-child(2) {
  color: #999999;
}
.wrap  #hYDongTai {
  /*display: flex;
  margin-left: 990px;margin-right:280px;*/
  float:right;
  color:#ffffff;
  display: block;
}
.wrap  #hYDongTai li {
  cursor: pointer;
  padding: 10px 20px;
  border-radius: 2px;
  margin-right: 10px;
  float:left;
}
#render_div{clear:both;}
.wrap #hYDongTai .active {
  background-color: red;
}
.wrap #render_div .container_bottom {
  padding: 20px 0;
  /*margin-left: 330px;
  margin-right: 300px;*/
  color: #fff;
  border-bottom: 1px solid #393939;
}
.wrap #render_div .container_bottom:hover .img img {
  transform: scale(1.1);
}
.wrap #render_div .container_bottom.clearfix::after {
  content: '';
  display: block;
  clear: both;
}
.wrap #render_div .container_bottom .img {
  float: left;
  /*margin-right: 32px;*/
  overflow: hidden;
}
.wrap #render_div .container_bottom .img img {
  width: 344px;
  height: 163px;
}
.wrap #render_div .container_bottom:hover .right_bottom img {
  transform: translateX(50px);
}
.wrap #render_div .container_bottom.clearfix::after {
  content: '';
  display: block;
  clear: both;
}
#p-nav{padding-left:0px;}
.wrap #render_div .container_bottom .center {
  float: left;
  width: 600px;
  padding-left:20px;
}
.wrap #render_div .container_bottom .center :nth-child(1) {
  line-height: 30px;
  margin-bottom: 20px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 22px;
}
.wrap #render_div .container_bottom .center :nth-child(2) {
  width: 100%;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  line-height: 26px;
}
.wrap #render_div .container_bottom .center .bottom {
  margin-top: 30px;
}
.wrap #render_div .container_bottom .center .bottom img {
  float: left;
  width: 14px;
  height: 16px;
  margin-top: 5px;
}
.wrap #render_div .container_bottom .center .bottom .symbol {
  float: left;
  margin: 0 20px;
  background-color: #000;
  width: 60px;
  height: 26px;
  font-size: 12px;
  text-align: center;
  line-height: 26px;
}
.wrap #render_div .container_bottom .right {
  text-align: center;
  float: right;
  line-height: 30px;
  /*width: 180px;*/
}
.wrap #render_div .container_bottom .right .time {
  margin-bottom: 75px;
  font-size: 30px;
  color: #999;
}
.wrap #render_div .container_bottom .right .right_bottom {
  border-left: 1px solid rgba(255, 255, 255, 0.21);
}
.wrap #render_div .container_bottom .right .right_bottom img {
  margin-left: 20px;
  width: 14px;
  height: 25px;
}
.wrap .pagenation {
  color: #fff;
  margin: 70px 320px;
}
.wrap .pagenation img {
  cursor: pointer;
  display: inline-block;
  width: 30px;
  vertical-align: -8px;
}
.wrap .pagenation #pageNationUl {
  display: inline-block;
  margin-top: 50px;
}
.wrap .pagenation #pageNationUl li {
  cursor: pointer;
  display: inline-block;
  margin: 0 20px;
}
.wrap .pagenation #pageNationUl .active {
  color: red;
}
.content {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 1440px) {

  .wrap #render_div .container_bottom .center{
    width:50%;
    margin-left: 18px;
    padding-bottom: 4px;
  }
  .wrap #render_div .container_bottom .center .bottom{
    margin-top:0px;
  }
  .wrap #render_div .container_bottom{
    padding-bottom: 0px;
  }
  .wrap #render_div .container_bottom .right .time{
    margin-bottom:40px;
  }
  /*.wrap #render_div .container_bottom {
    width: 78%;
    margin-left: 180px;
  }*/
  .wrap #render_div .container_bottom .img img {
    width: 230px;
    height: 126px;
  }
  .wrap #render_div .container_bottom .right {
    position: relative;
    top: 10%;
  }
  .wrap #render_div .container_bottom .right .right_bottom {
    position: absolute;
    bottom: -39%;
    width: 200px;
    margin-left: 9px;
  }
  .wrap #render_div .container_bottom .right .right_bottom img {
    margin-top: 5px;
  }
  /*二屏文字移入效果*/
  .linearimg {
    animation: changeBiger 0.3s linear forwards;
    cursor: pointer;
  }
  .wrap .pagenation {
    color: #fff;
    margin: 50px 244px;
  }
}

@media(max-width: 768px){
.wrap #render_div .container_bottom .center{width:100%;margin-left:0;padding-left:0;}
.wrap #render_div .container_bottom .center :nth-child(1){margin-top:1rem;}
.wrap #render_div .container_bottom .right .time{font-size:14px;margin-bottom: 5px;}
.wrap .pagenation{margin:0 auto;}
}




















