@charset "UTF-8";
.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 40px;
}

.tout {
    width: calc(100% - 0.6rem);
    height: 1.25rem;
    margin: 0 auto;
    background: #ffffff;
    box-shadow: 0 0 0.15rem 0.05rem rgba(0, 0, 0, 0.1);
    z-index: 9;
    position: absolute;
    left: 0;
    bottom: -0.6rem;
    margin-left: 0.3rem;
    border-radius: 0.1rem;
}

.tout a {
    display: block;
    font-size: 0.45rem;
    color: #000;
    font-weight: 700;
    line-height: 1.25rem;
    padding-left: 0.5rem;
    max-width: 95%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}

.idx-menu {
    padding: 1.36rem 0rem 0.18rem 0rem;
    border-bottom: 0.16rem solid #f5f5f5;
}

.idx-menu .list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.idx-menu .list .item {
    width: 25%;
}

.idx-menu .list .item a {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.idx-menu .list .item a:active {
    opacity: 0.85;
}

.idx-menu .list .item .icon {
    width: 1.06rem;
    height: 1.14rem;
}

.idx-menu .list .item .icon img {
    width: 100%;
    height: 100%;
    vertical-align: top;
}

.idx-menu .list .item .text {
    font-size: 0.3rem;
    padding-top: 0.2rem;
    padding-bottom: 0.3rem;
}


/*--新闻--*/

.idx-news {
    padding: 0.16rem 0.3rem;
    border-bottom: 0.16rem solid #f5f5f5;
}

.idx-news .box {
    width: 100%;
    border-radius: 0.2rem 0.2rem 0 0;
    border: 0.01rem solid #e4e4e6;
    background-color: #ffffff;
    padding-top: 0.4rem;
    padding-bottom: 0.5rem;
    overflow: hidden;
}

.idx-news .box .tab_hd ul {
    display: flex;
    padding-left: 0.3rem;
}

.idx-news .box .tab_hd ul li {
    list-style: none;
    font-size: 0.4rem;
    font-weight: bold;
    margin-right: 0.5rem;
}

.idx-news .box .tab_hd ul li.on {
    font-size: 0.4rem;
    color: #0d2e8b;
    padding-bottom: 0.2rem;
    background: url("../images/idx-tab-on.png") no-repeat bottom center;
    background-size: 0.31rem 0.07rem;
}

.idx-news .box .tab_bd ul {
    padding-top: 0.2rem;
    padding-left: 0.3rem;
}

.idx-news .box .tab_bd ul .kx-more {
    margin-top: 0.3rem;
    background-color: #f6f6f6;
    margin-left: 0;
    width: calc(100% - 0.3rem);
}

.idx-news .box .tab_bd ul li {
    height: 1.16rem;
    position: relative;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
    list-style: none;
}

.idx-news .box .tab_bd ul li::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0.25rem;
    width: 0.1rem;
    height: 0.1rem;
    border-radius: 50%;
    background: #cccccc;
    font-size: 0.28rem;
}

.idx-news .box .tab_bd ul li a {
    display: block;
    font-size: 0.30rem;
    color: #333333;
    max-width: 98%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.idx-news .box .tab_bd ul li span {
    height: 0.34rem;
    line-height: 0.34rem;
    display: block;
    font-size: 0.24rem;
    color: #999999;
}


/*--专题--*/

.idx-special .list {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #ffffff;
    padding: 0.2rem 0.3rem;
}

.idx-special .list .item {
    width: 6.9rem;
    height: 1.6rem;
    margin-bottom: 0.3rem;
}

.idx-special .list .item img {
    width: 100%;
    height: 100%;
}

.idx-special .list .item a {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

.idx-special .list .item a .text {
    width: 100%;
    height: 1.6rem;
    line-height: 1.6rem;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 0.38rem;
    color: #3964b0;
    font-weight: bold;
    padding-left: 0.78rem;
}

.idx-special .list .item a:active {
    opacity: 0.85;
}

.idx-special .list .item:last-child {
    margin-bottom: 0rem;
}