#main-container { .container1 { width: 1280px; margin: 0 auto; @media (max-width: 1300px) { width: 1150px; } } padding-top: 50px; .blog-item-list { .blog-item { padding-bottom: 20px; margin-bottom: 20px; border-bottom: 1px solid #E5E5E5; display: flex; .bi-pic { float: none; width: 308px; height: 210px; margin: 0; img { width: 100%; height: 100%; background: #E6E6E6; border-radius: 7px 7px 7px 7px; } } .bi-text { flex-grow: 1; padding-left: 16px; width: 0; height: 100%; display: flex; flex-direction: column; justify-content: space-between; h4 { font-size: 22px; line-height: 35px; font-weight: 500; color: #0A083A; line-height: 35px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; height: 70px; } .time { font-size: 13px; color: #57586E; line-height: 22px; margin-bottom: 20px; } .desc { font-size: 15px; margin-bottom: 8px; font-weight: 400; color: #57586E; line-height: 30px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; } .read-more { color: #175CFF; font-size: 13px; } } } } } .list-auto { width: 50%; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; text-overflow: ellipsis; } .right-main { padding: 0 35px; border-left: 1px solid #E5E5E5; .right-title { padding: 10px 0; position: relative; line-height: 35px; padding-left: 30px; font-weight: 500; color: #0A083A; font-size: 16px; img { position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 24px; } } .right-image { padding-top: 10px; img { width: 100%; } } .right-middle-background { background: #FAFAFA; height: 80px; width: 100%; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; button { width: 70%; height: 50px; border: none; box-shadow: none; background: none; background: linear-gradient(90deg, #175CFF 0%, #5889FF 100%); color: #fff; font-size: 18px; border-radius: 26px; } } } .list-unstyled { padding: 5px 0; li { padding-left: 10px; line-height: 30px; overflow: hidden; text-overflow :ellipsis; white-space :nowrap; position: relative; i { position: absolute; left: 0; transform: translateY(-50%); width: 5px; height: 5px; display: block; background: #175CFF; border-radius: 50%; } } } .entry-content { padding: 10px 0; border-top: 1px solid #E5E5E5; border-bottom: 1px solid #E5E5E5; } .post-meta span { margin-right: 30px!important; border: none!important; } .bc-related-post { background: transparent!important; width: 100%; display: flex; .left { flex-grow: 1; width: 0; div { font-size: 15px; color: #222; font-weight: 500; line-height: 22px; } } .right { flex-grow: 1; width: 0; div { font-size: 15px; color: #222; font-weight: 500; line-height: 22px; } } }