.banner-box .wrap {
    position: relative;
    font-size: 0;
}
.banner-box img{
    position: relative;
    top:0;
    left: 50%;
    width: 1920px;
    margin-left: -960px;
}
.banner-box .banner-btn{
    z-index: 2;
    position: absolute;
    width: 450px;
    height: 66px;
    line-height: 66px;
    border-radius: 30px;
    top: 280px;
    left: 0;
    background-color: #ef5350;
    text-align: center;
    font-size: 24px;
    font-weight: bolder;
    box-shadow: 0px 7px 37px 0px rgba(255, 78, 0, 0.37);

}
.banner-box .banner-btn:hover{
    box-shadow: 0px 7px 37px 0px rgba(109, 2, 0, 0.47);
}
.banner-box .banner-btn a{
    display: inline-block;
    width: 450px;
    height: 66px;
    color: #fff;
}

/*主体*/
.container{
    background-color: #EDEDED;
    padding-bottom: 100px;
}
.mt {
    width: 1200px;
    margin: 0 auto;
    height: 170px;
    padding-top: 20px;
    position: relative;
}
.mt>img{
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

/*投票展示*/
.panic{
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 50px;

}
.panic li{
    width: 380px;
    height: 350px;
    background-color: #FFF;
    float: left;
    margin: 0 20px 20px 0;

}
.panic li:hover{
    box-shadow: 2px 2px 27px 0px rgba(0, 9, 42, 0.17);
}

.panic li .eg-box{
    width: 380px;
    height: 230px;
    overflow: hidden;
    background-color: #f5f5f5;
    font-size: 0;
}
.panic li img{
   width: 100%;
   height: 100%;
}
.panic li p{
    width: 377px;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    box-sizing: border-box;
    padding: 15px;
    overflow: hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    color: rgb(59, 59, 59);
 
}

.panic li .see{
    color: rgb(186, 186, 186);
    font-size: 14px;
    padding: 15px;
    box-sizing: border-box;

}
.panic li .b{
    display: inline-block;
    width: 15px ;
    height: 15px;
    background: url(../images/icon.png) no-repeat;
    background-position: -91px -128px;
    margin-right: 5px;
}
.panic li .s{
    display: inline-block;
    width: 18px ;
    height: 15px;
    background: url(../images/icon.png) no-repeat;
    background-position: -128px -128px;
    margin-right: 5px;
    margin-left: 30px;
}
.panic li span{
    display: inline-block;
    height:18px;
    line-height: 18px;
}

.loadmore_btn{
    width: 148px;
    height: 48px;
    line-height: 48px;
    color: #ef5350;
    font-size: 16px;
    border: 1px solid #ef5350;
    text-align: center;
    margin: 0 auto;
    border-radius: 6px;
    cursor: pointer;
}
.loadmore_btn:hover{
     background-color: rgba(239, 83, 80, 0.051);
}
.loadmore_btn a{
    color: #ef5350;
    display: inline-block;
    width: 148px;
    height: 48px;
}

.footer{
    margin-top: 0px;
}
