@charset "utf-8";

.list{
    display: flex;
    flex-wrap:wrap;
    margin-bottom: 100px;
}
.list-type{
    display: none;
}
.item{
    margin-top: 25px;
    width: 547px;
    margin-bottom: 150px;
}

.title{
    width: 280px;
    height: 25px;
    font-size: 18px;
    font-weight: 400;
    color: #FA6029;
    line-height: 25px;
}

.sub{
    width: 84px;
    height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
    margin-top: 2px;
}

.time{
    width: 135px;
    height: 17px;
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    line-height: 17px;
    margin-top: 12px;
}

.detail{
    width: 73px;
    height: 20px;
    font-size: 14px;
    font-weight: 300;
    color: #000000;
    line-height: 20px;
    margin-top: 20px;
}

.desc{
    width: 447px;
    height: 100px;
    font-size: 12px;
    font-weight: 300;
    color: #333333;
    margin-top: 12px;
}
.active-item{
    display: block;
}