body{
    background: #eceef5;
}
.banner {
    width: 100%;
    height: 126px;
    background: url("../../img/actity/specialhd/banner.png") no-repeat center;
    background-size: cover;
    min-width: 1200px;
    margin-top: 70px;
}

.container {
    background: #f6f7fa;
    width: 1470px;
    margin: 0 auto;
    margin-top: 30px;
    min-height: 500px;
    margin-bottom: 70px;
    box-sizing: border-box;
    padding:0 40px 40px 40px;
    border-radius: 20px;
    box-shadow: 0 11px 21px #d4d8e4;
}

.special_list {
    float: left;
    margin-top: 40px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
}

.special_list:nth-child(2n) {
    float: right;
}

.special_feng {
    position: relative;
    overflow: hidden;
}

.special_list:hover .special_img {
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transform: scale(1.1) ;  
}

.special_list:hover .special_cover {
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    /* background-color: rgba(0,0,0,0.3); */
}
.special_list:hover .special_infor {
    background-color: #FFFFFF;
}
.special_img {
    display: block;
    width: 670px;
    height: 192px;
    transition: all .3s; 
    /* filter: blur(1px);
    -webkit-filter: blur(1px); */
}

.special_cover{
    position: absolute;
    width: 670px;
    height: 192px;
    top: 0;
    left: 0;
    z-index: 10;
    /* background-color: rgba(0,0,0,0); */
}
.special_infor {
    
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.item_btn{
    width: 485px;
}

.special_name {
    /* float: left; */
    font-weight: bold;
    color: #333333;
    font-size: 22px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow:ellipsis;
}

.special_time {
    /* float: right; */
    font-size: 14px;
    color: #999999;
    margin-top: 5px;
}

.special_join {
    display: block;
    width: 140px;
    height: 40px;
    background-color: #FE5B07;
    border-radius: 8px;
    /* margin: 20px 20px 0 auto; */
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    line-height: 40px;
}

.special_join:Hover{
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    background-color: #f05607;
}

.special_status {
    display: block;
    width: 76px;
    height: 28px;
    background-color: rgba(0,0,0,0.5);
    border-radius: 12px 0px 5px 0px;
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    line-height: 28px;
    z-index:10;
}

.special_count {
    box-sizing: border-box;
    padding: 0 7px 0 9px;
    background: #FFFFFF;
    border-radius: 4px;
    position: absolute;
    top: 6px;
    right: 5px;
    overflow: hidden;
}

.special_ta {
    float: left;
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    line-height: 34px;
    margin-right: 5px;
}

.special_tb {
    float: left;
    height: 23px;
    box-sizing: border-box;
    padding: 0 5px;
    font-size: 16px;
    color: #FFFEFE;
    line-height: 23px;
    background: #FA4A2A;
    border-radius: 2px;
    margin-top: 5px;
}

.special_tc {
    float: left;
    font-size: 12px;
    color: #333333;
    line-height: 34px;
    margin: 0 5px;
}

@media (max-width: 1440px){
    .banner {
        height: 94px;
        background: url("../../img/actity/specialhd/sbanner.png") no-repeat center;
        background-size: cover;
        min-width: 1000px;
        margin-top: 53px;
    }

    .container {
        width: 1070px;
    }

    .special_img {
        width: 480px;
        height: 138px;
    }

    .special_cover{
        width: 480px;
        height: 138px;
    }

    .special_status {
        width: 64px;
        height: 24px;
        border-radius: 10px 0px 5px 0px;
        font-size: 14px;
        line-height: 24px;
    }

    .special_ta {
        font-size: 12px;
        line-height: 28px;
    }
    .item_btn {
        width: 346px;
    }

    .special_tb {
        height: 20px;
        font-size: 14px;
        line-height: 20px;
    }

    .special_tc {
        line-height: 28px;
    }

    .special_name {
        font-size: 15px;
    }

    .special_time {
        font-size: 12px;
        margin-top: 2px;
    }

    .special_join{
        width: 110px;
        height: 32px;
        background: #FE5B07;
        border-radius: 7px;
        font-size: 14px;
        line-height: 32px;
}

    .special_infor {
        padding: 12px;
    }

}