body{
    background: #f6f6f6;
}
.banner{
    widows: 100%;
    display: block;
}
.banner>img{
    display: block;
    width:100%;
}
.container{
    width:1200px;
    margin:0 auto;
}
.container>h3{
    color:#010101;
    font-size:32px;
    margin:70px 0 50px;
}
.ul_box{
    display: flex;
    flex-wrap: wrap;
}
.ul_box>li{
    width:285px;
    border-radius: 10px;
    background:#fff;
    position: relative;
    margin-right: 20px;
    margin-bottom: 30px;
}
.ul_box>li:nth-child(4n+4){
    margin-right: 0;
}
.ul_box>li>a>img{
    display: block;
    width:100%;
    height: 134px;
    border-radius: 10px 10px 0 0;
}
.ul_box>li .info_box{
    padding: 20px 20px 15px;
    background:#fff;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 5px 20px 0 rgba(167,170,168,0.4);
}
.ul_box>li .info_box>h4{
    font-size: 18px;
    color: #000000;
    height: 48px;
    font-weight: normal;
}
.ul_box>li .info_box>div{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}
.ul_box>li .info_box>div>p{
    color: #010101;
    font-size: 14px;
    line-height: 22px;
}
.ul_box>li .info_box>div>p>span{
    font-size: 14px;
    color: rgba(0,0,0,0.6);
}
.ul_box>li .info_box>div>span{
    font-size: 18px;
    color: #2e9a66;
}
.ul_box>li .end_zz{
    display: none;
}
.ul_box>li .end_zz{
    display: block;
    position: absolute;
    top:0;
    left: 0;
    width:100%;
    height: 100%;
    box-sizing: border-box;
    padding:19px;
    z-index:2;
    background:rgba(0,0,0,0.4);
    border-radius: 10px;
}
.ul_box>li .end_zz>img{
    display: block;
    width:100%;
}
#ele, #activity_ele{
    padding-bottom: 50px;
    display: flex;
    justify-content: center;
}