.banner { width: 100%; height: 500px; background: url("/assets/index/images/culture-banner.jpg") no-repeat center bottom; }

.culture .culture-item { margin: 30px 0; display: flex; position: relative; }

.culture .item-left img { width: 485px; height: 665px; }

.culture .item-right { position: absolute; right: 0; top: 100px; width: 68%; padding: 50px; box-sizing: border-box; background-color: #fff; border-radius: 5px; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; }

.culture .item-right h1 { font-size: 30px; font-weight: bold; position: relative; padding: 5px 10px; display: inline-block; margin-bottom: 30px; }

.culture .item-right h1 b { color: #ff0000; }

.culture .item-right h1::before { content: ""; display: inline-block; position: absolute; top: 0; left: 0; width: 20px; height: 20px; border-left: 4px solid #d2d2d2; border-top: 4px solid #d2d2d2; }

.culture .item-right h1::after { content: ""; display: inline-block; position: absolute; bottom: 0; right: 0; width: 20px; height: 20px; border-right: 4px solid #d2d2d2; border-bottom: 4px solid #d2d2d2; }

.culture .item-right p { margin-bottom: 20px; font-weight: lighter; }

.culture .item-right p:nth-child(2) { font-weight: normal; }
