@charset "utf-8";
/* CSS Document */

.blog-section .blog-wrap {
    margin-top: -10px;
}

.blog-section .blog-wrap .blog-content-wrap {
    padding-top: 35px;
}

.single-blog {
    background: #ffffff;
    box-shadow: 0px 0px 98px 0px rgba(0, 0, 0, 0.07);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.single-blog .blog-img {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.single-blog .blog-img a {
    display: block;
}

.single-blog .blog-img a img {
    width: 100%;
    aspect-ratio: 2.037 / 1;
    transition: all 0.3s linear;
}

.single-blog .blog-img .top-meta {
    position: absolute;
    top: 35px;
    left: 30px;
}

.single-blog .blog-img .top-meta .date {
    width: 85px;
    text-align: center;
    background-image: linear-gradient(120deg, #54d6eb 0%, #035cdd 100%);
    color: #fff;
    border-radius: 4px;
    display: inline-block;
    text-align: center;
    padding: 10px;
}

.single-blog .blog-img .top-meta .date span {
    font-size: 28px;
    line-height: 18px;
    font-weight: 500;
    line-height: 30px;
    display: block;
}

.single-blog .blog-content {
    padding: 40px;
}

@media only screen and (max-width: 991px) {
    .single-blog .blog-content {
        padding: 35px;
    }
}

@media only screen and (max-width: 575px) {
    .single-blog .blog-content {
        padding: 35px 24px;
    }
}

.single-blog .blog-content .blog-meta span {
    line-height: 24px;
    font-weight: 600;
    color: #8EA0B7;
    margin-right: 15px;
}

@media only screen and (max-width: 575px) {
    .single-blog .blog-content .blog-meta span {
        margin-right: 12px;
    }
}

.single-blog .blog-content .blog-meta span i {
    color: #40D6FF;
    margin-right: 5px;
}

.single-blog .blog-content .title {
    font-size: 22px;
    line-height: 30px;
    padding-right: 15px;
    margin-top: 15px;
}

.single-blog .blog-content p {
    margin-top: 10px;
}

.single-blog .blog-btn {
    border-top: 1px solid #ebebeb;
    padding: 15px 40px;
}

.single-blog .blog-btn .blog-btn-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
    color: #1D65B9;
    transition: all 0.3s linear;
}

.single-blog .blog-btn .blog-btn-link i {
    transition: all 0.3s linear;
}

.single-blog .blog-btn .blog-btn-link:hover i {
    transform: translateX(5px);
}

.single-blog:hover .blog-img a img {
    transform: scale(1.1);
}


.blog-standard-wrap .blog-post-wrap .pagination {
    margin-top: 20px;
}


/*右侧*/
.blog-sidebar {
    border: 1px solid #ebebeb;
    border-radius: 5px;
    padding: 30px;
    margin-left: 65px;
    position: sticky;
    top: 112px;
}

@media only screen and (max-width: 1199px) {
    .blog-sidebar {
        margin-left: 15px;
    }
}

@media only screen and (max-width: 991px) {
    .blog-sidebar {
        margin-left: 0px;
        margin-top: 20px;
    }
}

.blog-sidebar .sidebar-widget-1 {
    margin-top: 0;
}

.sidebar-widget {
    margin-top: 45px;
}

.sidebar-widget .search-form {
    position: relative;
}

.sidebar-widget .search-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]) {
    width: 100%;
    height: 50px;
    margin-bottom: 0;
    border: 0;
    padding-right: 35px;
    background: #f8fafb;
    color: #415674;
    font-weight: 700;
    outline: none;
    overflow: hidden;
}

.sidebar-widget .search-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"])::-webkit-input-placeholder {
    opacity: 0.95;
    font-weight: 400;
}

.sidebar-widget .search-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):-moz-placeholder {
    opacity: 0.95;
}

.sidebar-widget .search-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"])::-moz-placeholder {
    opacity: 0.95;
}

.sidebar-widget .search-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):-ms-input-placeholder {
    opacity: 0.95;
}

.sidebar-widget .search-form button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 50px;
    height: 50px;
    background: transparent;
    border: 0;
    border-radius: 4px;
    color: #111111;
    transition: all 0.3s linear;
}

.sidebar-widget .search-form button:hover {
    background: #1D65B9;
    color: #ffffff;
}

.sidebar-widget .widget-title {
    margin-bottom: 25px;
}

.sidebar-widget .widget-title .title {
    font-size: 18px;
    font-weight: 700;
    color: #333333;
    display: inline-block;
}

.sidebar-widget .recent-posts ul li {
    margin-top: 30px;
}

.sidebar-widget .recent-posts ul li:first-child {
    margin-top: 0;
}

.sidebar-widget .recent-posts ul li .post-link {
    display: flex;
    align-items: center;
}

.sidebar-widget .recent-posts ul li .post-link .post-thumb img {
    width: 70px;
    height: 70px;
    border-radius: 10px;
}

.sidebar-widget .recent-posts ul li .post-link .post-text .title {
    font-weight: 600;
    transition: all 0.3s linear;
}

.sidebar-widget .recent-posts ul li .post-link .post-text .post-meta {
    font-size: 12px;
    line-height: 24px;
    color: #8EA0B7;
    display: inline-block;
    margin-top: 5px;
}

.sidebar-widget .recent-posts ul li .post-link .post-text .post-meta i {
    color: #40D6FF;
    margin-right: 5px;
}

.sidebar-widget .category .cate-item {
    margin-top: 15px;
}

.sidebar-widget .category .cate-item:first-child {
    margin-top: 0;
}

.sidebar-widget .category .cate-item a {
    display: flex;
    font-weight: 400;
    color: #29303c;
    transition: all 0.3s linear;
}

.sidebar-widget .category .cate-item a i {
    font-size: 10px;
    line-height: 24px;
    color: #1D65B9;
    margin-right: 5px;
}

.sidebar-widget .category .cate-item a .post-count {
    margin-left: auto;
    align-items: flex-start;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    background: #e4f2f8;
    font-weight: 400;
    color: #1D65B9;
    transition: all 0.3s linear;
}

.sidebar-widget .category .cate-item a:hover {
    color: #1D65B9;
}

.sidebar-widget .category .cate-item a:hover .post-count {
    background: #1D65B9;
    color: #ffffff;
}

.sidebar-widget .sidebar-tag li {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 4px;
}

.sidebar-widget .sidebar-tag li a {
    display: inline-block;
    border-radius: 5px;
    padding: 8px 15px;
    font-weight: 400;
    color: #666666;
    line-height: 18px;
    background: #f9f9f9;
    transition: all 0.3s linear;
}

.sidebar-widget .sidebar-tag li a:hover {
    background-color: #1D65B9;
    color: #ffffff;
}

