body{
	margin:0;
	font-family: "Î¢ÈíÑÅºÚ";
}
p{
	margin:0;
}
ul{
	margin:0;
	padding:0;
	list-style: none;
}
.clearfix{
	content: "";
	display: "block";
	clear:both;
}
.change_Notification{

}
.head_Notice{
	height: 81px;
	background-color: #fff;
	border-bottom:1px solid #d0cfcf;

}
.head_Notice .logo{
	background:url(logo.png) no-repeat;
	width: 234px;
	height: 56px;
	float: left;
    	margin: 7px 0 0 0;
}
.head_Notice .nav{
	float:right;
	height: 30px;
	padding: 18px 0;
	line-height: 30px;
	color: #ccc;
}
.head_Notice a{
	margin: 0 5px;
	font-size: 14px;
	color: #333;
	line-height: 20px;
	text-decoration: none;
	cursor: pointer;
}
.head_Notice a:hover{
	color: #e33e3e;
}
.Notice_content{
	background-color: #e5e5e5;
	height: 100%;
}
.head_Notice .inner{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.Notice_content .inner{
	width: 1200px;
	padding-top:50px;
	margin: 0 auto;
}
.Notice_content .prompt{
	background:url("prompt_bg.png") no-repeat;
	width: 1044px;
	height: 525px;

}
.prompt .prompt_content{
	padding:100px 50px  0 400px;
	font-size:18px;
	color:#333;
}
.prompt_content .domain_Disabled{
	padding-left:40px;
	line-height: 30px;
	margin-bottom:30px;
}

.prompt_content .prompt_name{
	font-size: 20px;
	line-height: 44px;
	
}
.prompt_content ul{
	padding-left:46px;
}
.prompt_content ul li{
	margin-bottom:15px;
	overflow: hidden;
}
.prompt_content ul  a{
	float:left;
	color:#5187e1;
	font-size:18px;
	height: 34px;
	line-height: 34px;
	width: 230px;
	
}
.prompt_content .a_link:hover{
	color:#1d4485;
}
.prompt_content  .open_btn{
	width: 100px;
	height: 34px;
	background-color: #e33e3e;
	font-size:16px;
	color:#fff;
	text-align: center;
	line-height: 34px;
	float:left;
	border-radius: 6px;
	text-decoration: none;

}
.prompt_content  .open_btn:hover{
	background-color: #fc5454;
}
.prompt_content .inscribed{
	margin:50px 40px 0 0;
	font-size:14px;
	color:#9c9c9c;
	height: 42px;
	line-height: 21px;
	text-align: right;
}