/**
 * base.less
 * 函数调用
 */
/**
 * 全站颜色汇总
 */
.m-com-info {
  background-image: url(/static/web/common/img/invest_8cbd5d6.jpg);
}
.m-h2-tit {
  margin-bottom: 0;
}
.m-h3-tit {
  font-weight: normal;
  font-size: 20px;
  color: #693292;
}
.m-bl-wrap {
  padding-bottom: 40px;
}
.m-people-list {
  margin-bottom: 30px;
}
.m-people-list .hide {
  display: none;
}
.m-people-list.unfold-state .hide {
  display: block;
}
.m-people-list.unfold-state .fold {
  display: none;
}
.m-people-list.unfold-state .unfold {
  display: block;
}
.m-people-list .fold,
.m-people-list .unfold {
  text-align: center;
  border-top: 1px solid #ebebeb;
}
.m-people-list .fold .btn,
.m-people-list .unfold .btn {
  display: inline-block;
  margin-top: -1px;
  width: 150px;
  border: 1px solid #ebebeb;
  border-top: none;
  background: #fff;
  line-height: 26px;
}
.m-people-list .fold i,
.m-people-list .unfold i {
  width: 11px;
  height: 5px;
  background: url(/static/web/common/img/ico_arrow3_6186de5.png);
  vertical-align: middle;
}
.m-people-list .unfold {
  display: none;
}
.m-people-list .unfold i {
  margin-top: -2px;
  background: url(/static/web/common/img/ico_arrow4_769bf4a.png);
}
.p-rule {
  font-size: 14px;
  color: #333;
  line-height: 50px;
}
.p-rule .link {
  color: #0c5aba;
}
.p-rule .i-pdf {
  width: 14px;
  height: 17px;
  background-image: url(/web/view_cn/page/invest/img/pdf_dfe2936.jpg);
  vertical-align: middle;
}
.p-layout .m-h3-tit {
  margin-bottom: 15px;
  text-align: center;
  line-height: 40px;
}
.p-layout .m-txt-con {
  margin: 20px 0 30px;
  text-indent: 2em;
}
.p-layout .m-cd-i-wrap {
  margin-right: -20px;
}
.p-layout .m-cd-i {
  margin-right: 20px;
}
.p-stock {
  margin-bottom: 30px;
  border: 1px solid #ededed;
  font-size: 14px;
}
.p-stock .main {
  float: left;
  padding: 40px 50px;
  border-right: 1px solid #ededed;
}
.p-stock .cur-price {
  margin-bottom: 15px;
  color: #ff0000;
  font-size: 38px;
}
.p-stock .cur-price i {
  width: 12px;
  height: 15px;
  background-image: url(/web/view_cn/page/invest/img/up_93e9db4.gif);
  vertical-align: middle;
}
.p-stock .cur-price.down {
  color: #249e27;
}
.p-stock .cur-price.down i {
  background-image: url(/web/view_cn/page/invest/img/down_91b6da5.gif);
}
.p-stock .code {
  margin-top: 15px;
  color: #666;
}
.p-stock .code .b {
  font-size: 18px;
}
.p-stock .detail {
  margin-left: 255px;
  overflow: hidden;
}
.p-stock .list {
  height: 107px;
  border-bottom: 1px solid #ededed;
}
.p-stock .item {
  float: left;
  padding: 0 25px;
  width: 100px;
  height: 100%;
  margin-left: -1px;
  border-left: 1px solid #ededed;
}
.p-stock .num {
  font-size: 22px;
  margin-top: 30px;
}
.p-stock .desc {
  margin-top: 15px;
  color: #999;
}
.p-stock .tip {
  margin: 16px 25px;
  font-size: 12px;
  line-height: 20px;
  color: #999;
}
