* {
    margin: 0;
    padding: 0;
}

body, html {
    font-family: "思源黑体" !important;
}

@font-face {
    font-family: "思源黑体";
    src: url("../font/SourceHanSans-Normal.otf");
}

a, img {
    display: inline-block;
    width: 100%;
    height: 100%;
}

ul {
    list-style: none;
}

.floatL {
    float: left;
}

.floatR {
    float: right;
}

.alignL {
    text-align: left;
}

.alignC {
    text-align: center;
}

.alignR {
    text-align: right;
}

.clear {
    clear: both;
}

.fontB {
    font-weight: bold;
}

.displayNone {
    display: none;
}

.glyphicon {
    top: 0 !important;
}

.body-wrapper {
    width: 100%;
    background-image: url("../images/inner_bg.jpg");
    background-repeat: repeat;
    background-size: auto;
}

/* IPAD、PC端 */
@media screen and (min-width: 768px) {
    .wrapper {
        width: 1200px;
        margin :auto;
    }

    .sidebar {
        width: 240px;
    }

    .sidebar .comp-newslist-txt-container {
        width: 96%;
        margin: 15px auto;
    }
}

@media screen and (max-width: 767px) {
    .wrapper {
        width: 100%;
        padding: 8px;
    }
}