.new-blog{
	border:1px solid #f2f2f2;
}.box-icon .banner-footer-item-info .banner-footer-item-title{
	max-height: 48px;
	height:48px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}.new-blog .banner-footer-item-des{
	max-height: 54px;
    height: 54px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}#home-brand .wpcp-slide-image img{
	border: 1px solid rgba(0, 100, 0, .5);
}

.section-title, .new_ttt, .sp-wpcpro-section-title{
	position:relative;
}.section-title:before, .section-title:after,
.new_ttt:before, .new_ttt:after,
.sp-wpcpro-section-title:before, .sp-wpcpro-section-title:after{
	position:absolute;
	content:"";
	background:#ccc;
	height:2px;
	width:50px;
	bottom:0;
	left:50%;
	transform:translateX(-50%);
}.section-title:after, .new_ttt:after, .sp-wpcpro-section-title:after{
	bottom:-4px;
	transform:translateX(-70%);
}.text-policy{ padding-bottom:10px; }