.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-up { display: flex; justify-content:space-between; border-bottom: 1px solid #e7e7e7; padding-bottom: 50px; } .content-up-text { width:40%; } .content-up-text h3 { color: red; padding-top: 40px; } .content-up-text p { margin: 1.6% 0 10px 0; color: #777777; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; } .content-up-text a { background-color: #666; border-radius: 15px; padding: 5px 24px; font-size: 12px; color: white; } .content-up-text a:hover { background-color: red; } .content-up-img { width: 40%; } .content-down { display: flex; justify-content:space-between; padding-top: 50px; } .content-down-img { width: 40%; } .content-down-text { width:40%; } .content-down-text h3 { color: red; padding-top: 40px; } .content-down-text p { margin: 1.6% 0 10px 0; color: #777777; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; } .content-down-text a { background-color: #666; border-radius: 15px; padding: 6px 24px; color: white; font-size: 12px; } .content-down-text a:hover { background-color: red; }