﻿/* 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;*/
}


a {
    color: chocolate;
}

    a:hover {
        color: chocolate;
    }

.page-item.active .page-link {
    background-color: chocolate;
    border-color: chocolate;
}

.page-link {
    color: chocolate;
}

    .page-link:hover {
        color: chocolate;
    }

.bg-secondary {
    /*background-color: #001219 !important;*/
    background-color: rgb(34, 34, 34) !important;
}

.bg-primary {
    background-color: chocolate !important;
}

.badge-larger-08 {
    font-size: 80%;
}

.badge-larger-09 {
    font-size: 90%;
}

.badge-larger-1 {
    font-size: 100%;
}


ins.adsbygoogle[data-ad-status="unfilled"] {
    display: none !important;
}


@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)
    }

        .carousel-item .carousel-caption p {
            font-size: 1.25rem;
        }



.top-h1 {
    background-color: #e9ecef;
}

    .top-h1 h1 {
        font-size: 1.5rem;
        margin-bottom: 0;
        font-weight: 100;
    }


.card .card-header {
    padding-top: 0.8rem;
    padding-bottom: 0.2rem;
}

    .card .card-header .view-all {
        margin-top: -7.5px;
        margin-bottom: 0;
    }

.card .card-body h1.card-title {
    font-size: 2rem;
}

.card .card-body p.card-title {
    font-size: 1.5rem;
    font-weight: 300;
}

.card .card-body p.card-title-2 {
    font-size: 1rem;
    font-weight: 100;
}

.card .shiji-title {
    font-size: 1.5rem;
    font-weight: 300;
}

.card .post-title {
    font-size: 1.5rem;
    font-weight: 300;
}


.card .card-header p.card-title-2 {
    font-size: 1.25rem;
    font-weight: 300;
    margin-bottom: .5rem;
}


.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;
}



.custom-file-control, .form-control, .is-focused .custom-file-control, .is-focused .form-control {
    background-image: linear-gradient(0deg,chocolate 2px,rgba(0,150,136,0) 0),linear-gradient(0deg,rgba(0,0,0,.26) 1px,transparent 0);
}

.btn-primary.custom-file-control:before, .btn.btn-primary {
    color: chocolate;
}
