.bmzb_tit {
	margin-top: 15px;
	border-bottom: 1px solid #EAEAEA;
	margin-bottom: 15px;
	padding-bottom: 5px;
}
.bmzb_tit a {
	line-height: 38px;
    font-size:  1.1rem;
    font-weight: bold;
    color: #0984ef;
    border-bottom: 2px solid #0984ef;
    padding-bottom: 9px;
}
.bmzb_list {
	
}
.bmzb_list ul {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.bmzb_list ul li {
    margin: 10px 5px 5px 5px;
    width: 23%;
   /* line-height: 40px;
    height: 40px;*/
    font-size: 1rem;
    border: 1px solid #efefef;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    line-height: 2rem;
    height: 4rem;
}
.bmzb_list ul li a {
	font-size: 1rem;
	color: #3f3f3f;
}
.bmzb_list ul li a:hover {
	color: #2b63b0;
}

.banner{
    background: linear-gradient(to bottom, #0984ef, #49b4ff);
    height: 90px;
    text-align: center;
    font-size:  1.6rem;
    line-height: 90px;
    color: #fff;
    border-radius: 8px;
   margin: 15px 0;
    }


@media only screen and (min-width: 769px) and (max-width: 1234px){
.bmzb_list ul li {
	width: 31%!important;
}
	  
}

@media (max-width: 768px) {
.bmzb_list ul li {
	width: 42%!important;
}

.banner {
height: 50px!important;
line-height: 50px!important;
font-size:  1.4rem!important;
}


}