@charset "utf-8";
.lingdian-item-name {
	font-size: 18px;
	line-height: 24px;
	padding-top: 20px;
	color: #333333;
	padding-top: 39px 0 25px;
}

.ge-head-img {
	height: 524px;
	background: url('../../getipic/fenghuibannner_bg.jpg') center;
}

.liangdian-item-icon img {
	padding-top: 29px;
	height: 88px;
}

.lingpic-item-icon,
.lingpic-item-icon img {
	width: 362px;
	height: 221px;
}

.lingpic-item {
	/*width: 33.33%;*/
	float: left;
	padding: 0;
	margin: 11px 12px;
}


/*峰会主旨自写*/

.fenghui-purpose {
	/*width: 1200px;*/
	width: 100%;
	height: 752px;
	margin: 90px auto 0;
}

.fenghui-item-wrap {
	width: auto;
	overflow-x: auto;
	white-space: nowrap;
}


/*滚动条整体样式*/

.fenghui-item-wrap::-webkit-scrollbar {
	width: 10px;
	border-radius: 5px;
}


/*滚动条里面小方块*/

.fenghui-item-wrap::-webkit-scrollbar-thumb {
	border-radius: 4px;
	height: 60px;
	background: #BFBFBF;
}


/*设置滚动条里面轨道*/

.fenghui-item-wrap::-webkit-scrollbar-track {
	border-radius: 4px;
	background: #e9e9e9;
}

.fenghui-item {
	display: inline-block;
	width: 333.5px;
	height: 679.5px;
	margin: 7.5px;
	white-space: nowrap;
}

.fenghui-signup,
.fenghui-over {
	width: 57px;
	height: 24.5px;
	text-align: center;
	line-height: 24.5px;
	font-size: 12px;
	color: #ffffff;
	background: #FF0000;
	border-radius: 2px;
	margin: 0 auto 10px;
}

.fenghui-over {
	background: #DDDDDD;
}

.fenghui-head-line {
	width: 100%;
	height: 1px;
	background: #d9dadd;
}

.fenghui-head-point {
	width: 8px;
	height: 8px;
	background: #d9dadd;
	border-radius: 50%;
	position: absolute;
	top: -4px;
	left: 50%;
}

.fenghui-head-year {
	font-size: 60px;
	color: #333333;
	font-weight: 700;
	text-align: center;
	padding-top: 15px;
}

.fenghui-head-day {
	font-size: 16px;
	color: #0F0F0F;
	text-align: center;
	padding-top: 7px;
}

.fenghui-name {
	font-size: 28px;
	color: #333333;
	text-align: center;
	padding: 45px 0 30px;
}

.fenghui-con-item {
	width: 289px;
	height: 349px;
	background: #ffffff;
	box-shadow: 0px 5px 5px 0px rgba(143, 143, 143, 0.09);
	margin: 0 auto;
	border-radius: 8px;
	background: #FFFFFF;
}

.fenghui-con-item-img,
.fenghui-con-item-img img {
	width: 289px;
	height: 281px;
}

.fenghui-con-item-img img {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.fenghui-con-item-con {
	font-size: 16px;
	color: #333333;
	padding: 23px 0 31px;
	position: relative;
}

.fenghui-con-item-pos {
	position: absolute;
	right: 0px;
	
}
.fenghui-con-item-pos i {
	position: absolute;
	right: 63px;
	top: 2px;
}
.fenghui-con-item-pos h5 {
	width: 60px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: left;
	
}

.fenghui-con-state-signUp,
.fenghui-con-state-back {
	width: 108px;
	height: 38px;
	background: #ff0000;
	box-shadow: 0px 4px 14px 9px rgba(255, 104, 104, 0.16);
	text-align: center;
	line-height: 38px;
	font-size: 16px;
	color: #ffffff;
	margin: 45px auto 0;
	border-radius: 24px;
	cursor: pointer;
}
.fenghui-con-state-back a {
	color:#fff;
}

.fenghui-con-state-back {
	background: #F18E38;
}

.fenghui-con-item-conName {
	padding-left: 31px;
}

/*.fenghui-con-item-conPlace {
	padding-left: 110px;
}*/

.fenghui-con-item-conName h5,
.fenghui-con-item-conPlace h5 {
	display: inline-block;
	font-size: 13px;
	color: #333333;
	vertical-align: middle;
	padding-left: 3px;
}

.fenghui-icon {
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: middle;
}

.fenghui-icon-name {
	background: url('../../img/icon_name.png') no-repeat center;
}

.fenghui-icon-place {
	background: url('../../img/icon_place.png') no-repeat center;
}


/*清楚浮动*/

.clearfix:after {
	/*伪元素是行内元素 正常浏览器清除浮动方法*/
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	*zoom: 1;
	/*ie6清除浮动的方式 *号只有IE6-IE7执行，其他浏览器不执行*/
}