@charset "utf-8";
.content-title:before{
    display: none;
}
.content-title{
    float: none;
    text-align: center;
     
   
}
/*------------ rwd ------------*/
@media screen and (max-width:1000px){
    .content-title{
        display: none;
    }
}
