.ny_newcont .ny_tjnew {
  width: 100%;
  background: #fff;
  padding: 20px;
  margin-bottom: 40px;
  overflow: hidden;
  position: relative;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
}

.ny_newcont .ny_tjnew:after {
  content: "";
  display: block;
  width: 100%;
  height: 70%;
  background: #025dac url(../images/newtj_bg.jpg) center no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  opacity: 0;
  transition: all .5s;
  -webkit-transition: all .5s;
}

.ny_newcont .ny_tjnew .pic {
  display: block;
  width: 320px;
  height: 210px;
  float: left;
  position: relative;
  overflow: hidden;
}

.ny_newcont .ny_tjnew .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all .5s;
  -webkit-transition: all .5s;
}

.ny_newcont .ny_tjnew .text {
  width: calc(100% - 360px);
  float: right;
  padding-right: 25px;
}

.ny_newcont .ny_tjnew .text .name {
  color: #222;
  font-size: 24px;
  font-weight: bold;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}

.ny_newcont .ny_tjnew .text .ms {
  margin: 20px 0 35px;
  font-size: 16px;
  color: #999;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.ny_newcont .ny_tjnew .text time {
  font-size: 16px;
  color: #999;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  float: left;
}

.ny_newcont .ny_tjnew .text time:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url(../images/time1.png) center no-repeat;
  margin-right: 7px;
  transition: all .5s;
  -webkit-transition: all .5s;
}

.ny_newcont .ny_tjnew .text .more {
  display: block;
  float: right;
  font-size: 16px;
  color: #999;
  display: flex;
  display: -webkit-flex;
  align-items: center;
}

.ny_newcont .ny_tjnew .text .more em {
  display: block;
  width: 48px;
  height: 48px;
  background: #999;
  transform: skewX(-10deg);
  margin-left: 20px;
}

.ny_newcont .ny_tjnew .text .more em:after {
  content: "";
  display: block;
  width: 14px;
  height: 11px;
  background: url(../images/jt08.png) center no-repeat;
  position: absolute;
  top: 18px;
  left: 16px;
  transform: skewX(10deg);
}

.ny_newcont .ny_tjnew:hover:after {
  height: 100%;
  opacity: 1;
}

.ny_newcont .ny_tjnew:hover .pic {
  position: relative;
  z-index: 2;
}

.ny_newcont .ny_tjnew:hover .pic img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  transform: scale(1.05);
}

.ny_newcont .ny_tjnew:hover .text .name {
  color: #fff;
  position: relative;
  z-index: 2;
}

.ny_newcont .ny_tjnew:hover .text .ms {
  color: rgba(255, 255, 255, .45);
  position: relative;
  z-index: 2;
}

.ny_newcont .ny_tjnew:hover .text time {
  color: #fff;
  position: relative;
  z-index: 2;
}

.ny_newcont .ny_tjnew:hover .text time:before {
  background: url(../images/time3.png) center no-repeat;
}

.ny_newcont .ny_tjnew:hover .text .more {
  color: #fff;
  position: relative;
  z-index: 2;
}

.ny_newcont .ny_tjnew:hover .text .more em {
  background: #fff;
}

.ny_newcont .ny_tjnew:hover .text .more em:after {
  background: url(../images/jt09.png) center no-repeat;
}

.ny_newlist ul {
  margin-bottom: 30px;
}

.ny_newlist ul li {
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 30px;
  background: #fff;
  padding: 30px;
  float: left;
  position: relative;
  overflow: hidden;
}

.ny_newlist ul li:nth-child(4n) {
  margin-right: 0;
}

.ny_newlist ul li:after {
  content: "";
  display: block;
  width: 100%;
  background: url(../images/newlist_bg.jpg) center no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  height: 200px;
  opacity: 0;
  transition: all .5s;
  -webkit-transition: all .5s;
}

.ny_newlist ul li time {
  font-size: 16px;
  color: #999;
  padding-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
  display: flex;
  display: -webkit-flex;
  align-items: center;
}

.ny_newlist ul li time:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url(../images/time1.png) center no-repeat;
  margin-right: 7px;
  transition: all .5s;
  -webkit-transition: all .5s;
}

