
.box{
	overflow: hidden;
}
.sidebar{
	width: 190px;
	float: left;
}
.sidebar .top{
	width:190px;
	height: 58px;
	padding-top:17px;
	background: #704200;
	color: #fff;
	position: relative;
}
.sidebar .top .icon{
	width: 28px;
	height: 28px;
	background: url(../../images/front/about.png) no-repeat;
	position: absolute;
	top:17px;
	right:20px;
}
.sidebar .top span{
	display: block;
	margin-left: 6px;
	width:155px;
	padding-left: 10px;
}
.sidebar .top span.t{
	font-size: 12px;
	line-height: 12px;
}
.sidebar .top span.b{
	position: relative;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 2px solid #fff;
}
.sidebar .top span.b:after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width:92px;
	height: 2px;
	background: #fff;
	
}
.sidebar .nav{
	width:190px;
	overflow: hidden;
	margin-bottom: 20px;
}
.sidebar .nav li{
	width:160px;
	padding-left:30px;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	color: #fff;
	background: #f29105;
	position: relative;
	cursor: pointer;
}
.sidebar .nav li:after{
	content: "";
	position: absolute;
	top:16px;
	right: 25px;
	width:14px;
	height: 14px;
	background: url(../../images/front/icon_s.png) no-repeat ;
	background-position: 0 -14px;
}
.sidebar .nav li.on{
	color: #323232;
	background: #fff;
}
.sidebar .nav li.on:after{
	background-position: 0 0;
}
.sidebar .phone{
	width:190px;
	height: 75px;
	background: url(../../images/front/tel_icon.png) 6px center no-repeat #e2e2e2;
}
.sidebar .phone span{
	display: block;
	color: #535353;
	margin-left:55px;
}
.sidebar .phone span.t{
	font-size:14px;
	padding-top:20px;
}
.sidebar .phone span.b{
	font-size:18px;
	line-height: 18px;
}
.con{
	margin-left:200px;
	width: 800px;
}
.con .con_box{
	overflow: hidden;
	display: none;
}
.con .con_box:first-child{
	display: block;
}
.con .con_box .tit{
	height:60px;
	line-height: 60px;
	padding-left: 15px;
	width:885px;
	background: #eaeaea;
	color: #434343;
	font-size: 18px;
}
.con .con_box .border{
	width:798px;
	padding-top:25px;
	min-height: 480px;
	overflow: hidden;
	margin-bottom: 90px;
	border: 1px solid #dcdcdc;
	border-top: none;
}
.con .con_box .intro p{
	text-indent: 20px;
	margin: 0 30px;
	line-height: 30px;
	font-size:14px;
	color: #626262;
}
.con .con_box .organize img{
	width:770px;
	margin:15px 14px 0 ;
}
.con .con_box .group{
}
.con .con_box .group .list{
	overflow: hidden;
	width:764px;
	margin: 0 auto;
}

.con .con_box .group .list li{
	overflow: hidden;
	margin-bottom: 45px;
}
.con .con_box .group .people_box{
	width: 110px;
	float: left;
}
.con .con_box .group .people_box img{
	width: 110px;
	height: 146px;
}
.con .con_box .group .position{
	font-size: 18px;
	color: #434343;
	margin-bottom: 10px;
}
.con .con_box .group .about{
	font-size: 14px;
	color: #626262;
	line-height: 28px;
}
.con .con_box .group .about dt{
	width:75px;
	float: left;
}
.con .con_box .group .about dd{
	margin-left: 75px;
}
.con .con_box .top{
	font-size: 18px;
	color: #323232;
	margin: 5px 24px 0;
}
.con .con_box .idea ul.ra{
	margin: 25px 24px 60px;
	overflow: hidden;
}
.con .con_box .idea ul.ra li{
	width: 120px;
	height: 120px;
	line-height: 120px;
	color: #ca8000;
	font-size: 16px;
	text-align: center;
	margin: 0 12px;
	float: left;
	border-radius: 9999px;
	border:3px solid #f29105;
}
.con .con_box .idea ul.ra li:hover{
	background: #ffb000;
	color:#fff;
	border:3px solid #ffb000;
}
.con .con_box .idea ul.co{
	margin-left: 33px;
	font-size: 14px;
	color: #626262;
}
.con .con_box .idea ul.co li{
	margin-top:15px;
}
/* .con .con_box .mech ul.goal{
	margin-top:40px;
	width:100%;
	overflow: hidden;
}
.con .con_box .mech ul.goal li{
	width:33.33%;
	float: left;
	position: relative;
}
.con .con_box .mech ul.goal li:after{
	content: "";
	position: absolute;
	right:0;
	top:30px;
	width: 1px;
	height: 190px;
	background: #bfbfbf;
}
.con .con_box .mech ul.goal li:last-child:after{
	width: 0;
}
.con .con_box .mech .bo{
	width: 190px;
	color: #626262;
	font-size: 14px;
	line-height: 30px;
	margin:0 auto;
}
.con .con_box .mech .bo .icon{
	width: 190px;
	height: 145px;
	display: block;
}
.con .con_box .mech .bo .one{
	background: url(../../images/front/1.png) no-repeat center;
}
.con .con_box .mech .bo .two{
	background: url(../../images/front/2.png) no-repeat center;
}
.con .con_box .mech .bo .three{
	background: url(../../images/front/3.png) no-repeat center;
}
.con .con_box .mech .co{
	width: 730px;
	margin:50px 0 60px 35px;
	overflow: hidden;
	color: #626262;
	font-size: 14px;
	line-height: 30px;
}
.con .con_box .mech .co b{
	width:50px;
	float: left;
}
.con .con_box .mech .co p{
	margin-left: 50px;
} */

