.company_list {
	margin: 20px 0 20px 0;
	overflow: hidden;
	min-height: 580px;
}
.company_list .items {
	margin-right: -15px;
	margin-bottom: -15px;
	overflow: hidden;
}
.company_list .items .item {
	background-color: #fff;
	width: 390px;
	height: 110px;
  border-radius: 5px;
  overflow: hidden;
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}
.company_list .items .item:hover {
	box-shadow: 0 4px 8px rgba(3, 27, 78, .12);
}
.company_list .items .item .itembox {
	display: flex;
  align-items: center;
  flex-wrap: nowrap;
  padding: 15px;
  overflow: hidden;
}
.company_list .items .item .cover {
	float: left;
	margin-right: 15px;
	width: 80px;
	height: 80px;
	border-radius: 5px;
	overflow: hidden;
}
.company_list .items .item .cover img {
	width: 100%;
	height: 100%;
	vertical-align: top;
  object-fit: cover;
}
.company_list .items .item .maininfo {
	overflow: hidden;
	flex: 1;
}
.company_list .items .item .maininfo .name {
	font-weight: 600;
	letter-spacing: 2px;
	margin-bottom: 3px;
}
.company_list .items .item .maininfo .dec {
	font-size: 12px;
	color: #999;
	line-height: 20px;
	height: 20px;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow:ellipsis;
}
.company_list .item .dec_item {
  margin-right: 3px;
}

.company_show {
	margin: 30px 0 30px 0;
	overflow: hidden;
	min-height: 610px;
}
.company_show .main {
	margin: 0 auto;
  max-width: 720px;
}
.company_show .pagebox {
  background-color: #fff;
  margin: 0 auto;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 20px;
  overflow: hidden;
}
.company_show .pagebox .stitle {
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 20px;
  position: relative;
  padding-left: 13px;
  color: #666;
  font-size: 12px;
}
.company_show .pagebox .stitle::before {
  position: absolute;
  top: 4px;
  left: 0;
  width: 5px;
  height: 10px;
  border-radius: 16px;
  background: #00B38A;
  content: '';
}
.company_show .main {
	margin: 0 auto;
	max-width: 767px;
}
.company_show .top_page {
	overflow: hidden;
	margin-bottom: 30px;
}
.company_show .top_page .cover {
	width: 150px;
	height: 150px;
	display: block;
	margin: 0 auto;
	border-radius: 8px;
	overflow: hidden;
}
.company_show .top_page .cover img {
	width: 100%;
	height: 100%;
	vertical-align: top;
  object-fit: cover;
}
.company_show .top_page .name {
	text-align: center;
	margin-top: 16px;
	font-weight: 600;
	letter-spacing: 2px;
}
.company_show .top_page .types {
	text-align: center;
	margin-top: 5px;
	font-size: 12px;
	color: #999;
}
.company_show .top_page .types .type {
	margin-right: 5px;
}
.company_show .top_page .actions {
  margin-top: 12px;
  text-align: center;
}
.company_show .top_page .actions .btn {
  font-size: 12px;
  background-color: #c4efe5;
  color: #00B38A;
  display: inline-block;
  padding: 6px 15px;
  border-radius: 3px;
  cursor: pointer;
}
.company_show .top_page .actions .iconfont {
  margin-right: 3px;
  font-size: 12px;
}
.company_show .top_page .actions .iconfont::before {
	content: '\e62b';
}
.company_show .top_page .actions .iconfont.on::before {
	content: '\e612';
}
.company_show .main .content .bd {
  color: #707070;
  line-height: 180%;
}
.company_show .user_list .items {
	margin-right: -10px;
	margin-bottom: -10px;
}
.company_show .user_list .item {
	border: 1px solid #eee;
	padding: 6px 6px 8px 6px;
	display: inline-block;
	border-radius: 3px;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 120px;
}
.company_show .user_list .item .avatar {
	width: 120px;
	height: 120px;
}
.company_show .user_list .item .name {
	text-align: center;
	margin-top: 5px;
	white-space: nowrap; 
	overflow: hidden;
	text-overflow:ellipsis;
}
.company_show .user_list .item .types {
	font-size: 12px;
	color: #999;
	text-align: center;
	margin-top: 3px;
}
.company_show .post_list .item {
  border-bottom: 1px solid #f5f5f5;
  padding-bottom: 15px;
  margin-top: 15px;
}
.company_show .post_list .items .types {
	font-size: 24rpx;
	color: #666;
	margin-left: -20rpx;
  overflow: hidden;
  margin-top: 10px;
}
.company_show .post_list .items .type_item {
  float: left;
  margin-left: 20rpx;
}
.company_show .post_list .items .item_foot {
  font-size: 12px;
  margin-top: 15px;
  overflow: hidden;
}
.company_show .post_list .items .item_foot .user_info {
  display: flex !important;
  align-items: center;
  flex-wrap: nowrap;
  float: left;
  overflow: hidden;
}
.company_show .post_list .items .item_foot .user_info .txtcontent {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.company_show .post_list .items .item_foot .user_info .avatar {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  vertical-align: top;
  object-fit: cover;
}
.company_show .post_list .items .item_foot .user_info .name {
  font-size: 12px;
  margin-left: 5px;
}

.page {
  margin: 20px 0;
}
.mfoot {
	text-align: center;
	margin: 20px 0 10px 0;
}