.Carousel-content{
    width:100%;
    height:100%;
    position:relative;
    font-size: 0;
    display: block;
}
.Carousel-move-target{
    height:100%;
    overflow: hidden;
    display: inline-block;
    position: relative;
}
.Carousel-move-target img{
    width:100%;
    height:100%;
    border:none;
}
.Carousel-title{
    position: absolute;
    bottom:0;
    width:100%;
    height:10%;
}
.Carousel-rgba{
    background: rgba(0,0,0,0.5);
}
.Carousel-ieRgba{
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,endColorstr=#7F000000);
    background:transparent;
    zoom: 1;
}
.Carousel-lBtn,.Carousel-rBtn{
    position:absolute;
    width:10%;
    height:100%;
    border: none;
    background: none;
    outline: none;
    cursor: pointer;
}
.Carousel-lBtn{
    background: url('http://p1.ifengimg.com/a/2017/1016/last.png') center no-repeat;
}
.Carousel-rBtn{
    right:0;
    background: url('http://p1.ifengimg.com/a/2017/1016/next.png') center no-repeat;
}
.Carousel-num{
    width:10%;
    height:100%;
    position: absolute;
    bottom:0;
    left:15%;
    line-height: 40px;
    font-size: 25px;
    color:white;
}
.Carousel-num i:first-child{
    font-style:oblique;
    color:#f54543;
    font-weight: bold;
}
.Carousel-num i:first-child+i+i{
    font-size: 20px;
}
.Carousel-summary{
    position: absolute;
    width:45%;
    left:30%;
    height:100%;
}
.Carousel-summary p{
    display: none;
    width:100%;
    height:100%;
    font-size: 20px;
    line-height: 40px;
    overflow: hidden;
    color:white;
    text-overflow: ellipsis;
    white-space: nowrap;
}