/*头部*/
#defined_top{width:1200px;margin:0 auto;height:0px;position:relative;}
#defined_top center {
    position: absolute;
    color: #fff;
    right: 350px;
    top: 135px;
    background: #7b7ad3;
    z-index: 1;
    padding: 5px 7px;
}
#Header1_HeaderTitle{
	text-shadow: 2px 2px 5px #666;
	font-size: 46px;
	text-decoration:none;
	transition:all .2s;
	position: relative;
}
#Header1_HeaderTitle:hover{
	color:#5F032D;
}
#Header1_HeaderTitle:after{
	content:"";
	display: block;
	position: absolute;
	top:0px;
	left:50%;
	width:0%;
	height:1px;
	background-color: #5F032D;
	transition:all .3s;
	box-shadow: 0 54px 0 #5f032d;
}
#Header1_HeaderTitle:hover:after{
	width:100%;
	left:0px;
}
#Header1_HeaderTitle:before{
	content:"";
	display: block;
	position: absolute;
	left:0px;
	top:50%;
	height:0%;
	width:1px;
	background-color: #5F032D;
	transition:all .3s;
	box-shadow: 285px 0 0 #5f032d;
}
#Header1_HeaderTitle:hover:before{
	height:100%;
	top:0px;
}
#navList a:hover {
    background-color: #5F032D;
}

/*公告*/
#gadgetSWF{
	    -webkit-mask-image: -webkit-radial-gradient(farthest-side,rgba(0,0,0,0.7),rgba(0,0,0,0));
	    -o-mask-image: -webkit-radial-gradient(farthest-side,rgba(0,0,0,0.7),rgba(0,0,0,0));
	    -moz-mask-image: -webkit-radial-gradient(farthest-side,rgba(0,0,0,0.7),rgba(0,0,0,0));
	    -webkit-mask-image: -o-radial-gradient(farthest-side,rgba(0,0,0,0.7),rgba(0,0,0,0));
	    -o-mask-image: -o-radial-gradient(farthest-side,rgba(0,0,0,0.7),rgba(0,0,0,0));
	    -moz-mask-image: -o-radial-gradient(farthest-side,rgba(0,0,0,0.7),rgba(0,0,0,0));
	    -webkit-mask-image: -moz-radial-gradient(farthest-side,rgba(0,0,0,0.7),rgba(0,0,0,0));
	    -o-mask-image: -moz-radial-gradient(farthest-side,rgba(0,0,0,0.7),rgba(0,0,0,0));
	    -moz-mask-image: -moz-radial-gradient(farthest-side,rgba(0,0,0,0.7),rgba(0,0,0,0));
}
#blog-news{background:#fff;}
/*随笔列表*/
.dayTitle {
    position: absolute;
    left: -113px;
}
.day{position:relative;}