/*传统双模手机*/
.m-logo h1 {
    font-size: .22rem;
    color: #fff;
    line-height: 40px;
}
.infomation-box h4 {
    font-size: .26rem;
}
.infomation-box h4 span {
    font-size: .18rem;
    color: #666;
}
.infomation-box p {
    font-size: .24rem;
}
.info-wrap p {
    font-size: .15rem;
}

/*联系信息*/
.module-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
    align-items: stretch;
}

.module-content .con-list {
    width: 85%;
    margin-bottom: 30px;
    border-bottom: 1px dashed #eee;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    margin: 0 auto;
}

.module-content .con-list .r-pic {
    margin: 10px;
    float: left;
}

.module-content .con-list .r-pic img {
  height: 20px;
  width: 20px;
}

.module-content .con-list .r-minfo {
    float: left;
    text-align: left;
}

.module-content .con-list p {
    font-size: .18rem;
    color: #1a1a1a;
}

.module-content .con-list span {
    font-size: .15rem;
    color: #666;
}

/* 上下翻页 */

.m-g-links {
    margin: .3rem;
}
.m-g-links p {
    margin: .2rem 0;
}