#topics a {
color:#075db3;
}
#topics a:link {
color:#21759b;
}
#topics a:hover {
color:#f60;
}


#Header1_HeaderTitle {
    font-weight: bolder;
}
.subtitle a {
   margin-left:40px;
}
.subtitle a:hover {
    color: #075DB3;
    text-decoration: underline;
}

.skxBackTop{
    background: url(https://files.cnblogs.com/files/sunkaixuan/sunkaixuan3.gif);
    height: 162px;
    width: 150px;
    position: fixed;
    right: 0;
    bottom: 100px;
    cursor: pointer;
}
.skxBackTop:hover{
      transform: rotate(360deg) scale(1.2);
      transition: all 0.5s ease-in;
}

#div_digg {
    padding: 10px;
    position: fixed;
    _position: absolute;
    z-index: 1000;
    bottom: 20px;
    right: 0;
    _right: 17px;
    border: 1px solid #D9DBE1;
    background-color: #FEFEF2;
    margin-right:37px;
}

#navigator {
	background-color: black;
	height: 38px;line-height: 38px;overflow: hidden;
	clear: both;
}
#navList {
	min-height: 30px;
	float: left;
}
#navList li {
	float: left;
}
#navList a {
	display: block;
	padding:0 1.5em;height: 60px;font-family:'微软雅黑';
	float: left;font-size: 1.2em;
	text-align: center;
        transition-duration:0.3s;
}
#navList a:link, #navList a:visited, #navList a:active {
	color: #bbb;
}
#navList a:hover {
	color: white;
	background-color: #343434;
	text-decoration: none;text-shadow: 0px 0px 1px #000;
}
#navList a.aHeaderXML{padding-top: 25px;overflow: hidden;}
#navList a.aHeaderXML img{vertical-align:middle;}

.blogStats {
	float: right;
	color: #ccc;padding-right: 10px;
	text-align: right;
}

.dayTitle {
	width: 100%;
	color: #666;
	line-height:2.2em;
	font-size:22px;
	clear:both;
	border-bottom:1px solid #ccc;
	text-align:center;
}
.postTitle {
	font-size: 110%;
	font-weight: bold;
	border-bottom: 1px dashed #ccc;
	float: right;
	line-height:2.5em;font-size: 18px;
	width: 100%;
	clear:both;
}
.postTitle a:link, .postTitle a:visited, .postTitle a:active {
	color: #390;transition:all 0.4s linear 0s
}
.postTitle a:hover {
	color: #F60;
	text-decoration: none;margin-left: 10px;
}
.postCon {
	float: right;
	line-height: 1.5;
	width: 100%;
	clear:both;
	padding: 10px 0;
}
.postDesc {
	float: right;
	width: 100%;
	clear:both;
	text-align: right;
	padding-right: 5px;
	color: #A8B1BA;line-height: 2.5em;
}
.postDesc a:link, .postDesc a:visited, .postDesc a:active {
	color: #666;
}
.postDesc a:hover {
	color: #F60;
	text-decoration: none;
}
.postSeparator {
	clear: both;
	height: 1px;
	border-top: 1px dotted #666;
	width: 100%;
	clear:both;
	float: right;
	margin: 0 auto 15px auto;
}

 
#leftcontentcontainer a {
color:#21759b;
font-family: 微软雅黑;
}

#leftcontentcontainer a:hover {
    color: #075DB3;
    text-decoration: underline;
}