/* 20230712 */
.s-header {
    background: #000;
    position: relative;
}

.white {
    color: #fff !important;
}

.article_bg img {
    width: 100%;
    position: absolute;
    left: 0;
    height: 572px;
    object-fit: cover;
}

.page-header {
    padding-top: 0;
}

.header-nav-wrap {
    top: 0;
}

.article_bg_black {
    background: rgba(0, 0, 0, 0.4);
    position: relative;
    padding-top: 30px;
}

.s-blog {
    padding-top: 50px;
}

.col-block img {
    height: 240px;
    object-fit: cover;
    width: 100%;
    margin-bottom: 10px;
}

.link_line2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 14px;
}

.link_line3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.blog-list h2 {
    padding-bottom: 0;
}

.blog-list h2::after {
    display: none;
}

.blog-list {
    margin-top: 2rem;
}

.color333 {
    color: #333 !important;
}

.blog-content__nav {
    padding-right: 0;
}

.commentlist>.comment {
    padding-left: 0;
}

.commentlist {
    margin: 3rem 0 3rem;
}

.blog-content .article_pic img {
    display: block;
    margin: 0 auto 20px;
}

.contact__form input[type="email"],
.contact__form input[type="number"],
.contact__form input[type="text"],
.contact__form input[type="tel"],
.contact__form input[type="url"],
.contact__form textarea {
    border-bottom: 1px solid #ddd;
}

.text_center {
    text-align: center;
}

.coloreee {
    color: #eee;
}

.width50 {
    width: 50%;
    float: left;
}

footer {
    padding: 25px 0;
}

.footer-bottom {
    margin-top: 0;
}

.aside_tit {
    margin: 20px 0;
}

.text_left {
    text-align: left;
}

.site-logo img {
    max-height: 72px;
    object-fit: contain;
}

a:hover {
    transition: all .2s linear;
    color: #e29999 !important;
}

.blog-content__main {
    padding: 0;
}

li {
    list-style: circle;
    list-style-position: inside;
}

footer a,
footer a:visited {
    color: #b94b4b;
}

.header-nav li.current a {
    color: #b94b4b;
}

.mar_bottom_14 {
    margin-bottom: 14px;
}

.header-logo a {
    max-width: 130px;
    width: auto;
}

.about_pic img {
    max-width: 100%;
    margin: 30px auto 40px;
    display: block;
}
/*
@media (max-width: 1200px) {
    .header-nav-wrap {
        letter-spacing: .1rem;
    }
}
*/
@media (max-width: 1023px) {
    .header-nav li {
        margin-right: 10px;
    }
    /*.header-nav-wrap {
        letter-spacing: normal;
    }*/
}

@media (max-width:767px) {
    .width50 {
        width: 100%;
    }
    .header-nav-wrap .header-nav {
        margin: 0 0 10px 0;
    }
    .header-nav-wrap {
        padding-top: 80px;
    }
}