﻿.shuffling_left{
	position: relative;
    width: 100%;
    height: 100%;

}
.shuffling_left>ul{
    width: 100%;
    height: 100%;
    padding: 0;
}
.shuffling_left>ul>li{
    position: relative;
    width: 370px !important;
    float: left;
    height: 230px !important;
}
.shuffling_left>ul>li>a{
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}   
.shuffling_left ul li>a>img{
    width: 100%;
    height: 100%;
}
.shuffling_left ul li .role_title{
    position: absolute;
    bottom: 15px;
    width: 200px;
    left: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    z-index: 1;
    color: #fff;

}
.shuffling_left ul li .role_title>a{
    color:#fff;
}
.shuffling_left .role{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 50px;
    background-color: #000;
    filter:alpha(opacity=50);
    background-color: rgba(0,0,0,.3);
}

.shuffling_left .role ul{
    position: absolute;
    right: 0;
    bottom: 20px;
}

.shuffling_left .role ul li{
    float: left;
    width: 30px;
    height: 10px;
    margin-right: 5px;
    background-color: #fff;
}
.shuffling_left .role ul .cavite{
    background-color: #083a96;
}