.news{ padding: 0 30rpx; border-bottom: 5px solid #FBFBFB; margin-top: 10rpx; } .news-box{ padding: 30rpx 0; border-bottom: 1px solid #EBEBEB; display: flex; flex-direction: column; } .news-box:first-child{ padding-top: 0; } .news-title{ color: #242424; font-size: 30rpx; font-weight: bold; } .news-info{ color: #949494; margin-top: 15rpx; font-size: 24rpx; } .news-info text{ margin-right: 20rpx; } .news-big-pic, .news-small-pic{ margin-top: 10rpx; } .news-big-pic image{ width: 100%; } .news-small-pic image{ width: 100%; height: 400rpx; } .transverse-news{ flex-direction: row; justify-content: space-between; } .news-row-img{ width: 30%; height: 150rpx; } .news-row-img image{ width: 100%; height: 100%; } .news-row-info{ width: 68%; }