 .captionOrange, .captionBlack
        {
            color: #fff;
            font-size: 20px;
            line-height: 30px;
            text-align: center;
            border-radius: 4px;
        }
        .captionOrange
        {
            background: #267001;
            background-color: rgba(235, 81, 0, 0.6);
        }
        .captionBlack
        {
            font-size:16px;
            background: #999999;
            background-color: rgba(0, 0, 0, 0.4);
        }
        a.captionOrange, A.captionOrange:active, A.captionOrange:visited
        {
            color: #ffffff;
            text-decoration: none;
        }
        a.captionOrange:hover
        {
            color: #eb5100;
            text-decoration: underline;
            background-color: #267001;
            background-color: rgba(238, 238, 238, 0.7);
        }

        .jssora05l, .jssora05r {
            display: block;
            position: absolute;
            width: 45px;
            height: 45px;
            top: calc(50% - 22px);
            cursor: pointer;
            overflow: hidden;
        }
        .jssora05l {
            background: url('../images/img-data/pre.png') no-repeat center;
            left: 20px;
        }
        .jssora05r { 
            background:url('../images/img-data/next.png') no-repeat center;
            right: 20px;
        }
        .jssorb21 {
    position: absolute;
    bottom: 23px;
}
.jssorb21 div, .jssorb21 div:hover, .jssorb21 .av {
    position: absolute;
    width: 10px;
    height: 10px;
    text-align: center;
    color: white;
    overflow: hidden;
    cursor: pointer;
    bottom: 0px;
    background: #fff;
    border-radius: 50%;

}

.jssorb21 div:hover, .jssorb21 .av:hover {
    background: #1ca52f;
 }
.jssorb21 .av {
    background: #1ca52f;
 }
.jssorb21 .dn, .jssorb21 .dn:hover { 
    background: #1ca52f;
}