@import "./common.css";

main {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.main__container {
    display: flex;
    flex-direction: column;
    width: 800px;
}
.article {
    width: 800px;
}
.article__title {
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: 700;
    color: #000;
}
.article__info {
    padding-bottom: 20px;
    width: 100%;
    color: #999;
    font-size: 16px;
    display: inline-block;
    border-bottom: 1px solid #eee;
}
.article__content {
    font-size: 16px;
    padding: 20px 0;
    min-height: 670px;
    line-height: 28px;
}
.article__content img {
    max-width: 800px !important;
}
.news__similar .label {
    font-size: 18px;
    font-weight: 700;
}
.similar__list {
    display: flex;
    flex-direction: column;
    margin: 12px 0 20px;
}
.similar__item {
    position: relative;
    margin-bottom: 8px;
    padding: 8px 56px 8px 12px;
    border-radius: 4px;
    background: #f9f9f9;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.similar__title {
    font-size: 16px;
    color: #1d1d1f;
    font-weight: 700;
    line-height: 20px;
}
.similar__desc {
    font-size: 14px;
    color: #858585;
    line-height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.detail {
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    color: #116dc3;
}
.school__recommend span {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}
.school__list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 12px 0 20px;
}
.school__list li {
    padding: 8px 12px;
    border-radius: 4px;
    color: #000;
    background: #f9f9f9;
}
.school__list li a {
    color: #000;
}
.other__article  {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
}
.other__article .prev, .other__article .next {
    width: 48%;
    height: 100px;
    color: #116dc3;
    line-height: 100px;
    text-align: center;
    border-radius: 10px;
    background: #f9f9f9;
} 