hr {
    opacity: .1;
}
.page-header.page-header-dark {
    color: #fff;
}
.page-header.page-header-dark h1 {
    color: #fff;
}
.page-header.page-header-dark .breadcrumb > li a {
    color: rgba(250,250,250,0.8);
}

.blog-post .title-blog {
    margin-bottom: 1rem;
}
.blog-post .title-blog a {
    color: #1e1d1c;
    text-decoration: unset;
    font-weight: bold;
}
.blog-post .meta-blog {
    padding-left: 0;
}
.blog-post .meta-blog li {
    list-style-type: none;
    display: inline-block;
    margin-right: 12px;
    -ms-flex-align: center;
    align-items: center;
}
.blog-post .meta-blog li a{
    text-decoration: unset;
    color: #212529;
}
.blog-post .meta-blog li i {
    font-size: 16px;
    color: #2dbe60;
    margin-right: 5px;
}
.page-item:not(:first-child) .page-link {
    margin-left: .22rem;
}
.page-item.active .page-link, .form-check-input:checked {
    background-color: #2dbe60;
    border-color: #2dbe60;
}
.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}
.form-control::placeholder {
    color: #b1b4b6;
}
.fw-400 {
    font-weight: 400 !important;
}
.text-5 {
    font-size: 21px !important;
    font-size: 1.3125rem !important;
}
.list-item {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
.list-item > li {
    display: block;
    position: relative;
}
.list-item li a {
    padding: 7px 0 7px 15px;
    color: #4c4d4d;
    display: block;
    text-decoration: unset;
}

.list-item li a::after {
    content: " ";
    position: absolute;
    top: 50%;
    left: 0;
    border-color: #000;
    border-top: 2px solid;
    border-right: 2px solid;
    width: 7px;
    height: 7px;
    -webkit-transform: translate(-50%,-50%) rotate(0deg);
    transform: translate(-50%,-50%) rotate(45deg);
}
.list-item li a span {
    float: right;
}
.side-post .item-post::after {
    display: block;
    clear: both;
    content: "";
}
.side-post .item-post .img-thumb {
    float: left;
    margin-right: 12px;
    width: 65px !important;
}
.side-post .item-post .caption {
    overflow: hidden;
}
.side-post .item-post .caption a {
    color: #1e1d1c;
    display: block;
    margin-top: -3px;
    margin-bottom: 3px;
    text-decoration: unset;
}
.side-post .item-post .caption .date-post {
    color: #6c757d;
    font-size: 13px;
    margin-bottom: 0;
}

.tags {
    margin-bottom: 10px;
}
.tags a {
    background: #f4f5f4;
    color: #4c4d4d;
    padding: 8px 12px;
    border-radius: 3px;
    display: inline-block;
    margin-bottom: 8px;
    margin-right: 3px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-decoration: unset;
}

/*详情页*/
.content{

}
.content img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}