.toggle_title{margin-top: 10px;
    background: #dfdfdf;
    padding: 10px 0;background:/*url(img/plus.png) no-repeat;*/height:29px;font-size:14px;color:#5e6069;cursor:pointer;/*padding:3px 0 0 48px;*/user-select:none;-webkit-user-select:none;-moz-user-select:none;width:864px;margin-top:10px;}
.toggle_active{/*background:url(img/minus.png) no-repeat;*/height:29px;width:864px}
.toggle_content{background:#F5F5F5;color:#515151;border-left:1px solid #DEDEDE;border-bottom:1px solid #DEDEDE;border-right:1px solid #DEDEDE;overflow:auto;margin:-3px 0 15px;padding:25px 0;width:864px; text-align:justify;}
.toggle_title:before {
    content: "+";
    font-size: 40px;
    padding: 0px 10px;
}