<html>
<head>
<title>Content Filter - Access Denied</title>
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<style type="text/css">
    body {
        background: #e6e9ec;
        margin: 0 auto;
        font-family: "MicrosoftYaHei,Helvetica,Arial,sans-serif";
    }
    .head {
        height: 110px;
        background-color: #0066b1;
        border-bottom-style: solid;
        border-bottom-width: 5px;
        border-bottom-color: #2ea4ff;
    }
    .head_title {       
        color: #fff;
        font-size: 30px;
        float: left;
        margin-left: 80px;
        line-height: 110px;
    }
    .main {
        background-color: #fff;
        margin: 40 30 0 30;
        padding: 30 0 30 50;
        border-radius: 10px;        
        font-size: 18px;
        line-height: 36px;
        color: #333333;
    }
    .main_title {
        height: 38px;
        color: #f8ac59;
        font-size: 26px;
        padding-bottom: 10px;
    }
    .main_title_text {
        display: inline-block;
        line-height: 39px;
        position: relative;
        bottom: 10px;
    }
</style>
</head>
<body>
<div class="head">
    <div class="head_title">NGSOC/天眼联动阻塞提示</div>
</div>
<div class="main">
    <div class="main_title">
        <div class="main_title_text">抱歉，您的访问已经被禁止</div>
    </div>
    <span>
    禁止原因如下:
    <br>您的主机存在安全隐患，禁止访问网络资源。
    <br>
    <br>若有任何疑问，请与管理员联系。
    <br>
    </span>
</div>
</body>
</html>
