.publicity{
	width: 100%;
}

.publicity .publicity-title{
	height: 50px;
    line-height: 50px;
    background: #fff;
    width: 100%;
}

.publicity .publicity-title .title-icon{
	width: 6px;
    height: 16px;
    background: #ED3F1C;
    float: left;
    margin-top: 16px;
    /* margin-left: 20px; */
}
.publicity .publicity-title .title-text{
	float: left;
    margin-left: 6px;
    font-size: 16px;
    font-weight: bold;
}

.publicity .publicity-content{
	margin-top:10px;
}
.publicity .publicity-content,
.publicity .publicity-content .content-body{
	width:100%;
	background-color: #fff;
	font-size:14px;
	
}


.publicity .publicity-content .content-body{
	border-top: 1px solid #ededed;
    border-left: 1px solid #ededed;
}

.publicity .publicity-content .content-body .row{
	height:50px;
	line-height:20px;
}

.publicity-content .label{
	width:18%;
	background-color:#f9f9f9;
}

.publicity .publicity-content .content-body .row .col{
	padding-left:10px;
	border-right: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
}

.publicity .publicity-content .content-body .sub-content .border-bot0{
	border-bottom:0;
}
.publicity .publicity-content .content-body .sub-content .border-rig0{
	border-right:0;
}