/*****************************
                    v?=20181029
*****************************/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0
}

body {
    background: #fff;
    color: #555;
    font-size: 14px;
    font-family: "Arial", "Microsoft YaHei", "黑体", "宋体", sans-serif
}

html {
    overflow-y: scroll
}

td, th, caption {
    font-size: 14px
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%
}

address, caption, cite, code, dfn, em, th, var {
    font-style: normal;
    font-weight: normal
}

a {
    color: #555;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-focus: none;
    -moz-user-select: none
}

a, a:hover, a:active, a:visited, a:link, a:focus {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    outline: none;
    text-decoration: none
}

img {
    border: none;
    vertical-align: middle
}

ol, ul, li {
    list-style: none
}

input, textarea, select, button {
    font: 14px "Arial", "Microsoft YaHei", "黑体", "宋体", sans-serif
}

table {
    border-collapse: collapse
}

.clear:before, .clear:after {
    content: "";
    display: table;
    clear: both
}

.fl {
    float: left
}

.fr {
    float: right
}

.al {
    text-align: left
}

.ac {
    text-align: center
}

.ar {
    text-align: right
}

.hide {
    display: none
}

.area {
    width: 1180px;
    margin: 0 auto
}

.img-wrap {
    display: inline-block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    backgrou
}

.rec-tag-list li{
    margin: 10px 1px;
    width:110px;
    height: 32px;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
