.ff-item{
color: #757575;
font-size: 14px;
border: 1px solid #e1e1e1;
border-radius: 4px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 20px;
position: relative;
margin-bottom: 30px;
}
.ff-item h3{
font-size: 18px;
font-weight: bold;
color: #d72e0b;
margin-top: 0;
}
.ff-item h4{
font-size: 16px;
font-weight: bold;
}
.ff-item-icon{
background: url("../img/circle-arrow-bottom.png");
width: 36px;
height: 36px;
display: block;
cursor: pointer;
margin-top: 7px;
}
.li-arrow-orang{
background: rgba(0, 0, 0, 0) url("../img/arrow-orang.png") no-repeat scroll 0 10px;
line-height: normal;
list-style: outside none none;
padding-bottom: 5px;
padding-left: 20px;
padding-top: 7px;
}
.ff-item-content{
margin-left: 150px;
}
.ff-item-annotation{}
.ff-item-description{}
.ff-item-image{
position: absolute;
top: 0px;
left: 40px;
}
.ff-item.open{
background: #f7f8f9;
}
.ff-item-content.open{
margin-left: 0px;
}
.ff-item-image.open{
position: relative;
display: block;
bottom: 0;
left: 40px;
transition: 0.5s left ease-in;
}
.ff-item-icon.open{
background: url("../img/circle-arrow-top.png");
transition: 0.5s left ease-in;
}

