@charset "UTF-8";

.notice {
	width: 980px;
	height:350px;
	margin: 50px 0; 
}
.notice h3 {
    margin: 0;
}
.notice p {
	font-size:20px;
	margin: 5px 0;
}
.notice .notice_btn {
	width: 410px;
	height:60px;
	background: #c43327;
	-webkit-border-radius: 8px;/* for Safari and Chrome */
	-moz-border-radius: 8px; /* for Firefox */
	-o-border-radius: 8px; /* for opera */
	border-radius: 8px;
	line-height: 60px;
	margin: 0 auto;
}
.notice .notice_btn:hover {
	background: #D37870;
	cursor: pointer;
	cursor: hand;
}
.notice_btn  a{
	width: 100%;
	height: 100%;
	color:#fff;
	font-size: 24px;
	font-weight: 600;
}
.notice p a:hover {
	text-decoration: none;
}