.head2-2 ul li .dj2 {
    color: #0c8b51;
}
.banner {
	background: url(/images/bgbanner.webp) no-repeat;
	background-size: 100%;	
    height: 336px;	
}
.banner1 {
	color: #fff;
	padding: 70px;
	background-image: linear-gradient(to right, #093281, #09328159);
	text-align: center;
	height: 336px;	
}

.banner1 p {
	margin: 20px 0;
}
.banner1 .p-1 {
	font-size: 35px;
	line-height: 60px;
	font-weight: 700;
	letter-spacing: 10px;	
}
.banner1 .p-1 span {
	color: #ebd318;
}
.banner1 .line {
	background-image: linear-gradient(to right, #fff, #ffffff00);
	margin: 20px 0;
	width: 37%;
	height: 5px;
}
.banner1 .p-2 {
	font-size: 30px;
	letter-spacing: 20px;
	line-height: 50px;
}
.banner1 .p-3 {
	font-size: 20px;
}
.banner1 .p-4 {
	font-size: 20px;
}
.banner1 .bg-t {
	padding: 5px 10px;
	background: #ffffff47;
	width: 37%;
	font-size: 18px;
	margin-top: 20px;
	letter-spacing: 3px;
	margin-bottom: 10px;
}
.banner .btn {
	margin-top: 10px;
	display: inline-block;
	padding: 5px 10px;
	border-radius: 3px;
	background: #1E1E1E;
	color: #fff;
	border: 1px solid #1E1E1E;
	font-weight: 600;
}
.banner .btn:hover {
	background: unset;
	color: #fff;
	border: 1px solid #fff;
}
.filter-box { background: #f8f9fa; padding: 20px; border-radius: 8px; margin-bottom: 30px; }
.filter-group { display: flex; flex-wrap: wrap; align-items: center; margin-bottom: 12px; }
.filter-group:last-child { margin-bottom: 0; }
.label { width: 80px; font-weight: bold; color: #666; font-size: 14px; }

.filter-group button {
    border: none; background: transparent; padding: 6px 12px; margin: 2px 5px;
    cursor: pointer; border-radius: 4px; font-size: 14px; transition: 0.2s;
}
.filter-group button:hover { background: #e9ecef; }
/* 激活状态：蓝色背景 */
.filter-group button.active { background: #007bff; color: #fff; }
.filter-group button span {
	font-weight: 700;
	display: inline-block;
    margin: 0 2px;
}
.school-list { list-style: none; padding: 0; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 20px; }
.school-item { transition: 0.3s; }
.school-item:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0,0,0,0.1); }

/* 核心：隐藏不匹配的项目 */
.school-item.hidden { display: none; }

.pagination { 
    display: flex; 
    justify-content: center; 
    gap: 10px; 
    margin-top: 30px; 
    padding-bottom: 50px;
}
.pagination button {
    padding: 8px 15px;
    border: 1px solid #ddd;
    background: #fff;
    cursor: pointer;
    border-radius: 4px;
}
.pagination button.active {
    background: #007bff;
    color: white;
    border-color: #007bff;
}
.pagination button:disabled {
    background: #f5f5f5;
    cursor: not-allowed;
    color: #ccc;
}


.rm {
	margin-top: 60px;	
}
.rm h2 {
	width: 30%;
	display: inline-block;
	padding-right: 30px;
	margin-right: 30px;
	border-right: 4px solid #07294d;
}

.rm ul li {
	width: 22%;
	height: 300px;
	display: inline-block;
	margin: 1%;
	border-radius: 10px;
    box-shadow: 0px 6px 14px 0px #ededed;
	vertical-align: top;
}
.rm p {
	margin: 0;
	font-size: 14px;
}
.rm1 {
	text-align: center;
	height: 130px;
}
.rm1 img {
	width: 45%;
	margin: 20px auto 0;
}
.rm2 {
	padding: 20px;
	color: #07294d;
	text-align: center;
}
.rm2 a {
	color: #07294d;
}
.rm2 a:hover {
	color:#181cef
}
.rm2 .p-tit1 {
	margin-bottom: 10px;
}
.rm2 .p-tit2 {
	font-size: 22px;
	margin-bottom: 10px;
}
.rm3 {
	border-bottom: 1px solid #07294d;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.rm3 p {
	margin: 10px 0;
}
.rm4 {
	text-align: left;
	font-size: 14px;
}
.rm4 p {
	text-align: left;
	margin: 5px 0;
}
.rm4 .weizhi:before {
	content: '';
    background: url(/ranking/weizhi.webp);
    background-size: cover;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 10px;
}
.rm4 span {
	display: inline-block;	
	margin: 5px 0;
	margin-right: 10px;
}
@media (max-width: 767px) {
	.banner {
		height: auto;
		background-size: 100% 100%;
	}
	.banner1 {
		width: 100%;
		padding: 10px;
		height: auto;
	}
	.banner1 p {
		margin: 13px 0;
		font-size: 14px;
	}
	.banner1 .p-1 {
		font-size: 16px;
		line-height: 20px;
		letter-spacing: 3px;
	}
	.banner1 .p-2 {
		font-size: 16px;
		letter-spacing: 10px;
		line-height: 20px;
	}
	.rm ul li {
        width: 47%;
        height: auto;
        min-height: 210px;
    }
	.rm1 {
        height: 70px;
    }
	.rm1 img {
        width: 35%;
        margin: 10px auto 0;
    }
	.rm2 {
        padding: 10px;
    }
	.rm2 .p-tit1 {
        font-size: 12px;
    }
	.rm2 .p-tit2 {
        font-size: 16px;
        font-weight: 700;
    }
}