/********************************************不同主题的颜色定义*****************************************/
	
/**********文章列表鼠标滑过颜色***************/
.list .list_con .list_title a:hover {
	color: #C3382A;
}
/**********【详情】字体颜色***************/
.list .list_con .list_intro a {
	color: #C3382A;
}
/**********【人气】字体颜色***************/
.list_other .popularity a {
	color: #C3382A;
}
/**********【人气】字体颜色***************/
.list_other .review a {
	color: #C3382A;
}
/**********分享按钮滑过颜色***************/
.list_other .share a:hover {
	color: #C3382A;
}
/****************分页当前页*******************/
.paging_num  .currentPage {
	background: #C3382A;
}
.list_headlines .headlines_icon {
	background: #C3382A;
}