.aboutxt {
    width: 625px;
    box-sizing: border-box;
    padding: 0 0 0 50px;
    text-align: justify;
}

.aboutxt dl {
    font-size: 40px;
    color: #222;
    line-height: 50px;
    margin: 0;
}

.aboutxt dt {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    color: #999;
    line-height: 28px;
}

.aboutxt dt:After {
    content: "";
    display: block;
    width: 50px;
    background: #cdcdcd;
    margin: 20px 0 15px 0;
    height: 2px;
}

.aboutxt p {
    font-size: 15px;
    color: #666;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.aboutxt a {
    display: block;
    width: 150px;
    text-align: center;
    background: #0070dd;
    color: #fff;
    line-height: 45px;
    margin-top: 30px;
    font-size: 15px;
}

.f1 {
    float: left;
}

.fr,
.pull-right {
    float: right;
}

.aboutr {
    width: 630px;
    height: 350px;
    border: 5px solid #eee;
    overflow: hidden;
    /* margin-right: 50px; */
    box-sizing: border-box;
}

.aboutr img {
    display: block;
    height: 100%;
    width: 100%;
}

.num {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
    height: 210px;
    font-size: 15px;
    color: #555555;
    text-align: center;
    padding: 0 50px;
    flex: 1;
}

.num li {
    background: linear-gradient(to right, transparent 70%, #f9f9f9);
    padding-right: 70px;
}

.num span {
    font-size: 60px;
    color: #000000;
    font-family: impact;
    position: relative;
    z-index: 3;
}

.num i {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 22px;
    font-family: impact;
    line-height: 30px;
    color: #fff;
    background: #0070dd;
    margin-left: -10px;
    display: inline-block;
    vertical-align: top;
    font-style: normal;
}

.num p {
    position: relative;
}

.box {
    width: 1350px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
}