﻿<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
    <title></title>
     <link rel="stylesheet" href="/Content/assets/style.css">
    <style>
        .e404
        {
            background: url(404.jpg) no-repeat left center;
            padding: 100px 0px 0 400px;
            width: 450px;
            margin: 20px auto;
            min-height: 300px;
        }
        .e404 b
        {
            font-size: 16pt;
            font-weight: bold;
            line-height: 40px;
        }
        .e404 ul
        {
            margin-top: 20px;
        }
        .e404 ul li
        {
            font-size: 14px;
            line-height: 30px;
            color: #666;
        }
        .e404 ul li a
        {
            color: #666;
        }
    </style>
</head>
<body>
    <div class="container clearfix">
        <div class="e404">
            <b>对不起，您访问的页面不存在。</b>
            <br>
            您可以去：
            <ul>
                <li><a href="/">返回网站首页</a></li>
            </ul>
        </div>
    </div>
</body>
</html>
