﻿.container {
    width: 100%;
    min-height: 450px;
    padding: 169px 0 50px 0;
}
.content {
    width: 1200px;
    margin: 0 auto;
}
.IP-item {
    width: 586px;
    height: 438px;
    display: inline-block;
    cursor: pointer;
    border-radius: 2px;
    overflow: hidden;
    margin-bottom: 30px;
    text-decoration: none;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
    .IP-item:not(:nth-child(2n)){
        margin-right: 28px;
    }
    .IP-item:hover {
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
        transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
    }
    .IP-item:hover .Intro-text .text-title {
        margin-left: 30px;
        margin-right: 30px;
    }
    /* .IP-item:hover .Intro-text .text-title::after {
        transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        content: "";
        display: block;
        width: 50px;
        height: 40px;
        right: 40px;
        position: absolute;
        bottom: 55px;
        background: url(http://resources.jsmo.xin/templates/upload/1115/201611/icon.png) -34px -172px no-repeat;
        opacity: 1;
    } */
    .IP-item:hover .text-word{
        margin-left: 30px;
        transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
    }
    .IP-item:hover .collectIcon{
        right: 40px;
    }
    .Img-window{
        width: 100%;
        height: 332px;
        transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
    }
    .Img-window .img{
        width: 586px;
        height: 332px;
        transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
    }
.Intro-text {
    position: relative;
    width: 548px;
    height: 50px;
    background: #ffffff;
    padding: 28px 19px 28px 19px;
}
    .Intro-text .collectIcon{
        width: 20px;
        height: 20px;
        position: absolute;
        right: 19px;
        top: 26px;
        background: url('/images/IP/collect.png');
        background-size: 100% 100%;
        transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
    }
    .Intro-text .collectIcon:hover{
        background: url('/images/IP/collecting.png');
        background-size: 100% 100%;
        transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
    }
    .text-title{
        display: flex;
        justify-content: space-between;
        font-size:16px;
        line-height: 16px;
        color:#333333;
        font-weight: 600;
        margin-bottom: 18px;
        transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
    }
    .text-title-tag {
        display: flex;
        font-weight: normal;
    }
    .text-title-tag>div {
        padding: 3px 6px;
        background: #F6F7FA;
        color: #6F717E;
        font-size: 12px;
        margin-right: 10px;
    }
    .text-title::after{
        transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        content:"";
        display: block;
        width: 50px;
        height: 40px;
        right: 20px;
        position: absolute;
        bottom: 55px;
        background: url(http://resources.jsmo.xin/templates/upload/1115/201611/icon.png) -34px -172px no-repeat;
        opacity: 0;
    }
    .text-word{
        font-size:14px;
        font-weight:400;
        color:rgba(102,102,102,1);
        line-height:14px;
        display: inline-block;
        transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
    }
    .loading-table {
        width: 100%;
        height: 300px;
        padding-top: 150px;
        text-align:center;
    }
    .isNull {
        display: none;
        text-align: center;
        height: 300px;
        padding-top:150px;
    }
    .add-btn {
        display: none;
        width: 120px;
        margin: 0 auto;
        padding: 10px;
        border-radius: 10px;
        background-color: #ffffff;
        color: #00B061;
        border: 0.5px solid #00B061;
        font-size: 20px;
        text-align: center;
        cursor: pointer;
        margin-top: 30px;
    }
.pageBox {
    text-align: center;
    padding-top: 20px;
}
.pageBox .disappear {
    display: none;
}

.pageBox .page-line {
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

    .pageBox .page-line .page-item {
        font-size: 16px;
        height: 34px;
        line-height: 34px;
        border: 1px solid #CCCCCC;
        padding: 0 12px;
        border-radius: 4px;
        background-color: #FFFFFF;
        text-align: center;
        color: #999999;
        display: inline-block;
        margin: 0 5px;
        cursor: pointer;
    }

        .pageBox .page-line .page-item:hover {
            background-color: #00B062;
            border-color: #00B062;
            color: #ffffff;
        }

    .pageBox .page-line .page-ellipsis {
        font-size: 16px;
        height: 34px;
        line-height: 24px;
        padding: 0 10px;
        border-radius: 4px;
        text-align: center;
        color: #999999;
        display: inline-block;
        vertical-align: top;
        margin: 0 -4.5px;
    }

    .pageBox .page-line .active {
        background-color: #00B062;
        color: #ffffff;
        border-color: #00B062;
    }

.pageBox .skip-line {
    width: 107px;
    height: 34px;
    line-height: 34px;
    display: inline-block;
    margin: 0 10px 0 16px;
    vertical-align: top;
}

    .pageBox .skip-line .skip-text {
        font-size: 16px;
        color: #999999;
        vertical-align: top;
        line-height: 34px;
        display: inline-block;
    }

    .pageBox .skip-line .skip-input {
        width: 30px;
        height: 34px;
        background: #FFFFFF;
        border-radius: 4px;
        border: 1px solid #CCCCCC;
        display: inline-block;
        margin: 0 5.5px;
        padding: 0 10px;
        vertical-align: top;
    }

.pageBox .sub-btn {
    width: 50px;
    height: 34px;
    display: inline-block;
    line-height: 34px;
    text-align: center;
    background-color: #00B062;
    color: #ffffff;
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer;
}


.pageBox_inner {
    width: auto;
    float: left;
    position: relative;
}

.page {
    display: inline-block;
}

.page li a:hover, .page li.on a {
        background: #00B062;
        border: none;
        text-decoration: none;
        color: #fff;
    }

.pageTo {
    display: inline-block;
    font-size: 12px;
    color: #000000;
    position: absolute;
    right: -150px;
    top: 20px;
}

.pageInput {
    display: inline-block;
    width: 42px;
    padding: 7px 0px;
    background: #FFFFFF;
    border: 1px solid #D2D2D2;
    text-align: center;
    margin-right: 6px;
    margin-left: 6px;
}

.pageSure {
    display: inline-block;
    width: 42px;
    padding: 6px 0px;
    background: #FFFFFF;
    border: 1px solid #D2D2D2;
    text-align: center;
    margin-left: 6px;
    font-size: 12px;
}

.pageSure:hover {
        background: #00B062;
        border: 1px solid #EDEDED;
        color: #FFFFFF;
    }

.pageBox .pre-next-btn{
    height: 34px;
    line-height: 34px;
    text-align: center;
    padding: 0 12px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #CCCCCC;
    color:#999999;
    font-size: 16px;
    display:inline-block;
    cursor: pointer;
    vertical-align: top;
}
.pageBox .pre-next-btn:hover{
    background-color: #00B062;
    border-color: #00B062;
    color:#ffffff;
}
.pageBox .disappear {
    display: none;
}