
.about {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
    overflow: unset;
}

.about > .about-pic {
    width: 450px;
    height: 446px;
    position: relative;
}

.about > .about-pic::before{
    position: absolute;
    content: "";
    width: 450px;
    height: 446px;
    background: url("../../images/computer/doctor/three/about.png");
    left: 0px;
    top: 0px;
}

.about > .about-pic::after {
    position: absolute;
    content: "";
    width: 260px;
    height: 388px;
    background: url("../../images/computer/doctor/three/flower.png");
    left: -100px;
    top: 68px;
}

.about > .about-pic > img {
    width: 445px;
    height: auto;
}

.about > .about-lis {
    width: 700px;
    overflow: hidden;
    /*background: url("../../images/computer/doctor/three/bamboo.png") no-repeat right top;*/
}

.about > .about-lis > p:nth-child(1) {
    font-size: 60px;
    color: #684e35;
    font-weight: bold;
    padding-top: 105px;
}

.about > .about-lis > p:nth-child(1) > span {
    font-size: 94px;
    margin-right: 30px;
}

.about > .about-lis > p:nth-child(2) {
    font-size: 18px;
    color: #684e35;
    text-indent: 24px;
    line-height: 2;
    padding-top: 20px;
}

.about > .about-lis > a {
    display: block;
    width: 73px;
    height: 24px;
    line-height: 24px;
    background: url("../../images/computer/doctor/three/more.png");
    color: #ffffff;
    font-size: 14px;
    float: right;
    text-indent: 12px;
}

.bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 66px;
}

.bottom > .team {
    width: 843px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}

.bottom > .team > .team-lis {
    width: 453px;
    overflow: hidden;
}

.bottom > .team > .team-lis > p:nth-child(2) {
    font-size: 16px;
    color: #540900;
    text-indent: 24px;
    line-height: 2;
    padding-top: 10px;
}

.bottom > .team > .team-pic {
    width: 380px;
    overflow: hidden;
}

.bottom > .team > .team-pic > a > img {
    width: 380px;
    height: auto;
}

.tit {
    font-size: 24px;
    color: #540900;
    position: relative;
}

.tit > span {
    padding-left: 80px;
    line-height: 2;
    font-weight: bold;
}

.tit::before {
    position: absolute;
    content: "";
    width: 63px;
    height: 38px;
    background: url("../../images/computer/doctor/three/u1.png");
    left: 0px;
    top: 5px;
}

.tit::after {
    position: absolute;
    content: "";
    width: 63px;
    height: 38px;
    background: url("../../images/computer/doctor/three/u2.png");
    right: 200px;
    top: 5px;
}

.research {
    width: 324px;
    overflow: hidden;
}

.research > .research-tit {
    font-size: 24px;
    color: #540900;
    position: relative;
    text-align: center;
    line-height: 2;
    font-weight: bold;
}

.research > .research-tit::before {
    position: absolute;
    content: "";
    width: 63px;
    height: 38px;
    background: url("../../images/computer/doctor/three/u1.png");
    left: 20px;
    top: 5px;
}

.research > .research-tit::after {
    position: absolute;
    content: "";
    width: 63px;
    height: 38px;
    background: url("../../images/computer/doctor/three/u2.png");
    right: 20px;
    top: 5px;
}

.research > ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 15px;
}

.research > ul > li {
    width: 157px;
    height: 35px;
    overflow: hidden;
    background-color: #b5bcaf;
    color: #540900;
    text-align: center;
    line-height: 35px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.research > ul > li > a {
    color: #540900;
    font-size: 14px;
    font-weight: bold;
}