.banner-box{
  position: relative;
  background: url('/images/bmfw_banner2024.png') center center no-repeat;
  background-size: auto 100%;
}
.banner-content {
  padding-top: 30px;
}
.banner-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.banner-title .more-btn {
  font-size: 16px;
	color: #666666;
}
.banner-title .more-btn span {
	color: #2d8ffa;
}
.banner-sjgl .b-content{
  width: 100%;
	/* height: 331px; */
  box-shadow: 0 0 15px #f1f1f1;
  margin-top: 24px;
  padding: 20px 18px 30px;
  box-sizing: border-box;
}
.b-content .content-item {
  display: flex;
}
.b-content .content-item .date-box {
  border-right: 1px solid #c6d0db;
  width: 95px;
  padding-top: 22px;
}
.b-content .content-item:first-child .date-box {
  padding-top: 0;
}
.b-content .content-item .date {
  width: 100%;
	height: 80px;
	background-color: #fff;
  color: #778089;
  font-size: 16px;
  text-align: center;
  padding: 8px 19px;
  box-sizing: border-box;
  line-height: 32px;
  position: relative;
  padding-top: 5px;
}
.b-content .content-item .date span {
  font-size: 24px;
  font-weight: 800;
}
.b-content .content-item .date .day {
  border-bottom: 1px solid #778089;
}
.b-content .content-item .date .circle {
  position: absolute;
  right: -4px;
  top: 39px;
  width: 7px;
	height: 7px;
  border-radius: 100%;
	background-color: #0d7bff;
}
.b-content .content-item:hover .date {
	background-color: #0d7bff;
  color: #fff;
}
.b-content .content-item:hover .date .day {
  border-bottom: 1px solid #fff;
}
.b-content .content-item:hover .date .circle {
  position: absolute;
  right: 0;
  top: 39px;
}

.b-content .content-item .text {
  flex: 1;
	height: 80px;
  background-color: #fff;
  padding: 12px 24px;
  box-sizing: border-box;
  margin-top: 22px;
}
.b-content .content-item:first-child .text {
  margin-top: 0;
}
.b-content .content-item .text h2 {
  font-size: 20px;
  width: 1020px;
	color: #000000;
  font-weight: 800;
  margin-bottom: 8px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.b-content .content-item .text p {
  width: 1020px;
  font-size: 16px;
	color: #999999;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.b-content .content-item:hover .text {
  background-color: rgba(13, 123, 255, .06);
}
.b-content .content-item:hover .text h2 {
  color: #0d7bff;
}
.b-content .content-item:hover .text p {
  color: #000;
}
.banner-bmfw {
  width: 100%;
  background: url('/images/bmfw_bg2024.png') center center no-repeat;
  background-size: 100% 100%;
}
.banner-bmfw .bmfw-content {
  /*height: 814px;*/
  overflow: hidden;
  display: flex;
  align-items: flex-start;
}
.layui-panel {
  width: 200px;
  border: 0;
  box-shadow: none;
  background-color: unset;
  box-sizing: border-box;
}
#bmfw-menu {
  padding-bottom: 1px;
  background: transparent;
  height: auto!important;
  max-height: calc(100vh - 400px);
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
  padding-right: 2px;
}
#bmfw-menu:before{
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  right: 1px;
  top: 0;
  background-color: #e1e1e1;
  /*display: none;*/
}

