/*装修学堂开始*/

.xuetang_content{
	padding: 50px 30px; 
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.xuetang_article a{
	display: block;
	box-sizing: border-box;
	width: 730px;
	height: 190px;
	padding: 20px 20px;
	border:1px solid #eee;
	display: flex;
	background-color: #fff;
	margin-bottom: 30px;
}
.xuetang_article a:hover{
	border-color: #0099cc;
}
.xuetang_img_wrap{
	flex: 0 0 150px;
	width: 150px;
	height: 150px;
	overflow: hidden;
}
.xuetang_img_wrap img{
	width: 100%;
	height: 100%;
}
.xuetang_article_content{
	flex: 1;
	padding-left: 20px;
}
.xuetang_article_title{
	font-size: 16px;
	font-weight: bold;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.xuetang_article_desc{
	padding-top: 15px;
	font-size: 14px;
	color: #666;
	line-height: 28px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
/*装修学堂结束*/


























































































































































































































































































