#main {
    clear: both;
    width: 100%;
    float: left;
    background: #f7f7f7;
}

.categories li {
    -webkit-box-sizing: content-box !important;
    box-sizing: content-box !important;
}

.container {
    width: 1170px;
    margin: 75px auto 10px;
    background: #fff;
    padding: 10px;
}

#secondary {
    float: left;
    width: 270px;
    z-index: 1;
    position: relative;
}

.widget-area {
    font-size: 12px;
}

ul {
    list-style: square;
}

ul ul, ol ol, ul ol, ol ul {
    margin-bottom: 0;
}

.widget {
    margin: 0;
}

ul.categories.aboutuspage {
    display: block !important;
}

.categories li a {
    height: 23px;
    line-height: 23px;
    font-size: 15px;
    color: #444;
    display: block;
    padding: 10px;
}

.categories > li > a {
    position: relative;
    color: #fff !IMPORTANT;
    background-color: #5c86d7;
    -webkit-box-sizing: content-box !important;
    box-sizing: content-box !important;
}

a {
    color: #444;
    text-decoration: none;
}

#crumbs {
    background: none;
    margin: 0;
    border-bottom: 2px solid #4cb0f1;
    border-radius: 0;
    padding-bottom: 10px;
    padding-left: 0;
}

#crumbs, #crumbs a {
    color: #777;
}

#crumbs span {
    font-size: unset;
    color: #5c86d7;
}

.gg li {
    width: 6%;
    opacity: 1;
}

#primary {
    float: left;
    margin: 0 0 0 -270px;
    width: 100%;
}

#content {
    margin: 0 0 0 270px;
    padding: 10px 0 10px 10px;
}

.gg {
    width: 3000px;
    height: 300px;
}

.gg li {
    height: 125px;
    width: 6%;
    float: left;
}

.gg li img {
    width: 100%;
    height: 125px;
}

body, input, textarea {
    color: #373737;
    font: 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    line-height: 1.625;
}

.end {
    overflow: hidden;
    width: 100%;
    height: 316px;
    background-color: #f7f7f7;
    border-top: 2px solid #3a8ed1;
    /*padding: 0 7.6% 0;*/
}

.end p {
    font-size: 15px;
    color: black;
}

#container {
    overflow: hidden;
    width: 100%;
    height: 400px;
    margin: 0;
    font-family: "微软雅黑";
}

strong {
    font-weight: bold;
}