


/* 分类 */

/* 分类 */
.classify{
	margin:30px 0;
}
.classify .list li{
	float:left;
	height:40px;
	line-height:40px;
}
.classify .list li:before{
	content:'';
	display:inline-block;
	width:1px;
	height:14px;
	background:#999;
	margin:0 20px;
	position:relative;
	top:2px;
}
.classify .list li:first-child:before{
	display:none;
}
.classify .list li.on a{
	color:#15a1dc;
}
.classify .list li a{
	font-size:15px;
}
.classify .list li a:hover{
	color:#15a1dc;
}
.classify .search{
	position:relative;
	margin-top:2px;
}
.classify .search .key{
	border-radius:40px;
}
.classify .search .send{
	position:absolute;
	right:1px;
	top:1px;
	background:none;
	outline:none;
	height:32px;
	width:45px;
	border:none;
	background:#fff;
	border-radius:0 40px 40px 0;
	-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;
	background:#fff;
}
.classify .search .send:hover{
	background:#15a1dc;
	color:#fff;
}

/* 场景应用 */
.artList{
	margin:20px 0 0px 0;
	overflow:hidden;
}
.artList .item{
	background:#fff;
	padding-bottom:10px;
	margin-bottom:60px;
	-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;
	position:relative;
	border-bottom:1px solid #ccc;
	top:0px;
}
.artList .item .imgbox{
	position:relative;
}
.artList .item .imgbox img{
	width:100%;
}
.artList .item h3{
	font-size:16px;
	word-break:break-all;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
	padding:0 15px;
	line-height:24px;
	margin:12px 0;
	height:45px;
}
.artList .item .desc{
	padding:0 15px;
	font-size:13px;
	word-break:break-all;
    display:-webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;
    overflow:hidden;
	color:#999;
	margin-bottom:10px;
	line-height:22px;
	height:65px;
}
.artList .item .info{
	display:flex;
	justify-content:space-between;
	margin:0 15px;
	color:#999;
	font-size:13px;
}
.artList .item .line{
	position:absolute;
	bottom:-1px;
	left:0px;
	height:2px;
	width:0%;
	background:#15a1dc;
	-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;
}

.artList .item:hover{
	top:-5px;
	box-shadow:0 0 10px #ddd;
}
.artList .item:hover h3{
	color:#15a1dc;
}
.artList .item:hover .line{
	width:100%;
}

.artList .row{
	margin-left:-12px;
	margin-right:-12px;
}
.artList .col-lg-3{
	padding:0 12px;
}


@media screen and (max-width:768px){
	.classify .list li{width:33.333%;text-align:center;position:relative;}
	.classify .list li:before{margin:0px;position:absolute;left:0px;top:12px;background:#999;}
	.classify .list li[noborder]:before{display:none;}
	.classify .search{margin-top:5px;}
	
	.artList .row{margin:0 -5px;}
	.artList .col-lg-3{padding:0 5px;}
	.artList .item{margin-bottom: 30px;}
	.artList .item h3{padding: 0 10px; font-size:15px;line-height:24px;height: auto;height:48px;overflow:hidden;}
	.artList .item .desc{padding: 0 10px;-webkit-line-clamp: 2;height:38px;overflow:hidden;}
	.artList .item .info{margin:0 10px;}
	
}
