.blockInfo_s_hide{
	display:none;
	    padding: 1%;
    background: #f9f9f9;
}

.blockInfo_s_title {
    background: #f3f3f3;
    padding: 11px;
    border: 1px dotted #000;
    margin-top: 1%;
}
.blockInfo_s_title.act+.blockInfo_s_hide{
	display:block;
}
.blockInfo_s_hide img{width:100%;}