.resizeimage {
    max-width: 700px; /* 最大幅 */
    min-width: 400px; /* 最小幅 */
}
.resizeimage img { width: 100%;}