@charset "utf-8";
/* CSS Document */

html, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

img {
    vertical-align: bottom;
}
body {
    font-size: 12px;
    margin: 0;
    /*padding: 0 0 1.75rem;*/
    font-family: "微软雅黑";
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #c6c6c6;
}

a:hover {
    text-decoration: underline;
}

a:visited, a:active, a:focus {
    text-decoration: none;
}
p {
    margin: 0 auto;
    width: 1190px;
}
.main {
    width: 1190px;
    margin: 28px auto 0 auto;
    padding-bottom: 43px;
    background-color: #fff;
}
.list {
    overflow: hidden;
    /*padding: 0 90px 0 230px;*/
    padding: 0 90px;
}
.info {
    overflow: hidden;
    padding:  0 0 0 150px;
    display: flex;
    /*-webkit-justify-content:space-between;*/
    /*justify-content:space-between;*/
}
.item {
    flex: 1;
    /*display: inline-block;*/
    /*float: left;*/
    /*width: 50%;*/
    overflow: hidden;
    height: 48px;
    line-height: 48px;
}
.item img {
    position: relative;
    top: 9px;
    float: left;
    display: inline-block;
    width: 31px;
    height: 31px;
    border-radius: 50%;
}
.item span {
    display: inline-block;
    font-size: 16px;
    color: #666;
    padding: 0 10px;
}
.item span strong {
    display: inline-block;
    float: left;
    color: #333;
    max-width: 190px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    word-break: break-all;
}

.swiper-container {
    height: 240px;
}


