.base {
	width: 100%;
	height: 198px;
	background: #272E39;
	/* margin-top: 85px; */
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
}

.fileWjBox {
	display: flex;
	flex-wrap: wrap;
}

.fileWjBox img {
	width: 200px;
}

.base .show {
	width: 1400px;
	height: 100px;
	display: flex;
	/* background-color: aliceblue; */
}

.base .show a {
	text-decoration: underline;
	/* 标准下划线样式 */
	margin-left: 10px;
}

.base .show .fake {
	border: 1px solid #9D9D9D;
	height: 46PX;
	/* margin-top: 20px; */
	margin: 20px 30px;
	/* margin-left: 30px; */
	/* position: absolute; */
	/* left: 50%; */
	/* margin: 0 auto; */
	/* background-color: aliceblue; */
}

.base .show .left {
	width: 820px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	/* align-items: center; */
}

.base .show .right {
	display: flex;
	width: 510px;
	/* justify-content: center; */
	/* padding-left: 30px; */

	align-items: center;
	/* flex-direction: column; */
}

.base .show .right .beian {
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	white-space: nowrap;
	/* flex-direction: column; */
}

.base .show .right .ewm {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-left: 50px;
	/* flex-direction: column; */
}

.base .show .right .ewm span {
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #FFFFFF;
	margin-top: 5px;
	/* flex-direction: column; */
}

.base .show .right .ewm img {
	width: 142px;
	height: 142px;
	display: flex;
}

.base .show .left .line1 {
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #FFFFFF;
	display: flex !important;
	justify-content: flex-start !important;
	/* 覆盖对齐方式 */


}

.base .show .left .line2 {
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #FFFFFF;
	margin-top: 20px;
}

.base .show .left .line1 span {
	margin-right: 25px;
}