/**!
 * [南京企业综合服务平台-我的企业]
 * date:2021-04-20
 * author: [zhoujie];
 */

.detail-content {
 
    background-color: #fff;
    box-shadow: 0px 0px 12px 0px rgba(110, 141, 176, 0.2);
    border-radius: 4px;

    position: relative;
    margin-top: 20px;
}

.detail-content-banner {
    width: 1200px;
    height: 169px;
    background: linear-gradient(180deg, rgba(87, 165, 255, 0.7), rgba(144, 204, 255, 0.7));
    border-radius: 4px;
}

.detail-content-content {
    margin-top: 24px;
}

.dcc-left {
    float: left;
    width: 220px;
    height: 852px;
    margin-left: 27px;
}

.dcc-right {
    float: right;
    width: 923px;
}

.dcc-right-top {
    height: 34px;
}

.dcc-rt-head {
    float: left;
    font-size: 20px;
    font-family: SourceHanSansCN;
    font-weight: bold;
    color: #333333;
    line-height: 30px;
}

.dcc-rt-head::before {
    float: left;
    content: '';
    width: 5px;
    height: 20px;
    background: #3C91F1;
    margin-top: 7px;
    margin-right: 11px;
}

.dcc-rt-right {
    float: right;
    margin-right: 20px;
}

.dcc-right-content {
    width: 923px;
/*     margin-left: -14px; */
}

.use-title {
    font-size: 24px;
    text-align: center;
    font-weight: 600;
}
.use-content{
	font-size:16px;
	margin: 0 24px;
}
.first-title {
	font-size:18px;
	font-weight: 500;
}
.red-color {
	color:red;
}
.para {
	text-indent:32px;
	margin: 6px 0;
}



