.crumbs {
   /*面包屑导航 */
  /* width: 1285px;
  margin: 0 auto; */
  display: flex;
  align-items: center;
  padding-top: 0px;
  padding-bottom: 20px;
}
.crumbs p {
  font-size: 14px;
  color: #666666;
}
.crumbs p .active {
  color: #333333;
}
.nav-wrapper {
  background: #3b58ad;
}
.list-box--pre li {
    padding-left: 22px;
}
.header-tag-office{
 margin-left: 25px
}
.header-tag-office .p{
  font-family: source-han-serif-sc, "Source Han Serif SC", "Noto Serif CJK SC", "SourceHanSerifCN-Heavy", "Microsoft YaHei", simsun;
  font-weight: bold;
  font-size: 36px;
  color: #3b58ad;
} 
.header-tag-office .p1{
   font-family: source-han-serif-sc, "Source Han Serif SC", "Noto Serif CJK SC", "SourceHanSerifCN-Heavy", simsun;
	font-size: 19px;
	color: #3b58ad;
} 
.header-tag-office .p2{
   font-family: source-han-serif-sc, "Source Han Serif SC", "Noto Serif CJK SC", "SourceHanSerifCN-Heavy", simsun;
	font-size: 28px;
	color: #3b58ad;
}
.news-nav {
  display: flex;
  align-items: center;
  height: 70px;
  margin-bottom: 20px;
  color: #fff;
  justify-content: space-between;
}
.news-nav li {
  padding: 0 22px;
}
.news-nav li a {
  font-size: 16px;
  color: #fff;
  opacity: 0.6;
}
.news-nav li.active a {
  opacity: 1;
  font-weight: bold;
}
.news-nav .bias {
  color: #6683d8;
  font-size: 16px;
}
.leftNav{
  width: 100%;
  padding-bottom: 30px;
  background-color: #f7f8fc;
}
.leftNav .top-title{
  height: 52px;
  line-height: 52px;
  text-align: center;
  background-color: #3b58ad;
  font-size: 22px;
  font-weight: bold;
  color: #ffffff;
}
.leftNav .top-icon{
  border: solid 1px #ebeef7;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 15px;
}

.leftNav .top-icon .icon-box{
  width: 33.3%;
  text-align: center;
}
.leftNav .top-icon .icon-box i {
  font-size: 40px;
  color: #3b58ad;
}
.leftNav .mid-title{
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 0 12px;
}
.leftNav .mid-title .h-line{
    width: 33%;
    height: 10px;
    background: url(../img/gray_height.png) no-repeat ;
    opacity: 0.6;
}
.leftNav .mid-title .font{
  font-size: 22px;
	font-weight: bold;
	color: #3b58ad;
}
.leftNav .mid-select{
  width: 346px;
  margin: 0 auto;
	background-color: #ffffff;
  border: solid 1px #ebeef7;
  padding: 20px;
}
.leftNav .mid-select .how{
  display: flex;
  align-items: center;
}
.leftNav .mid-select .how .step1{
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  color: #fff;
	background-color: #3b58ad;
  border-radius: 2px;
  margin-right: 15px;
}
.leftNav .mid-select .guide{
	font-size: 16px;
  color: #3b58ad;
  font-weight: bold;
  margin-bottom: 17px;
}
.leftNav .mid-select .selects{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.leftNav .mid-select .selects .select-item{
  width: 148px;
}
.leftNav .mid-select .inputs{
  position: relative;
  margin-bottom: 0;
}
.leftNav .mid-select .inputs .search-btn{
  width: 100px;
  height: 38px;
}
.leftNav .mid-select .inputs .search-btn span{
  font-size: 15px;
}
.leftNav .mid-select .inputs .search-btn i{
  color: #999999;
  margin-right: 10px;
}
.leftNav .mid-select .media-body-inner{
  padding: 0;
}
.leftNav .mid-select .media-body-inner .list-box--pre li{
  padding-left: 22px;
}
.leftNav .mid-select .big-btn{
  width: 304px;
  height: 62px;
  background-color: #3b58ad;
  border-radius: 6px;
  display: inline-block;
  text-align: center;
  line-height: 62px;
}
.leftNav .mid-select .big-btn i{
  font-size: 29px;
  color: #fff;
  margin-right: 20px;
  vertical-align: middle;
}
.leftNav .mid-select .big-btn span{
  font-size: 18px;
  color: #fff;
  line-height: 32px;
  vertical-align: middle;
}
