@media only screen and (max-width: 900px) {

	/* ========== 页面容器 ========== */
	.layout.qmshome .hpage {
		padding: 0;
		background: #eef3fb;
		overflow-x: hidden;
	}

	.layout.qmshome .notice-container {
		max-width: none;
		margin: 0;
		padding: 0;
		box-sizing: border-box;
	}

	/* 面包屑 */
	.layout.qmshome .notice-container .breadcrumb {
		margin: 20px 0 0;
		padding: 14px 16px;
		border-radius: 0;
		box-shadow: none;
		border-left: none;
		border-bottom: 1px solid #e8eef5;
	}

	.layout.qmshome .notice-container .breadcrumb > li {
		font-size: 15px;
	}

	.layout.qmshome .notice-container .breadcrumb > li + li:before {
		padding: 0 6px;
	}

	/* 搜索区域：横排紧凑布局 */
	.layout.qmshome .search-box-container {
		margin: 0 0 12px;
		padding: 12px 16px;
		border-radius: 0;
		box-shadow: none;
		border-bottom: 1px solid #e8eef5;
	}

	.layout.qmshome .search-box {
		flex-direction: row !important;
		align-items: center;
		gap: 10px;
	}

	.layout.qmshome .search-input-wrap {
		flex: 1;
		max-width: none;
		margin-bottom: 0 !important;
	}

	.layout.qmshome .search-input-wrap input {
		width: 100%;
		height: 38px;
		padding: 8px 12px;
		font-size: 14px;
		border-radius: 19px;
		box-sizing: border-box;
		margin: 0;
	}

	.layout.qmshome .search-btn {
		width: auto;
		flex-shrink: 0;
		height: 38px;
		padding: 0 20px;
		margin-left: 0;
		font-size: 14px;
		border-radius: 19px;
		white-space: nowrap;
	}

	/* 通知列表区 */
	.layout.qmshome .notice-list {
		padding: 16px;
		border-radius: 0;
		border: none;
		box-shadow: none;
	}

	.layout.qmshome .notice-list h2 {
		font-size: 18px;
		margin-bottom: 14px;
		padding-bottom: 10px;
	}

	.layout.qmshome .notice-item {
		padding: 14px 0;
	}

	.layout.qmshome .notice-item h4 {
		font-size: 15px;
		margin-bottom: 6px;
		line-height: 1.5;
	}

	.layout.qmshome .notice-item h4 a {
		padding-right: 24px;
		word-break: break-all;
	}

	/* 分页 */
	.layout.qmshome .pagination-container {
		margin-top: 16px;
		margin-bottom: 12px;
	}

	.layout.qmshome .pagination {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		max-width: 100%;
	}

	.layout.qmshome .pagination ul {
		flex-wrap: wrap;
		justify-content: center;
	}

	.layout.qmshome .pagination ul > li > a,
	.layout.qmshome .pagination ul > li > span {
		min-width: 36px;
		height: 36px;
		font-size: 13px;
	}

	.layout.qmshome .page-info {
		font-size: 12px;
		padding: 0 8px;
		line-height: 1.5;
	}

	.layout.qmshome .footer .wrap {
		padding-left: 16px;
		padding-right: 16px;
		box-sizing: border-box;
	}
}
