*{margin: 0;padding: 0;}
li{list-style-type: none;}
a{text-decoration: none;}
.clear{clear: both;}
body{
	font-size: 14px;
}
.banner {
	max-width: 1350px;
	height: 422px;
	background: url("../../statics/images/404.png");
	background-size: 100% 100%;
	margin: 40px auto 0;
}

.banner>div {
	width: 260px;
	text-align: center;
	color: #fff;
	margin: 70px 0 0 329px;
}

.banner h1 {
	font-family: MicrosoftYaHei;
	font-size: 110px;
	color: #3aade4;
	font-weight: normal;
	padding-top: 50px;
}

.banner p {
	font-size: 20px;
	margin-bottom: 20px;
}

.banner a {
	display: block;
	width: 120px;
	height: 40px;
	border-radius: 10px;
	border: solid 1px #ffffff;
	line-height: 40px;
	font-size: 16px;
	color: #ffffff !important;
	margin: auto;
	text-decoration: none;
}
.content_404 {
    max-width: 1350px;
    margin: 100px auto 40px;
}
.content_404 .sp {
    float: left;
    width: 74%;
}
.content_404 .sp h1, .content_404 .wz h1 {
    font-size: 18px;
    color: #6b6969;
    margin-bottom: 15px;
}
.content_404 .sp li {
    width: 315px;
    height: 180px;
    float: left;
    margin-right: 14px;
    margin-bottom: 30px;
}
.content_404 .sp a {
    position: relative;
    display: block;
}
.content_404 .sp img {
    display: block;
    width: 100%;
    height: 180px;
}
.content_404 .sp .title {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 26px;
    line-height: 26px;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 20px;
    background: rgba(0,0,0,.4);
    color: #fff;
    font-size: 14px;
}
.content_404 .wz {
    float: left;
    width: 25%;
}

.content_404 .wz ul {
    padding: 38px 23.5px;
    border: 1px solid #dcdcdc;
}
.content_404 .wz li {
    margin-bottom: 30px;
}
.content_404 .wz ul a {
    display: flex;
    color: #979797 !important;
    justify-content: space-between;
}
.content_404 .wz .title {
    flex: 0 0 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}