.site-main {

}

.site-main .site-main-banners {
    overflow: hidden;
    border-radius: 5px;
}

.site-main .site-main-banner {
    width: 100%;
    height: 21em;
    border-radius: 5px;
}

.site-main .site-main-item {
    background-color: #ffffff;
    border-radius: 5px;
}

.site-main .site-main-item + .site-main-item {
    margin-top: 10px;
}

.stat {
    display: flex;
    flex-direction: row;
    padding: 10px;
}

.stat .stat-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.stat .stat-item + .stat-item {
    border-left: 1px solid #eeeeee;
}

.stat .stat-item .stat-item-label {
    flex: 1;
    font-size:  1em;
    line-height: 1.6;
    font-weight: bold;
}

.stat .stat-item .stat-item-value {
    flex: 1;
    padding: 5px;
    font-size:  1.28em;
    font-weight: bold;
    color: lightseagreen;
}

.rank {

}

.rank .rank-header {
    padding: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom: 1px solid #eeeeee;
}

.rank .rank-header .rank-title {
    font-size: 1.14em;
    font-weight: 400;
}

.rank .rank-header .rank-condition {

}

.rank .rank-header .rank-condition span {
    cursor: pointer;
}

.rank .rank-header .rank-condition span.selected {
    color: lightseagreen;
}

.rank .rank-body {
    padding: 10px;
    min-height: 170px;
}

.rank .rank-body .rank-item {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.rank .rank-body .rank-item:hover {
    color: lightseagreen;
}

.rank .rank-body .rank-item + .rank-item {
    margin-top: 10px;
}

.rank .rank-body .rank-item .rank-item-no {
    width: 1.42em;
    height: 1.42em;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background-color: #eeeeee;
    color: #999999;
    margin-right: 5px;
}

.rank .rank-body .rank-item:nth-child(-n+3) .rank-item-no {
    color: #ffffff;
    background-color: lightseagreen;
}


.rank .rank-body .rank-item .rank-item-title {
    width: calc(100% - 25px);
    line-height: 1.6;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.index-category-list {
    padding: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.index-category-list .index-category-item{
    padding: .3em .5em;
    display: inline-block;
    font-size: 1rem;
    line-height: 1.6em;
    color: #666;
    cursor: pointer;
}

.index-category-list .index-category-item:hover{
    color: lightseagreen;
}

.cza-desc {
    padding: 10px;
    display: flex;
}

.cza-desc .cza-pic {
    /*268 354*/
    width: 15.28em;
    height: 20.21em;
    background-size: cover;
}

.cza-desc-content {
    flex: 1;
    padding-left: 10px;
    line-height: 2;
    text-indent: 2em;
}

.recommend-doc-list {
    padding: 0 10px 10px 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    min-height: 30em;
}

.recommend-doc-list .doc-item {
    width: 25%;
    padding: 10px 5px 0 5px;
}

.recommend-doc-list .doc-item .doc-pic {
    width: 100%;
    height: 0;
    padding-bottom: 177.77%;
    background-size: cover;
}

.recommend-doc-list .doc-item .doc-title {
    margin-top: 5px;
    font-size:  1em;
    line-height: 1.42em;
    height: 2.85em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.new-doc-list {
    min-height: 30em;
}

.recommend-photo-list {
    padding: 0 10px 10px 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.recommend-photo-list .photo-item {
    width: 20%;
    padding: 10px 5px 0 5px;
}

.recommend-photo-list .photo-item .photo-pic {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    background-size: cover;
}

.recommend-photo-list .photo-item .photo-title {
    margin-top: 5px;
    font-size:  1em;
    line-height: 1.42em;
    height: 2.85em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.recommend-video-list {
    padding: 0 10px 10px 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.recommend-video-list .video-item {
    width: 20%;
    padding: 10px 5px 0 5px;
}

.recommend-video-list .video-item .video-pic {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    /*background-size: cover;*/
}

.recommend-video-list .video-item .video-title {
    margin-top: 5px;
    font-size:  1em;
    line-height: 1.42em;
    height: 2.85em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.hidden{
    display: none;
}

@media screen and (max-width: 768px) {
    .cza-desc {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .cza-desc .cza-desc-content {
        padding-left: 0;
    }

    .recommend-doc-list, .new-doc-list {
        min-height: unset;
        height: auto;
    }

    .recommend-doc-list .doc-item, .recommend-photo-list .photo-item, .recommend-video-list .video-item {
        width: calc(100% / 2);
    }

    .site-main .site-main-banner {
        height: auto;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .recommend-doc-list .doc-item, .recommend-photo-list .photo-item, .recommend-video-list .video-item {
        width: calc(100% / 3);
    }

    .site-main .site-main-banner {
        height: auto;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {

}

@media screen and (min-width: 1200px) {

}
