<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.articles{
}
.articles .item{
	margin-bottom:30px;
}
.articles .item .photo a{
	display:block;
}
.articles .item .photo a img,.articles .item .photo a picture{
	display:block;
	max-width:100%;
}
.articles .item .text{
	padding:20px;
	background:#f5f5f5;
}
.articles .item .text .name{
	font-size:20px;
	line-height:25px;
	font-weight:500;
	margin-bottom:10px;
	height:50px;
	-webkit-line-clamp:2;
}
.articles .item .text .announce{
	font-size:14px;
	line-height:20px;
	margin-bottom:10px;
	height:60px;
	-webkit-line-clamp:3;
}
.articles .item .text .name,.articles .item .text .announce{
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
}
.articles .item .text .more{
	text-align:right;
	font-weight:500;
	font-size:12px;
	line-height:20px;
}
.articles .item .text .more a{
	color:#83c341;
}
.articles .item .text .more a:hover{
	color:#333333;
}
.articles_slider,.news_slider{
	background:#eff3f9;
}
.news_slider .item .text,.articles_slider .item .text{
	background:#ffffff;
}
.article img{
	max-width:100%;
	height:auto !important;
}</pre></body></html>