.lectuer_wrapper{
	overflow: hidden;
}
.activity_theme{
	width: 100%;
	position: relative;
	margin-top: 2.8rem;
}
.activity_msg{
	width: calc(100% - 0.4rem);
	border-radius: 0.05rem;
	margin: 0 auto;
}
.activity_desc{
	width: calc(100% - 0.6rem);
	padding: 0 0.3rem;
}
.act_date{
	width: 3.5rem;
	height: 0.3rem;
	background-color: #7b0fce;
	margin: 0 auto;
	background: -webkit-linear-gradient(left,#e54192,#8011cb);
	background: -moz-gradient(right,#e54192,#8011cb);
	background: -o-gradient(right,#e54192,#8011cb);
	background: linear-gradient(to right,#e54192,#8011cb);
	text-align: center;
	line-height: 0.3rem;
	font-size: 0.2rem;
	color: #fff;
	box-shadow: 0.02rem 0.02rem 0.1rem 0.01rem rgba(143,58,77,.2);
	text-shadow: 0.01rem 0.01rem 0.01rem rgba(124,15,205,.4);
	letter-spacing: 0.01rem;
	transform: skew(-30deg);
}
.act_date span{
	display: block;
	width: 100%;
	height: 100%;
	transform: skew(30deg);
}
.vote_desc{
	color: #fff;
	font-size: 0.22rem;
	margin-top: 0.3rem;
}
.vote_desc p{
	line-height: 0.25rem;
}
.vote_desc .desc_header{
	height: 0.25rem;
	padding: 0.1rem 0;
}
.vote_desc .desc_content{
	line-height: 0.35rem;
	text-align: justify;
	margin-top: 0.05rem;
}
.desc_content span{
	display: block;
	margin-bottom: 0.2rem;
}
.desc_content span:last-child{
	margin-bottom: 0;
}
/*vote_area*/
.vote_area{
	padding: 0 0.2rem;
	position: relative;
	z-index: 8;
	margin-top: 0.5rem;
}
.mark_item{
	width: 3.7rem;
	height: 1.2rem;
	position: absolute;
	left: 50%;
	margin-left: -1.85rem;
	top: -0.85rem;
}
.mark_item img{
	display: block;
	width: 100%;
	height: 100%;
}
.candidate_content{
	padding: 0 0.3rem;
}