﻿<!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>
		<style type="text/css">
* {
	padding: 0;
	margin: 0;
}

.page_not_all {
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0 auto;
}

.page_p1 {
	font-size: 46px;
	color: #C00; /*font-style:italic;*/
	font-family: Arial;
	margin-top: 50px;
	height: 90px;
	line-height: 90px;
	padding-left: 60px;
	border-bottom: 1px dashed #000;
	font-weight: bold;
}

.page_p2 {
	font-size: 20px;
	color: #4d4d4d;
	line-height: 30px;
	margin: 20px 0 0 60px;
}
</style>
<script type='text/javascript'
	src="/eportal/uiFramework/js/jquery-1.7.2.min.js"></script>
<script type='text/javascript' src="/eportal/uiFramework/js/jquery-1.7.2.min.js"></script>
<script type="text/javascript" src="/eportal/uiFramework/js/lhgDialog-4.2.0/lhgdialog/lhgdialog.min.js?self=true&skin=iblue"></script>
<script src="/eportal/uiFramework/js/huilanPortal.js"
	type="text/javascript"></script>
<script type="text/javascript">
$(document).ready(function() {
	var result = "此频道不存在！";
	var jumpUrl="";
	if(jumpUrl!=null&&jumpUrl!=""){
		if(result!=null&&result!=""){
			$.dialog.alert(result, function() {
				getRootWin().location.href = jumpUrl;
			});
		}else{
			getRootWin().location.href = jumpUrl;
		}
	}else{
	    $.dialog.tips(result, 2, "error.gif");
	}
});
</script>
	</head>
	<body>
	    
		<div class="page_not_all" id="easysite_msg_tip_div">
			<p class="page_p1">
				温馨提示！
			</p>
			<p class="page_p2">
				此频道不存在！
			</p>
		</div>
		
	</body>
</html>