/*内容区域*/
.mianbox{
    background: url(../img/othrebg.png) repeat center #f6f6f6;
}


.newInfobox{
    background: #ffffff;
    padding: 44px 30px;
}
.newInfobox .newinfotitle{
    font-size: 28px;
    
    line-height: 33px;
    color: #333333;
    text-align: center;
    letter-spacing: 0;
}
.newInfobox .newtime{
    margin: 20px 0 20px 0;
    border-bottom: 1px #CCCCCC solid;
    padding: 0 0 16px 0;

}
.newInfobox .newtime span{
    font-size: 12px;
    
    line-height: 12px;
    text-align: left;
    color: #999999;
    letter-spacing: 0;
}
.newInfobox .newtime span i{
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: text-top;
    background: url(../img/time.png) no-repeat center;
    background-size: 100%;
    opacity: 0.6;
    margin: 0px 1px 0 0;
}
.newInfobox .newtime span:nth-child(2){
    margin: 0 0 0 20px;
}

.newInfobox .textbox,
.newInfobox .textbox *{
    font-size: 15px;
    
    line-height: 30px;
    text-align: justify;
    color: #666666;
    letter-spacing: 0;
}




@media (max-width: 1400px) {
    .newInfobox {
        padding: 30px;
    }
    .newInfobox .newinfotitle{
        font-size: 24px;
        line-height: 28px;
    }
    .newInfobox .newtime {
        margin: 16px 0 20px 0;
        padding: 0 0 12px 0;
    }



}

@media (max-width: 1200px) {
    .newInfobox {
        padding: 26px;
    }
    .newInfobox .textbox, .newInfobox .textbox * {
        font-size: 14px;
        line-height: 28px;
    }
}


@media (max-width: 768px) {
    .newInfobox {
        padding: 15px;
    }
    .newInfobox .newinfotitle {
        font-size: 15px;
        line-height: 24px;
    }
    .newInfobox .textbox, .newInfobox .textbox * {
        font-size: 13px !important;
        line-height: 26px !important;
    }
    .newInfobox .newtime {
        margin: 8px 0 14px 0;
        padding: 0 0 7px 0;
        display: block;
        text-align: center;
        border-bottom: 1px #e1e0e0 solid;
    }
}

@media (max-width: 340px) {
    .newInfobox .newinfotitle {
        font-size: 14px;
        line-height: 24px;
    }


}