

.h2{
    font-size: 18px;
}

h2{
    font-size: 20px;
}
.main{padding-right: 10px}
.colorItem{
    float: left;
    width: 120px;
    height: 60px;
    line-height: 60px;
    margin-right: 20px;
    text-align: center;
    font-size: 13px;

}

.btn{
    background-color:#02da91;
    color:#ffffff;
    width:200px;
    height:45px;
    border:none;outline: none;
    border-radius:8px 8px 8px 8px;
    display: inline-block;
    text-align: center;
    line-height: 45px;
    cursor: pointer;
}
.btn:hover{
    background-color:#ff9000;
    outline: none;
    color:#ffffff;
}


.btnOrg{
    background-color:#ff9000;
    color:#ffffff;
    width:200px;
    height:45px;
    border:none;outline: none;
    border-radius:8px 8px 8px 8px;
    display: inline-block;
    text-align: center;
    line-height: 45px;
    cursor: pointer;
}
.btnOrg:hover{
    background-color:#02da91;
    outline: none;
    color:#ffffff;
}

.centerH1{width: 100%;text-align: center;color: #343434;font-size: 24px}
.headh3{text-align: center;width: 100%;padding:10px;}
.whoCreate,.createTime{color: #9a9a9a;margin-right: 20px;}

hr{color: #eaeaea;background-color: #eaeaea;height: 1px;border: none;width: 90%;margin-bottom: 40px;margin-top: 20px}

.innerBox p {
text-indent: 30px;
}