*{
    box-sizing: border-box;
}
body{
    background-color: #FFFFFF;
}
.content-nav{
    padding: 0;
    width: 100%;
    height:30px;
    margin-bottom: 10px;
    font-weight: normal;
}
.page-header{
    border: 0;
    width: 100%;
}
.small-title{
    color: #3e9302;
    font-size: 18px;
    width: 30%;
    text-align: center;
    height: 30px;
    background-color: #eaf3ee;
    margin-right: 5%;
    line-height: 30px;
}
.small-title:last-child{
    margin-right: 0;
}
.float-left{
    float: left;
}
.float-right{
    float: right;
}
.clear{
    clear: both;
}
.clear::after{
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.bg{
    width: 25%;
    float: left;
    padding: 0 15px 15px 0;
}
.content{
    padding: 0;
}
.content-small{
    background-color: #eaf3ee !important;
    border: 0 !important;
}
.content-small p{
    font-weight: normal;
}
.adorn{
    text-align: center;
    margin-top: 10px;
    height: 64px;
}
.adorn i{
    width: 100%;
    height:100%;
    display: inline-block;
    background: url("../imgs/line.png") no-repeat center 10px;
    background-size: contain;
}
footer{
    padding: 0 15px;
}

