.box-list-horizontal .box-lg {
    width: 100%;
    background: url(../images/bg-box-lg.jpg) no-repeat;
    background-size: cover;
    border: 2px solid #7e7e7e;
    padding: 20px 15px;
    font-size: 18px;
    height: 320px;
    margin-bottom: 20px;
    color: #666;
}
.box-list-horizontal .box-lg .title {
    color: #383838;
}
.box-list-horizontal .box-lg .img {
    position: static;
    height: 90px;
}
.box-list-horizontal .box-lg .img img {
    max-width: 150px;
    max-width: 150px;
    position: absolute;
    right: 10px;
    bottom: 10px;
}
.box-list-horizontal .box-lg .white-icon {
    display: none;
}
.box-list-horizontal .box-lg .grey-icon {
    display: none;
}
.box-list-horizontal .box-lg .red-icon {
    display: inline-block;
}
.box-list-horizontal .box-sm {
    background-repeat: no-repeat;
    background-position: right bottom;
    border: 0;
    width: 100%;
    padding: 20px 15px;
    padding-bottom: 45px;
    font-size: 14px;
    height: 100%;
    min-height: 230px;
    line-height: 1.3;
    color: #fff;
    margin-bottom: 20px;
    background-color: rgba(150, 27, 36, 1);
    position: relative;
}
.box-list-horizontal .box-sm .red-icon {
    display: inline-block;
}
.box-list-horizontal .box-sm .white-icon {
    display: none;
}
.box-list-horizontal .box-sm .grey-icon {
    display: none;
}
.box-list-horizontal .box-sm h2 {
    font-weight: normal;
    font-size: 30px;
}
.box-list-horizontal .box-sm .title {
    font-size: 16px;
}
.box-list-horizontal .box-sm .time {
    position: absolute;
    bottom: 15px;
    left: 15px;
}
.box-list-horizontal .box-sm .img {
    position: static;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    margin-bottom: 30px;
    padding-bottom: 10px;
}
.box-list-horizontal .box-sm .img img {
    max-width: 150px;
    max-width: 150px;
    //: absolute;
    //: 10px;
    //: 10px;
}
/* @when asia {
            background-image: url(../images/icon-asia-red.png);
            &:hover {
                background-image: url(../images/icon-asia.png);
            }
        }
        @when bric {
            background-image: url(../images/icon-bric-red.png);
            &:hover {
                background-image: url(../images/icon-bric.png);
            }
        }
        @when russia {
            background-image: url(../images/icon-russia-red.png);
            &:hover {
                background-image: url(../images/icon-russia.png);
            }
        }
        @when eur {
            background-image: url(../images/icon-eur-red.png);
            &:hover {
                background-image: url(../images/icon-eur.png);
            }
        }
        @when agriculture {
            background-image: url(../images/icon-agriculture-red.png);
            &:hover {
                background-image: url(../images/icon-agriculture.png);
            }
        }
        @when arca-gold {
            background-image: url(../images/icon-arca-gold-red.png);
            &:hover {
                background-image: url(../images/icon-arca-gold.png);
            }
        }
        @when metals {
            background-image: url(../images/icon-metals-red.png);
            &:hover {
                background-image: url(../images/icon-metals.png);
            }
        }
        @when in-commodity {
            background-image: url(../images/icon-in-commodity-red.png);
            &:hover {
                background-image: url(../images/icon-in-commodity.png);
            }
        }
        @when frontier-markets {
            background-image: url(../images/icon-frontier-markets-red.png);
            &:hover {
                background-image: url(../images/icon-frontier-markets.png);
            }
        } */
