.detail_div{
	width: 100%;
	display: flex;
	flex-direction: column;
	margin-bottom: 40px;
	border: 1px solid #E0E0E0;
	
}
.detail_title{
	font-size:30px;
	font-weight:bold;
	color:#0C69B7;
	line-height: 48px;
	text-align: center;
	margin-top: 50px;
	/* border-bottom: 1px solid #E1ECF5; */
}
.detail_setting{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 60px;
	font-size:16px;
	color: #A6A6A6;
	border-bottom: 1px solid #ccc;
	margin-bottom: 30px;
	padding-left:100px ;
	padding-right:100px ;
}
.detail_setting p{
	margin-right: 30px;
	
}
.detail_content{
	font-size: 18px;
	color: #333;
	line-height: 1.5;
	    text-align: center;
		padding-left:100px ;
		padding-right:100px ;
}
.detail_content p{
	text-indent: 40px;
	    text-align: left;
}
.detail_div .detail_content table tr td {
    border: 1px solid;
    padding: 0px;
}

.btn_div{
	margin:  26px 10px;
	background-color: #f2f2f2;
	height: 48px;
	display: flex;
	justify-content: space-between;
	padding: 0 10px ;
	align-items: center;
	margin-bottom: 10px;
}
.leijicishu{
	color: #b0b6b8;
	font-size: 16px;
	
}
.btn_box{
	display: flex;
}
.btn_box>div{
	height: 30px;
	padding: 0 10px;
	border: 1px solid #b0b6b8;
	line-height: 30px;
	text-align: center;
	color: #b0b6b8;
	font-size: 16px;margin-right: 10px;
	cursor: pointer;
}