.header {
    height: 2.4rem;
    background: url('../../../images/mobile/companyDynamics.png');
    background-size: 100% 100%;
    font-weight:700;
    color:#333333;
    font-size: 0.4rem;
}
.header .img {
    display: none;
}
.header .list {
    padding: 0.7rem 0 0 0.4rem;
}
.header .textBox {
    margin-top: 0 !important;
}
.header .text-b {
    font-size: 0.26rem;
    font-weight: 400;
    line-height: 0.3rem;
}
.main .con .list {
    padding: 0.4rem 0.32rem;
    font-size: 0.28rem;
    background: #fff;
}
.main .con .list .list-item .rightImg {
    padding: 0.2rem 0;
}
.main .con .list .list-item .title {
    font-weight:700;
    color:#333333;
    font-size:0.34REM;
    line-height:0.56rem;
}
.main .con .list .list-item .text {
    padding-bottom: 0.1rem;
    height: auto !important;

}
.main .con .list .list-item .text a {
    color:#666666;
    font-size:0.28rem;
    white-space: break-spaces;
    display: -webkit-box;
    display: -moz-box;
    display: -moz-inline-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.footerText {
    overflow: hidden;
    color: #999;
    font-size: 0.26rem;
    margin-top: 0.3rem;
    height: auto !important;
}
.footerText > div {
    float: left;
    margin-right: 0.3rem;
}
.footerText .timeLabel > div {
    float: left;
}
.footerText .timeLabel > div.icon {
    padding: 0.08rem 0.1rem 0 0;
    font-size: 0.32rem;
}
.main .con .list .line {
    height: 0.005rem;
    background: #ccc;
    margin: 0.1rem 0 0.3rem 0;
}

.page {
    display: flex;
    align-items: center;
    justify-content: center;
}
.page span {
    display: block;
    height: 0.56rem;
    line-height: 0.56rem;
    text-align: center;
    background:#ffffff;
    border: 0.01rem solid #cccccc;
    border-radius: 0.02rem;
    color: #666666;
    font-size: 0.26rem;
    margin: 0 0.1rem;
    padding: 0 0.22rem;
}
.page span.curr {
    background: #00826b;
    color: #fff;
    border-color: #00826b;
}

.main .con .label {
    margin-top: 0.32rem;
    padding: 0 0.32rem;
    font-size: 0.26rem;
}
.main .con .label .labelTitle {
    position: relative;
    margin-bottom: 0.3rem;
}
.main .con .label .labelTitle::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0.01rem;
    width: 1.35rem;
    height: 0.04rem;
    background: #00826b;
}
.main .con .label .labelTitle .title {
    font-weight: 700;
    color: #333333;
    font-size: 0.34rem;
    padding-bottom: 0.1rem;
    display: block;
}
.main .con .label .labelTitle .line {
    height: 1px;
    background: #ccc;
}
.main .con .label .textBox {
    margin-bottom: 0.62rem;
}
.main .con .label .textBox .title {
    font-size: 0.32rem;
    font-weight: bold;
}
.main .con .label .textBox .labelText {
    padding-top: 0.05rem;
    margin-top: 0.2rem;
    overflow: hidden;
}
.main .con .label .textBox .labelText > div {
    float: left;
}
.main .con .label .textBox .labelText .icon {
    padding: 0.1rem 0.2rem 0 0;
}