/*内容区域*/
.mianbox{
    background: url(../img/othrebg.png) repeat center #f6f6f6;
}


.newInfobox{
    background: #ffffff;
    padding:  30px;
    margin-bottom: 60px;
}
.newInfobox .newinfotitle{
    font-size: 28px;
    
    line-height: 33px;
    color: #333333;
    text-align: center;
    letter-spacing: 0;
    padding: 0 0 24px 0;
    margin: 0 0 24px 0 ;
    border-bottom: 1px #CCCCCC solid;
}


.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: 22px;
        line-height: 28px;
        padding: 0 0 14px 0;
        margin: 0 0 14px 0 ;
    }




}

@media (max-width: 1200px) {
    .newInfobox {
        padding: 26px;
        margin-bottom: 40px;
    }
    .newInfobox .textbox, .newInfobox .textbox * {
        font-size: 14px;
        line-height: 28px;
    }
}


@media (max-width: 768px) {
    .newInfobox {
        padding: 15px;
        margin-bottom: 30px;
    }
    .newInfobox .newinfotitle {
        font-size: 15px;
        line-height: 24px;
        padding: 0 0 8px 0;
        margin: 0 0 8px 0 ;
    }
    .newInfobox .textbox, .newInfobox .textbox * {
        font-size: 13px !important;
        line-height: 26px !important;
    }

}

@media (max-width: 340px) {
    .newInfobox .newinfotitle {
        font-size: 14px;
        line-height: 24px;
    }


}