.fork {
  border:0;
  position:absolute;
  top:0;
  right:0;
}
* {
	font-family: "微软雅黑";
	letter-spacing: 2px;
}


.col {
  width: 320px;
  float: left;
  margin-right:32px;
  margin-bottom: 16px;
}
.c3 {
  margin-right:0;
}

h3 {
	margin: 0;
	background-color: #CCC;
	background-image: linear-gradient(bottom, rgb(228,10,85) 14%, rgb(255,36,111) 57%);
	background-image: -o-linear-gradient(bottom, rgb(228,10,85) 14%, rgb(255,36,111) 57%);
	background-image: -moz-linear-gradient(bottom, rgb(228,10,85) 14%, rgb(255,36,111) 57%);
	background-image: -webkit-linear-gradient(bottom, rgb(228,10,85) 14%, rgb(255,36,111) 57%);
	background-image: -ms-linear-gradient(bottom, rgb(228,10,85) 14%, rgb(255,36,111) 57%);
	font-size: 12px;
	line-height: 22px;
	letter-spacing: 0px;
}

h3 a {
	display: block;
	padding-left: 32px;
	margin: 0;
	color: #000;
	text-decoration: none;
	font-weight: normal;
	text-shadow: 1px 1px 1px #666;
	background-color: #CCC;
	background-image: url(../sprite.png);
	background-repeat: no-repeat;
	background-position: 15px 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 7px;
	font-size: 14px;
}
#poneimg {
	padding: 0px;
	height: 165px;
	width: 260px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
#css3-animated-example div .contenter p {
	argin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 18px;
	text-indent: 2em;
}

h3:hover {
	background-color: #CCC;
}
h3.open  {
	background-color: #CCC;
}
h3.open a {
	background-position: 10px -25px;
 }
h3 + div { padding: 10px; }

/* Pre hide sections with JavaScript on
--- */
h3+div {
  display: none;
}

/* CSS3 Animation example
--- */
#css3-animated-example h3 + div {
  height: 0px;
  padding: 0px;
  overflow: hidden;
  background: #000;
  display: block!important;
  -webkit-transform: translateZ(0);
  -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition:all 0.3s ease;
	transition: all 0.3s ease;
}
#css3-animated-example .contenter {
  padding: 10px;
}

#css3-animated-example h3.open + div {
	height: auto;
	background: #fff;
}

/* Event example
--- */
pre#event-log {
	padding: 10px;
	display: block;
}
.cur ,cur a, cur a:hover{
	color: #FFF;
	background-color: #F00;
}
#pthrbox p a ,#ponebox1 p a{
	color: #F00;
}
#pthrbox p a:hover, #ponebox1 p a:hover {
	text-decoration: underline;
}
