.about-intro .intro p{
    font-size: 0.32rem;
    color: #666;
    line-height: 0.48rem;
    text-indent: 2em;
}

.about-org {
    padding: 0.32rem 0.16rem 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.about-org a{
    width: 3.5rem;
}

.about-honor{
    background-image: url(../img/image_05.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.about-honor .card-title h3{
    color: #fff;
}

.about-honor .card-title a{
    background-image: url(../img/icon_15.png);
}

.about-honor .honor-intro p{
    color: #E2BBBF;
    font-size: 0.3rem;
    line-height: 0.45rem;
}

.article-content img{
	max-width: 100%;
    height: auto !important;
}