@charset "utf-8";

.content dl dt{
    font-size: 15px;
    color: #000000;
    text-align: center;
    line-height: 26px;
}

.content dl dd{
    font-size: 12px;
    color: #9A9A9A;
    line-height: 24px;
    margin-left: 0;
}

#appCont .icon{
    width: 1rem;
    height: 1rem;
    color: #5ab193;
}
#appCont .videoConTitle{
    font-size: 16px;
    color: #5ab193;
    font-weight: bold;
    padding: 1rem 0;
    border-bottom: 1px solid #5ab193;
}
#appCont a{
    color: #5ab193;;
    text-decoration: none;
}
#appCont .rightIcon{
    float: right;
    font-weight: initial;
    font-size: 16px;
}

#appCont .rightIcon a{
    display: inline-block;
    margin-left: 12px;
    color: #5ab193;
    font-size: 13px;
}

#appCont .rightIcon .icon{
    position: relative;
    top: 1px;
    margin-right: 2px;
}