.header-title{
	width: 100%;
}
.header-title>h1{
	padding: 20px 0px 40px;
	font-size: 28px;
	color: rgb(24, 24, 24);
	line-height: 42px;
	width: 1280px;
	margin: 0 auto;
}
.content-list{
	width: 100%;
}
.product-list{
	position: relative;
	width: 1280px;
	margin: 0 auto;
	padding-bottom: 30px;
}
.list-box{
	display: flex;
	position: relative;
}
.tab-list{
	top: 20px;
	width: 242px;
}
.tab-list li{
	display: block;
	width: 242px;
	height: 40px;
	margin-bottom: 16px;
	transition: .1s;
}
.tabs-inner{
	position: relative;
	cursor: pointer;
	text-decoration: none;
}
.item-list-box{
	display: flex;
	width: 100%;
	align-items: center;
}
.nav-item-icon{
	display: block;
	width: 60px;
	height: 60px;
	margin-right: 12px;
	padding: 0;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: auto 60px;
}
.tabs-content{
	width: 100%;
}
.tabs-content-list{
	display: flex;
	flex-wrap: wrap;
}
.citme-box{
	display: block;
    margin-bottom: 20px;
    padding: 10px 15px;
    max-height: 120px;
    overflow: hidden;
    cursor: pointer;
    transition: .1s;
	flex: 0 0 25%;
}
.citme-box-title{
	display: flex;
    align-items: center;
    height: 20px;
    color: #181818;
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 24px;
}
.citme-box-text{
	max-height: 100px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
}
.item-box-wrap{
	width: 25%;
}
.item-box-wrap:hover .citme-box-title{
	color: rgba(0, 127, 218, 0.83);
}
.tab-list .active{
	color: rgba(0, 127, 218, 0.83);
}