.newsresult .s img{max-width:320px;}

div.editor.smt {
    display: none;
}
@media screen and (max-width:767px){
div.editor.pc {
    display: none;
}
div.editor.smt {
    display: block;
}
}
