body {
	background-color: rgb(255, 255, 255);
	color: rgb(48, 48, 48);
	font-family: Arial, 微软雅黑, "Microsoft yahei", "Hiragino Sans GB", "冬青黑体简体中文 w3", "Microsoft Yahei", "Hiragino Sans GB", "冬青黑体简体中文 w3", STXihei, 华文细黑, SimSun, 宋体, Heiti, 黑体, sans-serif;
}
body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	background-color: #fff;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.activity {
	padding: 0 0;
	width: 1170px!important;
	position: relative;
}
div {
	display: block;
}
.activity {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	padding-top:72px;
}
.nav-column {
	position: relative;
	width: 100%;
	height: 62px;
	background-color: #f6f6f6;
	font-size: 24px;
	text-align: center;
	line-height: 62px;
}
.activity-list-warp {
	display: inline-block;
	margin-top: 50px;
	margin-bottom: 13px;
}
.icon-calendar {
	position: relative;
	width: 40px!important;
	height: 40px!important;
	background-position: 0 0;
	top: 6px;
}
.icon2 {
	display: inline-block;
	vertical-align: text-bottom;
	background-image: url(../image/icon2.png);
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
}
.icon-chevron-right {
	background-position: -10px -108px;
}
.activity-list-warp section:nth-child(2n+1) {
 margin-right: 28px;
}
.activity-list-warp section {
	position: relative;
	width: 555px;
	float: left;
	border: 1px solid #f0f0f0;
	margin-bottom: 30px;
	height:462px;
}
.transition {
 -webkit-transition: all .2s ease-out;
 -moz-transition: all .2s ease-out;
 -ms-transition: all .2s ease-out;
 -o-transition: all .2s ease-out;
 transition: all .2s ease-out;
}
.review-past-warp {
	position: absolute;
	width: 100%;
	bottom: 0;
	height: 100%;
	background-color: rgba(255, 255, 255, .95);
	z-index: 10;
	padding: 70px 30px 0 30px;
	transform: rotateY(90deg);
	-ms-transform: rotateY(90deg);
	-moz-transform: rotateY(90deg);
	-webkit-transform: rotateY(90deg);
	-o-transform: rotateY(90deg);
}
.activity-name {
	font-size: 20px;
	line-height: 28px;
}
.review-list {
	margin-top: 20px;
	overflow:hidden;
}
.review-list ul{
	display:inline-block
	}

