body {line-height: 1.5;}
.header {
    background: white;
    padding: 0.2rem;
    box-shadow: 0 0.02rem 0.08rem rgba(0,0,0,0.05);
    margin-bottom: 0.2rem;
}

.search-container {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-title {
    font-size: 0.24rem;
    font-weight: bold;
    color: #333;
}

.text-search-box {
    display: flex;
    align-items: center;
    background: #F3F4F5;
    border-radius: 1rem;
    padding: 0.06rem 0.09rem;
    width: 8rem;
    line-height: 0.53rem;
    margin-bottom: 0.53rem;
}

.text-search-box input {
    flex: 1;
    border: none;
    background: transparent;
    outline: none;
    font-size: 0.2rem;
    padding: 0 0.08rem;
    line-height: 0.53rem;
}

.text-search-box button {
    border: none;
    cursor: pointer;
    color: #666;
    font-size: 0.16rem;
    width: 0.53rem;
    height: 0.53rem;
    border-radius: 50%;
    background: #F16419 url(../images/sous2.svg) no-repeat center/0.18rem;
}

.container {
    display: flex;
    margin: 0 auto;
}

/* 左侧筛选框 */
.filter-sidebar {
    width: 3.09rem;
    border-radius: 0.04rem;
    margin-right: 0.8rem;
    box-shadow: 0 0.01rem 0.03rem rgba(0,0,0,0.05);
}
.filter-sidebar .tt {
    font-size: 0.3rem;
    font-weight: bold;
    line-height: 2;
    border-bottom: 0.01rem solid rgba(112, 112, 112, 48%);
    margin-bottom: 0.28rem;
}
.filter-section {
    margin-bottom: 0.38rem;
}

.filter-title {
    font-weight: bold;
    margin-bottom: 0.21rem;
    font-size: 0.21rem;
    color: #191919;
}

.filter-list {
    list-style: none;
}

.filter-list li {
    margin-bottom: 0.12rem;
    display: block;
}

.filter-list label {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 0.17rem;
   color:#191919;
}

.filter-list input[type="checkbox"],
.filter-list input[type="radio"] {
    margin-right: 0.11rem;
    accent-color: #F16419;
}

/* 子级缩进 */
.sub-list {
    padding-left: 0.2rem;
    margin-top: 0.06rem;
    display: none;
}

.sub-list.show {
    display: block;
}

/* 全部选项 */
.all-option {
    padding-bottom: 0;
    margin-bottom: 0.1rem;
}

/* 展开/收起按钮 */
.expand-btn {
    display: none;
    background: none;
    width: auto;
    text-align: left;
    padding: 0;
    border: none;
    font-size: 0.17rem;
    line-height: 1.5;
    cursor: pointer;
    color: #F16419;
    border-bottom: 0.01rem solid #F16419;
}

.expand-btn.show {
    display: block;
}

/* 位置部分样式 */
.location-item {
    margin-bottom: 0.08rem;
}

.location-header {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.location-header input[type="checkbox"] {
    margin-right: 0.08rem;
}

.location-expand-icon {
    margin-left: auto;
    font-size: 0.2rem;
    color: #63707E;
    cursor: pointer;
    width: 0.25rem;
    height: 0.25rem;
    text-align: center;
    border-radius: 50%;
    line-height: 0.21rem;
    border: 0.01rem solid #63707E;
    box-sizing: border-box;
}

/* 超过6条隐藏 */
.filter-list li.hidden {
    display: none;
}

/* 右侧内容区 */
.content-area {
    flex: 1;
    padding: 0;
}

.page-title-small {
    font-size: 0.18rem;
    font-weight: bold;
    margin-bottom: 0.2rem;
    color: #333;
}

.card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.43rem 0.33rem;
}

.card-item {
    border: 0.01rem solid #eaeef1;
    border-radius: 0.1rem;
    overflow: hidden;
    transition: all 0.3s ease;
    background: #fff;
    position: relative;
    background:
}

.card-item:hover {
    box-shadow: 0 0.04rem 0.12rem rgba(0,0,0,0.08);
    transform: translateY(-0.02rem);
}

.card-image {
    padding-top: 67.56%;
    background-color: #ddd;
    background-size: cover;
    background-position: center;
    position: relative;
}

.card-image img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

.card-content {
    padding: 0.27rem 0.35rem 0.48rem;
    background: #FFFFFF url(../images/jsbg1.png)no-repeat center/cover;
    height:100%;
}

.card-title {
    font-size: 0.21rem;
    font-weight: bold;
    margin-bottom: 0.27rem;
    color: #191919;
}

.card-meta {
    font-size: 0.17rem;
    color: #909090;
    line-height: 1.8;
}

.card-meta div {
    margin-bottom: 0.08rem;
    display: flex;
    justify-content: flex-start;
}

.card-meta span:first-child {
    font-weight: 400;
    color: #191919;
}
.card-meta span:last-child {
    flex: 1;
}
.loading, .no-data, .error {
    text-align: center;
    padding: 0.5rem;
    font-size: 0.16rem;
    color: #666;
}

.pagination {
    margin-top: 0.3rem;
    text-align: center;
    padding: 0.2rem 0;
}

.pagination a, .pagination span {
    display: inline-block;
    padding: 0.08rem 0.12rem;
    margin: 0 0.04rem;
    border: 0.01rem solid #ddd;
    border-radius: 0.04rem;
    text-decoration: none;
    color: #333;
    background: white;
    min-width: 0.4rem;
    text-align: center;
}

.pagination a:hover {
    background: #f5f5f5;
    border-color: #0066cc;
    color: #0066cc;
}

.pagination .current {
    background: #0066cc;
    color: white;
    border-color: #0066cc;
}

.pagination-info {
    text-align: center;
    color: #666;
    font-size: 0.14rem;
    margin-top: 0.1rem;
}
.card-item .more {margin-top:0;width: 0.45rem;height: 0.45rem;background: #F16419;border-radius: 50%;color: #fff;line-height:0.45rem;text-align:center;background:#F16419 url(../images/jiantou.svg)no-repeat center/0.2rem;    position: absolute;
    right: 0.32rem;
    bottom: 0.33rem;}
.card-item .more a{color:transparent;width: 100%;height: 100%;display: block;}

/* 专业方向展开样式 */
.major-container {
    position: relative;
}

.major-header {
    display: flex;
    align-items: flex-start;
}

.major-header span.major-item {
    color: #909090;
}

.major-content {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0!important;
}

.major-text {
    flex: 1;
}

.major-text-expanded {
    display: flex;
    flex-wrap: wrap;
    gap: 0.05rem;
    /* flex-direction: column; */
    margin: 0 0.1rem 0.1rem;
    max-height: 2.5rem;
    overflow: auto;
}

.major-item {
    display: inline-block;
    color: #666;
}

.major-item.undergrad {color: #909090;width:100%;display: block;}

.major-item.postgrad {width: 100%;color: #909090;}

.major-expand-icon {
    cursor: pointer;
    background: url(../images/zyfxico.svg)no-repeat center/0.13rem;
    border-radius: 4px;
    text-align: center;
    transition: all 0.3s;
    white-space: nowrap;
    flex-shrink: 0;
    position: absolute;
    right: 0;
    color: transparent;
}

.major-expand-icon:hover {
}

.major-full-list {
    display: none;
    position: absolute;
    background: #eee;
    width: 60%;
    box-sizing: border-box;
    border-radius: 0.1rem;
    z-index: 1;
}

@media screen and (max-width:999px){
.container {
    display: flex;        flex-direction: column;
}
.filter-sidebar{width:100%;margin-right:0;}
.text-search-box{width:100%;}
}

@media screen and (max-width:767px){
.card-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.43rem 0.33rem;
}
}
@media screen and (max-width:530px){
.expand-btn{font-size:14px;}
.filter-sidebar .tt { font-size: 25px;}
.filter-title{font-size:18px;}
.filter-list label{    font-size: 16px;}
.card-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0.43rem 0.33rem;
}
.card-title {font-size: 20px;}
.card-meta {font-size: 16px;}
.pagination-info{font-size:14px;}
}