.act-wrapper{
    width: 930px;
    margin-left: 30px;
}
.act-wrapper .act-nav{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
.act-wrapper .act-nav .nav-item{
    min-width: 120px;
    height: 46px;
    line-height: 44px;
    border-radius: 23px;
    box-sizing: border-box;
    padding: 0 20px;
    text-align: center;
    margin-right: 20px;
    background: #FFFFFF;
    border: 1px solid #D5DBEA;
    cursor: pointer;
    font-size: 16px;
    color: #2E3A59;
}
.act-wrapper .act-nav .nav-item.current{
    background: #FEAC1C;
    border: 1px solid #FEAC1C;
}
.act-wrapper .act-nav .nav-item:last-child{
    margin-right: 0;
}
.act-wrapper .list-wrapper{
    width: 930px;
}
.act-wrapper .list-wrapper .item-wrapper{
    width: 930px;
    border-bottom: 1px dashed #D5DBEA;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
    padding-top: 20px;
}
.act-wrapper .list-wrapper .item-wrapper .cover-wrapper{
    width: 366px;
    height: 210px;
    background: #FFFFFF;
    border: 1px solid #EDF0F6;
    box-shadow: 0px 2px 8px 0px rgba(46, 58, 89, 0.1);
    border-radius: 6px;
    box-sizing: border-box;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.act-wrapper .list-wrapper .item-wrapper .cover-wrapper .cover-img{
    display: block;
    max-width: 354px;
    max-height: 198px;
    border-radius: 6px;
}
.act-wrapper .list-wrapper .item-wrapper .act-info{
    width: 534px;
}
.act-wrapper .list-wrapper .item-wrapper .act-info .info-title{
    font-size: 20px;
    color: #2E3A59;
    margin-bottom: 20px;
}
.act-wrapper .list-wrapper .item-wrapper .act-info .publisher{
    display: flex;
    align-items: center;
    margin-bottom: 14px;
}

.act-wrapper .list-wrapper .item-wrapper .act-info .publisher:nth-child(4){
    margin-bottom: 10px;
}
.act-wrapper .list-wrapper .item-wrapper .act-info .publisher .publisher-icon{
    display: block;
    width: 14px;
    height: 14px;
    margin-right: 8px;
}
.act-wrapper .list-wrapper .item-wrapper .act-info .publisher:last-child .publisher-icon{
    align-self: flex-start;
    margin-top: 5px;
}

.act-wrapper .list-wrapper .item-wrapper .act-info .publisher .pub-txt{
    font-size: 15px;
    color: #B5B7C0;
}
.act-wrapper .list-wrapper .item-wrapper .act-info .publisher:last-child .pub-txt{
    line-height: 1.5;
}