@charset "utf-8";
* {
	
    margin: 0;
    padding: 0;
}
/* @font-face {
    font-family: "思源黑体";
    src: url(../../font/sourcehansansnormal.otf);
} */

body, html {
    /* font-family: "思源黑体" !important; */
    background-color: #F0FFFF;
}


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;
}

.wrapper {
    width: 1400px;
    margin :auto;
}

.displayNone {
    display: none;
}

@media screen and (max-width: 767px) {
    .wrapper {
        width: 100% !important;
    }

    .sidebar {
        display: none;
    }
}

.sidebar {
    width: 210px;
    margin: 30px auto;
}

.sidebar .search-container {
    height: auto;
    /*margin: 20px auto;*/
}