#root { > .breadcrumbs { margin-top: 32px; padding: 0 25px; } > .main { margin-top: 15px; padding: 0 25px; @leftWidth: 200px; > .left { width: @leftWidth; > .articleCateList { margin-bottom: 20px; } > .contactUs { margin-bottom: 10px; } } > .right { width: calc(100% - @leftWidth - 30px); > .articleList { > ul { > li { border-bottom: 1px dotted #e4e4e4; height: 231px; padding: 15px 0; > a { height: 100%; @leftWidth: 196px; > .left { width: @leftWidth; height: 100%; > * { width: 100%; height: 100%; object-fit: contain; } } >.right { width: calc(100% - @leftWidth - 10px); >.title { font-weight: 700; font-size: 16px; margin-bottom: 10px; } >.description { color: #8d9095; overflow: hidden; text-overflow: ellipsis; max-height: calc(4 * 1.7em); } } } } } } > .empty { margin: 32px 0; text-align: center; font-size: 12px; color: #ccc; } > .pagination { margin-top: 15px; margin-bottom: 20px; } } } }