﻿

 body {
        background: #fff;
    }

    .body {
        background: #fff;
        min-width: 1300px;
    }
.menu-blogArticle span {
    /*color: white !important;*/
}

/*blog展示*/
#blogArticle {
    width: 1300px;
    margin-left: 0px;
}

.blogArticle {
    width: 1300px;
    min-height: 600px;
    overflow: hidden;
    padding-top: 30px;
}

    .blogArticle ul {
        padding: 0;
        width: 33.33%;
        height: 320px;
        background: white;
        position: relative;
        margin-top: 20px;
        float: left;
    }

        .blogArticle ul li {
            list-style: none;
            width: 100%;
            min-height: 1em;
            line-height: 1;
            margin-top: 20px;
            text-align: center;
        }

            .blogArticle ul li a {
                color: black;
                text-decoration: none;
                vertical-align: top;
            }

                .blogArticle ul li a:hover img {
                    transform: scale(1.05);
                    -ms-transform: scale(1.05);
                    -webkit-transform: scale(1.05);
                }

            .blogArticle ul li img {
                position: absolute;
                left: 0;
                right: 0;
                top: 0;
                bottom: 0;
                max-width: 100%;
                max-height: 100%;
                transition: all 1s;
                border-radius: 15px;
                box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
            }

.blogArticle-img {
    width: 100%;
    margin-top: 0px;
    margin: 5px;
}

    .blogArticle-img a {
        position: relative;
        display: inline-block;
        width: 100%;
        min-height: 228px;
        max-height: 100%;
    }

.blogArticle-number {
    margin-top: 15px !important;
}

.blogArticle-time {
    font-size: 0.9rem !important;
    color: #808080;
}

.watermark {
    width: 100%;
    height: 100%;
    color: black;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 2;
    opacity: 0.5;
}

/*分页*/
.page {
    width: 1200px;
    padding: 50px 0 50px 0;
    text-align: center;
}

    .page a {
        color: white;
        text-decoration: none;
        border: 1px solid #2eaae0;
        border-radius: 3px;
        background: #2eaae0;
        margin: 0 5px 0 5px;
        padding: 5px 10px 5px 10px;
        cursor: pointer;
    }

.page-first, .page-end {
    padding: 5px 15px 5px 15px !important;
}

.page-now {
    color: #2eaae0 !important;
    border: 1px solid #2eaae0 !important;
    background: white !important;
    cursor: initial !important;
}

.page span {
    margin: 0 5px 0 5px;
}

.page form {
    display: inline-block;
}

.page-txt {
    width: 50px;
    height: 28px;
    padding: 0 6px 0 6px;
    border: 1px solid #808080;
    outline: none;
}

.page-btn {
    color: white;
    text-decoration: none;
    background: #2eaae0;
    border: 1px solid #2eaae0;
    border-radius: 3px;
    outline: none;
    margin-left: 10px;
    padding: 6px 9px 6px 9px;
    cursor: pointer;
}


    .div_ul {
        width: 100%;
        min-height: 400px;
        margin-left: 0px;
        float: left;
        padding-bottom: 20px;
        border-bottom: 1px solid #f1f1f1;
    }

    .div_ti {
        width: 100%;
        background-image: url(/Image/Computer/bkbg-1.png);
        background-position: left;
        background-repeat: no-repeat;
        background-size: 600px 30px;
        height: 40px;
        text-align: left;
        font-weight: bold;
        font-size: 25px;
        margin-top: 15px;
    }

    .div_tis {
        width: 100%;
        margin-left: 0px;
    }

    .div_li {
        width: 40%;
        float: left;
    }

    .div_li {
        width: 25%;
        float: left;
    }
    .blogArticle ul li b {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        font-size: 23px;
        line-height: 28px;
        min-height: 28px;
    } 