.nav-sort li:nth-child(2) a{
    color:#e68498;
    font-weight:500;
}
/* 学习笔记 */
.article{
/*    height:1230px;*/
    width:850px;
    background-color:#fff;
    border-radius:5px;
    padding-bottom: 10px;
    margin-top: 70px;
}
.article h2{
    margin-top:15px;
    font-size:18px;
    font-weight:500;
    color:#606065;
    padding-left:35px;
    border-bottom:1px solid #d4d5d6;
    padding-bottom:10px;
}
.article h2 span{
    font-size:14px;
    width: 70px;
    height: 23px;
    background-color: #22b4f6;
    line-height:23px;
    text-align:center;
    margin-right:20px;
    margin-top:3px;
    border-radius:3px;
}
.article h2 span a{
    color:#fff;
}
.article li{
    float:left;
    width:850px;
    height:210px;
    border-bottom:1px dashed #d4d5d6;
    margin-bottom:10px;
    margin-top:10px;
}
.article ul li h3{
	display:block;
	margin-top:10px;
	font-size: 16px;
    margin-left: 30px;
    margin-bottom:10px;
    
}
.article ul li h3 a{
    color: #565656;
    font-size:17px;
}
.article ul li h3 a:hover{
	color:#f2607c;
}
.article ul li img{
	width:280px;
	height:150px;
	margin-left:30px;
	float:left;
	border-radius:3px;
	transition:0.4s;
}
.article ul li img:hover{
	transform: scale(1.03);
}
.article ul li p{
	width:480px;
	height:100px;
	margin-left:30px;
	margin-top: 5px;
    color: #666666;
    font-size: 15px;
    line-height: 27px;
}
/*文章所属类别*/
.article ul li .sort-list{
	margin-left:30px;
	margin-top:13px;
}
.article ul li .sort-list a{
	color:#759b08;
	font-size:13px;
}
.article ul li .sort-list a::before{
	content:url(../img/list.png);
}
.article ul li .sort-list a:hover{
	text-decoration:underline;
}
/*上传时间*/
.article ul li .sort-time{
	margin-left:30px;
	margin-top:13px;
}
.article ul li .sort-time i{
	color: #8a8a8a;
	font-size:13px;
	font-style: normal;
}
.article ul li .sort-time i::before{
	content:url(../img/time.png);
	background-position: bottom;
	position: relative;
    top: 2px;
}
/*评论数*/
.article ul li .comment{
	margin-left:30px;
	margin-top:13px;
}
.article ul li .comment a{
	color: #8a8a8a;
	font-size:13px;
	font-style: normal;
}
.article ul li .comment a::before{
	content:url(../img/comment.png);
	background-position: bottom;
	position: relative;
    top: 2px;
}
.article ul li .comment a:hover{
	text-decoration:underline;
}
/*上传时间*/
.article ul li .view{
	margin-left:30px;
	margin-top:13px;
}
.article ul li .view i{
	color: #8a8a8a;
	font-size:13px;
	font-style: normal;
}
.article ul li .view i::before{
	content:url(../img/view.png);
	background-position: bottom;
}
/*分类*/
.sort-note{
	width:800px;
	position: absolute;
}
.sort-note ul{
	padding-top:10px;
	height:60px;
	padding-bottom: 20px;;
}
.sort-note ul li{
	padding:8px 20px;
	float:left;
	border-bottom:none;
	border-radius: 5px;
	text-align: center;
	margin-left:15px;
	background-color:#86858466;
	margin-right:15px;
	cursor: pointer;
}
.sort-note ul li a{
	color:#fff;
}
.page{
	width:800px;
	height:50px;
	margin:0 auto;
	margin-left:20px;
	line-height: 50px;
	text-align: center;
}
.page a{
	padding: 2px 7px;
	margin-left:5px;
	margin-right:5px;
	text-align: center;
    color: #666666;
    border-radius: 4px;
    border: 1px solid #dadada;
	font-size:13px;
	cursor: pointer
}
.page_now{
	font-size:13px;
	color:#757373;
}
.page_now b{
	margin-left:3px;
	margin-right:3px;
}
