﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */


body {
    background-color: #f5f5f5;
    /*    background: url(../bg.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;*/
}


@media (max-width:992px) {
    .carousel {
        margin-left: -15px;
        margin-right: -15px;
    }
}

.carousel-item {
    height: 300px;
}

    .carousel-item .carousel-caption {
        text-shadow: 0 0 3px rgba(0,0,0,.6)
    }


.card .card-header {
    padding-top: 0.8rem;
    padding-bottom: 0.2rem;
}

    .card .card-header .view-all {
        margin-top: -7.5px;
        margin-bottom: 0;
    }


.shiji-container {
    padding-left: 0;
}


.shiji-item {
    width: 100%;
    max-height: 90px;
    overflow: hidden;
    margin-top: 15px;
}

.zhuanti-item {
    position: relative;
    display: block;
    text-decoration: none;
}

    .zhuanti-item .title {
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 0;
        display: inline-block;
        text-align: center;
        text-shadow: 0 0 3px rgba(0,0,0,.6)
    }

.posts-img {
    width: 17.778rem;
    height: 10rem;
}


.post-content img {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.post-content blockquote {
    background-color: #f0f0f0;
    padding: 0.5rem;
}

    .post-content blockquote p {
        margin: 0;
        padding: 0.1rem;
    }


.post-content pre {
    background-color: #f0f0f0;
    padding: 0.5rem;
    margin: 0 0 1rem;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 21px;
}



.author-criteria-collapse {
    height: 28px;
    overflow: hidden;
}

.author-criteria-expand {
    height: auto;
    overflow: hidden;
}

#searchAutocompResult em, .search em, .mingju-content em, .feihualing em {
    color: red;
    font-style: normal;
    margin-right: 0 !important;
}


#searchAutocompResult {
    width: 400px;
    height: auto;
    max-height: 800px;
    top: 46px;
    font-size: 14px;
}

    #searchAutocompResult ul li {
        font-size: 14px;
    }


@media (max-width:576px) {
    .carousel-item {
        height: 200px;
    }

    h5 {
        font-size: 1rem;
    }


    .card .card-header .view-all {
        font-size: 0.6rem;
    }
}


.validation-summary-errors {
}

    .validation-summary-errors ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

.validation-summary-valid {
    display: none;
}
