/* 添加文件主题分类 */
.fenlei {
    padding-left: 110px;
    position: relative;
}

.fenlei-title {
    position: absolute;
    left: 0;
    display: inline-block;
    width: 100px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background-color: #f6747a;
    border-radius: 5px;
    margin: 5px 5px 5px 0px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}

.fenlei li {
    display: inline-block;
}

.fenlei li a {
    text-align: center;
    width: 100px;
    height: 50px;
    color: #fff;
    line-height: 50px;
    display: inline-block;
    background-color: #dda0a3;
    border-radius: 5px;
    margin: 5px 5px 5px 0px;
    font-size: 16px;
}

.fenlei li.active a {
    color: #fff;
    background-color: #ca575d;
}

#navbox .current {
	background-color: #dda0a3;
    color: #ffffff;
}

@media screen and (max-width: 560px) {
	.fenlei {
		padding-left: 0;
	}
	.fenlei-title {
	    position: static;
	    display: block;
	}
}

/* 添加文件主题分类 end */