.TopBanner,.MiddleBanner{
	max-width:1200px;
	margin:auto;
}
.TopBanner img,.MiddleBanner img{
	width:100%;
}
.ShowSpCont{
	max-width:1200px;
	margin:20px auto 10px auto;
}
.ShowSpCont:after{
	content:'';
	display:block;
	clear:both;
}
.ShowSpCont .SideL{
	width:20%;
	float:left;
	overflow:hidden;
}
.ShowSpCont .SideC{
	width:50%;
	float:left;
	margin-left:2%;
}
.ShowSpCont .SideR{
	width:26%;
	float:right;
}
.ShowSpCont .SideL .SpLogo{
	width:100%;
	overflow:hidden;
	padding-bottom:15px;
}
.ShowSpCont .SideL .SpLogo img{
	width:100%;
}
.ShowSpCont .SideL .cont{
	font-size:16px;
	line-height:25px;
}
.ShowSpCont .SideL .info{
	border-top:#FFD200 solid 1px;
	margin-top:15px;
	padding-top:10px;
}
.ShowSpCont .SideL .info li{
	padding:5px 0;
	line-height:20px;
	font-size:14px;
	color:#666;
}
.ShowSpCont .SideL .info li span{
	color:#F30;
}
.ShowSpCont .SideC .head{
	height:40px;
	border-bottom:#FFD200 solid 1px;
	line-height:35px;
}
.ShowSpCont .SideC .head span{
	display:inline-block;
	background:#FFD200;
	padding:0 15px;
	font-size:18px;
}
.ShowSpCont .SideC .cont{
	padding-top:10px;
}
.ShowSpCont .SideC .cont .list{
	height:40px;
	line-height:40px;
	overflow:hidden;
	padding:0 5px;
	border-bottom:#DDD dotted 1px;
}
.ShowSpCont .SideC .cont .list:hover{
	background:#EFEFEF;
}
.ShowSpCont .SideC .cont .list a{
	float:left;
	font-size:14px;
	color:#369;
}
.ShowSpCont .SideC .cont .list span{
	float:right;
	color:#888;
	padding-left:20px;
	background:url(time.png) left center no-repeat;
}
.sidebox{
	background:#F9F9F9;
	margin-bottom:15px;
}
.sidebox .head{
	height:40px;
	line-height:40px;
	border-bottom:#FFD200 solid 1px;
	background:#FFF;
	font-size:18px;
}
.sidebox .cont{
	padding:10px;
}
.sidebox .cont div{
	height:25px;
	line-height:25px;
	overflow:hidden;
	padding:0 5px;
}
.sidebox .cont div:hover{
	background:#FFF;
}
.sidebox .cont div a{
	display:inline-block;
	margin-left:5px;
	color:#666;
}
.SpPicBox,.listcomment{
	max-width:1200px;
	border:#DDD solid 1px;
	border-radius:5px;
	margin:20px auto 0 auto;
}
.SpPicBox .head,.listcomment .head{
	border-bottom:#DDD solid 1px;
	height:45px;
}
.SpPicBox .head span,.listcomment .head span{
	display:inline-block;
	line-height:35px;
	background:#FFD200;
	padding:0 15px;
	margin:5px 0 0 8px;
	font-size:18px;
}
.SpPicBox .cont{
	padding:10px;
}
.SpPicBox .cont:after{
	content:'';
	display:block;
	clear:both;
}
.SpPicBox .cont ul{
	width:20%;
	overflow:hidden;
	float:left;
	padding:5px 0;
}
.SpPicBox .cont ul ol{
	width:92%;
	border:#DDD solid 1px;
	margin:auto;
	overflow:hidden;
	position:relative;
}
.SpPicBox .cont ul ol:before{
	content:'';
	display:block;
	padding-top:75%;
}
.SpPicBox .cont ul ol img{
	position: absolute;
	max-width:98%;
	max-height:98%;
	left: 50%;	
	top: 50%;
  -webkit-transform: translate3D(-50%, -50%, 0);
      -ms-transform: translate3D(-50%, -50%, 0);
          transform: translate3D(-50%, -50%, 0);
}
.SpPicBox .cont ul li{
	width:92%;
	height:25px;
	line-height:25px;
	overflow:hidden;
	margin:auto;
	text-align:center;
}
.listcomment .cont{
	position:relative;
	padding-right:50%;
}
.PostBox{
	position:absolute;
	width:48%;
	background:#EFEFEF;
	border-radius:5px;
	padding:10px 0;
	right:1%;
	top:10px;
}
.PostBox dl{
	display:table;
	width:100%;
}
.PostBox dl dt,.PostBox dl dd{
	display:table-cell;
	padding:5px;
	vertical-align:top;
}
.PostBox dl dt{
	width:80px;
	line-height:25px;
	text-indent:10px;
}
.PostBox dl dd input{
	border:#DDD solid 1px;
	height:25px;
	line-height:25px;
	text-indent:5px;
	outline:none;
	border-radius:5px;
}
.PostBox dl dd textarea{
	width:80%;
	height:80px;
	border:#DDD solid 1px;
	padding:5px;
	border-radius:5px;
	outline:none;
}
.PostBox .but{
	padding:5px 0 5px 95px;
}
.PostBox .but input{
	background:#FFD200;
	border:0;
	padding:8px 15px;
	cursor:pointer;
}
.PostBox .but input:hover{
	background:#F30;
	color:#FFF;
}
#comment{
	border-right:#DDD solid 1px;
	min-height:300px;
}
.listcomment .lists{
	display:table;
	width:100%;
	border-bottom:#DDD dotted 1px;
}
.listcomment .lists ol,.listcomment .lists li{
	display:table-cell;
	padding:10px;
	vertical-align:top;
}
.listcomment .lists ol{
	width:40px;
	vertical-align:middle;
	padding-right:0;
}
.listcomment .lists ol a{
	display:block;
	width:40px;
	height:40px;
	overflow:hidden;
	position:relative;	
}
.listcomment .lists ol a img{
	position: absolute;
	max-width:100%;
	max-height:100%;
	left: 50%;	
	top: 50%;
  -webkit-transform: translate3D(-50%, -50%, 0);
      -ms-transform: translate3D(-50%, -50%, 0);
          transform: translate3D(-50%, -50%, 0);
	border-radius:50%;
}
.listcomment .lists li div{
	height:20px;
	line-height:20px;
	overflow:hidden;
	color:#888;
}
.listcomment .lists li div a{
	color:#369;
}
.listcomment .lists li p{
	padding-top:5px;
	color:#666;
	line-height:20px;
	overflow:hidden;
	word-break:break-all; /*支持IE，chrome，FF不支持*/
　　word-wrap:break-word;/*支持IE，chrome，FF*/
}
.ShowPage{
	text-align:center;
	padding:10px 0;
	line-height:30px;
}
.ShowPage a{
	display:inline-block;
	border:#DDD solid 1px;
	padding:0 10px;
	color:#888;
	margin-right:5px;
}
.ShowPage a:hover,.ShowPage a.ck{
	border:#F30 solid 1px;
	background:#F30;
	color:#FFF;
}
.ShowPage a:hover font,.ShowPage a.ck font{
	color:#FFF;
}
.nocomment{
	text-align:center;
	padding:50px 0;
	font-size:20px;
	color:#F30;
}