.con_box {
    background-color: #fff;
    padding: .32rem;
    border-top: 1px solid #e6e6e6;
    margin-bottom: .2rem;
}
.con_box .title {
    color: #333;
    font-size: .4rem;
    font-weight: 500;
}
.con_box .info {
    margin-top: .32rem;
    margin-bottom: .32rem;
}
.con_box .info span {
    margin-left: .24rem;
    color: #999;
    font-size: .24rem;
}
.con_box .info span:first-child {
    margin-left: 0;
}
.con_box .content p {
    color: #444;
    font-size: .3rem;
    line-height: .48rem;
    margin-bottom: .38rem;
    word-wrap: break-word;
    white-space: normal;
    word-break: break-all;
}
.con_box .content p:nth-last-of-type(1) {
    margin-bottom: 0;
}

.extend {
    background-color: #fff;
    padding: 0 .32rem;
}
.extend .title {
    padding: .32rem 0;
    border-bottom: 1px solid #e6e6e6;
}
.extend .title span {
    color: #333;
    font-size: .36rem;
}
.extend .content ul li {
    position: relative;
    height: 0.98rem;
    line-height: .98rem;
    padding-left: .36rem;
    border-bottom: 1px solid #e6e6e6;
}
.extend .content ul li i {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    color: #0693dd;
    font-size: .33rem;
}
.extend .content ul li a {
    display: inline-block;
    width: 100%;
    color: #333;
    font-size: .28rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.extend .content ul li:nth-last-of-type(1) {
    border-bottom: 0;
}

/* 关于介绍修正 */
.about .extend .content {
    display: inline-block;
}
.about .extend .content ul li {
    padding: 0;
    width: 49%;
    float: left;
    border-bottom: 1px solid #e6e6e6;
}
.about .extend .content ul li:nth-child(odd) {
    border-right: 1px solid #e6e6e6;
}
.about .extend .content ul li a {
    padding-left: 42%;
    width: 58%;
}
.about .extend .content ul li.active {
    background: #0693dd;
}
.about .extend .content ul li.active a,
.about .extend .content ul li.active i {
    color: #fff;
}

.about .extend .content ul li i {
    left: 20%;
    font-size: .3rem;
    color: #666;
}