/*-----------------------------------------------------*/

.sidebar{
	width: 1000px;
	margin: 10px auto;
	line-height: 30px;
}
.sidebar strong{
	font-size: 14px;
	color: #383838;
	font-weight: normal;
}
.sidebar a{
	margin: 0 10px;
	color: #383838;
	font-size: 14px;
}
.sidebar span{
	margin: 0 10px;
	color: #383838;
	font-size: 14px;
}

/*---------------------------------------------------*/
.show{
	width: 970px;
	margin: 30px auto;
	padding: 0 15px;
	overflow: hidden;
}
.show h1{
	text-align: center;
	width: 1000px;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	color: #666666;
}
.show img{
	display: block;
	margin: 0 auto;
	width: 600px;
	height: auto;
}
.show p{
	font-size: 12px;
	color: #666;
	line-height: 26px;
	word-break: break-all;
}
.show div{
	width: 1000px;
	text-align: center;
	font-size: 12px;
	color: #888;
	line-height: 30px;
	text-align: center;
}
