﻿.publist{

}
    .publist .nslist {
    }

        .publist .nslist a {
            display: block;
            width: 260px;
            color: #333;
            margin-right: 15px;
            float: left;
            margin-bottom: 15px;
        }
            .publist .nslist a:nth-child(3n+3) {
                margin-right: 0px;
            }
        .publist .nslist .insimg {
            position: relative;
            overflow: hidden;
            height: 170px;
            border: 1px solid #F2F2F2;
            box-sizing: border-box;
        }

            .publist .nslist .insimg img {
                display: block;
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                width: 100%;
                transition: all .5s ease;
            }

        .publist .nslist a:hover .insimg img {
            transform: translate(-50%, -50%) scale(1.1);
        }

        .publist .nslist .insbox {
            display: none;
        }

        .publist .nslist a:hover .insbox {
            display: block;
        }

        .publist .nslist .insbox .boxstr {
            position: absolute;
            z-index: 2;
            left: 20px;
            top: 10px;
            right: 20px;
            bottom: 10px;
            color: #FFF;
            line-height: 26px;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
        }

        .publist .nslist .insbox .boxbg {
            position: absolute;
            z-index: 1;
            left: 0px;
            top: 0px;
            right: 0px;
            bottom: 0px;
            background-color: #000;
            opacity: 0.6;
        }

        .publist .nslist a:hover .insbox {
            display: block;
        }

        .publist .nslist .insattr {
            border: 1px solid #F2F2F2;
            border-top: 0px;
        }

.publist .nslist .insbt {
    width: 90%;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    border-bottom: 1px solid #CCC;
}

.publist .nslist .insdata {
    width: 90%;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.publist .nslist .rq {
    font-size: 13px;
    color: #333;
}

.publist .nslist .more {
    padding-top: 13px;
}

    .publist .nslist .more img {
        display: block;
        width: 24px;
    }

.publist .details {
}
    .publist .details .nsbt {
        line-height: 30px;
        border-bottom: 1px solid #CCC;
        padding-bottom: 16px;
        font-size: 20px;
        text-align: center;
    }
    .publist .details .nsattr {
        text-align: center;
        color: #CCC;
        line-height: 50px;
    }
        .publist .details .nsattr span {
            margin: 0 10px;
        }
    .publist .details .prvnext {
        display: flex;
        justify-content: space-between;
        margin-top: 30px;
    }
        .publist .details .prvnext div {
            display: block;
            max-width: 49%;
            line-height: 50px;
            font-size: 13px;
        }
            .publist .details .prvnext div:last-child {
                text-align: right;
            }
            /****/
    .publist .details .palbum{

    }
    .publist .details .palbum img{
        display:block;
        margin:0 auto;
        max-width:810px;
    }
    .publist .details .pms {
        display:flex;
    }
        .publist .details .pms .msstr {
            color: #1890ff;
            height: 40px;
            line-height:40px;
            border-bottom: 1px solid #1890ff;
            font-size:14px;
            padding:0 10px;
        }
        .publist .details .pms .msline {
            flex: 1;
            height: 40px;
            border-bottom: 1px solid #CCC;
        }
        .publist .details .msdata {
            padding-top:20px;
        }