﻿.scroll-box {
    position: absolute;
    right: 0px;
    height: 399px;
    overflow: hidden;
    top: 511px;
    z-index: 9999!important;
    background: #e7ecef;
}
.scroll-height{

}
.scroll-text {
    /*border: 1px solid red;*/
    width: 280px;
    height: 500px;
    overflow: hidden;
    position: relative!important;
}

    .scroll-text ul {
        width: 800px;
        height: 500px;
        /*overflow: hidden;*/
        margin: 0;
        padding-left: 10px;
        list-style: none;
    }

        .scroll-text ul li {
            /*height: 1.5em;*/
            padding-left: 5px;
            padding-top: 5px;
        }

.scroll-img {
    border: 1px solid red;
    width: 680px;
    height: 142px;
    overflow: hidden;
    font-size: 0;
}

    .scroll-img ul {
        width: 700px;
        height: 600px;
        margin: 0;
    }

        .scroll-img ul li {
            display: inline-block;
            margin: 10px 0 10px 10px;
            border: dashed;
        }


.jdwrapper {
    width: 282px;
    max-height: 250px;
    overflow: hidden;
}

.jdtitle {
    min-height: 25px;
    height: -1px;
    width: 250px;
    overflow: hidden;
    color: #289ed8;
    text-align: center;
    font-size: 14px;
    flex-align: start;
}

.jdbody {
    min-height: 80px;
    width: 250px;
    max-width: 280px;
    text-overflow: ellipsis;
    overflow: hidden;
    /*height: 150px;*/
    font-size: 12px;
    display: block;
}

    .jdbody > p {
        min-height: 0px!important;
    }

.hideOverflow {
    overflow: hidden;
}

.oShow {
    overflow: visible!important;
    z-index: 9999!important;
    background: white;
    height: auto;
    max-height: none;
}

.font-bold {
    font-weight: bold;
}

.dblock {
    display: block;
    width: 250px;
}

.btnwrapper {
    /*width: 285px;*/
}

.jdClick {
    width: 250px;
    padding: 10px;
}

.btn-success {
    cursor: pointer;
    text-align: center!important;
}

.scroll-news {
    width: 600px;
    height: 30px;
    overflow: hidden;
}

    .scroll-news ul {
        width: 750px;
        height: 500px;
        overflow: hidden;
        margin: 0;
        padding-left: 10px;
        list-style: none;
    }

        .scroll-news ul li {
            padding-left: 5px;
            padding-top: 5px;
        }

#newsScroller {
    /*width: 600px;*/
}

    #newsScroller p, #newsScroller p {
        text-align: center;
        display: table-cell;
        vertical-align: middle;
    }
