﻿* {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.scroll-outer {
    height: 391px;
    /*background: url(../images/bg.jpg) 50% 0 no-repeat;*/
}

#scroll {
    width: 1080px;
    margin: 0 auto;
    padding-top: 30px;
    font-family: "Microsoft Yahei";
}

    #scroll .owl-wrapper-outer {
        margin: 0 auto;
    }

    #scroll .item {
        position: relative;
        width: 250px;
        height: 309px;
        margin: 0 auto;
        background-color: #fff;
        overflow: hidden;
    }

    #scroll .item img{
        width: 250px;
        height: 269px;
    }

    #scroll .shd {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.15);
    }

        #scroll .shd a {
            display: block;
            width: 250px;
            height: 239px;
            *background-image: url(about:blank);
            background-image: url(about:blank)\0;
        }

    #scroll .txt {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 226px;
        height: 100px;
        padding: 0 12px;
        color: #888;
        box-shadow: 0 0 15px 15px rgba(226, 226, 226, 0.95);
        background-color: #C22521\9;
        background-color: rgba(226, 226, 226, 0.95);
    }

    #scroll h3 {
        width: 226px;
        height: 25px;
        margin-bottom: 6px;
        padding-top: 6px;
        font: 700 18px/25px arial,"Microsoft Yahei";
        overflow: hidden;
        text-align:center;
    }

        #scroll h3 a {
            color: #505050;
            text-decoration: none;
        }

            #scroll h3 a:hover {
                color: #777777;
            }

    #scroll p {
        width: 226px;
        height: 54px;
        line-height: 18px;
        font-size: 12px;
        color: #929292;
    }

    #scroll .item:hover .shd {
        background-color: rgba(0, 0, 0, 0);
    }

    #scroll .item:hover .txt {
        background-color: #fff\9;
        background-color: rgba(248, 249, 249, 0.95);
        box-shadow: 0 0 15px 15px rgba(248, 249, 249, 0.95);
    }

.owl-theme .owl-controls .owl-buttons div {
    position: absolute;
    top: 180px;
    width: 30px;
    height: 60px;
    margin: 0;
    padding: 0;
    border-radius: 0;
    font: 60px/60px "宋体";
    color:#A41F1C;
    background-color: transparent;
    overflow: hidden;
    _display: none;
}

.owl-theme .owl-controls .owl-buttons .owl-prev {
    left: -40px;
}

.owl-theme .owl-controls .owl-buttons .owl-next {
    right: -40px;
}

.owl-theme .owl-controls .owl-buttons .owl-prev:before {
    content: "<";
}

.owl-theme .owl-controls .owl-buttons .owl-next:before {
    content: ">";
}