/* 个人基本信息 */
.human-head-portrait {
  flex: 0 0 140px;
  padding: 20px;
  position: relative;
}

.human-head-portrait img {
  border-radius: 5px;
}

.human-head-portrait .img1 {
  width: 100px;
  height: 100px;
}


.human-head-portrait .img2 {
  width: 150px;
  height: 150px;
  position: absolute;
  top: 20px;
  left: 130px;
  opacity: 0;
  visibility: hidden;
}

.human-head-portrait div:hover .img2 {
  opacity: 1;
  visibility: initial;
  transition: opacity .5s;
}

.human-information {
  flex: 1;
  padding: 20px;
}

.monitor {
  position: absolute;
  left: 0;
  width: 85px;
  font-size: 11px;
  padding: 0;
  border-radius: 5px 0 5px 0;
  top: -19px;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
}

.btn-border {
  border: 1px solid #0078e9
}


/* 简介 */
.essential-information {
  position: relative;
  margin: 10px 0;
}

.essential-information .int {
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

.essential-information .int label {
  color: #666666;
  margin: 0;
  flex: 0 0 45px;
}

.moreClass {
  display: block !important;
  -webkit-box-orient: initial;
  -webkit-line-clamp: initial;
  overflow: auto;
}

.more {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 85px;
  font-size: 14px;
  text-align: right;
  cursor: pointer;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(26.4%, #fff));
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, #fff 26.4%);
}

.more a {
  color: #0078e9;
}

.block-data-group {
  align-items: flex-start;
  margin: 40px 0 20px 0;
}

.block-data-group:first-child {
  align-items: flex-start;
  margin: 20px 0 20px 0;
}


/* 修改bootstrap列表样式 */
.list-group .list-group-item {
  border: none;
  align-items: center;
}

.list-group-item span {
  max-width: 25%;
}

.list-group-item .explain {
  margin-left: 20px;
}

.list-group-item button {
  margin-left: auto;
}


.qymc div {
  text-align: left;
}

.qymc div a {
  color: #0084ff;
}

.qymc div p {
  color: #666;
  font-size: 12px;
  line-height: 20px;
}

.fddb a {
  color: #ff7d18;
}

/* 实际控制权股东 */
.swiper-wrapper {
  margin: 0 auto;
}

.human-list {
  padding: 20px;
}

/* 内容右侧 */
.rigth-title {
  height: 43px;
  line-height: 43px;
  padding: 0 20px;
  background-color: #fcfcfc;
  border-bottom: 1px solid #f3f3f3;
}

.con_r_ul_box ul {
  display: none;
}

.con_r_ul_box ul:first-child {
  display: block;
}

li.con-r-c {
  padding: 15px;
  border-bottom: 1px solid #f3f3f3;
}

li.con-r-c h5 {
  margin-bottom: 5px;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

li.con-r-c h5 a {
  color: #333;
}

.r-con-info {
  width: 76%;
}

.r-con-info p {
  color: #333;
  font-size: 14px;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/* 轮播切换小圆 */
.xs-y {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 5px;
  border-radius: 10px;
  background-color: #dbdbdb;
  cursor: pointer;
}

.xs-y-active {
  background-color: #999999;
}

.xs-y-box {
  padding: 20px 0;
}

.ul-show {
  display: block;
}

.-w36 {
  flex: 0 0 44px;
  height: 44px;
  font-size: 16px;
}

/* 推荐公司 */
.tjList {
  padding: 10px 20px;
}

.tjList a {
  color: #666;
  flex: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.tjList a:hover {
  color: #007bff;
}