/*志远视点 start*/
.news_con .con_box .new_list{
	width: 670px;
	margin-left: 50px;
	font-size: 16px;
	color: #313131;
}
.news_con .con_box .new_list li{
	position: relative;
	height: 40px;
	line-height: 40px;
}
.news_con .con_box .new_list li a:hover{
	text-decoration: underline;
	color: #f29105;
}

.news_con .con_box .new_list li.stick .icon{
	width: 35px;
	height: 20px;
	display: inline-block;
	position: absolute;
	top: 10px;
	left: -40px;
	background: url(../../images/front/stick_icon.png) no-repeat;
}
.news_con .con_box .new_list li.stick{
	font-weight: bold;
}
.news_con .con_box .new_list li p{
	height: 50px;
	overflow: hidden;
}
.news_con .con_box .new_list li a{
	width:500px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	float: left;
}
.news_con .detail{
	width: 730px;
	margin:0 auto;
}
.news_con .detail .d_tit{
	text-align: center;
	font-size: 30px;
	color: #313131;
}
.news_con .detail .data{
	margin: 30px 0 40px;
	text-align: center;
	color: #707070; 
	font-size:13px;
}
.news_con .detail .data .eye{
	background: url(../../images/front/eye_icon.png) no-repeat 0 center;
	padding-left:25px;
	margin-left:20px;
	font-size: 12px;
}
.news_con .detail .d_p p{
	font-size: 16px;
	color: #313131;
	line-height: 32px;
	text-indent: 20px;
	margin-bottom: 30px;
}
/*志远视点 end*/

/*个人中心 start*/
.header.p_cen .logo_box {
    height: 130px;
    background: none;
}
.header.p_cen .logo_box span{
	line-height: 100px;
	color: #ed8c00;
	font-size: 18px;
}
.data .form_box{
	margin-left: 190px;
}
.data .form_box:last-child {
    margin: 65px 0 200px 185px;
}
.data .form_box .input_box .r{
	color: #1b1b1b;
	margin-left: 15px;
}
.password .form_box:first-child{
	margin-top:20px;
}
.password .form_box:last-child {
	margin: 65px 0 200px 195px;
}
.con_box{
	position: relative;
}
.con_box p.tip{
	position: absolute;
	top:310px;
	left: 210px;
	color: #e18501;
}
.success{
	position: absolute;
	top:130px;
	left: 280px;
	font-size: 24px;
	color: #e18501;
	padding-left: 50px;
	background: url(../../images/front/success.png) no-repeat;
	background-size: 43px 30px;
}
/*个人中心 end*/

/*风控机制-改*/
.mech .top{
	border-bottom: 1px dashed #f29105;
}
.mech .top .span_top{
	background: #f29105;
	padding:1px 5px;
	color: #fff;
	margin-bottom: -1px;
	border-radius: 5px 5px 0 0;
}
.mech .goal {
	margin: 5px 24px 0;
}
.mech .goal li{
	margin-top: 18px;
	background: url(../../images/front/icon_circle.png) left center no-repeat;
	padding-left: 12px;
	margin-left: 5px;
	color: #626262;
}
.mech .co{
	width: 730px;
	height: 290px;
	margin: 40px 0 0 30px;
	background: url(../../images/front/bg-about.png) 80px center no-repeat;
}
.mech .co li{
	float: left;
	margin-top: 26px;
}
.mech .co li.one_child{
	width: 200px;
}
.mech .co li.two_child{
	width: 300px;
	margin: 26px 15px 0;
}
.mech .co li.three_child{
	width: 200px;
}
.mech .co p.t{
	font-size: 24px;
	text-align: center;
	font-weight: normal;
}
.mech .co p.c {
	font-size: 14px;
	color: #fff;
	height: 120px;
	padding: 8px 20px;
	border-radius: 15px;
	margin-top: 20px;
	line-height: 30px;
}
.mech .co li.one_child p.c{
	background: #a65c02;
}
.mech .co li.two_child p.c{
	background: #f29105;
}
.mech .co li.three_child p.c{
	background: #ffbc2d;
}
.mech .co li.one_child p.t{
	color: #f29105;
}
.mech .co li.two_child p.t{
	color: #a65c02;
}
.mech .co li.three_child p.t{
	color: #ffbc2d;
}