/** @format */

body {
    background: url("https://www.xiabutown.com/obj-xbtown/imgs/bg.jpg") no-repeat center center;
    background-size: 100% 100%;
}

main .pagebanner {
    background: url(https://www.xiabutown.com/obj-xbtown/imgs/page_banner4.png) no-repeat center center;
    background-size: 100% auto;
}

.lmain {
    margin: 80px auto;
}

.culture_title {
    margin-top: 40px;
    width: 383px;
    height: 74px;
}

.container .lbox {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 440px;
    margin-bottom: 50px;
}

.container .lbox .box1 {
    width: 292px;
    height: 440px;
    border-radius: 10px;
    text-align: left;
    background: url(../images/culture-1.png) no-repeat center center/cover;
}

.container .lbox .box1 .c {
    margin: 0 auto;
    margin-left: 20px;
}

.container .lbox .box1 h4 {
    font-size: 36px;
    font-weight: 800;
    color: #ffffff;
    line-height: 50px;
    margin-top: 20px;
}

.container .lbox .box1 p {
    font-size: 19px;
    font-weight: 400;
    color: #ffffff;
    margin-top: 10px;
    text-align: left;
}

.lbox:nth-child(1) .a .tag {
    background: url(https://www.xiabutown.com/obj-xbtown/imgs/cul_more_1.png) no-repeat center center/cover;
    background-size: 130px 46px;
    line-height: 30px;
    padding: 0 5px;
    display: inline-block;
    text-align: center !important;
    line-height: 46px;
    width: 130px;
    height: 46px;
}

.lbox .a .tag {
    transition: .5s;
}

.lbox .a .tag:hover {
    background-size: 150px 56px;
}

.lbox:nth-child(2) .a {
    background: url(https://www.xiabutown.com/obj-xbtown/imgs/cul_more_2.png) no-repeat center center/cover;
    background-size: 130px 46px;
    line-height: 30px;
    padding: 0 5px;
    display: inline-block;
    text-align: center !important;
    line-height: 46px;
    width: 130px;
    height: 46px;
}

.lbox:nth-child(2) .box1 {
    background: url(../images/culture-2.png) no-repeat center center/cover;
}

.lbox:nth-child(3) .a {
    background: url(https://www.xiabutown.com/obj-xbtown/imgs/cul_more_3.png) no-repeat center center/cover;
    background-size: 130px 46px;
    line-height: 30px;
    padding: 0 5px;
    display: inline-block;
    text-align: center !important;
    line-height: 46px;
    width: 130px;
    height: 46px;
}

.lbox:nth-child(3) .box1 {
    background: url(../images/culture-3.png) no-repeat center center/cover;
}

.container .lbox .box2 {
    width: 406px;
}

.po {
    position: relative;
}

.t {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    background-color: rgba(215, 215, 215, 0.8);
    display: flex;
    justify-content: flex-start;
    font-size: 20px;
    font-weight: bold;
    color: #1e1e1e;
    padding: 0 20px;
    box-sizing: border-box;
    line-height: 30px;
}

.t span {
    display: block;
    /* overflow:hidden; 
text-overflow:ellipsis;
white-space: nowrap;
word-break: break-all; */
}

.t span em {
    display: block;
    font-size: 13px;
    margin-left: 5px;
}

.t i {
    display: inline-block;
    width: 16px;
    height: 20px;
    margin-right: 20px;
    margin-top: 17px;
}

.t i img {
    width: 100%;
    height: 100%;
}

.container .lbox .box2 {
    height: 440px;
}

.container .lbox .box2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    transition: .5s;
}

.container .lbox .box2 img:hover {
    transform: scale(1.2)
}

.container .lbox .box2 .cell {
    height: 208px;
    display: block;
}

.container .lbox .box2 .cell:first-of-type {
    margin-bottom: 24px;
}