.box-list-horizontal .box-sm:hover {
    background-color: #efefef;
    color: #951c23;
}
.box-list-horizontal .box-sm:hover .tile-table td,
            .box-list-horizontal .box-sm:hover .tile-table th,
            .box-list-horizontal .box-sm:hover .tile-table {
    border-color: #000000;
    border-color: rgba(0, 0, 0, .3);
}
.box-list-horizontal .box-sm:hover .tile-table th {
    border-bottom-color: rgba(0, 0, 0, .3);
}
.box-list-horizontal .box-sm:hover .red-icon {
    display: none;
}
.box-list-horizontal .box-sm:hover .grey-icon {
    display: inline-block;
}
.box-list-horizontal .box-sm:hover .img {
    border-bottom: 1px solid rgba(0, 0, 0, .3);
}
.box-list-horizontal .box-sm.is-border {
    border: 2px solid #951c23;
}
.box-list-horizontal .box-sm.is-border:hover {
    background-color: #fff;
    color: #951c23;
}
.box-list {
    background-color: #ebebeb;
    padding: 60px 0 45px 0;
    margin: 0 -15px;
}
.box-list-item {
    text-align: center;
    background-color: #fff;
    padding: 15px;
    margin: 10px 0;
}
.box-list-item .icon {
    max-width: 150px;
    margin: 0 auto;
    margin-bottom: 15px;
}
.box-list-item .icon .white-icon {
    display: none;
}
.box-list-item .title {
    color: #951c23;
    font-size: 18px;
}
.box-list-item .cont {
    color: #666;
}
.box-list-item:hover {
    background-color: #a1a19f;
}
.box-list-item:hover .icon .white-icon {
    display: inline-block;
}
.box-list-item:hover .icon .red-icon {
    display: none;
}
.box-list-item:hover .title,
                .box-list-item:hover .cont {
    color: #fff;
}
.text-list {
    padding: 60px 0;
}
.text-list .title {
    margin-bottom: 60px;
}
.text-list .title .lg-title {
    color: #383838;
    margin-bottom: 10px;
}
.text-list .title .sm-title {
    color: #7e7e7e;
}
.text-list .title .sm-title:after {
    content: "";
    display: block;
    width: 60px;
    margin: 10px auto;
    border: 2px solid #951c23;
}
.text-list-item {
    margin-bottom: 30px;
}
.text-list-item .text-title {
    color: #383838;
    margin: 10px 0;
    height: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.text-list-item .cont {
    color: #666;
    line-height: 1.5;
}
.text-list-item .time {
    color: #7e7e7e;
    font-size: 12px;
}
.text-img-box {
    position: relative;
    min-height: 117px;
    margin-bottom: 60px;
}
.text-img-box-left img {
    margin-right: 15px;
    margin-bottom: 15px;
}
.text-img-box-right {
    width: 100%;
    line-height: 1.3;
}
.text-img-box-right .title {
    color: #951c23;
}
.text-img-box-right .sub-title {
    font-size: 16px;
    margin-top: 0;
}
.dashed-td-table {
    width: 100%;
    border-top: 2px solid #e2e2e2;
    border-bottom: 2px solid #e2e2e2;
    margin-bottom: 30px;
}
.dashed-td-table thead td {
    position: relative;
}
.dashed-td-table thead td .line-red {
    display: block;
    border-top: 2px solid #951c23;
    width: 40px;
    margin-top: -2px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    padding: 0
}
.dashed-td-table td {
    border-bottom: 1px dashed #e2e2e2;
    padding: 10px 0;
    line-height: 1.2;
}
.dashed-td-table td.title {
    width: 50%;
    color: #7e7e7e;
}
.dashed-td-table td.cont {
    color: #000;
}
.dashed-td-table.is-no-thead thead td,
            .dashed-td-table.is-no-thead thead th {
    height: 0;
    padding: 0;
    border: 0;
}
.dashed-td-table.is-word td {
    white-space: normal;
    line-height: 1.3;
    overflow: visible;
    overflow: initial;
}
.title .sub-title {
    display: inline-block;
    margin-left: 10px;
    color: #7e7e7e;
}
.full-gey {
    width: 100%;
    background-color: #f0f0f0;
}
.full-gey.row {
    width: auto;
}
.line-title {
    line-height: 1.5;
    color: #2B2C30;
    font-weight: normal;
}
.line-title:after {
    display: block;
    content: "";
    border-top: 2px solid #951c23;
    width: 40px;
    padding: 0
}
.word-layout {
    color: #000;
}
.form-list {
    background-color: #fff;
}
.form-list .line-field {
    border: 0;
    border-bottom: 2px solid #e2e2e2;
    box-shadow: none;
    margin-bottom: 15px;
}
.icon {
    color: #D7D8DA;
}
.file-name {
    color: #000;
    display: inline-block;
}
.file-name .file-type-icon {
    width: 40px;
    height: 15px;
    font-size: 12px;
    color: #fff;
    background-color: #951c23;
    padding: 0 5px;
    border-radius: 3px;
    display: inline-block;
    line-height: 16px;
    text-align: center;
    font-style: normal;
    margin-right: 5px;
}
.file-name:hover {
    color: #000;
}
.table-red-head thead td,
        .table-red-head thead th {
    background-color: #951c23;
    color: #fff;
    font-weight: normal;
}
.tab-button-list .tab-button {
    display: inline-block;
    margin: 5px;
    padding: 0 5px;
    border-radius: 3px;
    background-color: #fff;
    color: #000;
    line-height: 16px;
    font-size: 14px;
}
.tab-button-list .tab-button:hover,
        .tab-button-list .tab-button.active {
    background-color: #951c23;
    color: #fff;
}
.tab-nav-box {
    padding: 0 10px;
    border: 1px solid #e2e2e2;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    background-color: #fff;
    min-width: 366px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
}
.tab-nav-box>ul {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    width: 100%;
    height: 100%;
    margin: 0;
}
.tab-nav-box>ul>li {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    float: left;
    padding: 0;
    height: 100%;
}
.tab-nav-box>ul>li a {
    display: block;
    padding: 0 10px;
    border-bottom: 3px solid #fff;
    position: relative;
    height: 100%;
    line-height: 45px;
    font-size: 16px;
    color: #666;
    background-color: #fff;
}
.tab-nav-box>ul>li a:after {
    position: absolute;
    content: "";
    right: 0;
    top: 15px;
    height: 18px;
    width: 0;
    border-right: 1px dashed #e3e3e3;
}
.tab-nav-box>ul>li.last a:after {
    display: none;
}
.tab-nav-box>ul>li:hover,
            .tab-nav-box>ul>li.active {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.tab-nav-box>ul>li:hover a, .tab-nav-box>ul>li.active a {
    border-bottom: 3px solid #951c23;
    color: #951c23;
    background-color: #fff;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
