.ellipsis{word-break: keep-all;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.ellipsis2 {
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.ellipsis3 {
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.pointer{ cursor: pointer;}
.pointer:hover{ opacity: .8;}
i.icon{display: inline-block; vertical-align: middle; position: relative;top: -1px;}
i.icon-help{width: 20px; height: 20px; background: url(../images/icon_help.png) no-repeat center;}
i.icon-comment{width: 20px; height: 20px; background: url(../images/icon_comment.png) no-repeat center;}
i.icon-see{width: 20px; height: 20px; background: url(../images/icon_see.png) no-repeat center;}
i.icon-share{width: 20px; height: 20px; background: url(../images/icon_share.png) no-repeat center;}
/* 活动列表 */
.qzw_activitylist{}
.qzw_activitylist li{padding: 30px 0;overflow: hidden; text-align: left; border-bottom: 1px solid #F6F6F6;}
.qzw_activitylist li .img{ position: relative; float: left; max-width: 354px; margin-right: 20px;}
.qzw_activitylist li .img img{ max-width: 100%; height: 200px;}
.qzw_activitylist li .img .state{ position: absolute; bottom: 10px; right: 10px; padding:4px 10px; color: #FFFFFF;font-size: 12px; border-radius: 2px;}
.qzw_activitylist li .img .state-1{ background: #DF362F;}
.qzw_activitylist li .img .state-2{ background: rgba(0,0,0,0.6);}
.qzw_activitylist li .title{ margin-bottom: 10px; line-height: 30px;font-weight: normal;}
.qzw_activitylist li .title a{font-size: 22px; color: #000000; text-decoration: none;}
.qzw_activitylist li .info{max-height:66px; margin-bottom: 25px; text-align: justify; font-size: 16px; color: #999999; line-height: 22px; overflow: hidden;}
.qzw_activitylist li .time-other{ font-size: 14px; line-height: 20px; color: #999999; overflow: hidden; display: flex;}
.qzw_activitylist li .time-other .zb_status{color: #DF362F; margin-right: 25px;}
.qzw_activitylist li .time-other .other{ float: right;}
.qzw_activitylist li .time-other .other span{ margin-left: 26px;}

.qzw_activitylist li .img-box { display: flex;justify-content: space-between;margin-bottom:20px;overflow: hidden;}
.qzw_activitylist li .img-box .img {width: 245px;}
.qzw_activitylist li .img-box .img:last-child { margin-right: 0;}
.qzw_activitylist li .img-box img {height: 150px;}
/* 直播列表 */