.layui-menu li {
  font-size: 22px;
  color: #333;
  line-height: 35px;
  padding-top: 0;
  padding-bottom: 0;
  margin: 40px 0;
  background: transparent!important;
  position: relative;
}
.layui-menu li:first-of-type{
  margin-top: 15px;
}
.layui-menu .layui-menu-item-checked:after {
  position: absolute;
  right: -1px;
  border-right: 3px solid #0176ff;
}
.layui-menu .layui-menu-item-checked .layui-menu-body-title {
  color: #0176ff;
  font-weight: 800;
}
.layui-menu .layui-menu-item-checked, .layui-menu .layui-menu-item-checked2 {
  background-color: unset!important;
}
.layui-menu li .layui-menu-body-title {
  display: flex;
  align-items: center;
  margin: -5px 0 -5px -14px;
}
.layui-menu li .layui-menu-body-title a:hover{
  background: transparent;
}
.layui-menu li .layui-menu-body-title .img-box {
  width: 35px;
	height: 35px;
  border-radius: 100%;
	background-color: #e3edff;
  margin-right: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.layui-menu-body-title{
  padding: 0;
}
.layui-menu li{
  padding-right: 10px;
}
.layui-menu li .layui-menu-body-title .img-box img {
	width: 25px;
}
.layui-menu li .layui-menu-body-title .img-box .active {
  display: none;
}
.layui-menu .layui-menu-item-checked .layui-menu-body-title .img-box .active {
  display: inline-block;
}
.layui-menu .layui-menu-item-checked .layui-menu-body-title .img-box {
	background-color: #629efe;
}
.layui-menu .layui-menu-item-checked .layui-menu-body-title .img-box .default {
  display: none;
}
.banner-bmfw .bmfw-content{
  margin-top: 30px;
}
.bmfw-content .c-right {
  flex: 1;
  padding-left: 30px;
  /*height: 814px;*/
  overflow-y: auto;
}
.bmfw-content .c-right .c-item {
  overflow: hidden;
}
.bmfw-content .c-right .c-item h3 {
  font-size: 24px;
	color: #000000;
  margin: 14px 0 32px;
  font-weight: bold;
}
.bmfw-content .c-right .c-item:first-of-type h3{
  margin-top: 5px;
}
.bmfw-content .c-right .c-item ul li {
  width: 295px;
	height: 50px;
	line-height: 50px;
	background-color: #ffffff;
  box-sizing: border-box;
  float: left;
  margin: 0 30px 32px 0;
}
.bmfw-content .c-right .c-item ul li:nth-child(3n) {
  margin-right: 0;
}
.bmfw-content .c-right .c-item ul li a{
  font-size: 18px;
	color: #434343;
  padding: 0 19px;
  height: 100%;
  width: 100%;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.banner-sjgl {
  margin-top: 0;
}
.banner-content {
  padding-bottom: 61px;
}
.code-modal {
  width: 622px;
  height: 633px;
	border-radius: 4px;
  overflow: hidden;
}
.code-modal .modal-tit img {
  width: 100%;
	height: 171px;
}
.modal-content p {
  width: 496px;
	height: 48px;
	background-color: #f1f8ff;
	border-radius: 24px;
  font-size: 20px;
	line-height: 48px;
	letter-spacing: 1px;
	color: #2789ee;
  text-align: center;
  margin: 30px auto;
  box-sizing: border-box;
}
/* #qrcode {
  width: 307px;
	height: 307px;
	border: solid 1px #d2d8de;
  margin: 0 auto;
} */
.layui-layer-page .layui-layer-content {
  overflow: visible;
}
@media screen and (max-width: 768px) {
  .banner-content{
    padding-bottom: .3rem;
    padding-top: .2rem;
  }
  .banner-sjgl .b-content{
    margin-top: 0.1rem;
    box-shadow: 0 0 0.2rem #f1f1f1;
    padding: 0.3rem 0.25rem;
  }
  .b-content .content-item .date-box{
    flex: none;
    width: 1.2rem;
    padding-top: .3rem;
  }
  .b-content .content-item .date{
    height: auto;
    font-size: .26rem;
    line-height: .5rem;
    padding: .1rem 0.2rem .1rem 0;
  }
  .b-content .content-item .date span{
    font-size: .34rem;
  }
  .b-content .content-item .text h2{
    width: 100%;
    font-size: .32rem;
    margin-bottom: 0.05rem;
  }
  .b-content .content-item .text{
    padding: 0.1rem 0 0.1rem 0.2rem;
    height: auto;
    margin-top: 0.3rem;
    width: calc(100% - 1.2rem);
  }
  .b-content .content-item .date .circle{
    width: 0.1rem;
    height: 0.1rem;
    top: 50%;
    right: -0.06rem;
    transform: translateY(-50%);
  }
  .b-content .content-item .text p{
    width: 100%;
    font-size: .3rem;
  }
  .banner-bmfw{
    background-size: auto 100%;
    background-position: center top;
  }
  .banner-bmfw .bmfw-content{
    margin-top: .1rem;
    padding: 0 .25rem;
    width: 100%;
    height: auto;
    flex-wrap: wrap;
    display: block;
  }
  .layui-panel{
    width: 100%;
  }
  #bmfw-menu{
    background: transparent;
    display: flex;
    flex-wrap: wrap;
    padding-right: 0;
    max-height: none;
  }
  #bmfw-menu:before{
    display: none;
  }
  .layui-menu li:first-of-type{
    margin-top: 0;
  }
  .layui-menu .layui-menu-item-checked:after{
    display: none;
  }
  .layui-menu li .layui-menu-body-title .img-box{
    width: 0.6rem;
    height: 0.6rem;
    margin-right: 0.2rem;
  }
  .layui-menu li .layui-menu-body-title .img-box img{
    width: .4rem;
  }
  .layui-menu li{
    padding-right: 0;
    line-height: .8rem;
    font-size: .34rem;
    margin: 0 0 0.3rem;
    width: 48%;
  }
  .layui-menu li:nth-of-type(2n+1){
    margin-right: 4%;
  }
  .bmfw-content .c-right{
    padding-left: 0;
    border-left-color: transparent;
    height: auto;
  }
  .bmfw-content .c-right .c-item:first-of-type h3{
    margin-top: 0;
  }
  .bmfw-content .c-right .c-item h3{
    font-size: .38rem;
    margin: 0.15rem 0 0.3rem;
  }
  .bmfw-content .c-right .c-item ul li{
    width: 100%;
    float: none;
    height: 0.8rem;
    line-height: .8rem;
    margin: 0 0 0.3rem;
  }
  .bmfw-content .c-right .c-item ul li a{
    font-size: .32rem;
    padding: 0 0.25rem;
  }
}
