.page-container { background: #EFF3F8; } .news-container { background: #fff; } .detail-content { padding: 20px; } .nav-container { font-size: 14px; margin: 0 0 20px 0; color: #BFBFBF; width: 1000px; overflow: hidden; text-overflow:ellipsis; white-space: nowrap; } .nav-container .nav-link { color: #3287FE !important; } .nav-link a { height: 24px; line-height: 24px; } .detail-container .title { height: 24px; font-size: 24px; color: #262626; text-align: center; font-weight: bold; } .detail-container .desc { font-size: 14px; color: #999999; text-align: center; display: flex; justify-content: center; margin: 20px 0; } .detail-container .desc .type { margin: 0 20px 0 0; } .detail-container .content { border-top: 1px solid #E0E0E0; padding: 50px 0 30px 0; } .detail-container .content img { max-width: 100%; height: auto; object-fit: cover; }