
/*列表页新*/
.ny-newslist1 li{display: flex;justify-content: space-between;flex-wrap: wrap;padding: 35px 0;border-bottom: 1px dashed #ddd;position: relative;}
.ny-newslist1 li:first-child{padding-top: 0}
.ny-newslist1 li:first-child .time{top: 0}
.ny-newslist1 li .time{width: 181px;height: 66px;background: url(../images/databg20260907.png) no-repeat center; color: #666;position: absolute;top:35px;left: 0;z-index: 0}
.ny-newslist1 li .time i{display: block;color: #fff;font-size: 14px;width: 100px;text-align: center;position: absolute;right: 0;top: 2px}
.ny-newslist1 li .time span{font-size:30px;color: #82388e;line-height: 1em;display: block;margin-top: 26px;position: relative;left: -7px}
.ny-newslist1 li .txt{width: 100%;padding:35px 0 0 90px;position: relative;z-index: 5}
.ny-newslist1 li .txt h4{font-size: 20px;margin-bottom: 12px;position: relative;line-height: 1.4em}

.ny-newslist1 li .txt p{font-size: 14px;color: #666;line-height: 1.7em;max-height: 46px\0;}
.ny-newslist1 li .txt i{position: absolute;right: 0;bottom: -50px;color: #82388e;font-size: 24px;background: #fff;padding-left: 15px}
.ny-newslist1 li:hover a{color:#82388e }

@media screen and (max-width: 640px){
  .ny-newslist1 li .txt{padding:35px 0 0 70px;}
.ny-newslist1 li .txt h4{font-size: 18px;margin-bottom: 10px;}

}