/*内容区域*/
.mianbox{
    padding-bottom: 60px;
    background: url(../img/othrebg.png) repeat center #f6f6f6;
}


.newInfobox{
    background: #ffffff;
    padding: 24px 30px;
}
.newInfobox .newinfotitle img{
    width: 60px;
    height: 60px;
    display: inline-block;
    vertical-align: top;
    float: left;
    transition: all 0.3s;
}
.newInfobox .newinfotitle img:hover{
    transform:rotate(360deg) ;
}

.newInfobox .newinfotitle span{
    display: inline-block;
    width: calc(100% - 70px);
    font-size: 20px;
    
    line-height: 26px;
    color: #333333;
    letter-spacing: 0;
    text-align: left;
    border-bottom: 2px #CCCCCC solid;
    padding: 6px 0 12px 0;
    float: right;
    position: relative;
}
.newInfobox .newinfotitle span:after{
    width: 15px;
    height: 5px;
    display: inline-block;
    background: #35a183;
    content: " ";
    position: absolute;
    bottom: 2px;
    left: 0;
}
.newInfobox .textbox{
    padding-top: 20px;
}
.newInfobox .textbox,
.newInfobox .textbox *{
    font-size: 14px;
    
    line-height: 30px;
    text-align: justify;
    color: #666666;
    letter-spacing: 0;
}




@media (max-width: 1400px) {
    .newInfobox {
        padding: 24px 30px;
    }
    .newInfobox .newinfotitle{
        font-size: 24px;
        line-height: 28px;
    }




}

@media (max-width: 1200px) {
    .newInfobox {
        padding: 24px;
    }
    .newInfobox .textbox, .newInfobox .textbox * {
        font-size: 14px;
        line-height: 28px;
    }

}


@media (max-width: 768px) {
    .mianbox {
        padding-bottom: 20px;
    }


    .newInfobox {
        padding: 15px;
    }
    .newInfobox .newinfotitle {
        font-size: 15px;
        line-height: 24px;
    }
    .newInfobox .textbox, .newInfobox .textbox * {
        font-size: 13px !important;
        line-height: 26px !important;
    }
    .newInfobox .newinfotitle img {
        width: 40px;
        height: 40px;
    }
    .newInfobox .newinfotitle span{
        font-size: 17px;
        width: calc(100% - 45px);
        padding: 0px 0 10px 0;
    }

    .newInfobox .textbox {
        padding-top: 10px;
    }

}

@media (max-width: 340px) {
    .newInfobox .newinfotitle {
        font-size: 14px;
        line-height: 24px;
    }


}