.qywh{
    background-position: bottom;
    position: relative;
}
.qywh .line-ge{
	position: absolute;
	height: calc(100% - 20rem);
	width: 1px;
	background: #dfe0e3;
	top: 0;
	left: calc(var(--wpPaddingNum) + 5rem);
	z-index: 0;
}

.qywh .flex-one{
    gap: 4rem;
}

.qywh .cont{
    position: relative;
    z-index: 1;
}

.qywh .item .img-db{
    width: 10rem;
    aspect-ratio: 1/1;
    height: auto;
    border-radius: 100%;
}

.qywh .item .txt{
    flex: 1;
}
.qywh .item .txt .tt{
    color: var(--themeColor);
    font-size: var(--f32);
}
.qywh .item .txt .ar_article{
    margin-top: 1.3rem;
}
.qywh .item{
    margin-top: 6rem;
}
