.pic-list{ display: flex; justify-content: space-between; flex-wrap: wrap; } .pic-list .pic-list-item{ margin-top: 10px; margin-bottom: 13px; } .pic-list .pic-list-item .pic-list-item-name{ color: #6e1e6f; font-size: 20px; line-height: 68px; text-align: center; } .content .inner .article-content{ padding: 30px; } .content .inner .title-content{ height: 600px; } .article-detail-title{ width: 100%; height: 50px; line-height: 50px; text-indent: 21px; color: #fff; background: linear-gradient(to right, #7c3030 0%, #ffffff 100%); } .article-detail-content{ box-sizing: border-box; display: flex; width: 100%; padding: 50px 80px 0 40px; } .article-detail-content .article-detail-img{ margin-right: 65px; } .article-detail-content .article-detail-text .article-title{ line-height: 70px; } .article-detail-content .article-detail-text p{ line-height: 32px; }