为什么我的不行呢?
@charset "utf-8";
/* CSS Document */
body,figure,figcaption,h2,p,img{ margin:0; padding:0;}
figure{ position:relative; width:33.33%; overflow:hidden; height:350px; float:left;}
figure img{ width:100%;}
figcaption{ position:absolute; top:0px; left:0px; color:#FFF; font-family:"微软雅黑";}
@media screen and( min-width:600px){
figure{ width:100%}
}
@media screen and(min-width:601px) and( man-width:1000px){
figure{ width:50%}
}
@media screen and( min-width:1001px){
figure{ width:33.33%}
}