.textEellipsis {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.clearF:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.userSelect {
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
}
.floatL {
  float: left;
}
.floatR {
  float: right;
}
.totalIconCss {
  font-family: "iconfont" !important;
  font-size: 12px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dFlex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.info-des {
  font-size: 12px;
  color: #727171;
  margin-top: 4px;
}
.info-des .iconfont {
  font-size: 22px;
  height: 26px;
  margin-right: 4px;
}
.info-des .des {
  vertical-align: super;
}
.info-des .icon-chakan-tongyong {
  color: #6cbca2;
  font-size: 26px;
}
.info-des .icon-pinglun {
  color: #44bfe2;
  margin-left: 20px;
}
.info-des .icon-shijian1 {
  margin-left: 20px;
}
@font-face {
  font-family: 'myfont';
  src: url('../woff/myriadpro-regular.woff') format('woff'), /* chrome、firefox */ url('../ttf/myriadpro-regular.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url('../otf/myriadpro-regular.otf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url('../svg/myriadpro-regular.svg#iconfont') format('svg'), /* iOS 4.1- */ url('../eot/myriadpro-regular.eot');
}
@font-face {
  font-family: 'activeFont';
  src: url("../ttf/din-condensed-bold.ttf");
}
@font-face {
  font-family: 'open-sans';
  src: url("../ttf/open-sans-2.ttf") format('opentype');
}
@font-face {
  font-family: 'open-sans-blod';
}
@font-face {
  font-family: 'open-semi-bold';
}
@font-face {
}
@font-face {
}
@font-face {
}
@font-face {
  font-family: 'NunitoSans';
  src: url("../ttf/nunitosans_7pt_semicondensed-regular.ttf") format('truetype');
}
@font-face {
  font-family: 'NunitoSans-Bold';
  src: url("../ttf/nunitosans_7pt_semicondensed-bold.ttf") format('opentype');
}
@font-face {
  font-family: 'NunitoSans-Semibold';
  src: url("../ttf/nunitosans_7pt_semicondensed-semibold.ttf") format('opentype');
}
html,
body {
  font-size: 12px;
  font-family: NunitoSans, 'open-sans', 'Arial';
}
body {
  background: #f4f4f4;
}
.bbs_warp {
  width: 1280px;
  margin: 0 auto;
}
.body-parent {
  margin-bottom: 80px;
}
.body-parent:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.menu-box {
  width: 290px;
  margin-top: 26px;
  float: left;
}
.menu-box .menu-title {
  font-size: 18px;
  font-family: NunitoSans-Bold;
  padding: 15px;
  background: #fff;
}
.menu-box .menu-lists {
  background: #fff;
}
.menu-box .menu-lists li {
  background: #313131;
  color: #fff;
}
.menu-box .menu-lists li a {
  display: block;
  padding: 7px 0 7px 38px;
  color: inherit;
  position: relative;
  z-index: 1;
}
.menu-box .menu-lists li > a:before {
  font-family: "iconfont" !important;
  font-size: 12px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  content: '\e727';
  line-height: 6px;
  height: 11px;
  position: absolute;
  top: 50%;
  left: 13px;
  z-index: 3;
  transform: translateY(-50%);
}
.menu-box .menu-lists li .sub-menus {
  display: none;
  overflow: hidden;
  background: #5d5d5d;
  border: 1px solid #252525;
}
.menu-box .menu-lists li .sub-menus a {
  border-top: 1px solid #252525;
  transition: all 0.3s;
}
.menu-box .menu-lists li .sub-menus a:first-child {
  border-top: none;
}
.menu-box .menu-lists li .sub-menus a:hover {
  background: #fff;
  color: #313131;
}
.menu-box .menu-lists li .sub-menus .active {
  background: #fff;
  color: #252525;
}
.menu-box .menu-lists .active {
  background: #5d5d5d;
}
.menu-box .menu-lists .active > a {
  background: #b21f1f;
}
.menu-box .menu-lists .active > a:before {
  content: '\e6be';
}
.menu-box .ads-box {
  margin-top: 4px;
  width: 290px;
}
.menu-box .ads-box a {
  width: 100%;
}
.menu-box .ads-box img {
  max-width: 100%;
}
.graphic-box {
  float: left;
  margin: 26px 0 0 20px;
  background: #fff;
  min-height: 300px;
  width: 920px;
  padding: 35px 44px;
  box-sizing: border-box;
}
.graphic-box .graphic-title {
  border-left: 2px solid #b21f1f;
  padding-left: 20px;
}
.graphic-box .graphic-title .name {
  font-size: 24px;
  font-family: NunitoSans-Bold;
  color: #313131;
}
.graphic-box .graphic-title .icon-shijian1 {
  margin-left: 0;
}
.graphic-box .graphic-des {
  margin-top: 26px;
  border-top: 1px solid #efefef;
  padding: 16px 0;
  color: #727171;
  word-break: break-word;
}
.graphic-box .graphic-des img {
  max-width: 100%;
  margin: 10px 0;
  display: block;
}
/*# sourceMappingURL=assembly-list.css.map */