@CHARSET "UTF-8";
.caption-wraper .caption{ display:none;}
li{ list-style-type:none; }

.navbar-fixed-top, .navbar-fixed-bottom {
    position: absolute;
    right: 0;
    left: 0;
    z-index: 1030;
}

/* home_title */
.home_title {
	/* 标题文字样式 */
	font-size: 18px; /* 可根据需求调整大小 */
	font-weight: 500;
	/* 底部下划线核心样式 */
	display: inline-block; /* 让下划线宽度与文字一致 */
	padding-bottom: 10px; /* 文字与下划线的间距 */
	border-bottom: 2px solid #0168B7; /* 下划线：宽度+实线+常用蓝色（可替换为其他颜色） */
	margin-bottom:20px;
}

.fa-angle-right {
	position:absolute;
	right:15px;
	margin-top:5px;
	color:#333;
}

/* home-news 首页新闻资讯*/
.home-news{ width:100%; overflow:hidden; padding:30px 0; }
.home-news img{ width:100%;}
.NewsDate{ text-align:right;}

/* home-wanqu 湾区教育 */
.home-wanqu{ width:100%; overflow:hidden; background:#F6F7FF; padding:30px 0; }

/* home-wanqufw 湾区服务 */
.home-wanqufw{ width:100%; overflow:hidden; padding:30px 0; }

.date-icon {
	/* 基本样式 */
	width: 55px;
	height: 55px;
	background-color: #878787;
	color: white;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	
	/* 可选的阴影效果 */
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
a:hover .date-icon{
	background-color: #0168B7;
}
.date-number {
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 5px;
}

.date-month {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}



