.content {
    width: 100%;
    overflow: hidden;
    background: #ffffff;
    margin-top: 5px;
}

.active_content {
    background: url(/images/activity/newyear2024/bg.jpg) no-repeat top center ;
    background-size: 100%;
    background-color: #7d0102;
    margin-top: -5px;
    padding-top: 10px;
}

.active_title{
    margin: 20px auto 0;
    padding-top: 1px;
    width: 100%;
    height: 32px;
    line-height: 27px;
    text-align: center;
    overflow: hidden;
    font-size: 16px;
    font-weight: bold;
    color: #e50404;
    background: #fedb95;
    background-size: 100%;
}

.active_content_title {
    /*水平居中*/
    margin: 20px auto;
    padding-top: 0px;
    width: 100%;
    height: 32px;
    line-height: 27px;
    text-align: center;
    overflow: hidden;
    font-size: 16px;
    font-weight: bold;
    color: #e50404;
    background: url(/images/activity/newyear2024/title.png) no-repeat top center;
    background-size: 100%;
}

.content_section {
    width: 85%;
    margin: 0px auto;;
    padding: 20px 25px;
    border-radius: 10px;
}

.content_section div {
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    text-align: center;
    color: #ffffff;
    letter-spacing: 2px;
}

.active_redPacke_content {
    margin: 0px auto;
    padding: 20px;
    font-size: 16px;
    text-align: justify;
    background: #f8efee;
    border: 2px solid #f6cf82;
    border-radius: 3px;
}

.active_redPacke_content div {
    display: inline-block;
    width: 100%;
    height: 28px;
    text-align: justify;
    font-size: 16px;
    line-height: 30px;
}

.active_redPacke {
    width: 98%;
    overflow: hidden;
    margin: 0px auto 50px;
    padding: 0 10px;
}

.content_btn {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.btn {
    display: inline-block;
    background: linear-gradient(to bottom, #ff4d6b, #f50506);
    border-radius: 30px;
    width: 120px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    letter-spacing: 2px;
}

.font-size {
    font-size: 17px;
    line-height: 35px
}

.content_company {
    width: 100%;
    margin: 0 auto;
    font-size: 15px;
    padding: 10px;
    background-color: #fbebdc;
    border-top: 2px #f6cf82 solid;
}

.company {
    width: 100%;
    margin: 0px auto;
    padding: 0 10px;
}

.company ul {
    padding: 5px 8px;
    margin: 0;
    background: #fbe6de;
    border: 3px solid #eed8d0;
    border-radius: 10px;
}

.company ul li {
    list-style: none;
    display: inline-block;
    background: #ffffff;
    border-radius: 10px;
    width: 97%;
    font-size: 14px;
    margin: 8px 5px;
    padding: 10px;
}

.li-ent {
    border-bottom: 1px #ccc dotted;
    color: #333;
    text-transform: uppercase;
    padding: 0px;
}

.li-ent-logo {
    width: 28%;
    display: inline-block;
    color: #fff;
    vertical-align: top;
    margin-right: 3px;
    margin-top: 15px;
}

.li-ent-logo img {
    width: 60px;
}

.company-info {
    width: 68%;
    display: inline-block;
}

.company-name {
    width: 100%;
    display: inline-block;
    line-height: 30px;
    vertical-align: middle;
    font-size: 16px;
    font-weight: bold;
}

.company-area {
    width: 100%;
    display: inline-block;
    background: url(/images/activity/newyear2024/area-ico.png) no-repeat 0px 3px;
    padding-left: 15px;
    margin-left: 30%;
    line-height: 20px;
}

.company-area .test {
    width: 100%;
}

.div-job {
    margin-top: 10px;
    margin-left: 5px;
    height: 30px;
    line-height: 30px;
}

.job {
    display: inline-block;
    font-size: 15px;
    width: 52%;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.money {
    display: inline-block;
    font-size: 15px;
    font-family: "黑体";
    color: #ff8a00;
    text-transform: uppercase;
    width: 48%;
    padding-right: 3px;
    float: left;
    text-align: right;
}

.company ul li p {
    font-size: 14px;
    line-height: 20px;
}

.company ul li span {
    font-size: 12px;
    line-height: 20px;
}

.img {
    width: 100%;
}

.img_redpacke_title {
    width: auto;
    height: auto;
    max-width: 80%;
    max-height: 80%;
}