Vnewslist.wxss 1.6 KB
page {
  background: #f9f9f9;
}
.container {
  width: 100%;
  background: #f9f9f9;
}
.container .new_klist {
  width: 100%;
  padding: 32rpx;
  box-sizing: border-box;
}
.container .new_klist .new_k_item {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 28rpx 0;
  box-sizing: border-box;
  border-bottom: 1rpx solid #f2f2f2;
}
.container .new_klist .new_k_item .left_box {
  flex: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  height: 156rpx;
  padding: 0 20rpx;
  box-sizing: border-box;
}
.container .new_klist .new_k_item .left_box .to_title {
  width: 100%;
  font-size: 28rpx;
  font-family: PingFang SC, PingFang SC-Medium;
  font-weight: 500;
  text-align: left;
  color: #06121e;
}
.container .new_klist .new_k_item .left_box .to_date {
  width: 100%;
  height: 34rpx;
  font-size: 24rpx;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  text-align: left;
  color: #5b5e63;
}
.container .new_klist .new_k_item .rgt_img {
  width: 224rpx;
  height: 156rpx;
}
.container .new_klist .new_k_item .rgt_img image {
  width: 100%;
}
.container .new_klist .cno {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .new_klist .cno .kongbox {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 200rpx auto;
}
.container .new_klist .cno .kongbox image {
  width: 100%;
  height: 450rpx;
}
.container .new_klist .cno .kongbox .c_name {
  margin-top: 30rpx;
  font-size: 32rpx;
  color: #ccc;
}