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