body {
    font: 400 12px/1 "Microsoft YaHei", "WenQuanYi Micro Hei", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Hiragino Sans GB W3", sans-serif;
    color: #333333;
    position: relative;
    font-family: " Microsoft Yahei";
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
    padding: 0;
    margin: 0;
    -moz-osx-font-smoothing: grayscale;
}

html,
body {
    position: relative;
    height: 100%;
}

* {
    padding: 0;
    margin: 0;
} 

.clear:after {
    content: "";
    display: block;
    clear: both;
}

.clear {
    clear: both;
}

.textover {
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    white-space: nowrap;
}

.textover-3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.textover-4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.textover-2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

a {
    text-decoration: none;
    color: #ffffff;
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.hidden {
    display: none !important;
}

.show {
    display: block !important;
}

a:hover {
    text-decoration: none;
    color: #23b8ff;
    position: relative;
}

.clearfix {
    zoom: 1;
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.right {
    float: right;
}

.left {
    float: left;
}

.botton-content img {
    width: 100%;
}

.content {
    width: 1024px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}