.header{
	z-index: 99;
}
.menu{
	position: fixed;
	top: 70px;
	left: 0;
	height:50px;
	background: #1e44a7;
	z-index: 99;
}
.menu .select{
	background: #3f6ad2;
}
.menu .item {
	/*max-width: 120px;*/
}
.menu .item a{
	display: inline-block;
	color: #fff;
	/* padding: 10px 15px; */
	font-size: 20px;
	line-height: 50px;
	padding-left: 20px;
	padding-right: 20px;
}
.content .top{
	width: 100%;
	height: 50px;
	line-height: 50px;
	border-bottom:1px solid #2C5AA0 ;
	font-weight: bold;
	position: relative;
}
.content .title{
	color: #2C5AA0;
	font-size: 20px;
}
.content .more{
	color: #2C5AA0;
	font-size: 20px;
	position: absolute;
	right: 0;
	top: 0;
	line-height: 50px;
}
.info{
	width: 100%;
	padding-bottom: 20px;
	box-shadow: 0 0 3px #f5f5f5;
	padding-top: 10px;
}

.info .top{
	width: 100%;
	height: 50px;
	line-height: 50px;
	color:#2C5AA0;
	font-size: 20px;
	border-bottom: 1px solid #e0e0e0;
	font-weight: bold;
	text-align: center;
}
.content .titles{
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
}
.content .date{
	width: 100%;
	height:40px;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	color: #888;
}
.content .detail{
	width: 100%;
	/* text-align: center; */
	font-size: 18px;
}

.content .subtitle{
	width: 100%;
	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #e4e4e4;
	
}
.content .subtitle li {
	list-style: inside;
		
}

.bottom{
	width: 100%;
	font-size: 18px;
	margin-top: 10px;
	border-bottom: 2px solid #e6e6e6;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.bottom .item{
	width: 100%;
	text-align: right;
}
.mainTitle{
	width: 100%;
	font-size: 20px;
	color: #2C5AA0;
	margin-top: 60px;
	font-weight: bold;
	position: relative;
}
.mainTitle .tip{
	padding: 2px 5px;
	background: #f0f5ff;
	color: #2859A0;
	font-size: 14px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: -25px;
}
.search{
	width: 100%;
}
.filter{
	width: 100%;
	height: 100px;
	border: 1px solid #ccced0;
	margin-top: 20px;
	background: #f0f5ff;
}
.filter .tip{
	width: 100%;
	height: 30px;
	margin-top: 10px;
	color: #2A579E;
	text-indent: 10px;
}
 .filter {
		border: 1px solid #dee2e6;
		border-radius: 4px;
	}
	.filter .tip {
		font-weight: bold;
		margin-bottom: 10px;
	}
	.search input {
		width: calc(100% - 300px);
		padding: 8px;
		border: 1px solid #ced4da;
		border-radius: 4px 0 0 4px;
		margin-left: 100px;
	}
	.search button {
		float: right;
		margin-right: 15px;
		padding: 8px 15px;
		background-color: #0d6efd;
		color: #fff;
		border: none;
		border-radius:4px;
		cursor: pointer;
	}
	.search-result-title {
		font-size: 16px;
		font-weight: bold;
		margin: 20px 0 10px;
		color: #333;
	}
	.box{
		width: 100%;
		border-bottom: 1px solid #e1e1e1;
		display: flex;
		flex-wrap: wrap;
		position: relative;
	}
	.box .items{
		width: 50%;
		height: 40px;
		line-height: 40px;
		flex: 1 1 calc(50% - 10px); /* 每行两个 item，减去间隔的一半 */
		box-sizing: border-box;
	}
	.box .items .key{
		width: 150px;
		font-size: 16px;
		font-weight: bold;
	}
	.box .ercode{
		width: 140px;
		height: 140px;
		position: absolute;
		right: 10px;
		bottom: 10px;
	}
	.box .ercode img{
		width: 100%;
		height: 100%;
	}