.postTitle a:link, .postTitle a:visited, .postTitle a:active {
    color: #390;
    transition: all 0.4s linear 0s;
    font-size: 16px;
    font-family: 'Microsoft Yahei', '微软雅黑', tahoma, arial, STHeiti, '宋体', sans-serif;
}
.postTitle{
    border-bottom:1px solid #f0f0f0;
    padding-bottom:5px;
}
.postTitle a:hover {
    color: #f60;
    margin-left: 10px;
    text-decoration: none;
}
.postCon,.postBody{
    font-family: 'Microsoft Yahei', '微软雅黑', tahoma, arial, STHeiti, '宋体', sans-serif;
    font-size: 14px;
    color:#666;
}

#topics a:link{
    color:#390;
}
#topics a:visited{
    color: #390;
    transition: all 0.4s linear 0s;
    font-size: 16px;
    font-family: 'Microsoft Yahei', '微软雅黑', tahoma, arial, STHeiti, '宋体', sans-serif;
}
#topics a:hover{
    color: #f60;
    margin-left: 10px;
    text-decoration: none;

}