/*演出列表*/

/* 清除浮动 */

.clearfix:after {
    clear: both;
    content: '.';
    display: block;
    height: 0;
    visibility: hidden;
    line-height: 0;
}

.clearfix {
    *zoom: 1
}

.w1204:after,
.w1204:before {
    content: " ";
    display: table;
}

.w1204:after {
    clear: both;
}

/* 清除浮动 END*/

/* 默认宽度样式 */
.w1204 {
    margin-right: auto;
    margin-left: auto;
    width: 1200px;
    position:relative;
}

* {
    box-sizing: border-box;
}

.body-box {
	background:#fafafa;
	font-size: 16px;
	border-top: 1px solid #e5e5e5;
   padding-bottom: 180px;
}

.artist-title {
    width: 100%;
    height: 120px;
    line-height: 120px;
    margin-top: 22px;
    color: #271800;
    font-size: 22px;
}

.artist-list .ul {
    margin-right: -40px;
}

.artist-list .ul li {
    float: left;

    position: relative;

    margin-right: 20px;
    margin-bottom: 40px;

    width: 285px;
    height: 435px;

    background: rgba(255, 255, 255, 1);
}

.artist-list .ul li .artist-img {
    display: block;
    overflow: hidden;

    width: 285px;
    height: 285px;
}

.artist-list .ul li .artist-img img {
    width: 100%;
}

.lit {
    display: -webkit-box;
    display:         box;
    display:    -moz-box;
    overflow: hidden;

    -webkit-box-orient: vertical;

    margin-top: 2px;
    text-align: center;
    height: 76px;

    font-size: 22px;
    line-height: 76px;
    text-overflow: ellipsis;
    word-break: break-all;

    -o-text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}

.artist-type {
    display: -webkit-box;
    display:         box;
    display:    -moz-box;
    overflow: hidden;

    -webkit-box-orient: vertical;

    margin-bottom: 2px;
    text-align: center;
    height: 71px;

    font-size: 18px;
    color: #ccc;
    line-height: 71px;
    text-overflow: ellipsis;
    word-break: break-all;

    -o-text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}

.artist-list .ul li .w170-line {
    width: 170px;
    height: 1px;
    background: #eee;
    margin-left: auto;
    margin-right: auto;
}


.artist-list .ul li a {
    display: block;

    height: 100%;

    color: #281800;

    transition: all .4s;
}

.artist-list .ul li a:hover {
    color: #ff8f00;

    -webkit-box-shadow: 0 0 20px #ebebeb;
    box-shadow: 0 0 20px #ebebeb;
}