.list-box {
    background: #F5F5F5!important;
    font-size: 14px;
}
.activity-detail{
    width: 1200px;
    margin: auto;
    background: #fff;
    min-height: 700px;
    padding: 30px;
}
.header-img{
    width: 654px;
    height: 368px;
}
.header-content{
    display: inline-block;
    width: 460px;
    margin-left: 20px;
    vertical-align: top;
}
.header-title{
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: normal;
    font-size: 20px;
    font-weight: 600;
    color: #333;
    line-height: 27px;
}
.header-status{
    width: 90px;
    height: 33px;
    background: #FFFFFF;
    border-radius: 21px;
    border: 1px solid #A2A3A4;
    text-align: center;
    line-height: 33px;
    color: #A2A3A4;
    font-size: 14px;
    margin-top: 24px;
}
.header-desc{
    margin: 20px 0;
}
.header-desc img{
    width: 18px;
    height: 18px;
    margin-right: 18px;
    margin-top: 3px;
    vertical-align: top;
}
.header-desc span{
    font-size: 16px;
    line-height: 22px;
    color: #999;
    display: inline-block;
    width: 418px;
    vertical-align: top;
}
.collect{
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    border: 1px solid #8e8e8e;
    border-radius: 50%;
    background-clip: border-box;
    padding-top: 9px;
    cursor: pointer;
}
.iconshoucang-hover:before {
    content: "\e845"!important;
}
.header-collect{
    margin-right: 20px;
    font-size: 16px;
    color: #333;
    line-height: 22px;
}
.active .iconshoucang-hover {
    color: #FF7BCA;
}
.active {
    border-color: #ff7bca;
}
.activity-top{
    margin: 24px 0;
}
.activity-top img{
    margin-top: 2px;
}
.activity-item-name{
    vertical-align: top;
    color: #0B97FE;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
}
.activity-item-line{
    display: inline-block;
    width: 1050px;
    height: 1px;
    background: #F2F2F2;
}
.activity-item{
    width: 355px;
    height: 272px;
    display: inline-block;
    margin: 10px 30px 20px 0;
    background: #fff;
    vertical-align: top;
    position: relative;
}
.activity-item img{ 
    width: 355px;
    height: 200px;
}
.act-title{
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: normal;
    margin-top: 16px;
    font-size: 18px;
    color: #333;
    font-weight: 600;
    line-height: 29px;
    text-align: center;
}
.activity-ul{
    width: 1200px;
}
.activity-news{
    height: 86px;
    padding: 0px 40px;
    background: #FFFFFF;
    box-shadow: 0px 2px 8px 0px rgba(216, 216 ,216 , 0.5);
    cursor: pointer;
}
.activity-content{
    font-size: 14px;
}

