
#css3-animated-example .fork {
    border:0;
    position:absolute;
    top:0;
    right:0;
}
#css3-animated-example .col {
    width: 320px;
    float: left;
    margin-right:32px;
    margin-bottom: 16px;
}
#css3-animated-example .c3 {
    margin-right:0;
}
#css3-animated-example h1 {
    border-bottom: 1px solid #333;
    font-size: 32px;
    color: #fff;
    padding-bottom: 12px;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.6);
}
#css3-animated-example h2 {
    margin: 10px 0;
    color: #000;
    font-size: 18px;
    text-shadow: 1px 1px 2px #fff;
}
#css3-animated-example>h3 {
    margin: 0;
    color: #fff;
    background: #30a351;
    height: 2em;
    margin-bottom: 0.5em;
    line-height: 2em;
}
#css3-animated-example h3 a {
    background: url("../img/jiantou1.png") 95% 13px no-repeat;
    display: block;
    padding-left:15px;
    margin: 0;
    color: #fff;
    text-decoration: none;
    font-weight: normal;
}
#css3-animated-example>h3:hover {
    background: #ff6000;
}
#css3-animated-example>h3.open {
    background: #ff6000;
}
#css3-animated-example h3.open a {
    background-position: 95% ;
}
#css3-animated-example h3 + div {
    padding: 10px;
}
#css3-animated-example h2 + div, .example {
    background: #fff;
    overflow: hidden;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-bottom: 20px;
}
/* 代码整理：懒人之家 www.lanrenzhijia.com */
#css3-animated-example h3+div {
    display: none;
}
/* 代码整理：懒人之家 www.lanrenzhijia.com */
#css3-animated-example h3 + div {
    height: 0px;
    padding: 0px;
    overflow: hidden;
    background: #e3fee9;
    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 .content {
    padding: 10px;
}
#css3-animated-example .content td {
    border-left: 1px solid #E5E5E5;
    border-top: 1px solid #E5E5E5;
    padding: 8px;
    text-align: center;
    color: #8a8a8a;
}
#css3-animated-example .content table {
	width: 100%;
    border-right: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
	}
.content p{
    color: #8a8a8a;
    font-size: 0.8em;
    line-height: 2em;
}

.content_list li{
    width: 100%;
    height: 2em;
    line-height: 2em;
    border: 1px solid #30a351;
    overflow: hidden;
    margin-bottom: 0.4em;
}
.content_list li h4{
    width: 25%;
    font-size: 1em;
    background: #30a351;
    color: #fff;
    text-align: center;
    height: 2em;
    font-weight: normal;
    float: left;
}

.content_list li h6{
    width: 75%;
    height: 2em;
    padding: 0 10px;
    line-height: 2em;
    float: left;
}
.content_list li h6 b{
    float: left;
    color: #30a351;
    font-size: 1em;
    font-weight: normal;
    height: 2em;
    line-height: 2em;
    margin-top: 0.2em;
}
.content_list li h6 a{
    color: #fff;
    padding: 0 1em;
    float: right;
    border-radius: 0.7em;
    font-size: 0.8em;
    background-color: #ff6000;
    height: 2em;
    line-height: 2em;
    margin-top: 0.2em;
}
#css3-animated-example h3.open + div {
    height: auto;
    background: #fff;
}
/* Event example
--- */
#css3-animated-example pre#event-log {
    background: #fafacc;
    padding: 10px;
    display: block;
}

/* Responsive design
--- */


/* 代码整理：懒人之家 www.lanrenzhijia.com */



#css3-animated-example0 .fork {
    border:0;
    position:absolute;
    top:0;
    right:0;
}
#css3-animated-example0 .col {
    width: 320px;
    float: left;
    margin-right:32px;
    margin-bottom: 16px;
}
#css3-animated-example0 .c3 {
    margin-right:0;
}
#css3-animated-example0 h1 {
    border-bottom: 1px solid #333;
    font-size: 32px;
    color: #fff;
    padding-bottom: 12px;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.6);
}
#css3-animated-example0 h2 {
    margin: 10px 0;
    color: #000;
    font-size: 18px;
    text-shadow: 1px 1px 2px #fff;
}
#css3-animated-example0 h5 {
    margin: 0;
    color: #fff;
    width: 100%;
    height: 3em;
    line-height: 3em;
	
}
#css3-animated-example0 h5 a {
	position:relative;
    display: block;
    padding-left: 25px;
    margin: 0;
    color: #30a351;
    text-decoration: none;
    font-weight: normal;
    font-size: 1em;
    height:inherit;
}
#css3-animated-example0 h5 img{
    line-height: 3em;
    height: 1em;
    margin-right: 0.5em;
    position:absolute;
    top:13px;
    left:5px;
}
#css3-animated-example0>div{

}
#css3-animated-example0 h5.open a {
    background-position: 90%;
}
#css3-animated-example0 h5 + div {
    padding: 10px;
}
#css3-animated-example0 h2 + div, .example {
    background: #fff;
    overflow: hidden;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-bottom: 20px;
}
/* 代码整理：懒人之家 www.lanrenzhijia.com */
#css3-animated-example0 h5+div {
    display: none;
}
/* 代码整理：懒人之家 www.lanrenzhijia.com */
#css3-animated-example0 h5 + 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-example0 .content p {
    width: 100%;
    padding: 0 1%;
    margin: 0 auto;
}
#css3-animated-example0 .content strong{
    color: #30a351;
    font-size: 1.2em;
}
#css3-animated-example0 .content span{
    color: #30a351;
    font-size: 0.8em;
}
#css3-animated-example0 .content b{
    color: #8a8a8a;
    font-size: 0.7em;
    font-weight: normal;
}

#css3-animated-example0 h5.open + div {
    height: auto;
    background: #fff;
}
/* Event example
--- */
#css3-animated-example0 pre#event-log {
    background: #fafacc;
    padding: 10px;
    display: block;
}