body{
    min-width: 1200px;
}
nav{
    position: fixed;
    top:0;
    width: 100%;
    height: 50px;
    background: #fff;
}
.content{
    margin-top: 50px;
}
.read{
    font-size: 16px;
}