*{
    padding: 0px;
    margin: 0px;
}
.new_content{
    max-width: 640px;min-width: 320px;margin:0 auto;position: relative;
}
.new_content a{
    display: block;
}
.new_content img{
    width: 100%;
    display: block;
}
@media screen and (min-width: 360px) {
    body .content {
        font-size: 16px
    }
}
@media screen and (min-width: 400px) {
    body .content {
        font-size: 18px
    }
}
@media screen and (min-width: 440px) {
    body .content {
        font-size: 20px
    }
}
@media screen and (min-width: 480px) {
    body .content {
        font-size: 22px
    }
}
@media screen and (min-width: 640px) {
    body .content {
        font-size: 28px
    }
}