/*notice*/
#notice {
	min-height: 250px;
    background-color: rgba(255, 255, 255, 0.7);
	border: 1px solid #ddd;
}
#notice h3{
	border: 0px;
    border-bottom: 0px;
    color: #ffffff;
    line-height: 23px;
    overflow: hidden;
}
#notice h3.color-1{
	background-color: #2695e5;
}
#notice h3.color-2{
    background-color: #a8d52d;
}
#notice h3 a{
	display: inline-block;
    border: 1px solid #fff;
	/*border-top: 1px solid #266bca;*/
    text-decoration: none;
    color: #fff;
    float: right;
    height: 55px;
    margin: -16px;
    width: 50px;
    padding: 17px;
}
#notice ul li a{
	display: block;
	width: 100%;
	height: 100%;
	color: #a5a5a5;
	font-size: 15px;
	text-decoration: none;
	border-bottom: 1px solid #ddd;
	padding: 4px 0;
}
#notice ul li:last-child a{
	border: 0px;
}
#notice ul li a:hover,
#notice ul li a:hover .notice-date{
	color: #000;
}
#notice ul li a .notice-date{
	color: #a5a5a5;
	float: right;
}