.main_div{
	background: url(/xccqrmzf/resource1/image/xinxigongkai_detail.png) no-repeat;
	background-size: 100%;
	background-position: top center;
	min-height: 500px;
}
.xinxigongkai_title{
	text-align: center;
	margin: 83px 0;
}
.xinxigongkai_title>img{
	width: 691px;
	height: 125px;
	
}

.detail_box{
	width: 1100px;
	/* height: 1343px; */
	background: linear-gradient(180deg, #F5F5F6 0%, #FDFDFD 100%);
	padding: 36px;
}
.detail_box_title{
	width: 100%;
	height: 217px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.detail_box_title::before,.detail_box_title::after{
	content: '';
	display: inline-block;
	border-top: 1px solid #CBCBCB;
	width: calc((100% - 510px - 44px) / 2);
}

.search_box{
	width: 510px;
	height: 50px;
	padding: 0 60px 0 12px;
	background: #fff url(../image/icon_detail_search.png);
	background-position: 462px center;
	background-repeat: no-repeat;
	border: 2px solid #2D66A5;
	border-radius: 9px;
}
.detail_box_content{
	display: flex;
	justify-content: space-between;
}
.detail_box_content_left>div{
	margin-bottom: 20px;
	width: 240px;
	height: 70px;
	background: #FFFFFF;
	box-shadow: 0px 0px 6px 0px rgba(32, 67, 137, 0.07);
	color: #2D66A5;
	font-size: 23px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.detail_box_content_left>div>img{
	height: 40px;
	margin-right: 35px;
}
.detail_box_content_left>div.active{
	background: #2D66A5;
	color: #FFFFFF;
}

.detail_box_content_right{
	width: 771px;
	/* max-height: 1085px; */
	box-shadow: 0px 0px 6px 0px rgba(32, 67, 137, 0.07);
	padding: 30px;
	background-color: #fff;
}
.detail_box_content_right_title{
	text-align: center;
	font-size: 32px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #2D66A5;
	margin-bottom: 38px;
	margin-top: 10px;
}
.detail_box_content_right_content{
	color: #333333;
	font-size: 16px;
	line-height: 30px;
	    max-height: 700px;
	    overflow-y: auto;
}
.detail_box_content_right_content p{
	text-indent: 40px;
}
.detail_box_content_right_content .min_title{
	color: #333333;
	font-size: 22px;
	margin: 10px 0;
}


 /*æ»šåŠ¨æ¡æ ·å¼*/
         .detail_box_content_right_content::-webkit-scrollbar {/*æ»šåŠ¨æ¡æ•´ä½“æ ·å¼*/
             width: 10px;     /*é«˜å®½åˆ†åˆ«å¯¹åº”æ¨ªç«–æ»šåŠ¨æ¡çš„å°ºå¯¸*/
             height: 10px;
         }
       .detail_box_content_right_content::-webkit-scrollbar-thumb {/*æ»šåŠ¨æ¡é‡Œé¢å°æ–¹å—*/
             border-radius: 5px;
             /* -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2); */
             background: #2D66A5;
         }
         .detail_box_content_right_content::-webkit-scrollbar-track {/*æ»šåŠ¨æ¡é‡Œé¢è½¨é“*/
             /* -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2); */
            border-radius: 5px;
             background: #F2F2F2;
         }