<!DOCTYPE html>
<html>
	<head>
		<meta charset="utf-8">
		<meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=no">
		<title></title>
		<link rel="stylesheet" href="/404/css/bulma.min.css">
		<style>
			li {
				list-style: none;
			}

			img {
				border: 0px;
				border: none;
			}

			* {
				font-family: PingFangSC-Regular, PingFangSC-Medium, PingFang SC, "Microsoft YaHei";
				margin: 0;
				padding: 0;
				outline: none;
				box-sizing: border-box;
			}

			body,
			object,
			iframe,
			h1,
			h2,
			h3,
			h4,
			h5,
			h6,
			blockquote,
			a,
			code,
			em,
			img,
			q,
			small,
			strong,
			dd,
			dl,
			dt,
			li,
			ol,
			ul,
			fieldset,
			form,
			label,
			table,
			tbody,
			tr,
			th,
			td,
			input,
			textarea {
				font-family: PingFangSC-Regular, PingFangSC-Medium, PingFang SC, "Microsoft YaHei";
			}

			a {
				text-decoration: none;
			}

			}

			body {
				overflow-x: hidden;
			}

			.content {
				width: 1280px;
				height: 100%;
				display: flex;
				justify-content: center;
				flex-wrap: wrap;
				margin: 0 auto;
			}
			.title-box{
				width: 100%;
				text-align: center;
				margin-bottom: 2rem;
			}
			@media screen and (max-width:1050px) {
				.content{
					width: 100%;
				}
			}
		</style>
		<script>
			    var a = window.location.href.split('/')[3];
			
			    if (window.location.hostname == 'www.xilinhaote.gov.cn') {
			        if (a != "xilinhaote") {
			            window.location.href = "http://www.xilinhaote.gov.cn/";
			        }
			    } else if (window.location.hostname == 'www.abg.gov.cn') {
			        if (a != "abg") {
			            window.location.href = "https://www.abg.gov.cn/";
			        }
			    }
		</script>
	</head>
	<body>
		<div class="content">
			<img src="/404/img/404.jpg" />
			<div class="title-box"><p>非常抱歉，您访问页面不存在</p></div>
			
			<p><a class="button is-link" href="javascript:history.back(-1)">返回上一页</a></p>
		</div>
	</body>
</html>
