/*我的活动记录*/
.jiluTop {
	background-image:   url(../img/other/timelineBanner_wap3.jpg);
	overflow: hidden;
	    background-size: 100% auto;
    background-position: bottom center;
	position: relative;
	z-index: 100;
}

.jiluTop .default_img2 {
	width: 104%;
	position: absolute;
	left: -2%;
	top: -100px;
	-webkit-filter: blur(5px);
	-moz-filter: blur(10px);
	-ms-filter: blur(10px);
	filter: blur(3px);
	z-index: 101;
}

.jiluTop .default_img {
	height: 60px;
	z-index: 103;
	padding-top: 25px;
	text-align: center;
}

.jiluTop .default_img p {
	width: 60px;
	height: 60px;
	border-radius: 60px;
	margin: 0 auto;
	background: url(../img/other/trans_40.png) repeat;
}

.jiluTop .default_img img {
	width: 60px;
	height: 60px;
	border-radius: 60px;
	margin: 1px;
}

.jiluTop .default_wmode {
	width: 100%;
	height: 230px;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0.7;
	background-color: #1ea0e5;
	z-index: 102;
}

img.default_img_yuan {
	height: 40px;
	position: absolute;
	left: 0;
	bottom: 50px;
	z-index: 101;
}

.jiluTop img.default_img_bj {
	width: 100%;
}

.jiluTop .name {
	display: block;
	font-size: 16px;
	color: #FFF;
	height: 18px;
	line-height: 18px;
	z-index: 103;
	overflow: hidden;
	text-align: center;
	margin-top: 15px;
}

.jiluTop .count_hd {
	z-index: 103
	;margin-top: 10px;
	overflow: hidden;
}

.jiluTop .count_hd p {
	display: block;
	width: 46%;
	float: left;
	overflow: hidden;
	text-align: center;
	font-size: 12px;
	color: #FFF;
}

.jiluTop .count_hd p.l {
	padding-right: 4%;
	text-align: right;
}

.jiluTop .count_hd p.r {
	padding-left: 4%;
	text-align: left;
}

.jiluTop .count_hd span {
	color: #FFF;
	font-size: 13px;
}

.jiluTop .desc {
	overflow: hidden;
	margin: 15px auto;
	width: 100%
}

.jiluTop .desc p {
	padding: 0 15px;
	line-height: 16px;
	font-size: 12px;
	color: #FFF;
	text-align: center
}

/*关注*/
.focus_Cz {
}

.focus_Cz #attent_Btn {
	display: block;
	width: 62px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	font-size: 12px;
	position: absolute;
	top: 10px;
	right: 10px;
	background: rgba(0,0,0, .55);
	color: #FFF;
	border-radius: 3px;
	z-index: 104;
}

.focus_Cz #attent_Btn.wgz {
	background:rgba(3, 207, 93, 0.70);
}

.focus_Cz #attent_Btn.wgz:active {
	background-color: #0082c6;
}

/*正在进行的*/
#act_ongoing {
	overflow: hidden;
}

.act_ongoingUl {
	padding-top: 10px;
	padding-bottom: 10px;
	overflow: hidden;
}

.act_ongoingUl h4 {
	margin: 9px 0 5px;
	height: 25px;
	border-left: 3px solid #22b14c;
	text-indent: 12px;
	line-height: 25px;
	font-size: 14px;
}

.act_ongoingUl li {
	padding: 10px;
	background: #fff;
	overflow: hidden;
	margin-bottom:  10px;
}

.act_ongoingUl li a {
	display: block;
}

.act_ongoingUl li a:active {
	background-color: #f3f3f3;
}

