.banner { width: 100%; margin: 0 auto; } .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; } .line-solid { border-bottom:1px solid #e7e7e7; margin-bottom:100px; } .content { width:80%; margin:0 auto 100px; } .content-meeting { width: 100%; height: 450px; border-bottom: 1px solid #E6E6E6; margin-bottom: 50px; } .content-meeting-left { width:40%; margin-right:50px; float:left; } .content-meeting-left p { text-align:center; } .content-meeting-right { width:40%; margin-left: 50px; float:right; } .content-scene { width: 100%; height: 450px; border-bottom: 1px solid #E6E6E6; margin-bottom: 50px; } .content-scene-left { width:40%; margin-right:50px; float:left; } .content-scene-right p { text-align:center; } .content-scene-right { width:40%; margin-left:50px; float:right; } .avatar { position: relative; } .tv_hot .avatar { display: block; overflow: hidden; max-height:350px; } .tv_hot .avatar img { float:left; } .avatar:after { bottom: 0; left: 5px; position: absolute; z-index: 10; } .avatar:hover img, .zhuti .avatar:hover img, .bbsinner .avatar:hover img { transform: scale(1.3); transition: all 1s ease 0s; -webkit-transform: scale(1.3); -webkit-transform: all 1s ease 0s; }