/* 公共 banner start ------------------------------------------- */
.welfare_step_1 {
    width: 100%;
    height: 280px;
    background: url('/images/welfare/s1.png') no-repeat center;
    background-size: 100% 100%;
    margin-top: 64px;
    box-sizing: border-box;
    padding-top: 29px;
}

.welfare_step_1 .w {
    width: 1200px;
    margin: 0 auto;
}

.welfare_step_1 .left {
    float: left;
    margin-top: 58px;
}

.welfare_step_1 .right {
    float: right;
    height: 226px;
    margin-right: 84px;
}

.welfare_step_1 .img {
    display: inline-block;
    height: 48px;
    width: 48px;
    background-color: #AE90D1;
}

.welfare_step_1 p:nth-child(1) {
    font-size: 40px;
    color: #222;
}

.welfare_step_1 p:nth-child(1) .text {
    position: relative;
    top: 10px;
    left: -30px;
}

.welfare_step_1 p:nth-child(2) {
    width: 400px;
    font-size: 20px;
    color: #222;
    position: relative;
    top: 31px;
    left: 18px;
}

/* 公共 banner end ------------------------------------------- */
/* 公共 welfare_container ------------------------------------------- */
.welfare_container {
    width: 1200px;
    margin: 0 auto;
    padding-top: 30px;
}

.welfare_container_nav {
    width: 250px;
    padding-top: 20px;
    padding-bottom: 80px;
    /* float: left; */
}

.welfare_container_nav .item {
    height: 60px;
    box-sizing: border-box;
    padding: 20px 40px;
    color: #444;
    font-size: 16px;
    line-height: 20px;
    background-color: #fff;
}

.welfare_container_nav .item img {
    float: right;
    height: 14px;
    margin-top: 3px;
}

.welfare_container_nav .item .one {
    display: inline-block;
}

.welfare_container_nav .item .two {
    display: none;
}

.welfare_container_nav .active {
    background-color: #FFF9EC;
    color: #EEB556;
}

.welfare_container_nav .active .two {
    display: inline-block;
}

.welfare_container_nav .active .one {
    display: none;
}

.welfare_container_main {
    width: 920px;
    /* float: right; */
}

/* 公共 welfare_container ------------------------------------------- */
/* 活动列表 start ------------------------------------------- */
.welfare_container_activityList {
    display: flex;
    justify-content: space-between;
}

.activityList {
    width: 100%;
    padding-bottom: 70px;
}

.activityList .item {
    width: 100%;
    height: 220px;
    border-bottom: 1px solid #DADADA;
    box-sizing: border-box;
    padding-top: 40px;
}
.activityList .item .left{
    float: left;
    width: 350px;
    height: 140px;
}
.activityList .item .right{
    float: left;
    height: 140px;
    margin-left: 30px;
}
.activityList .item .right .titleBox{
    height: 54px;
    box-sizing: border-box;
    padding-top: 20px;
}
.activityList .item .right .titleBox .name{
    color: #222;
    font-size: 28px;
}
.activityList .item .right .titleBox .type{
    display: inline-block;
    color: #FF9C17;
    font-size: 14px;
    background-color: #FFF4DF;
    border: 1px solid #FF9C17;
    padding: 2px 14px;
    margin-left: 16px;
    position: relative;
    top: -4px;
}
.activityList .item .right .titleBox .img{
    display: inline-block;
    margin-left: 12px;
    position: relative;
    top: -5px;
}
.activityList .item .right .titleBox .img img{
    height: 16px;
}
.activityList .item .right .btn{
    width: 120px;
    height: 40px;
    background: #EEB556;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    box-sizing: border-box;
    margin-top: 22px;
}
/* 活动列表 end ------------------------------------------- */