.act_ongoingUl li a .act_ongoingTitle {
	font-weight: normal;
	font-size: 16px;
	color: #000;
	line-height: 23px;
	text-align: left;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.act_ongoingUl li a .act_ongoingNr {
	position: relative;
	padding-top: 10px;
	padding-bottom:10px;
	overflow:hidden;
}

.act_ongoingUl li a .act_ongoingNr img {
	width: 150px;
	height: 88px;
	float: left;
}

.act_ongoingUl li a .act_ongoingNr p {
	line-height: 19px;
	font-size: 14px;
	color: #666;
	margin-left: 165px;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.act_ongoingUl li a .act_ongoing_infor {
	overflow: hidden;
}

.act_ongoingUl li a .act_ongoing_infor .act_ongoing_infor_K {
	overflow: hidden;
	border-top: 1px solid #f3f5f7;
	padding: 5px 0;
}

.act_ongoingUl li a .act_ongoing_infor .act_ongoing_infor_K .act_ongoing_time {
	height: 20px;
	position: relative;
}

.act_ongoingUl li a .act_ongoing_infor .act_ongoing_infor_K .act_ongoing_time p {
	display: block;
	padding: 0 85px 0 17px;
	background: url(../img/detail/icon_time.png) no-repeat 0 4px;
	background-size: 13px 13px;
	line-height: 20px;
	font-size: 12px;
	color: #999;
}

.act_ongoingUl li a .act_ongoing_infor .act_ongoing_infor_K .act_ongoing_time span {
	display: inline-block;
	height: 20px;
	line-height: 20px;
	background-color: #f3f3f3;
	font-size: 11px;
	color: #666;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0 6px;
}

.act_ongoingUl li a .act_ongoing_infor .act_ongoing_infor_K .act_ongoing_attr {
}

.act_ongoingUl li a .act_ongoing_infor .act_ongoing_infor_K .act_ongoing_attr p {
	display: block;
	padding: 0 0 0 17px;
	background: url(../img/detail/icon_addr.png) no-repeat 0 2px;
	background-size: 13px 16px;
	line-height: 20px;
	font-size: 12px;
	color: #999;
}

/*全部活动*/
#act_all .act_hot_main {
	overflow: hidden;
}

#act_all .act_hot_tit {
	display: block;
	font-weight: normal;
	background: url(../img/detail/blue_tiao.png) no-repeat left;
	background-size: 3px 25px;
	height: 25px;
	line-height: 25px;
	text-align: left;
	padding-left: 12px;
	font-size: 14px;
	color: #000;
	margin: 9px 0 5px;
}

.act_hotUl {
	overflow: hidden;
}

.act_hotUl .act_hotLi {
	overflow: hidden;
	border-top: 1px solid #f3f5f7;
	border-bottom: 1px solid #f3f5f7;
	margin-top: 10px;
}

.act_hotUl>:first-child {
	margin-top: 0;
}

.act_hotUl .act_hotLi a {
	display: block;
	background-color: #FFF;
	padding: 6px 0 2px;
}

.act_hotUl .act_hotLi a:active {
	background-color: #f3f3f3;
}

.act_hotUl .act_hotLi a .act_hotTitle {
	font-weight: normal;
	font-size: 16px;
	color: #000;
	line-height: 23px;
	text-align: left;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	padding: 0 10px 0 12px;
}

.act_hotUl .act_hotLi a .act_hotNr {
	height: 76px;
	position: relative;
	margin-top: 4px;
	padding-bottom: 5px;
}

.act_hotUl .act_hotLi a .act_hotNr img {
	width: 70px;
	height: 70px;
	position: absolute;
	left: 12px;
	top: 2px;
}

