#stage .bottom {
	font-family: Source Han Sans SC;
	font-weight: 400;
	display: flex;
	justify-content: center;
	margin-top: 112px;
	padding-top: 52px;
	border-top: 1px dashed #CCCCCC;
}

#stage .bottom {
	display: flex;
	/* justify-content: center; */
	align-items: center;
	flex-direction: column;
}

#stage .bottom .content,.content2 {
	display: flex;
	position: relative;
	width: 1201px;
}
#stage .bottom .left{
	margin-right: 5%;
}
#stage .bottom .left,.right{
	width: 47%;
	position: relative;
}
#stage .bottom .left .left_1,.right .right_1,.content2 .title{
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom:1px solid #EFEFEF;
}
#stage .bottom .left .left_1 .honor,.right .right_1 .viewpoint,.content2 .title .lawyer{
	font-size: 20px;
	color: #CF161A;
}

#stage .bottom .left .left_1 .more,.right .right_1 .more,.content2 .title .more{
	position: absolute;
	right: 2px;
	font-size: 16px;
	color: #939393;
}

#stage .bottom .content a {
	color: #264C92;
}

#stage .bottom .left .left_2 span:nth-child(2){
	margin-left: 7px;
}

#stage .bottom .left .left_2,.right .right_2{
	display:flex;
	font-size: 14px;
	font-weight: 300;
	color: #264C92;
	margin-bottom: 12px;
}
#stage .bottom .content2{
	display: block;
	margin-top: 39px;
	
}
#stage .bottom .content2 .lawyerDetail{
	display: flex;
	margin-bottom: 155px;
}
#stage .bottom .content2 .lawyerDetail ul{
	width: 100%;
	display: flex;
}
#stage .bottom .content2 .lawyerDetail .l1{
	width: 32.45%;
	display: flex;
	margin-right: 1.4%;
}
#stage .bottom .content2 .lawyerDetail li:nth-child(3n){
	margin-right: 0;
}
#stage .bottom .content2 .lawyerDetail .l1 .l1_1 img{
	/* width: 156px; */
	height: 186px;
}

#stage .bottom .content2 .lawyerDetail .l1 .l1_2{
	width: 59.8%;
	border-right: 1px solid #FAEEEE;
	border-top: 1px solid #FAEEEE;
	border-bottom: 1px solid #FAEEEE;
}
#stage .bottom .content2 .lawyerDetail .l1 .l1_2 .l1_2_1{
	/* padding: 31px 0px 18px 14px; */
	padding: 13px 0px 12px 14px;
	border-bottom: 1px solid #FAEEEE;
}
#stage .bottom .content2 .lawyerDetail .l1 .l1_2 .l1_2_1 span:nth-child(1){
	font-size: 24px;
	color: #3E3E3E;
	display: block;
	margin-bottom: 7px;

}
#stage .bottom .content2 .lawyerDetail .l1 .l1_2 .l1_2_1 span:nth-child(2){
	font-size: 14px;
	color: #727272;
	/* padding-left: 12%; */
}

#stage .bottom .content2 .lawyerDetail .l1 .l1_2 .l1_2_2{
	/* padding: 17px 21px 18px 15px;
	 */
	padding: 17px 3px 1px 15px;
	font-size: 14px;
	font-weight: 300;
	color: #565656;
}

.l1_2_1 a{
    color: #222222
}