/*
	DESTOON Copyright (C)2008-2099 www.destoon.com
	This is NOT a freeware,Use is subject to license.txt
*/
.headline {background:#FFFFFF;padding:0 10px 5px 10px;border-bottom:#EEEEEE 1px solid;}
.headline h2 {text-align:center;font-size:16px;margin:0;height:30px;line-height:30px;overflow:hidden;}
.headline span {color:#225588;}
.headline div {line-height:22px;height:22px;overflow:hidden;}
.subline li {height:26px;line-height:26px;overflow:hidden;font-size:14px;padding:0 10px 0 10px;}
.subline span {color:#666666;}
/* catlist */
.catlist {padding:12px 15px 12px 20px;line-height:24px;}
.catlist_li {font-size:14px;height:28px;line-height:28px;background:url('li_dot.gif') no-repeat 5px 12px;padding:0 10px 0 12px;overflow:hidden;}
.catlist_sp {background:#FFFFFF url('dot.gif') repeat-x 0 center;}
/* special */
.special_intro {line-height:180%;font-size:13px;height:160px;overflow-y:scroll;}
.special_box {width:1220px;overflow:hidden;}

.head-banner .head-banner-box {
    padding-left: 25px;
    position: relative;
    box-sizing: border-box;
 
    margin: 0 auto;
}
.home-inner, .inner {
    max-width: 1200px;
}
.head-banner .item-content {
    color: #fff;
}

.head-banner .item-content .title {
    text-align: left;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 30px;
	padding:0px;
}


.mr15 {
    margin-right: 15px;
	color:#000;
}

.head-banner .item-content .hb-equal-line {
    font-size: 14px;
    color: #a9aebc;
    float: left;
}

.clearfix:after, .clearfix:before {
    content: "";
    display: table;
}



.head-banner {
    padding-bottom: 32px;
    padding-top: 25px;


    min-height: 110px;
}


.head-banner .item-content .hb-equal-line .line-equal-item {
    float: left;
    padding: 0 30px;
    box-sizing: border-box;
    text-align: left;
    position: relative;
    height: 47px;
}

.head-banner .item-content .hb-equal-line .line-equal-item .select-label {
    display: block;
    margin-bottom: 14px;
    line-height: 14px;
    color: hsla(0, 0%, 40%, .7);
}	

.head-banner .item-content .hb-equal-line .line-equal-item .select-content {
    letter-spacing: 0;
    display: block;
    color: #000;
    font-size: 14px;
    line-height: 20px;
    max-width: 230px;
}

.head-banner .item-content .hb-equal-line .border-left {
    border-left: 1px solid hsla(0, 0%, 91%, .15);
}
.head-banner .item-content .hb-equal-line .line-equal-item {
    float: left;
    padding: 0 30px;
    box-sizing: border-box;
    text-align: left;
    position: relative;
    height: 47px;
}

.head-banner .item-right {
    position: absolute;
    top: -8px;
    right: 80px;
}

.f20 {
    font-size: 20px !important;
}


/*名片展示 */

.section .items {
	margin-top: 20px;
	margin-right: -20px;
	margin-bottom: -20px;
	overflow: hidden;
}
.section .items .item {
	width: 393px;
	height: 240px;
	background-color: #fff;
	float: left;
	margin: 0 20px 20px 0;
	transition: all .3s;
}
.section .items .item:hover {
	box-shadow: 0 4px 8px rgba(3, 27, 78, .12);
}
.section .items .item_bd {
	padding: 20px 10px 0 20px;
}
.section .items .item .title1 {
	display: block;
	height: 26px;
  line-height: 26px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size:16px;
}
.section .items .item:hover .title1 {
  transition: all .3s;
  color: #00B38A;
}
.section .items .item .tags {
	width: 100%;
	    height: 53px;
	overflow: hidden;
}
.section .items .item .tag_item {
	margin-top: 6px;
	overflow: hidden;
	margin-bottom: -5px;
}
.section .items .item .tag_item .tag_title {
	color: #666;
	float: left;
	width: 80px;
}
.section .items .item .tag_item .tag_values {
	float: left;
	width: 366px;
	overflow: hidden;
}
.section .items .item .sp {
	display: inline-block;
	padding: 0 10px;
	height: 19px;
	text-align: center;
	line-height: 19px;
	border-radius: 10px;
	font-size: 12px;
	margin-right: 5px;
	margin-bottom: 5px;
}

.section .items .item .spp{
	font-size: 12px;
	color: hsla(0, 0%, 40%, .7);;
}

.section .items .item .sp1 {
  background-color: #E2FCF6;
  color: #00B38A;
}
.section .items .item .sp2 {
  background-color: #FFEBE2;
  color: #FA5508;
}
.section .items .item .sp3 {
  background-color: #E3F2FD;
  color: #0F9FFF;
}
.section .items .item_foot {
	margin-top: 10px;
  border-top: 1px solid #f5f5f5;
  font-size: 12px;
}
.section .items .item .user_info {
	display: flex;
  align-items: center;
  flex-wrap: nowrap;
  float: left;
  height: 50px;
  width: 60%;
  overflow: hidden;
}

.section .items .item .user_mob {
	display: flex;
  align-items: center;
  flex-wrap: nowrap;
  float: right;
  height: 50px;
  width: 100px;
  overflow: hidden;
}

.section .items .item .user_info .avatar {
  margin-right: 5px;
}
.section .items .item .user_info .avatar img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  vertical-align: top;
  object-fit: cover;
}
.section .items .item .user_info .name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.section .items .tags{    padding: 10px 10px 5px 0px;  }	


.tupian {
    height: 50px;
    overflow: hidden;
    text-align: justify;
    text-justify: inter-ideograph;
	padding-top:15px;
}




.tupian img {
    height: 50px;
    width: 50px;
    margin-right: 0px;
	  vertical-align: middle;
}

  .zoom-modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	justify-content: center;
	align-items: center;
}

.zoom-modal img {
	max-width: 90%;
	max-height: 90%;
}