.min{
    width: 6.9rem;
    margin: 0 auto;
}
.party-desc{
    font-size: 0.28rem;
    font-weight: 400;
    color: #666666;
    line-height: 0.48rem;
    text-align: left;
    text-indent: 0.56rem;
    padding-top: 0.5rem;
}
.paryt-img{
    padding-top:0.5rem;
}
.paryt-img img{
    width: 6.9rem;
}
.activity-title{
    font-size: 0.48rem;
    color: #333333;
    margin-top: 0.6rem;
}
.activity-img-box{
    overflow: hidden;
    padding-top: 0.55rem;
    padding-bottom: 0.5rem;
}
.big-img{
    position: relative;
    float: left;
    margin-top: 0.1rem;
}
.big-img-top{
    margin-top: 0;
}
.big-img img{
    width: 6.9rem;
    float: left;
}
.normal-img{
    position: relative;
    float: left;
    margin-top: 0.1rem;
}
.normal-img img{
    width: 3.4rem;
}
.normal-img-right{
    position: relative;
    float: right;
    margin-top: 0.1rem;
}
.normal-img-right img{
    width: 3.4rem;
}
.activity-desc{
    background: url(/assets/data/images/party/activity_back.png);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: 100% 100%;
}
.activity-desc-font{
    font-size: 0.26rem;
    text-align: left;
    font-weight: 400;
    color: #FFFFFF;
    position: absolute;
    bottom: 0.2rem;
    left: 0.2rem;
    line-height: 0.36rem;
}
/* 新闻 */
.news{
    padding-top: 0.1rem;
    padding-bottom: 0.5rem;
}
.news-title{
    font-size: 0.48rem;
    color: #333333;
}
.news-content{
    margin-top: 0.15rem;
}
.news-content li{
    display: flex;
    padding:0.3rem 0;
    border-bottom:1px solid #eaeaea;
    overflow: hidden;
}
.news-content li div{
    flex: 1;
    padding-right: 0.22rem;
    overflow: hidden;
}
.news-content li div h1{
    font-size: 0.32rem;
    margin-top:-0.08rem;
    margin-bottom: 0.22rem;
    color: #333;
    line-height: 0.51rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    text-align: left;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
}
.news-content li div p{
    font-size: 0.24rem;
    color: #999;
    line-height: 0.34rem;
    height: 0.34rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
}
.news-content li div p span{
    display: inline-block;
    width: 1.2rem;
    /*padding: 0.02rem 0;*/
    height: 0.31rem;
    line-height: 0.33rem;
    border-radius: 30px;
    text-align: center;
    margin-left: 0.1rem;
}
.news-content li div p .news_label_length{
    width: 1.65rem;
}

.news-content li img{
    width: 2.6rem;
    height:1.46rem;
    flex:  0 0 2.6rem;
    border: 0.02rem solid #f1f1f1;
}
.news-content .last-new-border{
    border-bottom: none;
}