.notice-title{
	margin: 20px 0;
	color: #999999;
	font-size: 12px;
}
.notice-title a{
	color: #999999;
}
.notice-content{
	width: 1200px;
	margin: 0 auto;
}
.notice-detail{
	width:780px;
	float: left;
	background-color: #FFFFFF;
	border-radius: 4px;
	padding: 30px;
	overflow: hidden;
	margin-bottom: 30px;
}
.notice-detail h2{
	font-size: 20px;
	color: #333333;
}
.notice-detail span{
	margin: 15px 0 25px 0;
	color: #999999;
	display: inline-block;
}
.notice-detail p{
	line-height: 28px;
	font-size: 14px;
	color: #666666;
}
.notice-list{
	width: 400px;
	float: right;
	background-color: #FFFFFF;
	border-radius: 4px;
}
/*资讯列表*/
.notice-list{
	padding: 18px;
	margin-bottom: 30px;
}
.list-title{
	border-bottom: solid 1px #e5e5e5;
	padding-bottom: 16px;
	height: 40px;
	overflow: hidden;
}
.point-green{
	width: 4px;
	height: 16px;
background: linear-gradient(90deg, #2F224A 0%, #5B1F53 50%, #951D5F 100%);
	border-radius: 2px;
	display: inline-block;
	margin-top: 4px;
	margin-right: 10px;
	float: left;
}
.list-title h3{
	display: inline-block;
	font-size: 16px;
}
.title-list{
	margin-top: 30px;
}
.title-list a{
	color: #333333;
	display: block;
}
.title-list a:hover{
	color: #601E54;
}	
.title-list span{
	color: #999999;
	font-size: 12px;
}
.title-list .on{
	color: #601E54;
}
