.news-nav {
  margin-bottom: 20px;
}

.column{
	margin-bottom: 20px;
}
.section{
	
}
.section-head{
	display: flex;
	align-items: center;
	margin-bottom: 25px;
}
.section-title{
	flex: 1;
}
.section-title h5{
	height: 40px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding-left: 16px;
	padding-right: 16px;
	background: #3b58ad;
	color: #fff;
	font-size: 22px;
}
.section-head .more{
	color: #3b58ad;
}
.section-body .scroll-view {
  height: 153px;
  overflow: hidden;
}
.list-box--pre li{
	padding-left: 22px;
}
/*.list-box--pre.sort li:nth-child(1):before,
.list-box--pre.sort li:nth-child(2):before,
.list-box--pre.sort li:nth-child(3):before{
	display: none;
}*/
.list-box--pre.sort li{
	padding-left: 35px;
}
.list-box--pre.sort li:before{
	left: 6px;
}
.list-box--pre li i{
	display: inline-flex;
	width: 20px;
	height: 20px;
	background: #999;
	color: #fff;
	border-radius: 2px;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}
.column-01 ul{
	height: 106px;
	border: 1px solid #e0e0e0;
	display: flex;
	align-items: center;
}
.column-01 ul li{
	flex: 1;
}
.column-01 ul li a{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	font-weight: 700;
}
.column-01 ul li img{
	margin-bottom: 10px;
}
.column-01 ul li.active span{
	color: #3b58ad;
}

.column-03 .carousel img{
	width: 100%;
	height: 360px;
}
.column-03 .carousel-caption{
	left: 0;
	bottom: 0;
	text-align: left;
	padding-left: 20px;
	padding-bottom: 15px;
}
.column-03 .carousel-caption a{
	font-size: 18px;
	color: #fff;
}
.column-03 .carousel-indicators{
	bottom: 20px;
	justify-content: flex-end;
	margin-right: 20px;
}
.column-03 .carousel-indicators li{
	width: 22px;
	height: 22px;
	border: 1px solid rgba(255,255,255,.6);
	color: #fff;
	margin: 0;
	margin-left: 20px;
	text-indent: 0;
	text-align: center;
	background: none;
	cursor: pointer;
}
.column-03 .carousel-indicators .active{
	background: rgba(255,255,255,.3);
}

.branch .section-head{
	border-top: 5px solid #3b58ad;
	padding-top: 10px;
	margin-bottom: 20px;
}
.branch .section-head h5{
	padding-left: 0;
	background: none;
	color: #3b58ad;
	font-weight: 700;
}
.branch-title{
	padding-bottom: 20px;
	border-bottom: 1px dashed #e0e0e0;
	margin-bottom: 20px;
}
.branch-title .title-wrapper {
  height: 88px;
  overflow: hidden;
}
.branch-title h4{
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 12px;
}
.branch-title .text{
	line-height: 26px;
	color: #666;
	text-indent: 2em;
}

.column-05 .column-head{
	height: 24px;
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}
.column-05 .column-head h5{
	border-left: 5px solid #3b58ad;
	padding-left: 30px;
	padding-right: 30px;
	font-size: 22px;
	font-weight: 600;
}
.column-05 .column-head .decorate{
	display: inline-block;
	height: 12px;
	flex: 1;
	background: url(../img/bg_02.png);
	margin-left: -2px;
	margin-top: 3px;
}

.column-05 .item {
	display: flex;
	flex-direction: column;
	background: #fff;
	padding-bottom: 16px;
}
.column-05 .row{
	padding-left: 15px;
	padding-right: 15px;
}
.column-05 .carousel .item img{
	width: 100%;
	height: 165px;
	
}
.column-05 .carousel .item span{
	height: 40px;
	padding-left: 15px;
	padding-right: 15px;
	display: block;
	text-align: center;
	line-height: 40px;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.column-05 .carousel-control-prev{
  width: 30px;
	height: 205px;
	justify-content: flex-start;
}
.column-05 .carousel-control-next{
  width: 30px;
	height: 205px;
	justify-content: flex-end;
}
.column-05 .carousel-control-prev span,
.column-05 .carousel-control-next span{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 46px;
	background: rgba(0,0,0,.4);
}
.column-06{
	border: 1px solid #e6e3e3;
	padding-top: 20px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
}
.column-06 .item{
	width: 100%;
	display: inline-flex;
	height: 80px;
	align-items: center;
	justify-content: center;
	background: #f8f8f8;
	margin-bottom: 15px;
	font-size: 16px;
	color: #666;
}
.column-06 .scroll-view {
  height: 285px;
  overflow: hidden;
}