html,
body {
    position: relative;
    height: 100%;
}

body {
    background: #fff;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0px;
}

#loading {
    position: fixed;
    bottom: 5px;
    left: 45%;
    display: none;
    z-index: 10000;
}


#tabs {
    position: relative;
    border-bottom: 0px solid #ebebeb;
}

    #tabs .swiper-slide {
        margin: 0px 16px;
        padding: 0px;
        width: auto;
        line-height: 52px;
        text-align: center;
        font-size: 16px;
        font-family: Î¢ÈíÑÅºÚ;
        font-weight: normal;
        color: #595959;
        cursor:pointer;
    }

    #tabs .swiper-slide-thumb-active {
        font-size: 18px;
        font-weight: bold;
        color: #2e86d7;
    }

    #tabs .bar {
        width: 50px;
        height: 3px;
        position: absolute;
        bottom: 0px;
    }

        #tabs .bar .color {
            width: 36px;
            margin: 0 auto;
            height: 3px;
            background: #ff4891;
        }


#page {
    min-height: 100%;
}

    #page .slidepage {
        min-height: 100%;
    }

.scroll {
    position:relative;
    min-height: 100%;
}

    .scroll .slidescroll {
        height: auto;
    }

    .scroll .focus { padding-bottom:0px;}

.scroll .focus .swiper-slide {
    position: relative;
    width: 100%;
    height: 200px;
    display: block;
}

    .scroll .focus .swiper-slide a {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0px;
        top: 0px;
        display: block;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

.scroll .focus .swiper-slide .text-break {
    width: 100%;
    position: absolute;
    padding: 5px;
    bottom: 0px;
    text-align: center;
    color: #eeeeee;
    font-size: 18px;
    font-family: Î¢ÈíÑÅºÚ;
    font-weight:bold;
    background-color: rgba(0,0,0,0.3);
}

    .scroll .newsitem {
        border-width: 0px 0px 1px 0px;
        border-style: dotted;
        border-color: #eeeeee;
    }

        .scroll .newsitem .newstitle {
            font-size: 18px;
            font-family: Î¢ÈíÑÅºÚ;
            font-weight: normal;
        }
        .scroll .newsitem .newsdate {
            font-size: 12px;
            font-family: Î¢ÈíÑÅºÚ;
            font-weight: normal;
        }
    .scroll .newsitem .minimg {
        min-height: 88px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
        .scroll .newsitem .maximg {
            max-width: 100%;
            height: auto;
        }
        .scroll .newsitem .colimg {
            min-height: 120px;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
        }
