/*设计师列表*/
.content{}
a{color: #6a1d7a;}
.Column-L {
  width: 930px;
}
.Column-L {
  float: left;
  display: inline;
  width: 875px;
  min-height: 5px;
}

/*Team*/

	.content .Column-L{width: 930px;}
	.content .Column-R{width: 230px;margin-left: 15px;}

.newDesignList{}
.newDesignList .designItem{width:878px;float:left;margin-top:10px;padding:20px;border:1px solid #eaeaea;background:#fff;}
.newDesignList .designItem:hover{border:1px solid #6a1d7a;}
.newDesignList .designItem .description{float:left;padding:0 20px;}
.newDesignList .designItem .description p{line-height:26px;color:#8d8d8d;font-size:12px;}
.newDesignList .designItem .description p span{margin:0 30px 0 10px;}
.newDesignList .designItem .description p span,.newDesignList .designItem .description p a{color:#333333;text-decoration:none;}
.newDesignList .designItem .description p a:hover{color:#6a1d7a;}
.newDesignList .designItem .designItem-btn{width:160px;height:38px;line-height:38px;background:#6a1d7a;display:inline-block;border-radius:3px;text-align:center;color:#fff;text-decoration:none;position:relative;}
.designItem-btn img{position:absolute;top:45px;left:-30px;display:none;}
.designItem-btn:hover img{display:block}
.newDesignList .designItem .description .numbers{color:#8d8d8d;font-size:12px;}
.newDesignList .designItem .description .numbers em{font-size:18px;}
.newDesignList .designItem .description .numbers span{float:left;margin:0 25px 0 0;padding-right:25px;border-right:1px solid #eaeaea;text-align:center;}
.newDesignList .designItem .designCase{width:100%;float:left;margin-top:20px;}
.newDesignList .designItem .designCase li{float:left;margin-right:8px;list-style-type:none;position:relative;}
.newDesignList .designItem .designCase li:last-child{margin-right:0px;}
.newDesignList .designItem .designCase li span{padding:2px 5px;position:absolute; bottom:10px; left:10px;background:rgba(0,0,0,.5);color:#fff;border-radius:3px;}