

.faq-section-1 .hero-tit-wrapper, .list-section-1 .hero-tit-wrapper, .article-section .hero-tit-wrapper {
    background: #0855b4 url('/template/images/forex/blue simple hero pattern.svg') no-repeat !important;
}

.list-section-1 .container {
    padding: 35px 0;
}
.hero-tit-wrapper .container {
    position: relative;
}
.hero-tit-wrapper h3, .hero-tit-wrapper h1 {
    position: absolute;
    box-sizing: content-box;
    padding: 0 20px;
    background: #fff;
    height: 42px;
    line-height: 42px;
    top: 50px;
    margin: 0;
    font-size: 32px;
    letter-spacing: 3px;
    color: #333;
}

.news-item {
    border: 1px solid #eee;
    padding: 25px 10px;
    margin-bottom: 30px;
    transition: .2s all;
}

.news-item img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    display: block;
    margin-bottom: 15px;
}

.news-item h3 {
    font-size: 18px;
    overflow: hidden;
    margin: 0 auto 15px;
}

.news-item h3 a {
    color: #333;
    text-decoration: none;
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-item p {
    text-align: justify;
    font-size: 14px;
    color: #555;
    padding-bottom: 8px;
    border-bottom: 3px solid #0855b4;
}

.news-item p.time {
    font-size: 12px;
    color: #777;
    text-align: right;
    margin-bottom: 0;
    border: none;
}

.news-item:hover {
    box-shadow: 5px 5px 8px 0 #0855b447;
    transform: translate(0, -5px)!important;
}