.newcon{ width: 90%; max-width: 1400px; margin: 30px auto; display: flex; flex-wrap: wrap; justify-content: space-between; } .newcon li{ width: 250px; overflow: hidden; margin: 20px 0; } .newcon li a:nth-child(1){ width: 100%; height: 125px; border-radius: 20px; display: flex; aligin-items: center; justify-content: center; overflow: hidden; position: relative; } .newcon li a .news-img{ position: absolute; z-index: -1; } .newcon li a p{ width: 70%; margin:auto; color: #811b00; font-size: 20px; font-weight: bold; letter-spacing: 1px; /*text-overflow: -o-ellipsis-lastline; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical;*/ } .newcon li .title{ margin: 5px auto 0; color: #811b00; font-size: 18px; }