﻿/**右侧正文CSS*/
.mains > ul > li {
    width: 385px;
    height: 436px;
    background-color: #ffffff;
    box-shadow: 0 0 5px 2px #d7d6d6;
    float: left;
    margin: 0 15px 30px;
    position: relative;
}

.mainArt {
    padding: 6% 5%;
    font-size: 12px;
}

    .mainArt > h3 {
        font-size: 18px;
        font-family: "Microsoft YaHei";
        color: #4c0000;
        text-align: center;
    }

    .mainArt p {
        display: block;
        font-size: 13px;
        font-family: "Microsoft YaHei";
        color: rgb( 45, 45, 45 );
        line-height: 20px;
        height: 60px;
        overflow: hidden;
        text-overflow: ellipsis;
        margin: 25px 25px 0px 25px;
        text-align: left;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }

.mains > ul > li .innerBox {
    position: relative;
    width: 385px;
    height: 436px;
    overflow: hidden;
}

.mains .inframe {
    top: 100%;
    z-index: 1;
    width: 385px;
    filter: alpha(opacity=90);
    -webkit-transition: bottom .2s ease-out 0s;
    transition: bottom .2s ease-out 0s;
}

.inframe {
    visibility: hidden;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 385px;
    opacity: .9;
    height: 436px;
    background: rgb( 255, 190, 195 );
    cursor: pointer;
}

    .inframe .inem {
        display: block;
        position: absolute;
        top: 6px;
        left: 6px;
        right: 6px;
        bottom: 6px;
        border: 1px solid #fff;
    }

.mains > ul > li:hover .inframe, .mains > ul > li:hover .tipscot, .mains > ul > li:hover .tipscot > p {
    visibility: visible;
    animation: mymove 2s infinite;
    -moz-animation: mymove 2s infinite; /* Firefox */
    -webkit-animation: mymove 2s infinite; /* Safari and Chrome */
    -o-animation: mymove 2s infinite; /* Opera */
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards; /*运行后停留在最后的地方 */
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
}

@keyframes mymove {
    from {
        top: 436px;
    }

    to {
        top: 0px;
    }
}

@-moz-keyframes mymove /* Firefox */
{
    from {
        top: 436px;
    }

    to {
        top: 0px;
    }
}

@-webkit-keyframes mymove /* Safari and Chrome */
{
    from {
        top: 436px;
    }

    to {
        top: 0px;
    }
}

@-o-keyframes mymove /* Opera */
{
    from {
        top: 436px;
    }

    to {
        top: 0px;
    }
}

.tipscot {
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    width: 80%;
    padding: 10% 10% 0;
    color: #fff;
    z-index: 2;
    -webkit-transition: top .2s ease-out 0s;
    transition: top .2s ease-out 0s;
}

    .tipscot > p {
        display: block;
        padding-top: 40px;
        padding-left: 20px;
        padding-right: 20px;
        font-size: 12px;
        height: 100px;
        line-height: 20px;
    }

.viewdet {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
    /* background-image: url(about:blank); */
    color: #fff;
}

    .viewdet i {
        visibility: hidden;
        position: absolute;
        left: 0;
        bottom: 18%;
        width: 100%;
        text-align: center;
        cursor: pointer;
        z-index: 4;
        color: #fff;
        font-size: 18px;
        font-style: normal;
    }

.mains > ul > li:hover .viewdet i {
    visibility: visible;
}

.fpage {
    text-align: right;
    float: left;
    line-height: 20px;
    font-family: "宋体";
    float: right;
    box-sizing: border-box;
    width: 100%;
    padding: 15px 0 15px 15%;
}

.paginator {
    font: 12px Arial, Helvetica, sans-serif;
    margin: 0px;
    text-align: right;
}

    .paginator a {
        border: solid 1px #ccc;
        color: #333333;
        cursor: pointer;
        text-decoration: none;
        display: inline-block;
    }

        .paginator a:visited {
            padding: 1px 6px;
            border: solid 1px #ccc;
            background: #fff;
            text-decoration: none;
            display: inline-block;
        }

    .paginator .cpb {
        border: 1px solid #ccc;
        font-weight: 700;
        color: #fff;
        background-color: #c83935;
        display: inline-block;
    }

    .paginator a:hover {
        border: solid 1px #ccc;
        color: #569c8a;
        text-decoration: none;
        display: inline-block;
    }

    .paginator a, .paginator span, .paginator a:visited, .paginator .cpb, .paginator a:hover {
        float: left;
        height: 16px;
        line-height: 16px;
        min-width: 10px;
        _width: 10px;
        margin-right: 5px;
        text-align: center;
        white-space: nowrap;
        font-size: 12px;
        font-family: Arial,SimSun;
        padding: 0 3px;
        display: inline-block;
    }

.mainImg img {
    width: 385px;
    height: 254px;
}
