body{
    background: #0a1833 url("../img/bg.png") no-repeat center -87px;
}
.SLi_pic{  }
.pic_header{
    width: 100%;
    height: 93px;
    line-height: 93px;
    text-align: center;
}
.pic_header img{
    vertical-align: middle;
}
.star_box{
    width: 1135px;
    /*height: 870px;*/
    /*min-height: 435px;*/
    height: 435px;
    margin: 0 auto;
    overflow: hidden;
}
.star_box ul>li{
    width: 273px;
    height: 408px;
    float: left;
    margin-right: 14px;
    margin-bottom: 27px;
}
.star_box ul>li:nth-child(4n){
    margin-right: 0px;
}
.star_box ul>li:nth-child(n+4){
    margin-bottom: 0px;
}
.star_img{
    width: 271px;
    height: 347px;
    border: 1px solid #00b7ee;
}
.star_img img{
    width: 271px;
    height: 347px;
}

.star_name{
    width: 100%;
    height: 53px;
    text-align: center;
    line-height: 53px;
    font-size: 31px;
    color: #FFF;
    font-weight: bold;
    background: #0060b0;
    margin-top: 6px;
}
/*现场图片*/
.scene_box{
    width: 1176px;
    margin: 0 auto;
}
.scene_box ul{
    /*min-height: 1830px;*/
    min-height: 306px;
}
.scene_box ul li{
    width: 582px;
    height: 295px;
    float: left;
    margin-right: 10px;
    margin-top: 10px;
    position: relative;
}
.scene_box ul li:nth-child(2n){
    margin-right: 0;
}
.scene_box ul li:last-child{
    margin-bottom: 65px;
}
.scene_box ul li a{
    display: inline-block;
    width: 100%;
    height: 100%;
}
.scene_box ul li a img{
    width: 582px;
    height: 295px;
}
.scene_box ul li a span{
    width: 100%;
    height: 30px;
    line-height: 30px;
    position: absolute;
    bottom: 0px;
    left: 0;
    color: #FFF;
    text-indent: 20px;
    background: rgba(0,0,0,.5);
}
.more{
    width: 100%;
    height: 86px;
    overflow: hidden;
    text-align: center;
    margin-bottom: 65px;
}
.more img{
    cursor: pointer;
}

.footer{
    height: 353px;
    background: #140024;
}