.act_hotUl .act_hotLi a .act_hotNr .act_hotP {
	line-height: 19px;
	text-align: left;
	font-size: 14px;
	color: #000;
	padding: 0 10px 0 90px;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.act_hotUl .act_hotLi a .act_hotNr .act_hotP_vote {
	padding: 0 10px 0 90px;
	overflow: hidden;
}

.act_hotUl .act_hotLi a .act_hotNr .act_hotP_vote .act_hotP_vote_r {
	overflow: hidden;
}

.act_hotUl .act_hotLi a .act_hotNr .act_hotP_vote .act_hotP_vote_r .actVoteGroup {
	overflow: hidden;
}

.act_hotUl .act_hotLi a .act_hotNr .act_hotP_vote .act_hotP_vote_r .actVoteGroup .actVoteGroup_t {
	height: 19px;
	overflow: hidden;
	font-size: 14px;
	color: #000;
}

.act_hotUl .act_hotLi a .act_hotNr .act_hotP_vote .act_hotP_vote_r .actVoteGroup .actVoteGroup_t p {
	display: block;
	float: left;
	width: 150px;
	height: 19px;
	line-height: 19px;
	text-align: left;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.act_hotUl .act_hotLi a .act_hotNr .act_hotP_vote .act_hotP_vote_r .actVoteGroup .actVoteGroup_t span {
	display: inline-block;
	float: right;
	height: 19px;
	line-height: 19px;
	text-align: right;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.act_hotUl .act_hotLi a .act_hotNr .act_hotP_vote .act_hotP_vote_r .actVoteGroup .actVoteGroup_b {
	height: 10px;
	overflow: hidden;
	background-color: #d9d9d9;
	border-radius: 3px;
	margin: 4px 0 5px 0;
}

.act_hotUl .act_hotLi a .act_hotNr .act_hotP_vote .act_hotP_vote_r .actVoteGroup .actVoteGroup_b b {
	display: block;
	height: 10px;
	width: 50px;
	background-color: #9ab5e9;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	float: left;
}

.his_tit {
	height: 20px;
	background: url(../img/other/bj_e7_tiao.png) repeat-x center;
	text-align: center;
	margin: 16px 0 3px;
}

.his_tit span {
	display: inline-block;
	margin: 0 auto;
	height: 20px;
	line-height: 20px;
	padding: 0 10px;
	background-color: #efeff4;
	font-size: 13px;
	color: #666;
}

.act_allUl {
	overflow: hidden;
	padding: 10px 0 0;
}

.act_allUl li {
	border-top: 1px solid #f3f5f7;
	border-bottom: 1px solid #f3f5f7;
	padding: 10px;
	margin-bottom: 10px;
	background: #fff;
	overflow: hidden;
}

.act_allUl li span.dian {
	display: none;
}

.act_allUl li.time {
	overflow: hidden;
	margin: 0 0 5px;
	padding: 0;
	background: none;
}

.act_allUl li.time span.dian {
	display: block;
	width: 3px;
	height: 25px;
	background-image: url(../img/detail/blue_tiao.png);
	float: left;
}

.act_allUl li.time p {
	display: inline-block;
	height: 25px;
	line-height: 25px;
	float: left;
	margin-left: 9px;
	font-size: 14px;
}

.act_allUl li.jiluDay .jiluZu {
	overflow: hidden;
}

.act_allUl li.jiluDay .jiluZu>:first-child {
	margin-top: 0;
}

.jiluZu table {
	border: 0;
	border-radius: 10px;
	background-color: #FFF;
	width: 100%;
	margin-bottom: 2%;
	cursor: pointer;
}

.jiluZu table:active {
	background-color: #FCFCFC;
}

.jiluZu table td {
	vertical-align: middle;
}

.jiluZu table td.txt {
	text-align: left;
}

.jiluZu table td.txt a {
	display: inline-block;
	padding: 5px 5px 5px 15px;
	font-size: 16px;
	line-height: 22px;
	color: #666;
}

.jiluZu table td.txt a:active {
	color: #000;
}

.jiluZu table td.pic {
	text-align: center;
	width: 50px;
}

.jiluZu table td.pic p {
	padding: 5px 5px 5px 10px;
}

.jiluZu table td.pic p span {
	display: inline-block;
	width: 40px;
	height: 40px;
	overflow: hidden;
}

.hd_jl_A {
	display: block;
	background-color: #FFF;
	overflow: hidden;
	margin-top: 10px;
}

.hd_jl_A:active {
	background-color: #f3f3f3;
}

.hd_jl_A .hd_jl_P {
	font-weight: normal;
	font-size: 16px;
	color: #000;
	line-height: 23px;
	text-align: left;
}

.hd_jl_A .hd_jlNr {
	position: relative;
	overflow: hidden;

	margin-top: 10px;
}

.hd_jl_A .hd_jlNr .hd_jl_I {
	width: 150px;
	height: 88px;
	float: left;
}

.hd_jl_A .hd_jlNr .hd_jlNrP {
	line-height: 19px;
	margin-left: 165px;
	font-size: 14px;
	color: #666;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}