@CHARSET "UTF-8";

.brief .top-block .title {
	font-size: 22px;
	font-weight: 600;
	display: block;
}

.note .note-info[data-v-as] {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	display: block;
	text-decoration: none;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}

.home-note-img[data-v-as] {
	width: 270px;
	height: 220px;
}

.note .note-handle[data-v-as] {
	padding: 0 15px 10px 15px;
	overflow: hidden;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 190px;
}

.note .note-handle h3[data-v-as] {
	color: #000;
	font-size: 16px;
	overflow: initial;
	white-space: initial;
	font-weight: normal;
	margin: 13px 15px 11px 15px;
	line-height: 23px;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	width: 190px;
}

.note .note-handle .comment[data-v-as] {
	color: #555;
	font-weight: 350;
	display: inline-block;
	overflow: hidden;
	vertical-align: super;
	margin-left: 3px;
	width: 190px;
}

@media only screen and (min-width: 1920px){
.public-praise .bottom-block[data-v-sa] {
    width: 1200px;
    overflow: hidden;
}
}


@media only screen and (max-width: 1440px) {
	.follow-item .brief .top-block {
		margin-top: 40px;
	}
	.home-note-img[data-v-as] {
		width: 220px;
		height: 220px;
	}
	.note .note-handle h3[data-v-as] {
		width: 150px;
	}
	.note .note-handle .comment[data-v-as] {
		width: 150px;
	}
	
	.public-praise .bottom-block[data-v-as] {
    	width: 980px;
    	height: 439px;
    	overflow: hidden;
	}
	
	.public-praise[data-v-5e5c1a51] {
    width: 960px;
    height: 820px;
    margin: 0 auto;
    overflow: hidden;
	}

}