.banner{
    width:100%;
}
.banner img{
    width:100%;
}
.content{
    width:1128px;
    margin: 0 auto;
    background: #fff;
    padding: 40px 36px;
}
.content .location{
    font-size: 16px;
    background: url('../images/location.png') no-repeat top left;
    color: #707070;
    padding-left: 25px;
}
.content .location a{
    color: #707070;
}
.content .title{
    text-align: center;
    font-size: 30px;
    color: #333;
    border-bottom: 1px dashed #e5e5e5;
    height: 100px;
    line-height: 100px;
}
.content .text{
    padding-top: 48px;
    color: #7a7a7a;
    font-size: 16px;
}
.content img{
  max-width: 100%;
}
@media screen and (max-width: 740px){
    .content{
        width: 100%;
        padding: 20px 10px;
        box-sizing: border-box;
    }
    .content .title{
        font-size: 20px;
        padding: 20px;
        height: auto;
        line-height: normal;
    }
}



























