
.ewb-container{
    width: 998px;
    margin: 0 auto;
}

/*#region 图片轮播样式 */
.news-img {
    position: relative;
    width: 100%;
    height: 420px;
}

.img-viewer {
    float: left;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.img-viewer-cell {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.img-viewer-cell > li {
    display: none;
    width: 100%;
    height: 100%;
}

.big-img-link img {
    width: 100%;
    height: 100%;
}
/* 大图说明文字 */

.img-title {
    position: absolute;
    bottom: 80px;
    left: 100px;
    z-index: 20;
    width: 175px;
    height: 62px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    display: table-cell;
}


.img-title-mask {
    position: absolute;
    bottom: 70px;
    left: 0;
    width: 100%;
    height: 80px;
    background-color: #000;
    opacity: 0.5;
    z-index: 10;
    filter: alpha(opacity=50);
}
/* 小图 */

.img-bars {
    width: 285px;
    height: 62px;
    overflow: hidden;
    position: absolute;
    right: 120px;
    bottom: 80px;
    z-index: 999;
}

.img-bars-content img {
    width: 82px;
    height: 56px;
    vertical-align: top;
}

.img-bars-content > li {
    display: block;
    float: left;
    height: 56px;
    width:82px;
    margin-left: 7px;
    position: relative;
    border: 3px solid #dedede;
    cursor: pointer;
}

.img-bars-content li.active {
    border-color: #ffa800;
}


/* 左右点击按钮 */
.change-bigimg {
    position: absolute;
    bottom: 70px;
    width: 40px;
    height: 80px;
    cursor: pointer;
    line-height: 320px;
    z-index: 666;
}

.pre-img {
    left: 525px;
}

.next-img {
    right: 50px;
}

.pre-img .arrow {
    position: absolute;
    left: 11px;
    top: 22px;
    width: 19px;
    height: 36px;
    background: url("imagesarrow.png") 0 0 no-repeat;
}

.next-img .arrow {
    position: absolute;
    left: 11px;
    top: 22px;
    width: 19px;
    height: 36px;
    background: url("imagesarrow.png") -21px 0 no-repeat;
}

.pre-img:hover .arrow {
    background-position: -40px 0;
}

.next-img:hover .arrow {
    background-position: -61px 0;
}