.newsOutBoxs{ display: flex; justify-content: space-between; flex-wrap: wrap; margin: 76px auto 0; width: 1200px; } .newsOutBoxs .newsBoxs{ margin-bottom: 58px; width: 580px; background: #FFFFFF; border: 1px solid #E3E3E3; } .newsOutBoxs .newsBoxs img{ width: 100%; height: 260px; object-fit:cover; } .newsOutBoxs .newsBoxs h1{ padding: 24px 26px 20px; font-size: 16px; font-family: PingFang; font-weight: 500; color: #333333; line-height: 20px; } .newsOutBoxs .newsBoxs p{ padding: 0 24px; font-size: 16px; font-family: PingFang; font-weight: 500; color: #666666; line-height: 23px; } .newsOutBoxs .newsBoxs p:last-child{ padding: 16px 24px 26px 0; text-align: right; } .pagination{ margin: 12px 0 84px; text-align: center; } .pagination span{ padding: 0 26px; font-size: 14px; font-family: PingFang; font-weight: 500; color: #333333; line-height: 24px; cursor: pointer; } @media only screen and (max-width:1200px ){ .newsOutBoxs{ justify-content: center; width: auto; margin-top: 20px; } .newsOutBoxs .newsBoxs{ margin: 0 10px 58px; } .pagination{ margin-bottom: 15px; } }