@charset "utf-8";
.main-banner {
    height: 314px;
    background: no-repeat center;
}

.main-banner .flex-col {
    height: 100%;
}

.main-banner.smzy {
    background-image: url(../../images/aboutus/smzy/smzy-banner.png);
}

.main-banner-title {
    font-size: 48px;
    color: #fff;
}

.btn-a.smzy {
    width: 210px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    font-size: 18px;
    margin-top: 24px;
    padding-right: 20px;
    background-image: url(../../images/aboutus/smzy/play.svg);
    background-position: 170px center;
    background-repeat: no-repeat;
}

.aboutus-smzy .items {
    padding: 50px 0 40px;
}

.aboutus-smzy .items .items-title {
    text-align: left;
    font-size: 24px;
    position: relative;
    padding-bottom: 6px;
}

.aboutus-smzy .items .items-title:after{
    content:"";
    position: absolute;
    width: 28px;
    border-bottom: 2px solid #20B09F;
    left: 0;
    bottom: 0;
}

.aboutus-smzy .items .item-p {
    margin-top: 15px;
    color: #666;
    line-height: 24px;
    text-align: justify;
}

.aboutus-smzy .items-organization {
    background-color: #F5F5F5;
}

.aboutus-smzy .items .item-img {
    margin: 20px 0 30px;
}

.aboutus-smzy .items .smzy-img {
    justify-content: space-between;
    margin: 20px 0 30px;
}

.aboutus-smzy .items .smzy-img .img-block{
    margin: 0;
}