.body{
    font-size: 14px;
}
a{
    color: #292929;
}
.tab{
    display: flex;
    justify-content: space-around;
}
.tab .item{
    padding: 2px 10px;
}
.tab .item.current{
    background-color: #eb5199;
    color: white;
}
.line{
    background: url('../img/bg_line.png') no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 3px;
    margin: 15px 0;
}
.list{
    /*display: flex;*/
    /*flex-wrap: wrap;/*/
}
.list .item{
    padding: 20px;
}
.list .item .pic{
    width: 260px;
    height: 180px;
    align-items: center;
    display: flex;
}
.list .item .pic img{
    width: 100%;
    max-height: 180px;
}
.list .item .tit{
    padding: 10px 0;
}
.list .item .sum{
    font-size: 12px;
}
