@charset "UTF-8";
html {
  height: auto;
}

body.overflow {
  overflow-y: hidden;
}

.bl-header-web .bl-header-web-static,
.bl-header-ml .bl-header-web-static {
  display: none;
  background-color: white;
}

.bl-header-web.static .bl-header-web-static {
  height: 109px;
  display: block;
}

.bl-header-ml.static .bl-header-web-static {
  height: 70px;
  display: block;
}

.bl-header-pc {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 88;
  transition: background-color 0.3s ease;
}
.bl-header-pc .bl-header-pc-top {
  height: 37px;
  border-top: 2px solid #D8BB4F;
  display: flex;
  justify-content: flex-end;
}
.bl-header-pc .bl-header-pc-top .bl-header-pc-top-menu {
  height: 100%;
  margin-right: 2.604%;
  width: 112px;
  
  display: flex;
  flex-flow: row;
  background-color: #D8BB4F;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.bl-header-pc .bl-header-pc-top .bl-header-pc-top-menu .bl-header-pc-top-menu-item {
  width: 50%;
  height: 100%;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: white;
  position: relative;
}
.bl-header-pc .bl-header-pc-top .bl-header-pc-top-menu .bl-header-pc-top-menu-item .bl-header-pc-top-menu-hoverMenu {
  padding: 16px;
  background-color: white;
  position: absolute;
  top: 100%;
  box-shadow: 0 0 18px rgba(216, 187, 79, 0.2);
  border-radius: 3px;
  display: none;
  z-index: 99;
}
.bl-header-pc .bl-header-pc-top .bl-header-pc-top-menu .bl-header-pc-top-menu-item:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.bl-header-pc .bl-header-pc-top .bl-header-pc-top-menu .bl-header-pc-top-menu-item:hover .bl-header-pc-top-menu-hoverMenu {
  display: block;
  animation: scaleAni 0.3s ease;
  transform-origin: 50% 0px;
}
.bl-header-pc .bl-header-pc-bottom {
  min-height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2.604%;
  position: relative;
}
.bl-header-pc .bl-header-pc-bottom .bl-header-pc-bottom-mobilemenu {
  display: none;
}
.bl-header-pc .bl-header-pc-bottom .bl-header-pc-bottom-mobilemenu .bl-header-pc-top-menu-item {
  font-size: 26px;
  display: flex;
  padding: 0 14px;
  color: #2F4259;
}
.bl-header-pc .bl-header-pc-bottom .bl-header-pc-bottom-mobilemenu .bl-header-pc-top-menu-item .ri-close-fill {
  display: none;
}
.bl-header-pc .bl-header-pc-bottom .bl-header-pc-bottom-mobilemenu .bl-header-pc-top-menu-item.hover .ri-close-fill {
  display: block;
}
.bl-header-pc .bl-header-pc-bottom .bl-header-pc-bottom-mobilemenu .bl-header-pc-top-menu-item.hover .ri-menu-line {
  display: none;
}
.bl-header-pc .bl-header-pc-bottom .bl-header-pc-bottom-mobilemenu .bl-header-pc-top-menu-item:last-child {
  padding-right: 0;
}
.bl-header-pc .bl-header-pc-bottom .bl-header-pc-bottom-left-logoImg {
  display: inline-block;
  width: 18.887vw;
  max-width: 258px;
  min-width: 162px;
}
.bl-header-pc .bl-header-pc-bottom .bl-header-pc-bottom-left-logoImg img {
  width: 100%;
  height: auto;
}
.bl-header-pc .bl-header-pc-bottom .bl-header-pc-bottom-left-logoText {
  width: 23.5724vw;
  max-width: 322px;
  min-width: 200px;
  height: auto;
  margin-left: 12px;
}
.bl-header-pc .bl-header-pc-bottom .bl-header-pc-bottom-right .bl-header-pc-bottom-menuBg {
  background-color: rgba(255, 255, 255, 0.95);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  display: block;
  width: 100vw;
  position: absolute;
  left: 0;
  height: 0px;
  transition: all 0.3s ease;
  box-shadow: 0 10px 18px rgba(216, 187, 79, 0.2);
}
.bl-header-pc .bl-header-pc-bottom .bl-header-pc-bottom-right:hover .bl-header-pc-bottom-menuBg {
  height: 400px;
}
.bl-header-pc .bl-header-pc-bottom .bl-header-pc-bottom-right:hover .bl-header-pc-bottom-menulist .bl-header-pc-bottom-menuitem .menuitem-hover-chilcd {
  display: flex !important;
  animation: scaleAni 0.3s ease;
  transform-origin: 50% 0px;
}
.bl-header-pc .bl-header-pc-bottom .bl-header-pc-bottom-right .bl-header-pc-bottom-menulist {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  align-items: center;
  height: 70px;
}
.bl-header-pc .bl-header-pc-bottom .bl-header-pc-bottom-right .bl-header-pc-bottom-menulist .bl-header-pc-bottom-menuitem {
  display: inline-flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  margin: 0 24px;
  position: relative;
  flex-shrink: 0;
}
.bl-header-pc .bl-header-pc-bottom .bl-header-pc-bottom-right .bl-header-pc-bottom-menulist .bl-header-pc-bottom-menuitem .menuitem-title {
  height: 100%;
  width: 100%;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 20px;
  color: #2F4259;
  position: relative;
  z-index: 11;
}
.bl-header-pc .bl-header-pc-bottom .bl-header-pc-bottom-right .bl-header-pc-bottom-menulist .bl-header-pc-bottom-menuitem .menuitem-hover-chilcd {
  display: none;
  flex-direction: column;
  position: absolute;
  width: -moz-max-content;
  width: max-content;
  top: 0;
  padding-top: 100%;
  z-index: 10;
  height: 392px;
  transition: all 0.3s linear;
  
}
.bl-header-pc .bl-header-pc-bottom .bl-header-pc-bottom-right .bl-header-pc-bottom-menulist .bl-header-pc-bottom-menuitem .menuitem-hover-chilcd .menuitem-hover-chilcd-item {
  padding: 12px 24px;
  font-size: 16px;
  color: rgba(47, 66, 89, 0.8);
  background-color: rgba(216, 187, 79, 0);
  transition: all 0.2s ease;
  text-align: center;
}
.bl-header-pc .bl-header-pc-bottom .bl-header-pc-bottom-right .bl-header-pc-bottom-menulist .bl-header-pc-bottom-menuitem .menuitem-hover-chilcd:hover {
  background-color: rgba(200, 200, 200, 0.1);
}
.bl-header-pc .bl-header-pc-bottom .bl-header-pc-bottom-right .bl-header-pc-bottom-menulist .bl-header-pc-bottom-menuitem .menuitem-hover-chilcd:hover .menuitem-hover-chilcd-item:hover {
  color: #E90026;
  font-weight: bold;
}
.bl-header-pc .bl-header-pc-bottom .bl-header-pc-bottom-right .bl-header-pc-bottom-menulist .bl-header-pc-bottom-menuitem:last-child {
  margin-right: 0;
}
.bl-header-pc .bl-header-pc-bottom .bl-header-pc-bottom-right .bl-header-pc-bottom-menulist .bl-header-pc-bottom-menuitem::before {
  content: " ";
  display: block;
  width: 100%;
  height: 0px;
  bottom: 0;
  background-color: #E90026;
  position: absolute;
  transition: all 0.3s ease;
  width: 0%;
  border-radius: 3px;
}
.bl-header-pc .bl-header-pc-bottom .bl-header-pc-bottom-right .bl-header-pc-bottom-menulist .bl-header-pc-bottom-menuitem:hover .menuitem-title, .bl-header-pc .bl-header-pc-bottom .bl-header-pc-bottom-right .bl-header-pc-bottom-menulist .bl-header-pc-bottom-menuitem.hover .menuitem-title {
  font-weight: bold;
  color: #E90026;
}
.bl-header-pc .bl-header-pc-bottom .bl-header-pc-bottom-right .bl-header-pc-bottom-menulist .bl-header-pc-bottom-menuitem:hover::before, .bl-header-pc .bl-header-pc-bottom .bl-header-pc-bottom-right .bl-header-pc-bottom-menulist .bl-header-pc-bottom-menuitem.hover::before {
  content: " ";
  display: block;
  width: 100%;
  height: 3px;
  bottom: 0;
  background-color: #E90026;
  position: absolute;
  width: 50%;
  left: 25%;
}
.bl-header-pc.tophover, .bl-header-pc:hover {
  background-color: white;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.07);
}

