
/* ----------------------博客标题更改---------------- */
#blogTitle h1 a:hover {
	color: #4F7DA4; /* 鼠标停留时字体颜色 */
}
#blogTitle h1 a {
	/* 
	color: #BC2726;
	*/
}
#blogTitle h1 {
	font-size: 30px;
}

/* ----------------------博客副标题更改---------------- */
#blogTitle h2 {
	font-size: 16px;
	color: #515151;
}

/* ----------------------主页文章列表：文章标题样式更改---------------- */

.postTitle a:link, .postTitle a:visited, .postTitle a:active {   
    color: #4F7DA4; /*文章标题：颜色*/
	font-weight: bold;
	transition: all .4s ease-in 0s;
}
.postTitle {
	border-left: 5px solid #4F7DA4; /* 左侧竖线 */
}
.postTitle a:hover{
	color: #4F7DA4; /* 鼠标停留时字体颜色 */
}

/* ----------------------文章查看：文章标题样式更改---------------- */
#cb_post_title_url {
    color: #4F7DA4;   /*文章标题：颜色*/
	
}

#topics .postTitle {
    font-size: 200%; /*文章标题：字体大小*/
}


/* ----------------------分类文章列表：文章标题样式更改---------------- */

.entrylistPosttitle a:link, .entrylistPosttitle a:visited, .entrylistPosttitle a:active{
    color: #515151; /*文章标题：颜色*/
	font-weight: bold;
	transition: all .4s ease-in 0s;
}
.entrylistPosttitle {
	border-left: 5px solid #BC2726; /* 左侧竖线 */
}
.entrylistPosttitle a:hover{
	color: #515151; /* 鼠标停留时字体颜色 */
}

/* ----------------------分类文章列表：上方分类名称---------------- */
/* ----------------------标签文章列表：上方标签名称---------------- */
.entrylistTitle, .PostListTitle, .thumbTitle {
	margin-bottom: 25px;
	height: 38px;
	line-height: 38px;
	font-size: 16px;
	border-bottom: 1px solid #4F7DA4;
	color: #4F7DA4;
}