.img_captcha{ height: 65px; padding: 0px 0px 10px 20px; }
.error{ border: 1px solid rgb(230, 107, 107);opacity: 0.7; }

.help-block { display: block; margin-top: 5px; margin-bottom: 10px; color: #737373; }
.news-title{ font-size: 22px; }
.center-txt{ text-align: center; }
.news-padding{ padding: 30px 0px; }
.contact-padding{ padding-bottom: 30px; }
.contact-complete-url{ background: #f1f1f1; padding: 7px; border-radius: 5px; border: 1px solid #ccc; }
.contact-icon{ cursor: pointer; }
.show-loading{ opacity: 0.5; }

.business-content-detail {
    position: relative;
}
.flat-blog-item:hover {
    box-shadow: var(--box-shadow);
}
.img-style {
    position: relative;
    overflow: hidden;
}

.date-post {
    position: absolute;
    top: 5px;
    left: 5px;
    display: inline-block;
    padding: 3px 5px;
    background-color: var(--color-green2);
    font-size: var(--text-12);
    font-weight: 400;
    line-height: 20px;
    color: var(--color-black);
    z-index: 1;
}
.content-box {
    padding: 10px;
}
.post-tag {
    margin-bottom: 10px;
    font-size: var(--text-12);
    color: #999;
}
.post-tag span {
    position: relative;
    margin: 0 5px;
}
.heading {
    margin-bottom: 10px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 100%;
    height: 60px;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
}
.description {
    margin: 0;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 72px;
    line-height: 24px;
}
.flat-blog-item {
    display: block;
    margin-bottom: 20px;    
}

.business-detail {
    padding: 20px;
}
.business-detail-topic {
    position: relative;
    margin: 0 0 20px 0;
    font-size: var(--text-24);
    font-weight: 700;
    line-height: 60px;
    color: var(--color-black);
}
.business-detail-topic::before {
    content:"";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background-image: linear-gradient(90deg, var(--color-green1) 0%, var(--color-black) 85%, var(--color-black) 100%);
}
.business-detail-img {
    margin: 0 auto;
    text-align: center;
}
.business-detail-img img {
    margin-bottom: 20px;
}
.business-detail-content {
    margin: 0 0 30px 0;
}
.business-detail .business-detail-date {
    font-size: var(--text-14);
    color: var(--color-black);
}
.business-detail .post-tag {
    margin-top: 10px;
    padding-top: 10px;
    border-top: solid 1px var(--color-lightgray);
    margin-bottom: 20px;
}