body{
background-color:#fff;
}
.banner {
width: 100%;
height: 240px;
background: url(banner.png) center center no-repeat;
margin-bottom: 58px;
line-height: 170px;
background-size: 100% 100%;
}

.clear::after {
content: "";
display: block;
clear: both;
}

.banner p {
width: 1200px;
margin: 0 auto;
font-size: 40px;
font-weight: 400;
color: #FFFFFF;
height: 240px;
line-height: 240px;
font-weight: 400;
}

.ztList {
width: 1200px;
margin: 0 auto;
padding-bottom:60px;
min-height:300px;
}
.ztList *{
color: #333333 !important;
}
.ztList .lmTit {
width: 1200px;
padding-bottom: 26px;
border-bottom: 2px solid rgb(172, 172, 172);
font-size: 32px;
font-weight: 500;
color: #333333;
margin-bottom: 30px;
}
table tr td *{
color:#333 !important;
font-weight:400 !important;
}



@media screen and (max-width: 767px) {
.banner {
height: 3rem;
margin-bottom: 0.58rem;
line-height: 1.7rem;
padding-left: 0.3rem;
display: flex;
align-items: center;
}
.banner p {
width: 100%;
height: auto;
font-size: 0.52rem;
line-height: 0.6rem;
margin-bottom: 0.24rem;
}
.ztList * {
font-size: 0.24rem;
}
.ztList {
width: 100%;
padding: 0 0.24rem 0.3rem 0.24rem;
min-height: 5rem;
}
.ztList .lmTit {
width: 100%;
padding-bottom: 0.26rem;
border-bottom: 0.02rem solid rgb(172, 172, 172);
font-size: 0.32rem;
margin-bottom: 0.3rem;
}
}