﻿html,body{
	background: rgb(90, 151, 237);
}
a,a:focus{
	color: inherit;
}
.w1200{
	width: 1200px;
	color: #fff;
	margin: 0 auto;
}
/*文章内容模块css*/
.article-content .article{
	color: #fff;
}
.article-content .article h1{
    color: #fff;
    font-size: 28px;
    padding: 20px 0;
}
.article-content .article h2{
	color: #ddd;
}
.article-content .article a:hover{
	color: #227eff;
}
.article-content .article .hint{
	color: #555;
}
.article-content .article .likestar{
	overflow: hidden;
	line-height: 20px;
    margin-top: 20px;
}
.likestar .span1 a:hover,
.likestar .span1 a.active{
	color: #fff;
	background: #227eff;
	border: 1px solid #227EFF;
}
.likestar .span2 a:hover,
.likestar .span2 a.active{
	color: #227eff;
}
.likestar .span1{
	float: left;
}
.likestar .span1 a{
	display: inline-block;
	width: 100px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #f1f1f1;
	border-radius: 5px;
	float: left;
	overflow: hidden;
}
.likestar .span1 a:first-child{
    margin-right: 20px;
}
.likestar .span1 a:first-child i{
	margin-right: 20px;
}
.likestar .span1 a:hover{
	border: 1px solid #227eff;
}
.likestar .span2{
	float: right;
	text-align: center;
}
.likestar .span2 i{
	font-size: 18px;
}
.likestar .span2 a{
	font-size: inherit;
	display: inline-block;
	margin-right: 20px;
}
.likestar .span2 a:last-child{
	margin-right: 0;
}
.likestar .span2 span{
	display: block;
}