/* CSS Document */

header{
	width: 1100px;
	margin: auto;
	padding-top: 25px;
	padding-bottom: 25px;
}

header .hader_rap{
	display: flex;
	align-items: flex-end;
}

header .hader_rap #logo{
	margin-right: 25px;
}

header .hader_rap #header_title{
	font-size: 25px;
	color: #0059B2;
	font-weight: bold;
}

#keyimg{
	background: url("../img/keyimg_bg.webp") no-repeat center center;
	background-size: cover;
	padding-bottom: 35px;
}

nav{
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: rgba(28, 82, 188, 0.8);
	margin-bottom: 35px;
}

nav ul{
	margin-bottom: 0;
}

#page_list ul{
	display: flex;
	flex-wrap: wrap;
	padding-left: 10px;
}

#page_list li{
	width: 220px;
	border: 1px solid #ddd;
	padding-top: 10px;
	margin-bottom: 15px;
	margin-right: 15px;
	padding-bottom: 15px;
}

#page_list li:hover{
	background: #E5FAFF;
}

#page_list ul .cap{
	width: 210px;
	height: 150px;
	overflow: hidden;
	margin: auto;
	background: url("../img/header_title.webp") center center no-repeat;
}

#page_list ul .listdate{
	font-size: 11px;
	padding-left: 5px;
	display: block;
}

#page_list ul .listlink{
	padding-left: 5px;
	padding-right: 5px;
	display: block;
}