@charset "utf-8";

.container .container__header .banner {
    margin-top: -70px;
    width: 100%;
    height: 400px;
    overflow: hidden;
    background-image: url('../images/school-list-banner.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column-reverse;
}

.container .container__header .banner .column {
    width: 1200px;
    margin: 0px auto 50px;
    display: flex;
    align-items: center;
}

.container .container__header .banner .column span{
    font-size: 35px;
    color: #fff;
}

.container .container__header .banner .column .iconfont{
    font-size: 55px;
    margin-right: 10px;
}

.container .container__header .banner .column__name {
    font-weight: 800;
}

/* 学校列表 */
.clear {
    clear: both;
    line-height: 0;
    height: 0;
    font-size: 1px;
}

.container .container__main .common__zhxy {
    width: 100%;
    padding: 30px 0px 50px;
}

.container .container__main .common__zhxy .common__zhxy-inner {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.container .container__main .common__zhxy .common__zhxy-inner .path {
    width: 1200px;
    margin: 0 auto;
    border: 0px solid #f00;
    text-align: left;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 16px;
}

.container .container__main .common__zhxy .common__zhxy-inner .path a{
    font-size: 16px;
}

.common__zhxy-list {
}

.common__zhxy-list ul {
}

.common__zhxy-list ul li {
    margin: 10px 10px;
    width: 380px;
    border: 5px solid #fff;
    float: left;
    overflow: hidden;
    box-shadow: 0px 0px 20px 0px rgba(8,99,196,0.15);
    box-sizing: border-box;
}

.common__zhxy-list ul li .thumb {
    width: 370px;
    height: 260px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column-reverse;
}

.common__zhxy-list ul li .text {
    padding: 40px 20px 20px;
    box-sizing: border-box;
    text-align: left;
    font-size: 12px;
    background: linear-gradient(0deg, rgba(2,110,246,0.99) 0%, rgba(2,110,246,0) 100%);
}

.common__zhxy-list ul li .text .title {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.common__zhxy-list ul li .text .bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.common__zhxy-list ul li .text .bottom .iconfont {
    color: #fff;
    font-size: 28px; /* 可根据需要调整 */
    flex-shrink: 0;  /* 不允许被压缩 */
}

.common__zhxy-list ul li .text .bottom .tags {
    font-size: 13px;
}

.common__zhxy-list ul li .text .bottom .tags .tags__zhxy {
    display: inline-block;
    height: 26px;
    line-height: 26px;
    color: #fff;
    background: linear-gradient(90deg, #FFCE18 0%, #FF8A18 100%);
    font-size: 14px;
    width: 75px;
    text-align: center;
    flex-shrink: 0;
}

.common__zhxy-list ul li .text .bottom .tags .tags__zhxy-2 {
    display: inline-block;
    height: 26px;
    line-height: 26px;
    color: #fff;
    background: linear-gradient(90deg, #10CF91 1%, #4FC9FC 100%);
    font-size: 14px;
    width: 75px;
    text-align: center;
    flex-shrink: 0;
    margin-left: 5px;
}

.common__zhxy-list ul li .text .bottom .tags .tags__likes {
    color: #fff;
    margin-left: 5px;
}

.common__zhxy-list ul li .text .bottom .tags .tags__likes .iconfont{
    font-size: 16px;
}

.common__zhxy-list .page {
    color: #666;
    font-size: 12px;
    line-height: 20px;
    margin: 30px auto 15px;
    padding: 5px 0;
    text-align: center;
    overflow: hidden;
}

.common__zhxy-list .page span {
    margin: 0px 5px;
}

.common__zhxy-list .page a {
    background: #fafafa;
    border: 1px solid #eee;
    color: #888;
    display: inline-block;
    margin: 0 4px 0px;
    padding: 3px 15px;
    text-decoration: none;
    border-radius: 5px;
}

.common__zhxy-list .page a:hover {
    background: #fff;
    color: #10CF91;
    border: #10CF91 1px solid;
}

.common__zhxy-list .page b {
    color: #fff;
    border: 1px solid #10CF91;
    display: inline-block;
    margin: 0 2px 0px;
    padding: 3px 15px;
    font-weight: normal;
    background: linear-gradient(90deg, #10CF91 1%, #4FC9FC 100%);
    border-radius: 5px;
}

/* 搜索 */
.common__zhxy .common__zhxy-inner .search {
    padding: 30px 10px 10px;
}

.common__zhxy .common__zhxy-inner .search .search-bar {
    width: 500px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.common__zhxy .common__zhxy-inner .search .search-bar .iconfont {
    padding: 5px 0px 5px 10px;
    background-color: #ECF3FB;
    font-size: 24px;
    border-radius: 5px 0 0 5px;
    color: #B2B7BF;
}

.common__zhxy .common__zhxy-inner .search .search-input {
    flex: 1;
    padding: 5px 10px;
    border: none;
    font-size: 14px;
    background: #ECF3FB;
    line-height: 25px;
}

.common__zhxy .common__zhxy-inner .search .search-button {
    background: linear-gradient(to right, #02a6f2, #39d4b5);
    border: none;
    color: white;
    padding: 5px 20px;
    font-size: 14px;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    width: 94px;
    line-height: 25px;
}

.common__zhxy .common__zhxy-inner .search .filter-group {
    margin-bottom: 15px;
    text-align: left;
}

.common__zhxy .common__zhxy-inner .search .filter-title {
    font-weight: bold;
    margin-right: 10px;
    width: 45px;
    flex-shrink: 0;
}

.common__zhxy .common__zhxy-inner .search .filter-options {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 10px;
    vertical-align: middle;
}

.common__zhxy .common__zhxy-inner .search .filter-option {
    padding: 4px 18px;
    border-radius: 20px;
    background-color: #f0f4ff;
    color: #333;
    font-size: 14px;
    cursor: pointer;
    border: 1px solid transparent;
}

.common__zhxy .common__zhxy-inner .search .filter-option.active {
    background-color: #0270f6;
    color: white;
}

.common__zhxy .common__zhxy-inner .search .filter-row {
    margin-bottom: 15px;
    display: flex;
}