#culture{
    min-height: 50rem;
    background-color: #fff;
    padding: 1.2rem 1.2rem;
    margin-bottom: 2rem;
    margin-top: 2rem;
}

.banner{
    width: 100%;
    margin-bottom: 2rem;
}

.banner img {
    width: 100%;
}

#culture .title{
	padding: 0.6rem 0;
	width: 8rem;
	background-color: #e30009;
	color: #fff;
    font-weight: bold;
	text-align: center;
}

#culture .text-content{
    margin-top: 2rem;
    font-size: 1rem;
}

@media screen and (max-width: 768px) {
    #culture .text-content .xiaonanjun {
        width: 100%;
    }

    #culture .text-content .xiaonanjun img{
        width: 100%;
    }
}