@import "./common.css";

.banner__press {
    display: flex;
}
.banner__container {
    border-radius: 10px 0 0 10px;
}
.banner__container img {
    width: 544px;
    height: 400px;
    border-radius: 10px 0 0 10px;
}
.press__container {
    padding: 20px 16px;
    border: 1px solid #eee;
    display: inline-block;
    background: #fff;
    width: 655px;
    height: 400px;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 13%);
    border-radius: 0 10px 10px 0;
}
.press__item {
    color: #000;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 10px 0 13px;
}
.banner__press li span:first-child {
    width: 38px;
    height: 20px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    background: #eef0fa;
    color: #999;
    border-radius: 3px;
    font-size: 12px;
    text-align: center;
}
.banner__press li:hover span:first-child {
    background: #116dc3;
    color: #fff;
}
.banner__press li span:last-child {
    font-size: 14px;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.banner__press li:hover span:last-child {
    color: #116dc3;
}
.simple__title {
    display: flex;
    margin: 50px 0 0 0;
    padding-bottom: 8px;
    width: 1200px;
    align-items: center;
    font-size: 20px;
    border-bottom: 1px solid #116dc3;
}
.school__recommend .recommend__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-row-gap: 20px;
    grid-column-gap: 36px;
    margin-top: 20px;
}
.school__recommend .recommend__list li a {
    display: flex;
    align-items: center;
    height: 108px;
    background: #fff;
    box-shadow: 0 0 8px 0 rgb(0 0 0 / 10%);
    padding: 20px;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.3s;
}
.recommend__list li:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 8px 0 rgba(0, 0, 0, 0.1);
    transition: 0.3s;
}
.school__recommend .recommend__list li a img {
    margin-right: 20px;
    width: 60px;
    height: 60px;
}
.school__text {
    display: inline-block;
    max-width: 240px;
}
.school__text h3 {
    margin-bottom: 12px;
    font-weight: 700;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.school__text span {
    font-size: 12px;
    color: #b3b3b3;
    border: 1px solid #eee;
    padding: 3px 5px;
    margin-bottom: 5px;
    display: inline-block;
}
.news__column {
    width: 1200px;
}
.news__tabs {
    margin-top: 50px;
    border-bottom: 1px solid #116dc3;
}
.news__content:not(:first-child) {
    display: none;
}
.news__tabs .tabs__list {
    display: flex;
    width: 100%;
}
.tabs__list .news__tab label {
    display: inline-block;
    width: 140px;
    height: 51px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    cursor: pointer;
}
.tabs__list .news__tab input {
    display: none;
}
.tabs__list .news__tab input:checked + label {
    box-shadow: inset 0 21px 24px -28px #1477e7;
    color: #116dc3;
    font-weight: 700;
}
.tabs__list .news__tab:hover label {
    box-shadow: inset 0 21px 24px -28px #1477e7;
    color: #116dc3;
    font-weight: 700;
}
.news__list {
    margin-top: 20px;
}
.news__item {
    width: 100%;
    height: 140px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #eee;
    margin-bottom: 20px;
    transition: 0.3s;
    cursor: pointer;
}
.news__item:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.1);
    transition: 0.3s;
}
.news__more {
    margin-bottom: 50px;
    text-align: center;
}
.news__more a {
    border: 1px solid #eee;
    background: #fff;
    padding: 10px 40px;
    box-sizing: border-box;
    border-radius: 10px;
    font-size: 14px;
    color: #116dc3;
    cursor: pointer;
}
.news__more a:hover {
    color: #fff;
    background: #116dc3;
    transition: 0.3s;
}
.news__item a {
    display: flex;
    padding: 24px 20px;
}
.news__text {
    display: flex;
    flex-direction: column;
    width: calc(100% - 70px);
}
.news__title {
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    color: #000;
}
.news__desc {
    color: #333;
    font-size: 14px;
    line-height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news__source {
    font-size: 12px;
    line-height: 40px;
    color: #bababa;
}
.news__time {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 54px;
    height: 54px;
    background: #116dc3;
    border-radius: 8px;
    color: #fff;
    margin-right: 15px;
}
.news__time span:first-child {
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    color: #fff;
}
.news__time span:last-child {
    font-size: 12px;
    line-height: 20px;
    font-weight: 700;
    display: inline-block;
    color: #fff;
}
