.info-title{
	padding-top: 50px;
}
.info-title h1{
	height: 38px;
	line-height: 38px;
	text-align: center;
	font-size: 24px;
	color: #212121;
}
.info-attrs{
	text-align: center;
	height: 16px;
	line-height: 16px;
	margin-top: 12px;
	font-size: 12px;
	color: #676767;
}
.info-contents{
	overflow: hidden;
	margin-top: 31px;
}
.info-share{
	position: relative;
	overflow: hidden;
	text-align: center;
	height: 24px;
	margin-top: 54px;
}
.info-share p{
	display: inline-block;
	overflow: hidden;
}
.info-share p a{
	display: block;
	float: left;
	width: 24px;
	height: 24px;
	background: url(../images/info-share-icons.png) no-repeat left top;
	overflow: hidden;
	text-indent: -999px;
	margin: 0 8px;
}
.info-share p a.it-2{
	background-position: -24px top;
}
.info-share p a.it-3{
	background-position: -48px top;
}
.info-share hr{
	width: 100%;
	height: 1px;
	margin: 0;
	border: none;
	background: #cdcdcd;
	position: absolute;
	left: 0;
	top: 11px;
	z-index: -1;
}

.info-more{
	margin: 27px 0 44px;
}
.info-more p{
	line-height: 30px;
	color: #393737;
}
.info-more p a{
	color: #393737;
}