.ny_newlist ul li .name {
  display: block;
  color: #222;
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  height: 60px;
  margin: 20px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.ny_newlist ul li .ms {
  margin-bottom: 30px;
  font-size: 16px;
  color: #999;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.ny_newlist ul li .more {
  display: block;
  font-size: 16px;
  color: #999;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
}

.ny_newlist ul li .more em {
  display: block;
  width: 48px;
  height: 48px;
  background: #999;
  transform: skewX(-10deg);
  margin-left: 20px;
}

.ny_newlist ul li .more em:after {
  content: "";
  display: block;
  width: 14px;
  height: 11px;
  background: url(../images/jt08.png) center no-repeat;
  position: absolute;
  top: 18px;
  left: 16px;
  transform: skewX(10deg);
}

.ny_newlist ul li:hover:after {
  height: 420px;
  opacity: 1;
}

.ny_newlist ul li:hover>div {
  position: relative;
  z-index: 2;
}

.ny_newlist ul li:hover time {
  color: #fff;
}

.ny_newlist ul li:hover time:before {
  background: url(../images/time3.png) center no-repeat;
}

.ny_newlist ul li:hover .name {
  color: #fff;
}

.ny_newlist ul li:hover .ms {
  color: rgba(255, 255, 255, .45);
}

.ny_newlist ul li:hover .more {
  color: #fff;
}

.ny_newlist ul li:hover .more em {
  background: #fff;
}

.ny_newlist ul li:hover .more em:after {
  background: url(../images/jt09.png) center no-repeat;
}

@media (max-width:1440px) {

  .ny_newlist ul {
    margin-bottom: 10px;
  }
}


@media (max-width:1280px) {
  .ny_newlist ul {
    margin-bottom: 20px;
  }

  .ny_newlist ul li {
    margin-bottom: 20px;
    padding: 20px;
  }
}

@media (max-width:1080px) {

  .ny_newcont .ny_tjnew .text {
    width: calc(100% - 340px);
    padding-right: 10px;
  }

  .ny_newcont .ny_tjnew .text .name {
    font-size: 20px;
  }

  .ny_newcont .ny_tjnew .text .ms {
    margin: 10px 0 20px;
  }

  .ny_newcont .ny_tjnew .text .more em {
    width: 40px;
    height: 40px;
    margin-left: 15px;
  }

  .ny_newcont .ny_tjnew .text .more em:after {
    top: 14px;
    left: 13px;
  }

  .ny_newlist ul {
    margin-bottom: 0;
  }

  .ny_newlist ul li {
    width: 32%;
  }

  .ny_newlist ul li:nth-child(4n) {
    margin-right: 2%;
  }

  .ny_newlist ul li:nth-child(3n) {
    margin-right: 0;
  }

  .ny_newlist ul li .ms {
    margin-bottom: 20px;
  }

  .ny_newlist ul li .more em {
    width: 40px;
    height: 40px;
    margin-left: 15px;
  }

  .ny_newlist ul li .more em:after {
    top: 14px;
    left: 13px;
  }
}

@media (max-width:880px) {
  .ny_newlist ul li time {
    padding-bottom: 10px;
  }

  .ny_newlist ul li .name {
    margin: 15px 0;
  }
}

@media (max-width:767px) {
  .ny_newcont .ny_tjnew {
    display: block;
    justify-content: inherit;
    align-items: inherit;
    margin-bottom: 20px;
    padding: 20px;
  }

  .ny_newcont .ny_tjnew .pic {
    width: 100%;
    height: 200px;
    float: none;
  }

  .ny_newcont .ny_tjnew .text {
    width: 100%;
    margin-top: 20px;
    padding-right: 0;
    float: none;
  }

  .ny_newcont .ny_tjnew:after {
    background: url(../images/newlist_bg.jpg) center no-repeat;
    background-size: cover;
  }

  .ny_newcont .ny_tjnew .text .name {
    font-size: 18px;
    line-height: 30px;
    white-space: inherit;
    text-overflow: inherit;
  }

  .ny_newlist ul li {
    width: 100%;
    padding: 20px;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .ny_newlist ul li:nth-child(3n),
  .ny_newlist ul li:nth-child(4n) {
    margin-right: 0;
  }

  .ny_newlist ul li .name {
    height: auto;
  }
}

@media (max-width:390px) {}

@media (max-width:320px) {
  .ny_newcont .ny_tjnew .pic {
    height: 170px;
  }
}