
.headline{
    color: #000;
    background-color: #e8e8e8;
    display: flex;
    line-height: 50px;
    margin-top: 10px;
}
.resource_list{
    width: 100%;
    line-height: 50px;
    color: #777;
    font-size: 14px;
}
.resource_list a,
.resource_list .clicks{
    font-size: 14px;
}
.resource_item{
    border-bottom: 1px dotted #ddd;
    color: #666;
    display: flex;
}
.headline>.name,
.resource_item>.name{
    width: 60%;
    padding-left: 15px;
    box-sizing: border-box;
}
.headline>.links .name{
    color: #666;
}
.headline>.links,
.resource_item>.links{
    width:20%;
    text-align: center;
}
.headline>.clicks,
.resource_item>.clicks{
    width: 20%;
    padding-left: 10%;
    box-sizing: border-box;
    text-align: center;
}
.resource_item .links>a{
    padding: 0 10px;
    box-sizing: border-box;
    color: #777;
    border-right: 1px solid #777;
}
.resource_item .links a:last-child{
    border:none;
}
.resource_item .name,.links{
    cursor: pointer;
}
