*{
    margin:0;
    padding:0;
    box-sizing: border-box;
    font-family: "Lato", Arial, Helvetica, sans-serif;
}
.innerDiv{
    background: #000000;
}
.topDiv{
    /*width: 90%;*/
    margin:0 auto;
    color: #fff;
    padding: 20px 0 30px;
}
.topDiv h3{
    font-size: 38px;
    color: #fff;
}
.innerDiv h3{
    color:#fff;
}
.topDiv h3,.topTitle{
    margin-left: 120px;
}
.contentH3{
    font-size: 35px;
}
.topTitle{
    /*font-weight: bold;*/
    font-size: 28px;
    margin-top: -10px;
}
.topImg{
    display: block;
    margin:10px auto;
}
.smallText{
    text-align: right;
    font-size: 12px;
    margin-right: 20px;
}
.imgDiv{
    margin: 5px auto 0;
    display: block;
}
.leftImg{
    float: left;
    width: 34.1%;
}
.rightImg{
    width: 65.9%;
    display: block;
}
.contentDiv{
    padding:30px 40px;
}
.contentH3{
    margin:10px 0;
}
.contentP{
    font-size: 16px;
    line-height: 24px;
}
.contentP a{
    text-decoration: none;
    color: #3e8ddd;
}
.contentImg{
    /*width: 96%;*/
    margin:30px auto;
    display: block;
}
.specCon{
    color: #FFFFFF;
}
.imgUl{
    /*overflow: hidden;*/
    margin:30px 0;
    display: flex;
    flex-direction:row;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.imgUl li{
    list-style: none;
    /*float: left;*/
    width: 20%;
    height:330px;
}
.listDiv{
    margin-left: 10%;
}
.listDiv img{
    display: block;
    margin:20px 0 30px;
}
.listDiv span{
    display: block;
    line-height: 45px;
    position: relative;
}
.listDiv span:after{
    position: absolute;
    content: '';
    width: 40px;
    bottom: 0;
    left: 0;
    height:1px;
    border-bottom: 1px solid #FFFFFF;
}
.listDiv p{
    font-size: 14px;
    margin-top: 10px;
}
.bottomDiv{
    overflow: hidden;
}
.stationImg,.botContent{
    width: 50%;
    float: left;
}
.stationImg img{
    margin: 0 auto;
    display: block;
}
.botContent{
    padding: 70px 0;
}
.botContent h4{
    font-size: 30px;
}
.botUl{
    margin-top: 20px;
}
.botUl li{
    line-height: 28px;
    margin-left: 20px;
}
.priceP{
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
}
.priceP span {
    font-size: 40px;
    margin-left: 10px;
}
.botContent a{
    padding:10px 20px;
    color: #FFFFFF;
    background: red;
    font-size: 20px;
    margin-top: 30px;
    display: inline-block;
    text-decoration: none;
}

@media (max-width: 53em)and (min-width: 30em) {
    .topImg{
        width: 100%;
    }
    .imgUl li{
        width: 33%;
    }
    .stationImg{
        width: 100%;
    }
    .botContent{
        width: 100%;
        padding-left: 100px;
    }
    .topDiv h3,.topTitle{
        margin-left: 20px;
    }
}
@media (max-width: 30em){
    .topDiv h3{
        font-size: 25px;
    }
    .imgUl li{
        width: 50%;
        height:300px;
    }
    .listDiv img{
        margin: 20px auto 10px;
        width: 80%;
    }
    .topImg{
        width: 100%;
    }
    .leftImg,.rightImg{
        width: 100%;
    }
    .contentDiv{
        padding:30px 10px;
    }
    .specCon{
        padding:30px 15px;
    }
    .stationImg{
        width: 100%;
    }
    .stationImg img{
        width: 100%;
    }
    .botContent{
        width: 100%;
        padding-left: 20px;
    }
    .topDiv h3,.topTitle{
        margin-left: 20px;
    }
}
