@charset "utf-8";
/*------------------------------------------------------------
	category
------------------------------------------------------------*/
.comTitle {
	background: url(../images/page_category.jpg) no-repeat center center;
	background-size: cover;
}

#main .text {
	margin-bottom: 30px;
	color: #000;
	font-size: 18px;
	text-indent: 2em;
}

#main .cateList li {
	margin: 0 1% 15px;
	width: 23%;
	float: left;
}

#main .cateList li a {
	display: block;
}

#main .cateList li a img {
	width: 100%;
}

#main .cateList li a .pic {
	position: relative;
}

#main .cateList li a .pic p {
	padding: 8px 10px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	color: #fff;
	font-size: 16px;
	box-sizing: border-box;
	background: rgba(0,0,0,.5);
}

#main .cateList li a .txt {
	margin: 10px 0;
	height: 70px;
	color: #333;
	font-size: 15px;
}

#main .cateList li a .link {
	color: #d40000;
	font-size: 18px;
}

@media all and (min-width: 0) and (max-width: 1080px) {
	#main .text {
		margin: 0 20px 30px;
		font-size: 16px;
	}
	
	#main .cateList li {
		margin: 0 20px 15px;
		width: auto;
		float: none;
	}
	
	#main .cateList li a .txt {
		height: auto;
	}
	
	#main .cateList li a .link {
		font-size: 16px;
	}

}