._3gzList .img{
	height: 260px;
	width: 100%;
	background-color: #102d4a;
	margin-top: 20px;
	margin-bottom: 20px;
    overflow: hidden;
}
._3gzList .img img{
    width: 100%;
}

.company_list{
	background-color: #fff;
	display: flex;
	padding: 20px;
}
.company_list .left{
	padding: 20px;
	width: 275px;
	margin-right: 20px;
}
.company_list .left .head-img{
	display: flex;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 20px;
}
.company_list .left .head-img .header-img{
	border-radius: 50%;
	width: 80px;
	height: 80px;
	margin-right: 10px;
}
.company_list .left .head-img .con{
	line-height: 20px;
	padding-top: 5px;
}
.company_list .left .head-img .con .name{
	color: #333;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 5px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 145px;
}
.company_list .left .head-img .con .tag span{
	height: 20px;
	background-color: #8eaad9;
	color: #fff;
	line-height: 20px;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	border-radius: 1000px;
	padding: 0 10px;
}
.company_list .left .head-img .con i img{
	width: 14px;
	margin-top: 2px;
}
.company_list .left .history{
	display: flex;
	padding: 25px 0;
}
.company_list .left .history div{
	flex: 1;
	text-align: center;
}
.company_list .left .history .p-num{
	font-size: 28px;
	color: #37c3c0;
}
.company_list .left .history .title{
	font-size: 12px;
	color: #999;
}
.company_list .left .btn{
	width: 235px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	background-color: transparent;
	border: 1px solid #ff6a06;
	color: #ff6a06;
	box-sizing: border-box;
	display: block;
	border-radius: 4px;
}
.company_list .left .btn:hover{
	color: #fff;
	background-color: #ff6a06;
}
.company_list .right{
	overflow: hidden;
	display: flex;
}
.company_list .right a{
	width: 275px;
	height: 275px;
	flex: 1;
	margin-left: 10px;
}
.company_list .right a img{
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 4px;
}
.company_list .right a:nth-child(1) img{
	box-shadow: 1px 1px 3px rgba(0,0,0,.2);
}

/* 明星设计师 */

.main_section{
	padding: 20px;
	box-sizing: border-box;
	margin-bottom: 20px;
	background-color: #fff;
}

.main_section h2{
	font-size: 28px;
	color: #333;
	font-weight: 400;
	border-bottom: 1px solid #dedede;
	padding-bottom: 5px;
}
.main_section .title{
	position: relative;
}
.main_section .title .navs{
	position: absolute; 
	right: 0; 
	bottom: 12px;
}
.main_section .title .navs span{
	display: inline-block;
    padding: 0 22px;
    font-size: 16px;
    border-left: 1px solid #e1e3e3;
    text-align: center;
}
.main_section .title .navs span:first-child{
	border: none;
}
.main_section h2 span{
	font-size: 14px;
	margin-left: 5px;
}
.item-list{
	overflow: hidden;
}
.item{
	position: relative;
	width: 375px;	
	float: left;
	margin-right: 17px;
	margin-top: 20px;
}
.item-list .item:last-child{
	margin-right: 0;
}
.item.active{
}
.item .img{
	width: 375px;
	height: 460px;
}
.item .img img{
	display: block;
	width: 100%;
	height: 100%;
}
.item .cons{
	position: absolute;
	bottom: 0;
	left: 0;
	background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.6));
	width: 100%;
	text-align: center;
	display: block;
	padding: 0;
}
.item .left{
	width: 100%;
	margin: 0;
	padding: 15px 70px;
}
.item .left .head-img{
	border: none;
	padding-bottom: 0;
	display: block;
}
.item.active .left .head-img{
	display: block;
	padding-bottom: 10px;
}
.item .left .head-img .con .name{
	width: 100%;
	color: #fff;
	font-size: 22px;
    overflow: inherit;
    margin-bottom: 10px;
}
.item .left .history{
	padding: 5px 0;
}
.item .left .head-img .con p{
	margin-bottom: 5px;
}

/* 学堂 */
part5{
    padding-top: 60px;
}
.part5-line{
    margin-top: 30px;
}
.part5-line>div{
    display: inline-block;
}
.part5-line1{
    height: 560px;
}
.part5-line1-left{
    width: 560px;
    height: 560px;
    float: left;
}
.metal1>span,.metal2>span{
    display: block;
    width: 100%;
    font-size: 14px;
    overflow: hidden;
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
    word-break: break-all;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.metal2>span{
    width: 70px;
}
.part5-line1-left>img{
    width: 560px;
    height: 560px;
}
.part5-line1-right{
    width: 580px;
    height: 560px;
    float: right;
}
.part5-line1-righttop{
    height: 40px;
    line-height: 40px;
    background-color: #f7f7f7;
    text-align: center;
    font-size: 16px;

}
.askbox{
    width: 580px;
    height: 530px;
    overflow:hidden ;

}
body::-webkit-scrollbar {
    /*display: none;*/
}

.boxrow{
    height: 106px;
    padding: 15px 0;
    overflow: hidden;
    border-bottom: 1px solid #ebebeb;
    float: left;
    width: 100%;
}
.asklist,.anserlist{
    height: auto;
    width: 580px;
    line-height: 20px;
    overflow: hidden;
}
.asklistcenter{
    overflow:hidden;
    text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
    -webkit-text-overflow:ellipsis;
    -moz-text-overflow:ellipsis;
    white-space:nowrap;
}
.anserlist{

}
.anserlistcenter{
    word-break:break-all;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
    height: 40px;
}
.asklist{
    height: 20px;
    line-height: 20px;

}
.asklist>div{
    display: inline-block;
    float: left;

}
.anserlist>div{
    /*display: inline-block;*/
    float: left;

}
.anserlist{
margin-top: 15px;
}
.a-left{
    width: 40px;
    min-height: 20px;
}
.a-center{
    width: 380px;
    font-size: 16px;
    min-height: 20px;
    line-height: 20px;
    /*letter-spacing: 1px;*/
}
.a-right{
    width: 160px;
    text-align: right;
}
.asklistleft{
    background: url(../../img/ask.png)no-repeat left top;
    background-size: 20px 20px;
}
.anserlistleft{
    background: url(../../img/ansers.png)no-repeat left top;
    background-size: 20px 20px;
}
.anserlistcenter{
    color:#9e9e9e
}
.part5-line-bottom{
    overflow: hidden;
    margin: 0 auto;
}
.part5-line-bottom-part{
    display: inline-block;
    width: 50%;
    height: 270px;
    float: left;
    overflow: hidden;
}
.part5-line-bottom-part img{
    width: 270px;
    height: 270px;
}
.part5-line-bottom-outer{
    margin-top: 20px;
}
.knowledges{
    height: 270px;
    width: 290px;
    float: right;
    padding-right: 20px;

}
.knowledgestop{
    width: 100%;
    text-align: center;
    height: 40px;
    line-height: 40px;
    background-color: #f7f7f7;
}
.knowledgestop>img{
    width: 200px;
    height: 16px;
    vertical-align: middle;
}
.knowledgelist{
    padding: 12px 0;
    overflow: hidden;
    border-bottom: 1px solid #e1e1e1;
}
.knowledgedetail{
    overflow:hidden;
    line-height: 20px;
    font-size: 14px;
    word-break:break-all;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    max-height: 40px;
}
.knowledgelist-last{
    border: none;
}
.knowledgebody{
    height: 256px;
    margin-top: 4px;

}