.banner {
  padding-top: 0;
}

.pagesize {
  width: 92%;
  margin: 0.34rem auto;
}

.location {
  width: 100%;
  margin-bottom: .2rem;
  border-bottom: none;
}

/*细览页*/
.heading {
  width: 100%;
  font-size: .32rem;
  margin-top: .3rem;
}

.heading b {
  width: 100%;
  font-size: .4rem;
  line-height: .6rem;
}

.heading .message {
  margin-top: .3rem;
}

.heading span {
  height: .5rem;
  line-height: .5rem;
  margin: 0;
}

.showcontent {
  width: 100%;
  font-size: 0.32rem !important;
}

.showcontent img {
  max-width: 100% !important;
  height: auto;
}

.showcontent>*,
.showcontent>*>*,
.showcontent>*>*>*,
.showcontent>*>*>*>*,
.showcontent>*>*>*>*>* {
  font-size: 0.32rem !important;
  line-height: .55rem;
}
/*通用概览页*/
.nav {
    display: none;
}
.box {
    min-height: auto;
}
.showlist {
    width: 100%;
    min-height: auto;
}

.showlist ul li {
    width: 100%;
    height: .8rem;
    line-height: .8rem;
    margin-top: 0;
}

.showlist ul li a {
    width: 70%;
    height: auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
}
.showlist ul li span{
  width: 27%;
}
.showlist-box {
    display: inline-block;
    width: 48%;
    margin-right: 2%;
    margin-bottom: 0.2rem;
}
.showlist-box:nth-child(2n){
  margin-right:0;
}
.showlist-title {
    background: url(/pub2025_m/tit_bg2_m.png) no-repeat;
    border-left: none;
    border-right: none;
    color: #79161b;
    width: 100%;
    height: 1rem;
    line-height: 1rem;
    text-indent: 0;
    text-align: center;
    margin-top: 0.2rem;
    background-size: 100% 100%;
}

/*网站地图*/
.wzdt-main dt{
  font-size: 0.35rem !important;
}
.wzdt-main dl{
  font-size: 0.32rem !important;
}
