.navBar {
    font-size: 0.26rem;
    color: #333;
    height: 0.93rem;
    line-height: 0.93rem;
    background:#f9f9f9;
    padding: 0 0.32rem;
}
.main {
    background:#f9f9f9;
}
.main img {
    /* width: 80% !important; */
    height: auto !important;
}
.main .left {
    padding: 0.4rem 0.32rem;
    background: #fff;
}
.title {
    font-weight: 700;
    color: #333333;
    font-size: 0.4rem;
}
.mation {
    overflow: hidden;
    color: #999999;
    font-size: 0.26rem;
    padding-top: 0.3rem; 
}
.mation > div {
    float: left;
    padding-right: 0.3rem;
}
.mation span {
    float: left;
}
.mation .icon {
    padding: 0.07rem 0.1rem 0 0;
    font-size: 0.3rem;
    height: 0.4rem;
}
.mation .author {
    color: #333;
}
.main .right {
    padding: 0.4rem 0.32rem;
    background: #fff;
    margin-top: 0.24rem;
}
.line {
    height: 1px;
    width: 100%;
    background: #cccccc;
    margin: 0.2rem 0 0.5rem 0;
}
.news-content {
    font-size: 0.3rem;
}
.labelTitle {
    position: relative;
    font-size:0.32rem;
}
.labelTitle span {
    font-weight:700;
    color:#333333;
    font-size:0.32rem;
    padding-bottom: 0.1rem;
}
.labelTitle i {
    position: absolute;
    left: 0;
    bottom: -0.025rem;
    height: 0.05rem;
    width: 1.3rem;
    background: #00826b;
}
.labelTitle .line {
    margin: 0.1rem 0 0.4rem 0;
}
.textBox {
    overflow: hidden;
    font-size: 0.2rem;
    padding-bottom: 0.2rem;
}
.textBox .title {
    font-weight:700;
    font-size:0.32rem;
    line-height:0.56rem;
}
.textBox .title a {
    color:#333333;
}
.textBox .labelText {
    padding-top: 0.1rem;
    float: left;
}
.textBox .labelText > div {
    float: left;
}
.textBox .labelText .icon {
    padding: 0.05rem 0.1rem 0 0;
}
.textBox .labelText .timeText {
    color:#999999;
    line-height: 0.28rem;
    font-size: 0.26rem;
}
