﻿/*条件虚线块*/
.limit_info {
    margin-right: 8px;
}

.sitetop .loginright ul li:last-child {
    background: none;
}
/*主窗体*/
.main {
    border: none;
}

.limit {
    border: none;
}

.bottom {
    margin-top: 10px;
}

.col_left {
    border-right: 1px solid #eee;
}

.col_right {
    margin-left: -1px;
}

.ranking_list li ul li:last-child {
    border: none;
}


.activeImage {
    height: 50px;
    position: absolute;
    right: 15px;
    top: 3px;
    width: 50px;
    z-index: 10;
}

.activeImage6 {
    height: 30px;
    position: absolute;
    right: 170px;
    top: 3px;
    width: 30px;
    z-index: 10;
}

.ranking_list > li {
    padding-bottom: 20px;
}

.ranking_list li ul li {
    padding: 12px 0px;
}

    .ranking_list li ul li p {
        height: 58px;
        overflow: hidden;
        line-height: 20px;
    }

/*类型*/
.lefttitle h3 {
    margin-top: 12px;
}

#Spec > li:nth-child(even) {
    background-color: ghostwhite;
}

#Spec .active {
    background-color: darkkhaki;
}

.level {
    border: none;
}

/*管理员专用条件*/
#dropboxedShow > div {
    display: inline-block;
    margin-right: 16px;
}

/*预定、求助标签*/
#tabs li > span {
    color: red;
}

#tabs li.active {
    background-color: #949494;
    color: white;
}

/*列表*/
#discuList {
    min-height: 64px;
    margin-bottom: 40px;
}

.listcontent {
    padding: 16px;
    border-top: 1px solid #ccc;
    width: 100%;
    margin-top: 10px;
}
/*大图容器*/
.list-container-card {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-row-gap: 48px;
    grid-column-gap: 16px;
    justify-items: center;
    align-items: center;
    justify-content: center;
}

    .list-container-card > div {
        width: 186px;
        height: 206px;
        position: relative;
        text-align: center;
        box-sizing: border-box;
    }


        .list-container-card > div > a:first-child {
            height: 150px;
            position: relative;
            text-align: center;
            box-sizing: border-box;
            display: block;
            line-height: 150px;
        }

    .list-container-card a img.main {
        width: auto;
        min-width: 100px;
        max-height: 150px;
        background: rgba(0, 0, 0, 0) url(/images/loading.gif) no-repeat scroll center center;
    }

    .list-container-card a img.tag {
        width: 50px;
        height: 50px;
        position: absolute;
        right: 0px;
        top: 0px;
    }

    .list-container-card a h3 {
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 188px;
        line-height: 1.25;
        font-weight: 600;
        padding-top: 4px;
    }

.list-container-section {
    width: 100%;
    min-height: 200px;
    margin-bottom: 24px;
    padding: 16px;
    display: grid;
    grid-template-columns: 150px 1fr 60px;
    grid-column-gap: 16px;
    justify-items: stretch;
    justify-content: center;
    box-sizing: border-box;
    border-bottom: 1px solid lightgray;
}

    .list-container-section > div:first-child {
        text-align: center;
        line-height: 150px;
    }

    .list-container-section img.main {
        width: auto;
        height: auto;
        max-width: 150px;
        max-height: 150px;
        background: rgba(0, 0, 0, 0) url(/images/loading.gif) no-repeat scroll center center;
    }

    .list-container-section .title {
        margin-bottom: 8px;
    }

        .list-container-section .title h3 {
            margin-bottom: 4px;
            font: bold 15px / 24px "微软雅黑";
        }

        .list-container-section .title span {
            font-size: 12px;
            color: darkgrey;
        }

    .list-container-section .desc {
        font-size: 12px;
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 3fr;
        grid-row-gap: 4px;
        grid-column-gap: 8px;
        justify-items: start;
    }

        .list-container-section .desc label {
            width: 5em;
            display: inline-block;
            text-align: justify;
            text-justify: inter-character;
            text-align-last: justify;
        }

            .list-container-section .desc label + span::before {
                content: "：";
            }

        .list-container-section .desc .col-2 {
            grid-column-start: span 2;
        }

#discuList .list-container-section:last-child {
    border-bottom: none;
}

/*分页的禁用效果*/
a.disabled {
    cursor: not-allowed;
}

    a.disabled:hover {
        border-color: transparent !important;
    }

/*显示模式*/
.small {
    background: url(/images/icons/bg04.png) 0 8px no-repeat;
}

    .small.active {
        background: url(/images/icons/bg06.png) 0 8px no-repeat;
    }

.big {
    background: url(/images/icons/bg07.png) 0 8px no-repeat;
}

    .big.active {
        background: url(/images/icons/bg05.png) 0 8px no-repeat;
    }
