/* .module_cont b *{
    font-weight: bold;
}
.module_cont h1 *{
    font-weight: bold;
}
.module_cont h2 *{
    font-weight: bold;
}
.module_cont h3 *{
    font-weight: bold;
}
.module_cont h4 *{
    font-weight: bold;
}
.module_cont strong *{
    font-weight: bold;
} */

.module_cont img {
  max-width: 100% !important;
}

.bossdesc {
  /*内链词样式影响了，注释*/
  /*font: 12px/1.5 "sans serif", tahoma, verdana, helvetica;*/
  color: #333;
}
.bossdesc p,
.bossdesc blockquote {
  display: block;
  margin: 5px 0;
  zoom: 1;
}
.bossdesc blockquote {
  margin-left: 40px;
  margin-right: 40px;
}
.bossdesc hr {
  margin: 0.5em auto;
  border-style: inset;
  border-width: 1px;
}
.bossdesc h1,
.bossdesc h2,
.bossdesc h3,
.bossdesc h4,
.bossdesc h5,
.bossdesc h6,
.bossdesc h2 p,
.bossdesc h2 span,
.bossdesc h3 p,
.bossdesc h3 span,
.bossdesc h5 p,
.bossdesc h5 span,
.bossdesc h4 p,
.bossdesc h4 span {
  font-weight: bold;
  line-height: unset;
}
.bossdesc h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
.bossdesc h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
.bossdesc h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
.bossdesc h4 {
  margin: 1.33em 0;
}
.bossdesc h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
.bossdesc h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}
.bossdesc table {
  overflow-x: auto !important;
  border-collapse: collapse;
  border-spacing: 2px;
  border-width: 0;
}
.bossdesc thead {
  display: table-header-group;
  vertical-align: middle;
  border-color: inherit;
}
.bossdesc tbody {
  display: table-row-group;
  vertical-align: middle;
  border-color: inherit;
  overflow-x: auto !important;
}
.bossdesc tfoot {
  display: table-footer-group;
  vertical-align: middle;
  border-color: inherit;
}
.bossdesc table > tr {
  vertical-align: middle;
}
.bossdesc col {
  display: table-column;
}
.bossdesc colgroup {
  display: table-column-group;
}
.bossdesc tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
}
.bossdesc td,
.bossdesc th {
  display: table-cell;
  vertical-align: inherit;
}
.bossdesc th {
  font-weight: bold;
}
.bossdesc caption {
  display: table-caption;
  text-align: -webkit-center;
}
.bossdesc u,
.bossdesc ins {
  text-decoration: underline;
}
.bossdesc strong,
.bossdesc strong span,
.bossdesc b,
.bossdesc b span {
  font-weight: bold;
}
.bossdesc i,
.bossdesc cite,
.bossdesc em,
.bossdesc var,
.bossdesc address,
.bossdesc dfn {
  font-style: italic;
}
.bossdesc tt,
.bossdesc code,
.bossdesc kbd,
.bossdesc samp {
  font-family: monospace;
}
.bossdesc pre,
.bossdesc xmp,
.bossdesc plaintext,
.bossdesc listing {
  display: block;
  font-family: monospace;
  white-space: pre;
  margin: 1em 0;
}
.bossdesc mark {
  background-color: yellow;
  color: black;
}
.bossdesc big {
  font-size: larger;
}
.bossdesc small {
  font-size: smaller;
}
.bossdesc s,
.bossdesc strike,
.bossdesc del {
  text-decoration: line-through;
}
.bossdesc sub {
  vertical-align: sub;
  font-size: smaller;
}
.bossdesc sup {
  vertical-align: super;
  font-size: smaller;
}
.bossdesc nobr {
  white-space: nowrap;
}
.bossdesc ul {
  display: block;
  list-style: disc inside;
  margin: 1em 0;
  padding-left: 25px;
}
.bossdesc ol {
  display: block;
  list-style: decimal inside;
  margin: 1em 0;
  padding-left: 25px;
}
.bossdesc a {
  color: #333;
}
.bossdesc h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
  overflow: auto;
  color: #333;
  background: none;
  height: auto;
  line-height: 1.5;
  padding: 0;
}
.bossdesc p {
  *zoom: 1;
}
/* 描述里的图片不能float:left，除了 align="left" 的 */
.bossdesc p img,
.bossdesc img {
  height: auto;
  max-width: 100%;
  box-sizing: border-box;
  float: none;
}
.bossdesc img[align="left"] {
  margin-right: 3px;
  float: left;
}
/* .bossdesc {text-align:justify;} */
.bossdesc span,
.bossdesc p {
  font-size: unset;
}
.bossdesc h1.industry-title {
  border-bottom: 1px dashed #ccc;
  text-align: center;
  margin-bottom: 0px;
}
.bossdesc .industry-title + .time {
  text-align: center;
}
.displaynone {
  display: none;
}
.bossdesc iframe {
  max-width: 100%;
}
.bossdesc table {
  max-width: 100%;
}
@media only screen and (max-width: 1040px) {
  .bossdesc table {
    width: unset !important;
    display: block;
  }
  .bossdesc tbody {
    display: block;
  }
}
