@charset "UTF-8";
.big-news {
    width: 100%;
    background-color: #fff;
    overflow: hidden;
    box-sizing: border-box;
    padding: .13rem;
    text-align: center;
}
.big-news-item-1 {
    line-height: 1.5;
    font-weight: 700;
    padding: .13rem 0;
}
.big-news-item-1 a {
    color: #2f5398;
}
.big-news-item-2 {
    padding-bottom: .13rem;
    color: rgba(0, 0, 0, .16);
}
.big-news-item-2 a {
    color: #2f5398;
    line-height: 1.5em;
    padding: 0 .5em;
}
.big-news-item-1>a:hover, .big-news-item-1>a:focus, .big-news-item-2>a:hover, .big-news-item-2>a:focus {
    color: #20407d;
    background-color: transparent;
    border-bottom: 1px dashed rgba(32, 64, 125, .3);
    padding-bottom: 1px;
}
.fixed-topic-item {
    width: 100%;
}
.fixed-topic-item img {
    width: 100%;
    display: block;
}

/* slide Topic */

.index-column-topic {
    padding: 0
}
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    width: 100%;
    text-align: center;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide>a {
    display: block;
    background-color: #eee;
    margin: 0;
    width: 100%;
}
.index-column-topic .swiper-slide>a>img {
    width: 100%;
    display: block;
}

/* slide Topic */

.index-service-icons {
    padding: .2rem;
}
.index-service-items, .index-trading-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.index-service-items li {
    text-align: center;
    width: 50%;
    box-sizing: border-box;
    -webkit-flex: 1;
    flex: 1;
    border: .2rem solid #fff;
    overflow: hidden;
}
.index-service-items li a {
    display: block;
    background-color: #e3e3e3;
    border: 1px solid #d1d6dc;
    padding: .2rem;
    border-radius: 3px;
    color: #2f5398;
    font-weight: 700;
}
.index-service-items li a:focus {
    background-color: #f5f5f5;
}
.index-service-items li a img {
    display: block;
    width: 1rem;
    margin: 0 auto;
}
.index-trading-items li {
    text-align: center;
    width: 25%;
    box-sizing: border-box;
    -webkit-flex: 1;
    flex: 1;
    overflow: hidden;
    border: .2rem solid #fff;
}
.index-trading-items li a {
    display: block;
    padding: .2rem .4rem;
    color: #fff;
    border-radius: 3px;
    background-color: #2f5398;
}