@charset "UTF-8";

/*
*   program: 轮播
*   author: linna
*   date: 2017-12-19
*/


.m-lb-img {
    width: 438px;
    height: 300px;
    position: relative;
    overflow: hidden;
}

.lbItems {
    width: 100%;
    height: 100%;
}

.lbItems>a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.lbItems img {
    width: 100%;
    height: 100%;
}

.lbIists {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 36px;
    overflow: hidden;
    background: url(../images/lyc_zctj-lb-bg.png) repeat;
}

.lbIists a {
    display: block;
    padding-left: 16px;
    line-height: 36px;
    max-width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #fff;
}

.lbNums {
    position: absolute;
    bottom: 6px;
    right: 9px;
}

.lbNums span {
    float: left;
    width: 24px;
    height: 24px;
    line-height: 24px;
    margin: auto 0 auto 5px;
    text-align: center;
    color: #333;
    font-size: 12px;
    font-family: "宋体";
    cursor: pointer;
    background: #fff;
}

.lbNums span.cur, .lbNums span:hover  {
    font-weight: bold;
    color: #fff;
    background: #f2a34c; 
}