.activity-content-warp .activity-content {
	line-height: 24px;
	margin-top: 20px;
}
.activity-content-warp .activity-type-not {
	background-color: #333;
}
.activity-content-warp .activity-type {
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	text-align: center;
	padding: 0 16px;
	color: #fff;
	background-color: #333;
}
.pull-right {
	float: right!important;
}
.review-list ul li {
	border-right: 1px solid #fafafa;
	float: left;
	height: 14px;
	line-height: 14px;
	margin-top: 4px;
	padding: 0 15px;
}
a {
	color: #303030;
}
.activity-content-warp {
	position: relative;
	padding: 20px 28px;
}
.angle-warp {
	position: absolute;
	left: -10px;
	height: 26px;
	color: #fff;
	text-align: center;
	background-color: #f63756;
	line-height: 26px;
	padding: 0 10px;
	z-index: 20;
	top: 10px;
}
.angle-warp:after {
	content: " ";
	position: absolute;
	left: 0;
	top: 26px;
	width: 0;
	height: 0;
	border-top: 6px solid #cd213d;
	border-left: 10px solid transparent;
}
.activity-content-warp .activity-type-end {
	background-color: #f0f0f0;
	color: #bbb;
}
:after, :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.activity-pic {
	width: 100%;
	height: 321px;
	overflow: hidden;
}
.activity-detail {
	display: inline-block;
}
.activity-detail .image {
	width: 100%;
	height: 400px;
	overflow: hidden;
	float: left;
	margin-right: 30px;
}
.activity_left {
	float:left;
	width:690px;
	overflow:hidden;
	padding:20px;
	background:#fff;
}
.activity_right {
	float:right;
	width:430px;
	overflow:hidden;
	background: #ffffff url(../image/activ-form-bg.png) 0 0 repeat-y;
}
img {
	vertical-align: middle;
}
img {
	border: 0;
}
.activity-instr {
	position: relative;
	float: left;
	width: 100%;
	min-height: 400px;
	padding:30px;
}
.activity-instr .activity-title {
	font-size: 18px;
	line-height: 28px;
}
.activity-instr ul {
	margin-top: 15px;
}
.activity-instr ul li {
	font-size: 15px;
	line-height: 28px;
	color: #999;
}
#activity .activity-instr .btn-sign-up {
	position: relative;
	bottom: 0;
	margin-top: 6px;
	display: block;
}
a.btn.disabled, fieldset[disabled] a.btn {
	pointer-events: none;
}
.btn-sign-up.w100 {
	padding: 0;
	width: 370px;
}
.btn-sign-up.disabled, .btn-sign-up.disabled:hover {
	background: silver;
	color: #fff;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
	cursor: not-allowed;
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: .65;
}
.btn {
	border-radius: 0;
}
.btn-sign-up {
	position: absolute;
	bottom: 30px;
	padding: 0 28px;
	height: 40px;
	color: #fff;
	line-height: 38px;
	font-size: 18px;
	text-align: center;
	display: inline-block;
	background-color: #cc3333;
}
.span-mark-author {
	display: inline-block;
	border-bottom: 4px solid #cc3333;
	position: absolute;
	z-index: 1;
	height: 35px;
	line-height: 35px;
	margin: -28px 0 0 0;
	font-size:18px;
}
.activity-introduce {
	width: 100%;
	overflow: hidden;
	float: left;
	margin-right: 30px;
	margin-top:50px;
}
.activity-introduce .activity-content {
	font-size: 16px;
	line-height: 28px;
	padding: 35px 0 0 0;
	word-break: break-all;
	word-wrap: break-word;
	border-top: 1px solid #f0f0f0;
}
/*右侧*/
.column-aside {
	width:430px;
	float:right;
	overflow:hidden;
	padding-left:30px;
	padding-bottom:30px;
}
.column-aside .title {
	font-size: 14px;
	font-weight: bold;
	padding-left: 15px;
}
.activ-form {
	overflow: hidden;
	_zoom: 1;
	color: #333;
}
.activ-form th {
	vertical-align: top;
	text-align: left;
}
.activ-form th em {
	color: #f00;
}
.activ-form td {
}
.activ-form textarea {
	margin-top: 8px;
	padding: 4px;
	width: 150px;
	height: 70px;
	border: 1px #7F9DB9 solid;
	resize: vertical;
}
.activ-form .input-text {
	width: 150px;
}
.activ-form .input-file {
	width: 150px;
	overflow: hidden;
}
.activ-form .input-submit {

}
#event_desc_page img { width:100%}
/*活动报名名单*/
.name-list {
	margin-top: 15px;
	width: 280px;
	background: url(images/activity-pic.png) 0 -180px no-repeat;
	overflow: hidden;
	_zoom: 1;
}
.name-list ul, .name-list .name-title {
	background: #669855;
	overflow: hidden;
	_zoom: 1;
	color: #ffffff;
}
.name-list .name-title {
	padding: 5px 0 0 15px;
	font-size: 14px;
	font-weight: bold;
	margin-top: 5px;
	line-height: 24px;
}
.name-list ul {
	margin-left: -5px;
	padding-top: 12px;
	padding-bottom: 12px;
}
.name-list li {
	width: 68px;
	float: left;
	_display: inline;
	overflow: hidden;
	_zoom: 1;
	line-height: 24px;
	margin-left: 20px;
}
.name-list table {
	background: #669855;
	overflow: hidden;
	_zoom: 1;
	color: #ffffff;
	padding-top: 12px;
	padding-bottom: 12px;
	width: 100%;
}
.name-list td {
	width: 68px;
	float: left;
	_display: inline;
	overflow: hidden;
	_zoom: 1;
	line-height: 24px;
	margin-left: 20px;
}
.eventDetail {
	font-size: 14px;
	padding-top: 15px;
}
.eventDetail p {
	font-size: 14px;
	margin-bottom: 14px;
}
.activity-head .title {
	font-family: Microsoft YaHei;
}