.bl-mobile-menu {
  width: 100vw;
  height: calc(100vh - 72px);
  background-color: rgba(0, 0, 0, 0.34);
  position: fixed;
  z-index: 80;
  top: 72px;
  overflow-y: auto;
  display: none;
}
.bl-mobile-menu.hover {
  display: block;
}
.bl-mobile-menu .bl-header-pc-bottom-menulist {
  height: calc(100% - 64px);
  background-color: white;
  padding: 32px 24px;
}
.bl-mobile-menu .bl-header-pc-bottom-menulist .bl-header-pc-bottom-menuitem {
  overflow: hidden;
  height: 70px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.bl-mobile-menu .bl-header-pc-bottom-menulist .bl-header-pc-bottom-menuitem .menuitem-box {
  height: 70px;
  line-height: 70px;
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  font-weight: bold;
}
.bl-mobile-menu .bl-header-pc-bottom-menulist .bl-header-pc-bottom-menuitem .menuitem-box .menuitem-title{
	color: #2F4259;
}
.bl-mobile-menu .bl-header-pc-bottom-menulist .bl-header-pc-bottom-menuitem .menuitem-box .ri-add-line,
.bl-mobile-menu .bl-header-pc-bottom-menulist .bl-header-pc-bottom-menuitem .menuitem-box .ri-subtract-line {
  display: none;
}
.bl-mobile-menu .bl-header-pc-bottom-menulist .bl-header-pc-bottom-menuitem .menuitem-box .ri-add-line {
  display: block;
}
.bl-mobile-menu .bl-header-pc-bottom-menulist .bl-header-pc-bottom-menuitem.hover {
  overflow: visible;
  height: auto;
}
.bl-mobile-menu .bl-header-pc-bottom-menulist .bl-header-pc-bottom-menuitem.hover .menuitem-box .ri-add-line {
  display: none;
}
.bl-mobile-menu .bl-header-pc-bottom-menulist .bl-header-pc-bottom-menuitem.hover .menuitem-box .ri-subtract-line {
  display: block;
}
.bl-mobile-menu .bl-header-pc-bottom-menulist .bl-header-pc-bottom-menuitem.hover .menuitem-hover-chilcd {
  animation: scaleAni 0.3s ease;
  transform-origin: 0% 0%;
}
.bl-mobile-menu .bl-header-pc-bottom-menulist .bl-header-pc-bottom-menuitem .menuitem-hover-chilcd {
  display: flex;
  gap: 10px 24px;
  padding-bottom: 20px;
  flex-wrap: wrap;
}
.bl-mobile-menu .bl-header-pc-bottom-menulist .bl-header-pc-bottom-menuitem .menuitem-hover-chilcd .menuitem-hover-chilcd-item {
  font-size: 17px;
  color: #2F4259;
}

@keyframes scaleAni {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.bl-home-baner {
  overflow: hidden;
}
.swiper-pagination-lunbo .swiper-pagination-bullet.swiper-pagination-bullet-active.swiper-pagination-bullet-active-main {
  background: #D8BB4F !important;
}
.bl-home-baner .swiper-button-prev {
  width: 45px;
  height: 45px;
  background: url(../img/home-left-nav.png) no-repeat;
  background-position: -45px 0px;
  background-size: 90px 100%;
}
.bl-home-baner .swiper-button-prev:hover {
  background-position: 0px 0px;
  background-size: 90px 100%;
}
.bl-home-baner .swiper-button-next {
  width: 45px;
  height: 45px;
  background: url(../img/home-right-nav.png) no-repeat;
  background-position: -45px 0px;
  background-size: 90px 100%;
}
.bl-home-baner .swiper-button-next:hover {
  width: 45px;
  height: 45px;
  background: url(../img/home-right-nav.png) no-repeat;
  background-position: 0px 0;
  background-size: 90px 100%;
}
.bl-home-baner,
.bl-home-baner .swiper-wrapper {
  width: 100%;
  height: 100vh;
}
.bl-home-baner .swiper-slide .bg {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.bl-home-baner .swiper-slide .bgText {
  width: 47%;
  max-width: 550px;
  position: absolute;
  z-index: 8;
  left: 12.88%;
  top: 26.1%;
}

.bl-footer .bl-footer-top {
  background-color: #F0EFEB;
  height: 80px;
  border-top: 2px solid #D8BB4F;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.bl-footer .bl-footer-body {
  background-color: white;
  padding: 40px 2.604%;
  display: flex;
  justify-content: space-between;
}
.bl-footer .bl-footer-body .bl-footer-body-left {
  width: 320px;
  color: #2F4259;
}
.bl-footer .bl-footer-body .bl-footer-body-left .bl-footer-body-left-text {
  margin-top: 20px;
  font-size: 14px;
}
.bl-footer .bl-footer-body .bl-footer-body-left .bl-footer-body-left-logo {
  width: 167px;
}
.bl-footer .bl-footer-body .bl-footer-body-right .bl-footer-body-right-qr {
  width: 129px;
}
.bl-footer .bl-footer-body .bl-footer-body-right .bl-footer-body-right-txt {
  color: #2F4259;
  font-size: 14px;
  text-align: center;
}
.bl-footer .bl-footer-body .bl-header-pc-bottom-menulist {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex: 1;
  padding: 0 32px;
  max-width: 1000px;
}
.bl-footer .bl-footer-body .bl-header-pc-bottom-menulist .bl-header-pc-bottom-menuitem {
  width: 16.667%;
}
.bl-footer .bl-footer-body .bl-header-pc-bottom-menulist .bl-header-pc-bottom-menuitem .menuitem-title {
  position: relative;
  font-weight: bold;
  font-size: 16px;
  color: #2F4259;
  padding-bottom: 20px;
  display: block;
}
.bl-footer .bl-footer-body .bl-header-pc-bottom-menulist .bl-header-pc-bottom-menuitem .menuitem-title::before {
  content: " ";
  display: block;
  height: 3px;
  background-color: #D8BB4F;
  position: absolute;
  bottom: 0;
  width: 30px;
}
.bl-footer .bl-footer-body .bl-header-pc-bottom-menulist .bl-header-pc-bottom-menuitem .menuitem-hover-chilcd {
  display: flex;
  flex-direction: column;
  margin-top: 18px;
}
.bl-footer .bl-footer-body .bl-header-pc-bottom-menulist .bl-header-pc-bottom-menuitem .menuitem-hover-chilcd .menuitem-hover-chilcd-item {
  display: block;
  padding: 8px 0;
  color: #2F4259;
  opacity: 0.7;
  transition: all 0.3s ease;
  font-size: 15px;
}
.bl-footer .bl-footer-body .bl-header-pc-bottom-menulist .bl-header-pc-bottom-menuitem .menuitem-hover-chilcd .menuitem-hover-chilcd-item:hover {
  opacity: 1;
  color: #E90026;
}
.bl-footer .bl-footer-fb {
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  color: white;
  background-color: #E90026;
  padding: 0 32px;
  text-align: center;
}

.bl-selected {
  height: 36px;
  border: 1px solid #C4BFAD;
  color: #707070;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  flex-flow: row;
  align-items: center;
  width: 233px;
  cursor: pointer;
  position: relative;
  margin: 0 16px;
}
.bl-selected .bl-selected-left {
  padding-left: 14px;
}
.bl-selected .bl-selected-right {
  padding-right: 14px;
}
.bl-selected .bl-selected-children {
  display: none;
  min-width: 100%;
  bottom: 100%;
  background-color: white;
  position: absolute;
  z-index: 20;
  flex-direction: column;
}
.bl-selected .bl-selected-children .bl-selected-childrencitem {
  padding: 12px 24px;
  color: #2F4259;
}
.bl-selected .bl-selected-children .bl-selected-childrencitem:hover {
  color: #D8BB4F;
}
.bl-selected:hover {
  border-color: #D8BB4F;
  color: #D8BB4F;
}
.bl-selected:hover .bl-selected-children {
  display: flex;
  animation: scaleAni 0.3s ease;
  transform-origin: 50% 100%;
}

@media screen and (min-width: 899px) {
  .bl-header-ml.static .bl-header-web-static {
    height: 70px;
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .bl-cbody .body .body-left.bl-home-newsCard .bl-home-newsCard-pagination .item {
    font-size: 14px !important;
  }
  .bl-header-web.static .bl-header-web-static {
    height: 109px;
    display: none;
  }
  .bl-home-baner .swiper-slide .bgText {
    left: calc((100% - 300px) / 2);
    width: 300px;
  }
  .bl-header-pc .bl-header-pc-bottom .bl-header-pc-bottom-right {
    display: none;
  }
  .bl-header-pc .bl-header-pc-bottom .bl-header-pc-bottom-mobilemenu {
    display: flex;
  }
  .bl-header-pc .bl-header-pc-top {
    height: 0px;
  }
  .bl-header-pc .bl-header-pc-top .bl-header-pc-top-menu {
    display: none;
  }
}
@media screen and (max-width: 1190px) {
  .bl-header-pc .bl-header-pc-bottom .bl-header-pc-bottom-left-logoText {
    display: none;
  }
}
@media screen and (max-width: 1300px) {
  .bl-header-pc .bl-header-pc-bottom .bl-header-pc-bottom-right .bl-header-pc-bottom-menulist .bl-header-pc-bottom-menuitem .menuitem-title {
    font-size: 17px;
  }
}
@media screen and (max-width: 1450px) {
  .bl-header-pc .bl-header-pc-bottom .bl-header-pc-bottom-left-logoText {
    width: 14.5724vw;
  }
}
@media screen and (max-width: 1080px) {
  .bl-footer .bl-footer-body {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .bl-footer .bl-footer-body .bl-header-pc-bottom-menulist,
  .bl-footer .bl-footer-top {
    display: none;
  }
}
@media screen and (max-width: 1550px) {
  .bl-header-pc .bl-header-pc-bottom .bl-header-pc-bottom-right .bl-header-pc-bottom-menulist .bl-header-pc-bottom-menuitem {
    margin: 18px;
  }
}
.bl-cbody {
  height: 85vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 700px;
  margin: auto;
}
.bl-cbody.b1 {
  background-image: url(../img/homenews-bgimg.png);
  background-size: 100% 100%;
  background-color: #F2F2F2;
}
.bl-cbody.b2 {
  background-image: url(../img/homedjd-imgbg.jpg);
  background-size: 100% 100%;
  background-color: white;
}
.bl-cbody .news-title {
  font-size: 40px;
  color: #D8BB4F;
  font-weight: bold;
  padding-bottom: 40px;
  width: 800px;
}
.bl-cbody .body {
  /* padding: 0px 2.604%; */
  padding: 0px 7.8%;
  display: flex;
  flex-flow: row nowrap;
}


.bl-cbody .body .body-left {
  flex-shrink: 0;
}
.bl-cbody .body .body-left.bl-home-newsCard {
  width: 800px;
  overflow: hidden;
  background-color: white;
  height: 518px;
  border-radius: 12px;
  box-shadow: 0 3px 16px rgba(0, 0, 0, 0.16);
  position: relative;
}
.bl-cbody .body .body-left.bl-home-newsCard .bl-home-newsCard-pagination {
  position: absolute;
  bottom: 100px;
  width: 100%;
  height: 70px;
  gap: 2px;
  display: flex;
  flex-wrap: nowrap;
  z-index: 5;
}
.bl-cbody .body .body-left.bl-home-newsCard .bl-home-newsCard-pagination .item {
  height: 100%;
  width: 14.28%;
  background-color: #D8BB4F;
  color: white;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  display: flex;
  flex-flow: column;
  justify-content: center;
  transition: all 0.2s ease;
  cursor: pointer;
}
.bl-cbody .body .body-left.bl-home-newsCard .bl-home-newsCard-pagination .item:nth-child(1) {
  background-color: rgb(233, 191, 36);
}
.bl-cbody .body .body-left.bl-home-newsCard .bl-home-newsCard-pagination .item:nth-child(2) {
  background-color: rgba(233, 191, 36, 0.9);
}
.bl-cbody .body .body-left.bl-home-newsCard .bl-home-newsCard-pagination .item:nth-child(3) {
  background-color: rgba(233, 191, 36, 0.75);
}
.bl-cbody .body .body-left.bl-home-newsCard .bl-home-newsCard-pagination .item:nth-child(4) {
  background-color: rgba(233, 191, 36, 0.65);
}
.bl-cbody .body .body-left.bl-home-newsCard .bl-home-newsCard-pagination .item:nth-child(5) {
  background-color: rgba(233, 191, 36, 0.55);
}
.bl-cbody .body .body-left.bl-home-newsCard .bl-home-newsCard-pagination .item:nth-child(6) {
  background-color: rgba(233, 191, 36, 0.45);
}
.bl-cbody .body .body-left.bl-home-newsCard .bl-home-newsCard-pagination .item:nth-child(7) {
  background-color: rgba(233, 191, 36, 0.35);
}
.bl-cbody .body .body-left.bl-home-newsCard .bl-home-newsCard-pagination .item:hover, .bl-cbody .body .body-left.bl-home-newsCard .bl-home-newsCard-pagination .item.hover {
  color: #D8BB4F;
  background-color: white;
}
.bl-cbody .body .body-left.bl-home-newsCard .swiper-slide {
  display: flex;
  flex-direction: column;
}
.bl-cbody .body .body-left.bl-home-newsCard .img {
  width: 100%;
  height: 418px;
}
.bl-cbody .body .body-left.bl-home-newsCard .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bl-cbody .body .body-left.bl-home-newsCard .txt {
  flex: 1;
  font-size: 20px;
  font-weight: bold;
  color: #414141;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  height: 100px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 100px;
  padding: 0 14px;
}
.bl-cbody .body .body-left.bl-home-newsCard .txt:hover {
  color: #D8BB4F;
}
.bl-cbody .body .body-right {
  width: calc(100% - 800px);
  overflow: hidden;
}
.bl-cbody .body .body-right .news-list-tabs {
  gap: 12px 24px;
  display: flex;
  justify-content: flex-end;
  padding-bottom: 40px;
}
.bl-cbody .body .body-right .news-list-tabs .item {
  height: 34px;
  line-height: 34px;
  padding: 0 24px;
  color: #414141;
  background-color: #D9D9D7;
  border-radius: 17px;
  display: inline-flex;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.2s linear;
}
.bl-cbody .body .body-right .news-list-tabs .item:hover, .bl-cbody .body .body-right .news-list-tabs .item.hover {
  background-image: linear-gradient(to right, #D8BB4F, #E90026);
  font-weight: bold;
  color: white;
}
.bl-cbody .body .body-right .news-listDR-tabs {
  gap: 12px 24px;
  display: flex;
  justify-content: flex-end;
}
.bl-cbody .body .body-right .news-listDR-tabs .item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-flow: row;
  flex-shrink: 0;
  cursor: pointer;
}
.bl-cbody .body .body-right .news-listDR-tabs .item .item-box {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 2px dotted #D8BB4F;
  background-color: white;
  display: inline-flex;
  position: relative;
  z-index: 2;
  transition: all 0.2s linear;
}
.bl-cbody .body .body-right .news-listDR-tabs .item .item-box .item-content {
  border-radius: 50%;
  width: 80%;
  height: 80%;
  margin: 10% 0 0 10%;
  background-color: #D8BB4F;
  color: white;
  font-size: 36px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  transition: all 0.2s linear;
}
.bl-cbody .body .body-right .news-listDR-tabs .item .item-txt {
  font-size: 18px;
  color: white;
  background-color: #D8BB4F;
  height: 40px;
  padding-right: 20px;
  padding-left: 40px;
  border-radius: 20px;
  line-height: 40px;
  position: relative;
  z-index: 1;
  margin-left: -20px;
}
.bl-cbody .body .body-right .news-listDR-tabs .item:hover .item-box, .bl-cbody .body .body-right .news-listDR-tabs .item.hover .item-box {
  border-color: #E90026;
}
.bl-cbody .body .body-right .news-listDR-tabs .item:hover .item-box .item-content, .bl-cbody .body .body-right .news-listDR-tabs .item.hover .item-box .item-content {
  background-color: #E90026;
}
.bl-cbody .body .body-right .news-listDR-tabs .item:hover .item-txt, .bl-cbody .body .body-right .news-listDR-tabs .item.hover .item-txt {
  /* background-color: #E90026; */
  background-image: linear-gradient(to right, #D8BB4F, #E90026);
}
.bl-cbody .body .body-right .bl-home-new-lists {
  height: 518px;
  position: relative;
  padding-left: 24px;
  margin-top: 24px;
}
@media screen and (max-width:900px) {
	.bl-cbody .body .body-right .bl-home-new-lists{
		padding-left: 0px !important;
		margin-top: 0px !important;
	}
}
.bl-cbody .body .body-right .bl-home-new-lists::before {
/*  content: " ";
  display: block;
  position: absolute;
  z-index: 1;
  width: 2px;
  height: 518px;
  background-color: #D8BB4F;
  left: 86px;
  opacity: 0.6;
  top: 20px; */
}
.bl-cbody .body .body-right .bl-home-new-lists-item {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  /* height: 112px; */
}
.bl-cbody .body .body-right .bl-home-new-lists-item .bl-home-new-lists-left {
  flex-shrink: 0;
  width: 72px;
  height: 72px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #717171;
  border-radius: 50%;
  background-color: white;
  box-shadow: 0 3px 16px rgba(0, 0, 0, 0.16);
  margin-right: 34px;
  margin-left: 50px;
  transition: all 0.2s ease;
  position: relative;
  z-index: 2;
}
.bl-cbody .body .body-right .bl-home-new-lists-item .bl-home-new-lists-left .bl-home-new-lists-left-title{
	flex: 1;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.bl-cbody .body .body-right .bl-home-new-lists-item .bl-home-new-lists-left .bl-home-new-lists-left-time {
	padding-right: 20px;
	flex-shrink: 0;
}
.bl-cbody .body .body-right .bl-home-new-lists-item .bl-home-new-lists-left .bl-home-new-lists-left-title,
.bl-cbody .body .body-right .bl-home-new-lists-item .bl-home-new-lists-left .bl-home-new-lists-left-time 
{
  font-size: 17px;
}
.bl-cbody .body .body-right .bl-home-new-lists-item .bl-home-new-lists-left .bl-home-new-lists-left-span {
  font-size: 14px;
}
.bl-cbody .body .body-right .bl-home-new-lists-item .bl-home-new-lists-right {
  transition: all 0.2s ease;
  padding: 10px 12px;
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.bl-cbody .body .body-right .bl-home-new-lists-item .bl-home-new-lists-right .bl-home-new-lists-rang {
  position: absolute;
  display: none;
  top: calc((100% - 16px) / 2);
  left: -16px;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  /* 三角形的上边 */
  border-bottom: 8px solid transparent;
  /* 三角形的下边 */
  border-right: 16px solid #D8BB4F;
  /* 三角形的左边 */
}
.bl-cbody .body .body-right .bl-home-new-lists-item .bl-home-new-lists-right .bl-home-new-lists-right-title

{
  font-size: 18px;
  color: #414141;
  display: flex;
  align-items: center;
  
}
.bl-cbody .body .body-right .bl-home-new-lists-item .bl-home-new-lists-right .bl-home-new-lists-right-title .rdc{
	display: block;
	font-size: 12px;
	margin-right: 10px;
	flex-shrink: 0;
	width: 8px;
	height: 8px;
	background: #414141;
	border-radius: 50%;
}
.bl-cbody .body .body-right .bl-home-new-lists-item .bl-home-new-lists-right:hover .rdc{
	background: white;
}
.bl-cbody .body .body-right .bl-home-new-lists-item .bl-home-new-lists-right .bl-home-new-lists-right-title .bl-home-new-lists-right-title-title{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	flex: 1;
}
.bl-cbody .body .body-right .bl-home-new-lists-item .bl-home-new-lists-right .bl-home-new-lists-right-time{
	font-size: 18px;
	color: #414141;
	flex-shrink: 0;
	padding-left: 20px;
}
.bl-cbody .body .body-right .bl-home-new-lists-item .bl-home-new-lists-right .bl-home-new-lists-right-span {
  color: #5D5D5D;
  font-size: 13px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 7px;
}
.bl-cbody .body .body-right .bl-home-new-lists-item:hover .bl-home-new-lists-left {
  background-color: #D8BB4F;
  color: white;
}
.bl-cbody .body .body-right .bl-home-new-lists-item:hover .bl-home-new-lists-right {
  background-image: linear-gradient(to right, #D8BB4F, #E90026);
}
.bl-cbody .body .body-right .bl-home-new-lists-item:hover .bl-home-new-lists-right .bl-home-new-lists-rang {
  display: block;
}
.bl-cbody .body .body-right .bl-home-new-lists-item:hover .bl-home-new-lists-right .bl-home-new-lists-right-span,
.bl-cbody .body .body-right .bl-home-new-lists-item:hover .bl-home-new-lists-right .bl-home-new-lists-right-title,
.bl-cbody .body .body-right .bl-home-new-lists-item:hover .bl-home-new-lists-right .bl-home-new-lists-right-time 
{
  color: white;
}
.bl-cbody .body .body-right .bl-home-new-lists-item:hover .bl-home-new-lists-right .bl-home-new-lists-right-title {
  font-weight: bold;
}
.bl-cbody.b2 {
  padding-bottom: 60px;
}
.bl-cbody.b2 .news-title {
  /* color: #E90026; */
  padding-bottom: 0;
}
.bl-cbody .bl-busBox {
  padding: 0px 7.8%;
  display: none;
}


.bl-cbody .bl-busBox.hover {
  display: block;
  animation: opactiyAni 0.5s linear;
}
.bl-cbody .bl-bus .bl-busitem {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
.bl-cbody .bl-bus .bl-busitem .bl-bus-left,
.bl-cbody .bl-bus .bl-busitem .bl-bus-right {
  height: 552px;
}
.bl-cbody .bl-bus .bl-busitem .bl-bus-left {
  max-width: 800px;
}
.bl-cbody .bl-bus .bl-busitem .bl-bus-left .bl-bus-left-con {
  color: #818181;
  font-size: 21px;
  line-height: 1.6;
}
.bl-cbody .bl-bus .bl-busitem .bl-bus-left .bl-bus-left-con .bl-bus-left-title {
  line-height: 1;
  font-size: 40px;
  color: #E90026;
  font-weight: bold;
  margin-bottom: 50px;
}
.bl-cbody .bl-bus .bl-busitem .bl-bus-left .bl-bus-left-con .content {
  text-indent: 28px;
}
.bl-cbody .bl-bus .bl-busitem .bl-bus-left .bl-bus-left-con .light {
  color: #D8BB4F;
  font-size: 20px;
}
.bl-cbody .bl-bus .bl-busitem .bl-bus-left .icon-temp {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-flow: row;
  grid-gap: 30px;
  max-width: 600px;
  margin: auto;
  /* 可选，用于设置元素之间的间距 */
  margin-top: 60px;
}
.bl-cbody .bl-bus .bl-busitem .bl-bus-left .icon-temp .icon-temp-icon {
  text-align: center;
}
.bl-cbody .bl-bus .bl-busitem .bl-bus-left .icon-temp .icon-temp-icon .icon-temp-span {
  font-size: 18px;
  color: #6f7d8f;
  margin-top: 15px;
}
.bl-cbody .bl-bus .bl-bus-right .bl-bus-right-box {
  width: 700px;
  background-image: url(../img/blBus-slider-bg.png);
  background-size: 700px 306px;
  background-position: 0px 130px;
  background-repeat: no-repeat;
  padding-bottom: 36px;
}
.bl-cbody .bl-bus .bl-bus-right .bl-bus-right-box .bl-bus-imgslider {
  margin-top: 90px;
  height: 400px;
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
}
.bl-cbody .bl-bus .bl-bus-right .bl-bus-right-box .bl-bus-imgslider .bl-bus-imgslider-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bl-cbody .bl-bus .bl-bus-right .bl-bus-right-box .bl-bus-right-nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 60px;
  padding: 0 90px;
}
.bl-cbody .bl-bus .bl-bus-right .bl-bus-right-box .bl-bus-right-nav .bl-bus-right-prev,
.bl-cbody .bl-bus .bl-bus-right .bl-bus-right-box .bl-bus-right-nav .bl-bus-right-nex {
  color: #D8BB4F;
  font-size: 36px;
  cursor: pointer;
  opacity: 0.5;
}
.bl-cbody .bl-bus .bl-bus-right .bl-bus-right-box .bl-bus-right-nav .bl-bus-right-prev:hover, .bl-cbody .bl-bus .bl-bus-right .bl-bus-right-box .bl-bus-right-nav .bl-bus-right-prev.hover,
.bl-cbody .bl-bus .bl-bus-right .bl-bus-right-box .bl-bus-right-nav .bl-bus-right-nex:hover,
.bl-cbody .bl-bus .bl-bus-right .bl-bus-right-box .bl-bus-right-nav .bl-bus-right-nex.hover {
  opacity: 1;
}
.bl-cbody .bl-bus .bl-bus-right .bl-bus-right-box .bl-bus-right-nav .bl-bus-right-c {
  flex: 80%;
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
}
.bl-cbody .bl-bus .bl-bus-right .bl-bus-right-box .bl-bus-right-nav .bl-bus-right-item {
  height: 4px;
  background-color: #D8BB4F;
  width: 50px;
  border-radius: 6px;
  margin: 0 10px;
  cursor: pointer;
  opacity: 0.5;
}
.bl-cbody .bl-bus .bl-bus-right .bl-bus-right-box .bl-bus-right-nav .bl-bus-right-item:hover, .bl-cbody .bl-bus .bl-bus-right .bl-bus-right-box .bl-bus-right-nav .bl-bus-right-item.hover {
  opacity: 1;
}

@keyframes opactiyAni {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.bl-zhuanti {
  height: 600px;
  background-image: url(../img/home-dz-bg.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.bl-zhuanti .bl-zhuanti-title {
  font-size: 40px;
  color: #D8BB4F;
  writing-mode: vertical-rl;
  position: absolute;
  left: 2.604%;
  letter-spacing: 10px;
  font-weight: bold;
}

@media screen and (max-width: 1650px) {
  .bl-cbody .bl-bus .bl-bus-right .bl-bus-right-box {
    width: 600px;
    background-image: url(../img/blBus-slider-bg.png);
    background-size: 600px 306px;
    background-position: 0px 130px;
    background-repeat: no-repeat;
    padding-bottom: 36px;
  }
}
@media screen and (max-width: 1450px) {
  .bl-cbody .bl-bus .bl-bus-right .bl-bus-right-box {
    margin-left: 45px;
  }
  .bl-cbody .news-title {
    width: 600px;
  }
  .bl-cbody .body .body-left, .bl-cbody .body.bl-home-newsCard {
    width: 600px !important;
  }
  .bl-cbody .body .body-right {
    width: calc(100% - 600px);
  }
}
@media screen and (max-width: 1100px) {
  .bl-cbody .bl-bus .bl-bus-right .bl-bus-right-box {
    width: 450px;
    background-image: url(../img/blBus-slider-bg.png);
    background-size: 450px 300px;
    background-position: 0px 40px;
    background-repeat: no-repeat;
    padding-bottom: 0px;
  }
  .bl-cbody .bl-bus .bl-bus-right .bl-bus-right-box .bl-bus-imgslider {
    height: 300px;
  }
  .bl-cbody .news-title {
    width: 450px;
  }
  .bl-cbody .body .body-left, .bl-cbody .body.bl-home-newsCard {
    width: 450px !important;
  }
  .bl-cbody .body .body-right {
    width: calc(100% - 50px);
  }
}
@media screen and (max-width: 900px) {
  .bl-zhuanti .bl-zhuanti-title {
    writing-mode: inherit;
    position: static;
    font-size: 28px;
    margin-bottom: 24px;
  }
  .bl-cbody .bl-bus .bl-bus-right .bl-bus-right-box .bl-bus-imgslider {
    margin-top: 30px;
  }
  .bl-cbody .bl-bus .bl-bus-right .bl-bus-right-box .bl-bus-imgslider {
    height: 230px;
  }
  .bl-cbody .bl-bus .bl-busitem {
    display: flex;
    flex-direction: column;
  }
  .bl-cbody .bl-bus .bl-busitem .bl-bus-left,
  .bl-cbody .bl-bus .bl-busitem .bl-bus-right {
    width: calc(100vw - 5.208%);
  }
  .bl-cbody .bl-bus .bl-bus-right .bl-bus-right-box {
    margin-left: 0;
  }
  .bl-cbody .bl-bus .bl-bus-right .bl-bus-right-box {
    width: calc(100vw - 5.208%);
    background-image: url(../img/blBus-slider-bg.png);
    background-size: calc(100vw - 5.208%) 230px;
    background-position: 0px 28px;
    background-repeat: no-repeat;
    padding-bottom: 36px;
  }
  .bl-cbody .bl-bus .bl-busitem .bl-bus-left,
  .bl-cbody .bl-bus .bl-busitem .bl-bus-right {
    height: auto;
  }
  .bl-cbody.b2 {
    padding-bottom: 0;
  }
  .bl-cbody .bl-bus .bl-bus-right .bl-bus-right-box .bl-bus-right-nav {
    padding: 0 32px;
    margin-top: 30px;
  }
  .bl-home-baner,
  .bl-home-baner,
  .bl-home-baner .swiper-wrapper {
    height: 80vh;
    position: relative;
  }
  .bl-cbody .body .body-right .bl-home-new-lists-item .bl-home-new-lists-left {
    margin-left: 2%;
    margin-right: 24px;
  }
  .bl-cbody .body .body-right .bl-home-new-lists::before {
    left: calc(36px + 2%);
  }
  .bl-cbody .body .body-left.bl-home-newsCard {
    height: 440px;
  }
  .bl-cbody .body .body-left.bl-home-newsCard .img {
    height: 368px;
  }
  .bl-cbody .body .body-left.bl-home-newsCard .bl-home-newsCard-pagination {
    bottom: 72px;
  }
  .bl-cbody .body .body-right .news-listDR-tabs {
    padding-bottom: 24px;
  }
  .bl-cbody .bl-bus .bl-busitem .bl-bus-left .bl-bus-left-con .bl-bus-left-title {
    font-size: 28px;
	letter-spacing: 19px;
  }
  
  @media screen and (max-width:900px){
  	.bl-cbody .bl-bus .bl-busitem .bl-bus-left .bl-bus-left-con .bl-bus-left-title {
  		letter-spacing: 14px;
  	}
  }
  .bl-cbody .bl-bus .bl-busitem .bl-bus-left .bl-bus-left-con .bl-bus-left-title {
    width: 100%;
  }
  .bl-cbody .body .body-left.bl-home-newsCard .txt {
    height: 72px;
    line-height: 72px;
  }
  .bl-cbody .bl-bus .bl-busitem .bl-bus-left .bl-bus-left-con .bl-bus-left-title {
    margin-bottom: 24px;
  }
  .bl-cbody .bl-bus .bl-busitem .bl-bus-left .bl-bus-left-con .content {
    font-size: 16px;
    padding: 0;
    margin: 0;
    display: block;
    width: auto !important;
  }
  .bl-cbody.b1 .body .body-right {
    padding-bottom: 56px;
  }
  .bl-cbody {
    height: auto;
  }
  .bl-cbody .news-title {
    width: 100%;
  }
  .bl-cbody .body {
    display: flex;
    flex-direction: column;
  }
  .bl-cbody .body .news-title {
    font-size: 28px;
    padding-bottom: 24px;
    padding-top: 24px;
  }
  .bl-cbody .body .body-left, .bl-cbody .body.bl-home-newsCard {
    width: 100% !important;
  }
  .bl-cbody .body .body-right {
    width: 100%;
  }
  .bl-cbody .body .body-right .news-list-tabs {
    padding-bottom: 24px;
    padding-top: 24px;
  }
  .bl-cbody .body .body-right .news-listDR-tabs {
    gap: 12px 12px;
    display: flex;
    justify-content: flex-end;
  }
  .bl-cbody .body .body-right .news-listDR-tabs .item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-flow: row;
    flex-shrink: 0;
    cursor: pointer;
  }
  .bl-cbody .body .body-right .news-listDR-tabs .item .item-box {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px dotted #D8BB4F;
    background-color: white;
    display: inline-flex;
    position: relative;
    z-index: 2;
    transition: all 0.2s linear;
  }
  .bl-cbody .body .body-right .news-listDR-tabs .item .item-box .item-content {
    border-radius: 50%;
    width: 80%;
    height: 80%;
    margin: 10% 0 0 10%;
    background-color: #D8BB4F;
    color: white;
    font-size: 24px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    transition: all 0.2s linear;
  }
  .bl-cbody .body .body-right .news-listDR-tabs .item .item-txt {
    font-size: 14px;
    color: white;
    background-color: #D8BB4F;
    height: 40px;
    padding-right: 16px;
    padding-left: 26px;
    border-radius: 20px;
    line-height: 40px;
    position: relative;
    z-index: 1;
    margin-left: -20px;
  }
}

@media (min-width: 901px) and (max-width: 1250px) {
  .bl-cbody .bl-bus .bl-busitem .bl-bus-left{
    height: 673px;
  }
}
.swiper-pagination-lunbo{
	bottom:120px !important;position:absolute;z-index:11;width:auto;text-align:right;
}
@media screen and (max-width: 900px){
	.swiper-pagination-lunbo{
		bottom:80px !important;
	}
}
.swiper-pagination-lunbo .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{
	background-color: #D8BB4F;
}

#certify {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}

#certify .swiper-container {
  padding-bottom: 60px;
  height: 272px;
}

#certify .swiper-slide {
  width: 520px;
  height: 272px;
  box-shadow: 0 8px 30px #ddd;
}

#certify .swiper-slide img {
  display: block;
  border-radius: 12px;
}

#certify .swiper-pagination {
  width: 100%;
  bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
  height: 4px;
  background-color: #D8BB4F;
  width: 50px;
  border-radius: 6px;
  margin: 0 10px;
  cursor: pointer;
  opacity: 0.5;
}

.bl-home-baner .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background: #D8BB4F !important;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
  opacity: 1;
}

#certify .swiper-button-prev {
  left: -30px;
  width: 45px;
  height: 45px;
  background: url(../img/home-left-nav.png) no-repeat;
  background-position: -45px 0px;
  background-size: 90px 100%;
}

#certify .swiper-button-prev:hover {
  background-position: 0px 0px;
  background-size: 90px 100%;
}

#certify .swiper-button-next {
  right: -30px;
  width: 45px;
  height: 45px;
  background: url(../img/home-right-nav.png) no-repeat;
  background-position: -45px 0px;
  background-size: 90px 100%;
}

#certify .swiper-button-next:hover {
  right: -30px;
  width: 45px;
  height: 45px;
  background: url(../img/home-right-nav.png) no-repeat;
  background-position: 0px 0;
  background-size: 90px 100%;
}

@media screen and (max-width: 1300px) {
  #certify {
    width: 900px;
  }
  #certify .swiper-container {
    padding-bottom: 60px;
    height: 217.6px;
  }
  #certify .swiper-slide {
    width: 416px;
    height: 217.6px;
    box-shadow: 0 8px 30px #ddd;
  }
}
@media screen and (max-width: 900px) {
  .bl-zhuanti {
    height: 320px;
    display: flex;
  }
  #certify {
    width: 96vw;
  }
  .swiper-wrapper {
    height: 40.032vw;
  }
  #certify .swiper-container {
    padding-bottom: 40px;
    height: 40.032vw;
    width: 100%;
  }
  #certify .swiper-slide {
    width: 100%;
    height: 40.032vw;
    background: #fff;
    box-shadow: 0 8px 30px #ddd;
    border-radius: 12px;
  }
  #certify .swiper-slide img {
    width: 100%;
    height: auto;
    margin: auto;
  }
  #certify .swiper-button-next,
  #certify .swiper-button-prev {
    display: none;
  }
  #certify .swiper-pagination-bullets {
    bottom: 0px;
  }
  #certify .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 10px;
    margin: 0 6px;
  }
}
@media screen and (max-width: 400px) {
  .bl-cbody .body .body-right .news-list-tabs {
    gap: 12px 12px;
  }
  .bl-cbody .body .body-right .news-list-tabs .item {
    font-size: 14px !important;
  }
}/*# sourceMappingURL=public.css.map */


@media screen and (max-width:1440px) {
	.bl-cbody .body{
		padding: 0px 2.604%;
	}
	.bl-cbody .bl-busBox{
		padding: 0px 2.604%;
	}
}


.bl-busBox-item-0 .bl-bus .bl-busitem .bl-bus-left .icon-temp {
	grid-template-columns: repeat(3, 1fr) !important;
	margin-top: 0px !important;
}
.bl-busBox-item-0 .bl-bus .bl-busitem .bl-bus-left .icon-title{
	font-size: 24px;
	padding: 32px 0;
	color: #2f4259;
	opacity: 0.7;
}