.ContBox{
	width:765px;
	height:200px;
	background:url(notebg.png) no-repeat;
	color:#FFF;
	position:absolute;
	left:50%;
	top: 50%;
  -webkit-transform: translate3D(-50%, -50%, 0);
      -ms-transform: translate3D(-50%, -50%, 0);
          transform: translate3D(-50%, -50%, 0);
}
.ContBox .Noteword{
	padding:30px 50px 0 260px;
	line-height:30px;
	font-size:18px;
	
}
.ContBox .other{
	padding:20px 50px 0 260px;
	line-height:40px;
	font-size:16px;
}
.ContBox .other a{
	display:inline-block;
	background:#EEE;
	padding:0 15px;
	color:#666;
	border-radius:5px;
	margin-left:5px;
}
.ContBox .other a:hover{
	background:#F60;
	color:#FFF;
}
