/*侧栏项目开始*/
.boxL{
	/*background-color: #ecedf1;*/
}
.bigBox{
	background-color:#fff;
	width:1006px;
	float:right;
	padding:20px 0 240px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.box{
	width:174px;
	background-color: #ecedf1;
	padding:20px 0 401px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	float:left;
}
.box h2{
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size:16px;
}
.list{
	text-indent:30px;
	color:#fff;
	font-size:16px;
	font-family:'微软雅黑';
}
.box p{
	line-height:46px;
	background:url(../images/helr.jpg) 30px center no-repeat;
	cursor: pointer;
	color:#282828;
	height:46px;
	font-size:14px;
	border-bottom:1px solid #ccc;
	padding-left:26px;
	box-sizing: border-box;
	-webkit-box-sizing:border-box;
}
.box li{
	height:46px;
	line-height:46px;
	padding-left:26px;
	box-sizing: border-box;
	-webkit-box-sizing:border-box;
	border-bottom:1px dashed #ccc;
}
.box li a{
	color:#282828;
	font-size:12px;
	text-decoration: none;
}
.list ul{
	display: none;
}
.list.current ul{
	display: block;
}
.list.current p{
	background:url(../images/held.jpg) 30px center no-repeat;
}
.clear{
	clear: both;
}
/*侧栏项目结束*/
/*商品转让流程开始*/
.content{
    background-color: #fff;
   /* float: right;*/
    font-size: 14px;
    margin-left: 60px;
    margin-top: 24px;
}
.conListAcon{
	margin-top:50px;
}
.content p{
    text-indent: 2em;
    color: #292929;
    font-family: 微软雅黑;
    line-height: 25px;
    margin-bottom: 17px;
}
.content p.one,.content p.two{
	font-size:16px;
	color:#000;
	font-weight:bold;
}
.content p.two{
	margin-bottom:0;
}
.content p.three a{
	text-decoration: none;
}
/*商品转让流程结束*/
/*商标注册流程开始*/
.conListBcon{
	margin-top:43px;
}
.conListBcon p{
	color:#414141;
	line-height:20px;
}
.conListBcon p.bOne{
	color:#000;
	font-weight:bold;
	font-size:14px;
	margin-top:11px;
}
/*商标注册流程结束*/



































