body {
    background:#f1f1f1;
}
.newstext {
    margin-top: 20px;
}

.page_content {
    margin-top: 25px;
}

article {
    background: #fff;
    padding: 20px 15px;
}

.f1 {
    background: #fff;
    margin-bottom: 20px;
}

.f1 a {
    display: block;
}

.f1 a p {
    line-height: 42px;
    border-bottom: 1px solid #eee;
    color: #333;
    font-weight: 600;
}

.f1 a p i{
    display: inline-block;
    border-right: 1px solid #eee;
    width: 42px;
    text-align: center;
    font-style: normal;
    margin-right: 10px;
}

.f1 a img {
    padding: 15px 20px;
    display: block;
    width: 100%;
}

.f2 {
    background: #fff;
}

.f2 h3 {
    border-bottom: 1px solid #eee;
    line-height: 42px;
    font-size: 16px;
    padding-left: 10px;
    font-weight: bold;
}

.f2 ul {
    list-style: circle;
    padding-left: 2em;
    padding-right: 10px;
}

.f2 ul li {
    border-bottom: 1px solid #f1f0f0;
}

.f2 ul li a {
    color: #444;
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 15px;
    line-height: 43px;
}

@media screen and (max-width: 768px) {
    .page_content .container {
        padding: 0;
    }
}

.row-ml-mr {
    margin-left: -15px;
    margin-right: -15px;
}

.company .info {
    background-color: #fff;
    padding: 30px 15px;
    margin-bottom: 25px;
}

.company .forex-logo {
    margin-bottom: 30px;
}

.company .forex-logo img {
    width: 100%;
}

.company .regulator {
    display: flex;
    flex-flow: row wrap;
    border: 1px solid #ddd;
}

.company .regulator>div {
    border-bottom: 1px solid #ddd;
    padding: 10px;
    font-size: 12px;
}

.company .regulator>div:nth-child(1) {
    flex: 0 0 100%;
    text-align: center;
    background-color: #eee;
}

.company .regulator>div:nth-child(n + 2) {
    flex: 0 0 50%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.company .regulator>div:nth-child(even) {
    border-right: 1px solid #ddd;
}

.company .regulator>div:nth-child(n + 8) {
    border-bottom: none;
}

.company .des {
    font-size: 14px;
     border: 1px solid #eee;
    padding: 17px;
    border-radius: 12px;
    box-shadow: inset #ebebeb 0 0 8px 0;
    position: relative;
    background: #fff;
}

.company .des h3 {
    font-size: 16px;
    font-weight: bold;
}

.company .des p {
    line-height: 1.42rem;
}

.company .info .row > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.company .list .item {
    background-color: #fff;
}

.company .list .col-md-6 {
    margin-bottom: 30px;
}

.company .list .item .title a {
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    border-bottom: 3px solid #94c93d;
    line-height: unset;
    height: auto;
    color: #000;
}

.company .list .item .thumb {
    border-bottom: 1px solid #ddd;
}

.company .list .item .thumb img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.company .list .item .summary {
    font-size: 14px;
    padding: 10px;
    color: #666666;
}

.company .list .item .summary p:first-child {
    margin-bottom: 10px;
}

.company .list .item .summary p:last-child {
    margin-bottom: 0;
    font-weight: bold;
}

.jsjt {
    margin-bottom: 35px;
    background-color: #fff;
}

.jsjt h3 {
    font-size: 15px;
    font-weight: bold;
    padding: 10px;
    border-bottom: 3px solid #94c93d;
    margin-bottom: 15px;
}

.jsjt .col-md-4 {
    margin-bottom: 20px;
}

.jsjt .col-md-4 a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
}