/*Í¼Æ¬¹ö¶¯*/

.scroll_img {
    position: relative;
    *zoom: 1;
    _width: 300px;
    margin-right: 15px
}

.pic li {
    width: 100%;
    height: 433px;
}

.pic li img {
    width: 100%;
    height: 433px;
}

.tit {
    bottom: 0;
    height: 26px;
    left: 0;
    overflow: hidden;
    position: absolute;
    z-index: 10;
    _width: 300px;
    line-height: 26px;
    *zoom: 1
}

.tit li a {
    color: #fff !important;
    line-height: 26px;
    padding: 0 0 0 10px;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    font-size: 14px;
}

.num {
    height: 16px;
    overflow: hidden;
    position: absolute;
    right: 0px;
    bottom: 5px;
    width: auto!important;
    z-index: 10;
    *zoom: 1;
}

.num li {
    float: left;
    color: #fff;
    width: 23px;
    height: 13px;
    line-height: 13px;
    text-align: center;
    font-size: 12px;
    background: url(/Content/Areas/Common/images/Article/op_bg.png) repeat;
    cursor: pointer;
    margin: 3px 0 0 2px;
}

.num li.s {
    color: #fff;
    height: 16px;
    line-height: 18px;
    font-size: 12px;
    background: url(/Sites/Uploaded/UserUpLoad/20181129/20181129150839.png) no-repeat center;
    margin-top: 0;
    border: none
}

.flicking_con {
    width: 60px !important;
}

.flicking_con span {
    float: left;
    width: 10px;
    height: 10px;
    font-size: 0;
    background: #fff;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    margin-left: 5px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s
}

.flicking_con .on {
    background: #1297f1;
}

.op_bg {
    position: absolute;
    width: 100%;
    height: 26px;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3) !important;
}

.dis {
    display: block;
}

.undis {
    display: none
}