.banner { width: 100%; } .title { height: 300px; width: 100%; display: table; vertical-align: middle; text-align: center; } .title .headline { padding-top: 105px; } .headline, .subhead { margin-top: 35px; } .subhead h3 { border-right: 2px solid #000; padding: 0 23px; } .subhead { display: inline-block; } .subhead a { float: left; color: #000; } .subhead a:last-child h3{ border-right:0; } .subhead a:hover { color: red; } .line-dashed{ border-bottom:1px dashed #000000; margin-bottom:100px; } .content { width:80%; margin: 0 auto 100px; } .content-introduce { display: flex; flex-direction: row; } .content-introduce-img { flex: 1; } .content-introduce-text { margin-left: 50px; flex: 1; } .content-introduce p { color:#666; line-height:36px; margin-top: 30px; } .content-map { display: flex; flex-direction: row; margin-bottom: 100px; } .content-map-img { flex: 1; } .content-map-text { flex: 1; display: flex; align-self:flex-end; margin-left: 50px; } .content-map-text p { padding: 10px; } .content-table{ width: 100%; border:1px solid; font-size: 20px; text-align: center; }