@charset "utf-8";

#xsjgResult {
	width: 98%;
	margin: 0 auto;
}

.xsjg-main {
  padding: 20px 0;
}

.xsjg-wrapper {
  margin: 0 auto;
}

.xsjg-panel {
  margin-bottom: 20px;
}

.xsjg-panel-header {
  padding: 12px 20px;
  background-color: #efefef;
  border-bottom: 2px solid #c6000a;
  color: #c6000c;
  font-size: 18px;
  font-weight: bold;
}

.xsjg-panel-tip {
  font-size: 14px;
  color:#666464;
}

.xsjg-panel-body {
  padding: 20px;
  background-color: #f7f7f7;
}

.xsjg-panel-space-h {
  width: 100%;
  height: 30px;
}

.xsjg-panel-space-b {
  width: 100%;
  height: 60px;
}

.xsjg-company-name {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.xsjg-company-desc {
  line-height: 25px;
}

.xsjg-company-desc table {
  width: 100%;
}

.xsjg-company-desc table th {
  font-weight: normal;
  white-space: nowrap;
  vertical-align: top;
  font-size: 14px;
}

.xsjg-company-desc table td {
  width: 100%;
  font-size: 14px;
}

.xsjg-clearfix:after {
  content: " ";
  display: block;
  line-height: 0;
  height: 0;
  visibility: hidden;
  clear: both;
}

.xsjg-fl {
  float: left;
}

.xsjg-fr {
  float: right;
}

.xsjg-width-55 {
  width: 55%;
}

.xsjg-width-35 {
  width: 35%;
}

.xsjg-company-category {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}

.xsjg-icon-bank {
  background: url(../images/icon-bank.png) no-repeat center;
  width: 30px;
  height: 30px;
  position: relative;
  top: -2px;
}

.xsjg-icon-brokers {
  background: url(../images/icon-brokers.png) no-repeat center;
  width: 30px;
  height: 30px;
  position: relative;
  top: -2px;
}

.xsjg-icon-third-party {
  background: url(../images/icon-third-party.png) no-repeat center;
  width: 30px;
  height: 30px;
  position: relative;
  top: -2px;
}

.xsjg-icon-futures {
  background: url(../images/icon-futures.png) no-repeat center;
  width: 30px;
  height: 30px;
  position: relative;
  top: -2px;
}

.xsjg-icon {
  vertical-align: middle;
  display: inline-block;
}

.xsjg-company-list {
  margin-right: -20px;
}

.xsjg-company-list .xsjg-company-desc {
  position: absolute;
  font-size: 14px;
  top: 54px;
  left: 0;
  width: 270px;
  z-index: 1;
  background-color: #fdf7f7;
  box-shadow: 0px 6px 10px rgba(0, 0, 0, .2);
  padding: 20px;
  border: 1px solid #f0f0f0;
  border-top: 2px solid #c6000a;
  display: none;
}

.xsjg-icon-triangle-up {
  background: url(../images/icon-triangle-up.png) no-repeat center;
  line-height: 0;
  width: 16px;
  height: 8px;
  position: absolute;
  top: -8px;
  left: 20px;
}

.xsjg-company-list>li {
  margin-right: 12px;
  margin-bottom: 8px;
  position: relative;
}

.xsjg-company-link {
  display: block;
  padding: 18px 10px;
  font-size: 16px;
  background-color: #ffffff;
  border: 1px solid #ebebeb;
  width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all linear .3s;
}