.new-main{
	padding: 28px 0 70px;
    display: flex;
}
.new-nav{
	width: 270px;
    margin-right: 30px;
}
.new-nav-t{
	background: #235cb2;
	line-height: 32px;
	color: #fff;
	font-weight: bold;
	font-size: 24px;
	padding: 16px 24px;
	text-align: center;
	margin-bottom: 3px;
}
.new-nav-l .tit{
	display: block;
	margin-bottom: 10px;
	background: #f5f5f6;
	padding: 0 56px 0 40px;
	text-align: center;
	color: #999999;
	font-size: 18px;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	height: 60px;
	line-height: 60px;
    cursor: pointer;
    border-radius: 5px;
}
.new-nav-l .tit.cur,
.new-nav-l .tit.active{
	background: #e2efff;
	position: relative;
	color: #235cb2;
}
.new-nav-l .tit br{
	display: none;
}
.new-nav-l .tit font{
	margin-left: 3px;
}
.new-nav-l .tit.cur:before,.new-nav-l .tit.active:before{
	display: inline-block;
	content: ' ';
	width: 4px;
	height: 36px;
	background: #164fb7;
	position: absolute;
	top: 50%;
	margin-top: -18px;
	left: 0;
}
.new-nav-l .tit.cur:after,.new-nav-l .tit.active:after{
	display: inline-block;
	content: ' ';
	width: 26px;
	height: 26px;
	background: url(../images/right-jt.png) center no-repeat;
	background-size: 100% 100%;
	position: absolute;
	right: 28px;
	top: 50%;
	margin-top: -13px;
}
.new-con{
	width: 1100px;
	box-shadow: 0 0 10px 0 rgba(81,94,129,.18);
	padding: 32px;
	box-sizing: border-box;
}
.new-con .title{
	font-size: 20px;
    font-weight: bold;
}

.new-con .line{
    border-radius: 2px;
    margin: 15px 0;
	width: 100%;
    height: 3px;
    background-color: #235cb2;
}