.miaobao{
	width: 1152px;
	margin: auto;
	padding: 10px 0;
	height: 24px;
	line-height: 24px;
	background-color: #FFFFFF;
}

.miaobao ul{
	margin-left: 10px;
}

.miaobao li{
	float: left;
	font-size: 14px;
	color: #000 !important;
	padding: 0 2px;
}

.some{
	text-align: center;
}

.some>span:nth-child(2){
	color: #FFFFFF;
	padding: 0 15px;
}

.dest{
	width: 100%;
	font-size: 13px;
	line-height: 24px;
	background-color: #F5F5F5;
	border: 1px solide #E5E5E5;
	margin: 20px 0;
	text-indent: 2em;
	padding: 5px;
	color: #868686;
}

.dest p{
	margin: 0 10px;
}

.content{
	width: 1152px;
	margin: auto;
	overflow: hidden;
	background-color: #FFFFFF;
}

.content h2{
	padding: 20px 100px;
	font-size: 26px;
	text-align: center;
	/* margin: 0 auto 20px; */
	
}

.content .containter{
	padding: 10px 30px;
	font-size: 16px;
	line-height: 32px;
}

.content .containter p{
	text-indent: 2em;
}

.content .more{
	width: 1152px;
	margin: auto;
	overflow: hidden;
	padding: 10px 30px;
	border-top: #343434 solid 2px;
}

.content .more a{
	font-size: 16px;
	color: #000000;
}

.content .more .prev{
	float: left;
	width: 400px;
	text-align: left;
	overflow:hidden; /*内容超出宽度时隐藏超出部分的内容 */
	text-overflow:ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
	white-space:nowrap; /*不换行 */
}

.content .more .next{
	float: right;
	width: 400px;
	text-align: left;
	overflow:hidden; /*内容超出宽度时隐藏超出部分的内容 */
	text-overflow:ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
	white-space:nowrap; /*不换行 */
}

.download{
	overflow: hidden;
}

.download a{
	float: left;
	width: 264px;
	height: 54px;
	border-radius: 8px;
	line-height: 56px;
	font-size: 18px;
	text-align: center;
	cursor: pointer;
	color: #FFFFFF;
	transition: all .25s;
	background-image: linear-gradient(to right,#32e6b0,#00be85);
	margin: 10px 10px;
}

.from-b{
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	margin-left: 10px;
}



#comments hr{
	display: none;
}

#comments .comment-postbox-wraper{
	width: 100%;
}

#comments .comment-postbox-wraper .form-control{
	width: 99%;
	padding: 5px;
}

#comments .btn{
	margin-top: 5px;
	padding: 8px 12px;
	background-color: #e41913;
	color: #ffffff;
	border: none;
	cursor: pointer;
}

.comments{
	border: 1px solid #EEE;
	padding: 10px;
	margin-top: 20px;
}

.comments .comment{
	border-bottom: 1px solid #EEE;
}

.comment .pull-left{
	float: left;
	width: 50px;
	height: 50px;
}

.comment{
	overflow: hidden;
	margin-bottom: 20px;
}

.comment>div{
	overflow: hidden;
	
}

.comment .pull-left img{
	width: 100%;
	height: 100%;
}

.comment>div>div>span{
	font-size: 14px;
	color: #999;
}

.comment .comment-body{
	margin-top: 10px;
	margin-bottom: 10px;
}

.comment .comment-body .pull-right{
	float: right;
	display: none;
}

.comment .comment-body .pull-right a:last-child{
	display: none;
}






