/*演艺详情*/
.toggle_btn{
    height:46px;
    margin-bottom: 35px;
}
.toggle_btn li{
    float: left;
    width:102px;
    height:46px;
    font:14px/46px "微软雅黑";
    color:#212121;
    text-align: center;
    background-color: #dedede;
    cursor: pointer;
}
.toggle_btn li.cur{
    background-color: #fff;
}
.toggle_box{
    padding: 20px 0;
}
/*最新动态*/
.shows_content{
    display:none;
    position: relative;
}
.shows_content .newtxt span{
    display: block;
    width:828px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.shows_content .newtxt span,.shows_content .newtxt p{
    float: left;
    height:16px;
    font:14px/16px "微软雅黑";
    color:#666;
}
.shows_content .newtxt i{
    float: left;
    width:12px;
    height:12px;
    background:url(../images/spirit.png) no-repeat -80px -153px;
    margin:2px 31px 0 31px;
}
.shows_content .newtxt .line{
    width:113.5px;
    height:30px;
    margin:8px 0;
    border-right: 2px solid #ccc;
}
.shows_content .newtxt:last-child .line{
    border-right: 2px solid transparent;
}
.shows_content .more{
    display:none;
    width:110px;
    height:40px;
    margin:0 auto;
    background-color: #ff5969;
    background: -webkit-linear-gradient(-60deg, #ff3b30 , #ff634c);
    color:#fff;
    text-align: center;
    font:14px/40px "微软雅黑";
    margin-top:15px;
    cursor: pointer;
    border-radius: 2px;
}
.shows_content .more_err{
    display:none;
    width:154px;
    height:14px;
    font:14px/14px "微软雅黑";
    color:#ff5969;
    position: absolute;
    left:50%;
    bottom:-18px;
    margin-left: -77px;
}


/*明星档案*/
.starfile{
    display:none;
}
.starfile p{
    font:14px/24px "微软雅黑";
    color:#666;
    margin-bottom: 12px;
}
.starfile.cur,.shows_content.cur{
    display: block;
}