.list {
    display: flex;
    flex-flow: column;
    min-height: 200px;
}
#pages {
    text-align: center;
}
.no-data {
    text-align: center;
}
.list-tab {
    padding: 1%;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
}
.list-tab-item {
    width: 5%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 1%;
}
.list-tab-item:hover {
    font-size: 16px;
    font-weight: bold;
    border-bottom: 2px solid #ff4b68;
    cursor: pointer;
}
.list-tab-this {
    font-size: 16px;
    font-weight: bold;
    border-bottom: 2px solid #ff4b68;
}
.item {
    margin: 1% 2%;
}
.item-show {
    width: 100%;
    height: 320px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #eee;
    /*border-radius: 8px;*/
}
.item-show-img {
    /*border-radius: 8px;*/
}
.item-show-link {
    font-size: 18px;
}
.item-show-link span {
    font-size: 14px;
    font-weight: bold;
}
.item-title {
    font-size: 16px;
    display: flex;
    align-items: center;
}
