
.box-search {
	display: flex;
	align-items: center;
	margin-top: 50px;

}

.pc-box .box-search input {
	width: 672px;
	height: 56px;

	background-color: #ffffff;
	border-radius: 4px;
	border: solid 1px #e5e5e5;
	display: flex;
	align-items: center;
	padding-left: 25px;
	height: 56px;
}

.search {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 84px;
	height: 56px;
	background-color: #850913;
	border-radius: 4px;
	border: solid 1px #e5e5e5;
	margin-left: -1px;
	font-family: " MicrosoftYaHei-Bold";
	font-size: 16px;
	cursor: pointer;
	color: #ffffff;
}

.box-num {
	font-size: 14px;
	font-weight: 500;
	color: #929292;
	padding-top: 41px !important;
}

.box-list {
	height: 300px;
	width: 100%;
	margin-top: 42px;
	
	/* background-color: antiquewhite; */
}
.box-list li{
	margin-top: 35px;
}

.box-item {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	flex: 1;
	font-family: "MicrosoftYaHei";
}

.box-list h1 {
	font-weight: 500;
	font-size: 20px !important;
	letter-spacing: 1px;
	color: #1b1b1b;
}

.box-list h1:hover  {
	text-decoration: underline;
}

.box-list .date {
	font-size: 14px;
	letter-spacing: 1px;
	color: #1b1b1b;
	opacity: 0.4;
}

.box-list .conten{
	color: #8a8a8a;
	font-size: 14px;
	line-height: 25px;
	margin-top: 5px;
}
