﻿
.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}

.slider-image-wrap {
    width: 1000px;
    height:490px;
    margin: 0 auto;
}

.slider-image-wrap>div {
    display: inline-block;
    border: 1px solid #ccc;
    position: relative;
    overflow: hidden;
}

.left {
    width: 630px;
    height: 484px;
}

.left>div {
    width: 100%;
    height: 100%;
}

.slider-image-wrap>div>div>img {
    width: 100%;
    height: 100%;
}

.slider-image-wrap>div>div>.desc {
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    background: #000;
    filter: alpha(opacity=50);
    background: rgba(0, 0, 0, .5);
}

.fix-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.right {
    width: 358px;
    height: 484px;
    overflow: hidden;
}

.right>div {
    width: 358px;
    height: 235px;
    position: relative;
}

.right>div:first-child {
    margin-bottom: 14px;
}