.v-head{
    width: 100%;
    height: 48px;
    background: #00B369;
    text-align: center;
    line-height: 48px;
    color: white;
    font-weight: bold;
}
.v-main{
    width: 94%;
    margin: 0 auto;
}
.v-title{
    width: 100%;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #0C0C0C;
}
.v-card{
    width: 100%;background: white;border-radius: 4px; text-align: center;margin-top: 20px;padding-top: 10px;padding-bottom: 10px;
}
.v-line{
    border-bottom: 1px solid #cccccc;
}
.v-content{
    padding: 6px;
    line-height: 26px;
    font-size: 13px;
}
