@media screen and (max-width: 1200px) {
    .pcshow{
        display: none !important;
    }
    .pc-title-logo{
        display: flex;
        flex-direction: row;
        align-items: center;
        height: 1rem !important;
        width: 100% !important;
        padding: 0 0 0 0.1rem !important;
    }
    .pc-imgfit-left{
        width: 100% !important;
        justify-content: flex-start !important;
    }
    .pc-left-logo{
        height: 1rem !important;
        width: 3rem !important;
    }
    .pc-rightitem{
        margin-left: 0.2rem;
    }
    .pc-rightitem a{
        font-size: 0.35rem !important;
        margin-right: 0.2rem !important;
    }
    .pc-rightitem a:hover{
        color: #2e83e3;
        text-decoration: none;
    }
    .pc-banner{
        background: url("/static/zt/img/zw_gazx_bmrsm.jpg") no-repeat top center !important;
        background-size: 100% 3rem !important;
        width: 100%;
        height: 3rem !important;
    }
    .pc-banner-title{
        height: 3rem !important;
        font-size: 0.5rem !important;
    }
    .nav{
        height:auto !important;
    }
    .nav-list{
        width: 100% !important;
         flex-wrap: wrap !important;
    }

    .nav-list .name{
        width: 25% !important;
       
    }
    .nav-list .name a{
        height: auto !important;
        font-size: 0.4rem !important;
        padding: 0.2rem 0 !important;
    }
    .content-bg{
        width: 100% !important;
        margin:0.2rem auto !important;
    }
    .content-top{
        width: 100%;
        font-size: 0.5rem !important;
        padding: 0.2rem 0 !important;
    }
    .content-top p{
        padding: 0.1rem 0 !important;
    }
    .content-top .time{
       font-size: 0.4rem !important;
    }
    .content-table{
        font-size: 0.25rem !important;
        margin-bottom: 0.3rem !important;
    }

    .content-table table th {
        line-height: 0.8rem !important;
        font-size: 0.3rem !important;
        font-weight: normal !important;
    }
    .oktable table th {
        font-weight: normal !important;
        line-height: 0.5rem !important;
    }
    .content-table table tr:hover {
        background: #FDE5DF;
    }
    .content-table table tr:hover td {
        background: none;
    }
    .content-table table td {
       line-height: 0.8rem !important;
        font-size: 0.3rem !important;
    }
    .oktable table td {
        width: 0% !important;
    }
    .content-table table .city {
        color: #E6343D;
    }
    .content-table table .zw  {
        display: none !important;
    }
    .content-table table .xuhao {
        display: none !important;
    }
    .content-table table .zwname {
        display: none !important;
    }
    .content-table table .unit {
        width: 0% !important;
        padding-left: 0.1rem !important;
    }
    .content-table table .detail {
        color: #009688 !important;
        background: none !important;
        border-radius: 0 !important;
        padding: 0.1rem !important;
    }
    .pc-table-zy{
        max-width: 2rem !important;
    }
     .mianze{
        margin: 0.1rem 0 !important;
    }
    .mianze .mzsm{
        font-size: 0.3rem !important;
        margin: 0 0.3rem !important;
    }
}
* {
    margin: 0;
    padding: 0;
}
body,html{
    width: 100%;
    height: auto !important;
}
.pc-title-logo{
    width: 1200px;
    height: 40px;
    background-color: #fff;
    box-sizing: border-box;
    /* padding: 0 140px; */
}
.pc-imgfit-left{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.pc-left-logo{
    height: 35px;
    width: 114px;
}
.pc-rightitem{
    display: flex;
    flex-direction: row;
}
.pc-rightitem a{
    color: #333;
    font-size: 14px;
    text-decoration: none;
    margin-right: 20px;
}
.pc-rightitem a:hover{
    color: #2e83e3;
    text-decoration: none;
}

.pc-banner{
    background: url("/static/zt/img/zw_gazx_bmrs.jpg") no-repeat top center;
    background-size: 1920px 300px;
    width: 100%;
    height: 300px;
}
.pc-banner-title{
     height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    text-shadow: 0 2px 1px rgb(112 112 112 / 25%);
    font-size: 48px;
}
.pc-banner-title p{
    color: #fff;
}
.pc-banner-title strong{
    color: #fff;
}
.nav{
    width: 100%;
    height: 45px;
    background: linear-gradient(218deg, #57BAFF, #68BEFA);
    color: #fff;
}
.nav-list{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
}

.nav-list .name{
    width: 12.5%;
    margin: 0 auto;
}
.nav-list .name a{
    width: 100%;
    height: 45px;
    color: #fff;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-decoration: none;
}
.nav-list .name .other{
    color: #ff0;
}
.content-bg{
    width: 1200px;
    margin:10px auto;
}
.content-top{
    width: 100%;
    font-size: 24px;
    color: #fff;
    background: #2e83e3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    box-sizing: border-box;
}
.content-top p{
    padding: 5px 0;
}
.content-top .time{
    font-size: 16px;
}
.content-table{
    width: 100%;
    font-size: 16px;
    margin-bottom: 10px;
}
.content-table table {
  width: 100%;
}

.content-table table th {
  width: 12.5%;
  border: 1px solid #dedede;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  background: #eeeded;
}
.oktable table th {
    width: 10%;
}
.content-table table tr:hover {
    background: #D8E8F3;
}
.content-table table tr:hover td {
    background: none;
}
.content-table table td {
  width: 12.5%;
  border: 1px solid #dedede;
  line-height: 40px;
  text-align: center;
  background: #fff;
}
.oktable table td {
  width: 10%;
}
.content-table table .city {
  color: #E6343D;
}
.content-table table .unit {
  padding-left: 5px;
  box-sizing: border-box;
  text-align: left;
}
.content-table table .zwname {
  padding-left: 5px;
  box-sizing: border-box;
  text-align: left;
}
.content-table table .detail {
  width: 100%;
  color: #fff;
  background: #009688;
  border-radius: 30px;
  padding: 3px 20px;
  box-sizing: border-box;
  text-decoration: none;
}
.table tr:hover .pc-table-zy{
    text-overflow:ellipsis;
    overflow:visible; 
    visibility: visible;
    white-space: normal; 
}
.pc-table-zy{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 150px;
}
.show{
    color: #E6343D;
      background: #eeeded !important;
}
.mianze{
    margin-top: 10px;
    width: 100%;
    
}
.mianze .mzsm{
    color: #E6343D;
    font-size: 12px;
}