body{
    background-color: #fff;
    overflow: auto;
}
.row{
    margin: 0;
}
.img-tou{
    height: 38px;
    width: 38px;
    margin-top: 14px;
    margin-left: 50%;
    border-radius: 20px; /* 所有角都使用半径为5px的圆角，此属性为CSS3标准属性 */
    -moz-border-radius: 20px; /* Mozilla浏览器的私有属性 */
    -webkit-border-radius: 20px; /* Webkit浏览器的私有属性 */
}
.HomeEntry{
    margin-top: 10px;
    background-color: #fafafa;
    border: 1px solid #f0f0f0;
    height: 48px;
}
.HomeEntry-list li{
    float:left;
    width: 80px;
    margin-top: 13px;
    display: block;
 }
.HomeEntry-list li a{
    font-size: 17px;
    color: rgba(102, 102, 102, 0.71);
}
.side-nav{
    margin-top: 10px;
}
.side-nav li{
    list-style: none;
    display: block;
    margin-bottom: 10px;
}
.side-nav li a{
    font-size: 13px;
    color: rgba(37, 37, 37, 0.71);
}
.side-nav h4{
    color: #2d58a4;
}
.article-list{
    margin-top: 35px;
    margin-left: 22px;
}
.article{
    margin-top: 10px;

    margin-left: -20px;
}
.state{
    color: rgba(102, 102, 102, 0.71);

}
.set{
    text-align: right;
}
.set a{
    color: rgba(102, 102, 102, 0.71);
}
.title{
    margin-left: 13px;
}
.list-img{
	float:left;
}
.list-tou{
    height: 38px;
    width: 38px;
    border-radius: 5px; /* 所有角都使用半径为5px的圆角，此属性为CSS3标准属性 */
    -moz-border-radius: 5px; /* Mozilla浏览器的私有属性 */
    -webkit-border-radius: 5px; /* Webkit浏览器的私有属性 */
}
.list-right{
    float: left;
}
.topic{
    margin-left: 10px;
    font-size: 13px;
    color: rgba(102, 102, 102, 0.71);
}
.topic a{
    color: rgba(102, 102, 102, 0.71);
}

.titles{
    margin-left: 10px;
    margin-top: -20px;
    font-size: 15px;
}
.content{
    margin-top: 5px;
}
.zan{
    margin-left: 15px;
    text-align:center;
	float:left;
    height: 20px;
    width:35px;
    background: #698ebf;
    color: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.user{
    color: rgba(102, 102, 102, 0.71);
}
.user a{
    margin-left: 13px;
	float:left;
    color: #0f0f0f;
}
.con{
    margin-left: 60px;
    margin-top: 5px;
}
.con-bot{
    margin-top: 5px;
    margin-left: 60px;
}
.con-bot a{
    font-size: 12px;
    color: rgba(102, 102, 102, 0.71);
}
.page-nav{
	text-align: center;
}
.ahref,.chref{
	cursor: pointer;
}