/* 分类页面 */
.fenlei {
	border-top: 4px solid #4A1C80;
}

.fenlei-content {
	max-width: 1200px;
	width: 96%;
	margin: 0 auto;
	padding: 2.0rem 0;
	display: flex;
	flex-direction: column;

}

.fenlei-list {
	margin-top: 50px;
}

.fenlei-item-big {
	border: 1px solid #D8D8D8;
	display: flex;
}

.fenlei-item-big:nth-child(n + 2) {
	margin-top: 30px;
}

.fenlei-item-big-left {
	background: #FAFAFA;
	width: 21%;
	border-right: 1px solid #D8D8D8;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.fenlei-item-big-left>img {
	width: 36px;
	height: 36px;
}

.fenlei-item-big-left>span {
	font-size: 24px;
	color: #666666;
	margin-top: 20px;
	font-family: Source Han Sans CN;
}

.fenlei-item-big-right {
	flex-grow: 1;
	padding: 25px 6%;
	display: flex;
	flex-direction: column;
}

.fenlei-item-small {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
}

.fenlei-item-small:nth-child(n + 2) {
	margin-top: 15px;
}

.fenlei-item-small-left {
	width: 20%;
	white-space: nowrap;
	flex-shrink: 0;
	/* display: flex;
	align-items: center; */
	color: #4A1C80;
	font-size: 14px;
	font-family: Source Han Sans CN;
}

.fenlei-item-small-right {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	flex-grow: 1;
}

.fenlei-item-small-right>a {
	width: 25%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

@media screen and (max-width:560px) {
	.fenlei-item-small-left {
		width: 35%;
	}

	.fenlei-item-small-right>a {
		width: 50%;
	}
    .content-title{
        font-size:24px;
    }
   
}



.fenlei-item-small-right>a>span {
	color: #666666;
	font-size: 14px;
}


/* 分类详情页 */
.jianjie-fnelei {
	background-color: #fff;
	padding: 3.3%;
	margin-top: 50px;
}

.jianjie-title {
	font-size: 28px;
	color: #333333;
	font-weight: bolder;
}

.jianjie-text {
	font-size: 14px;
	color: #666666;
	margin-top: 22px;
}

.content-title {
	font-size: 28px;
	color: #333333;
	font-weight: bolder;
	margin-top: 40px;
	margin-bottom: 30px;
}

.content-bg {
	background: #FAFAFA !important;
}