/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/*pro public 
*/

.pro.content-item {
    position: relative;
}

    .pro.content-item .img:hover img {
        transform: scale(1.07);
    }

    .pro.content-item .img {
        height: 217px;
        width: 100%;
        overflow: hidden;
    }

        .pro.content-item .img img {
            transition: all linear .3s;
        }

    .pro.content-item .wrap {
        width: 100%;
        flex-direction: column;
        transition: all linear .2s;
        transition-delay: .1s;
        padding-top: 7px;
    }

        .pro.content-item .wrap .wrap-title {
            font-family: OpenSB;
            color: var(--default-color-2);
            font-size: 17px;
            transition: all linear .2s;
            user-select: none;
            /* height: 46px; */
            overflow: hidden;
            text-overflow: ellipsis;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            display: -webkit-box;
            font-family: OpenM;
        }

            .pro.content-item:hover.pro.content-item .wrap .wrap-title {
                color: var(--default-color-3);
            }

        .pro.content-item .wrap .place {
            font-size: 15px;
            color: #868686;
            margin-top: 5px;
            overflow: hidden;
            text-overflow: ellipsis;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            display: -webkit-box;
        }

            .pro.content-item .wrap .place i {
                margin-right: 7px;
            }

/*    contructor public*/

.contruct.content-item {
    position: relative;
}

    .contruct.content-item .img:hover img {
        transform: scale(1.07);
    }

    .contruct.content-item .img {
        height: 368px;
        width: 100%;
        overflow: hidden;
    }

        .contruct.content-item .img img {
            transition: all linear .3s;
        }

    .contruct.content-item .wrap {
        width: 100%;
        flex-direction: column;
        transition: all linear .2s;
        transition-delay: .1s;
        padding: 14px 16px;
        background-color: #ffffff;
        border: 1px solid #e7e7e7;
        border-top: 0;
    }

        .contruct.content-item .wrap .wrap-title {
            color: var(--default-color-2);
            font-size: 18px;
            transition: all linear .2s;
            user-select: none;
            border-bottom: 1px solid #e7e7e7;
            overflow: hidden;
            height: 65px;
            text-overflow: ellipsis;
            -webkit-line-clamp: 2;
            padding-bottom: 16px;
            -webkit-box-orient: vertical;
            display: -webkit-box;
            font-family: OpenM;
        }

            .contruct.content-item .wrap .wrap-title:hover {
                color: var(--default-color-3);
            }

        .contruct.content-item .wrap .place {
            font-size: 15px;
            color: #868686;
            margin-top: 11px;
            overflow: hidden;
            text-overflow: ellipsis;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            display: -webkit-box;
        }

            .contruct.content-item .wrap .place i {
                margin-right: 7px;
            }

/* no data*/

.no-data {
    color: var(--default-color-3);
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 20px;
    display: block;
}


/*show page*/

.pager {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.contruct.content-item .wrap .info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 2px;
}

.contruct.content-item .wrap .info-item {
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #868686;
}

    .contruct.content-item .wrap .info-item i {
        font-size: 14px;
        margin-right: 3px;
    }

    .contruct.content-item .wrap .info-item img {
        margin-right: 3px;
    }

    .contruct.content-item .wrap .info-item span {
    }

.pager span {
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid var(--default-color-3);
    color: #fff;
    background-color: var(--default-color-3);
    margin: 0 5px;
}

.pager a {
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid var(--default-color-3);
    margin: 0 5px;
    -webkit-transition: all linear .2s;
    -o-transition: all linear .2s;
    transition: all linear .2s;
}

    .pager a:hover {
        background-color: var(--default-color-3);
        color: #fff;
    }


.title-tops {
    color: var(--default-color-2);
    text-align: center;
    font-size: 40px;
    margin-bottom: 0;
    margin-top: 0;
    font-family: 'OpenB';
}

.descript-tops {
    font-size: 20px;
    text-align: center;
    font-weight: normal;
    padding: 0 10%;
    opacity: .8;
    margin-top: 5px;
    color: var(--default-color-3);
}

/*list tag*/
.list-tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .list-tag i {
        padding-right: 3px;
    }

    .list-tag a {
        white-space: nowrap;
        background-color: var(--default-color-3);
        color: #fff;
        padding: 5px 10px;
        border-radius: 5px;
        margin: 5px 5px;
        font-size: 13px;
        font-family: RobotoR;
    }

/*selection*/
.list-contruct .item .place::-moz-selection, .title-tops::-moz-selection, .descript-tops::-moz-selection, .list-pro .item span::-moz-selection, .no-data::-moz-selection {
    background-color: var(--bg-selection);
    color: var(--color-selection);
}

.list-contruct .item .place::selection,
.title-tops::selection,
.descript-tops::selection,
.list-pro .item span::selection,
.no-data::selection {
    background-color: var(--bg-selection);
    color: var(--color-selection);
}

.pro.content-item .wrap .place::selection {
    background-color: var(--bg-selection-2);
    color: var(--color-selection);
}
