.bg{
	background-image: url(../images/bg8.jpg);
}

/** 活动列表 **/
.right #list{
	min-height:961px;
}

.right .ndyj_item {
	width: 284px;
	margin: 15px 10px;
	margin-left: 0px;
	float: left;
	transition: .5s;
	border: 1px solid #cccccc;
}

.right .ndyj_item:nth-child(3n+0){
	margin-right: 0;
}

.right .ndyj_item img{
	width: 100%;
	height: 180px;
}

.right .ndyj_item h4 {
	margin: 5px 0;
	padding: 0px 10px;
	/* min-height:62.4px; */
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	height: 60px;
    line-height: 20px;
}

.right .ndyj_item h6{
	padding: 5px 10px;
	font-weight: 400;
	color: #666666;
}

.right .ndyj_item input{
	margin: 10px 10px;
	border: 1px solid #1ea581;
	background: #1ea581;
	padding: 5px 10px;
	width: 80px;
	color: #fff;
	cursor: pointer;
	border-radius: 20px;
	outline: none;
}

.right .ndyj_item:hover{
	border: 1px solid #1ea581;
	background-color: #1ea581;
	color: #fff;
}

.right .ndyj_item:hover h6{
	color: #fff;
}

.right .ndyj_item:hover input{
	border: 1px solid #fff;
	color: #fff;
}

/** 活动详情 **/
.hdbmi_top{
	margin-top: 80px;
}

.hdbmi_top .hdbmi_le{
	float: left;
	width: 300px;
	height: 180px;
}

.hdbmi_top .hdbmi_bmxx{
	float: left;
	padding: 0 20px;
	width: 540px;
}

.hdbmi_top .hdbmi_bmxx h4{
	font-size: 24px;
	width:100%;
}

.hdbmi_top .hdbmi_bmxx .hdbmi_info{
	margin: 15px 0;
}

.hdbmi_top .hdbmi_bmxx .hdbmi_info p{
	margin: 5px 0;
}

.hdbmi_top .hdbmi_bmxx input{
	border: 1px solid #1ea581;
	background: #1ea581;
	padding: 8px 10px;
	width: 100px;
	color: #fff;
	cursor: pointer;
	border-radius: 20px;
	outline: none;
}

.hdbmi_content{
	margin-top: 70px;
	border: 1px solid #a2a2a2;
	border-radius: 15px;
	padding: 20px;
}

.hdbmi_content .hdbmi_title{
	padding: 15px 0;
	border-bottom: 1px solid #a2a2a2;
}

.hdbmi_content .hdbmi_main{
	margin-top: 25px;
	font-size: 15px;
	color: #333;
}

.hdbmi_content .hdbmi_main img{
	width:100%;
	max-height:100%;
	height:100%;
	max-width:100%;
}

.hdbmi_content .hdbmi_main p{
	margin: 5px 0;
	padding-left: 2em;
}

.hdbmi_content .hdbmi_main p:first-letter {
    margin-left: -2em;
}

/** 活动报名 **/
.hdbmt_main {
	margin-top: 50px;
}

.hdbmt_main h4 {
	border-left: 2px solid #009688;
	padding-left: 10px;
}

.hdbmt_content {
	margin-top: 20px;
}

.hdbmt_content .hdbmt_info {
	float: left;
	margin: 20px 0;
	margin-right: 100px;

}

.hdbmt_content .hdbmt_info span {
	color: #333;
	vertical-align: middle;
}

.hdbmt_content .hdbmt_info input,
.hdbmt_content .hdbmt_info select {
	box-sizing: border-box;
	vertical-align: middle;
	width: 240px;
	padding: 10px 20px;
	border: 1px solid #a8a8a8;
	border-radius: 10px;
	outline: none;
	box-shadow: none;
	transition: .5s;
}

.hdbmt_content .hdbmt_info input:focus,
.hdbmt_content .hdbmt_info select :focus {
	box-shadow: 0 0 0 2px #55aaff;
}

.hdbmt_content .hdbmt_info textarea {
	font-family: '微软雅黑';
	box-sizing: border-box;
	vertical-align: top;
	width: 350px;
	height: 150px;
	padding: 10px 20px;
	border: 1px solid #a8a8a8;
	border-radius: 10px;
	outline: none;
	box-shadow: none;
	transition: .5s;
	overflow: hidden;
}

.hdbmt_content .hdbmt_info textarea:focus {
	box-shadow: 0 0 0 2px #55aaff;
}

.hdbmt_bottom{
	margin: 20px 80px;
}

.hdbmt_bottom input{
	border: 1px solid #1ea581;
	background: #1ea581;
	padding: 12px 15px;
	width: 120px;
	color: #fff;
	letter-spacing: 3px;
	cursor: pointer;
	border-radius: 20px;
	outline: none;
}

.layui-form-select{
	display:none;
}