body{
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-family: "Microsoft YaHei", "SimSun", Arial;
    background-size: contain;
}

.guidang{
    position: absolute;
    right: 0;
    top: 380px;
    z-index: 999;
  }
  .guidang img {
    width:120px;
  }

.logo a img{
    width: 300px;
}

.list_main{
    width: 100%;
    background: url(../images/fdbnlqhxzc.png) no-repeat top;
    background-size: initial;
}
.list_header{
    width: 1200px;
    height: 379px;
    margin: 0 auto;
    position: relative;
}

.list_list{
    width: 1200px;
    margin: 0 auto;
    padding: 15px;
    background-color: #fff;
}
.list_title{
    width: 100%;
    margin: 25px 0 0;
    background-color: #ebebeb;
}
.list_title p{
    display: inline-block;
    font-size: 20px;
    color: #fff;
    padding: 10px 15px;
    background-color: #147dda;
}

.list_box{
    width: 100%;
    min-height: 666px;
}
.list_box ul{
    margin: 10px 0 0;
}
.list_box ul li{
    width: 100%;
    /* padding: 8px 0; */
    overflow: hidden;
    background: url(/gasrmzfw/xhtml/images/dian1.jpg) no-repeat 1px 15px;
}

li {}
.list_box ul li a{
    display: block;
    float: left;
    width: 86%;
    color: #000;
    text-indent: 12px;
    line-height: 36px;
    overflow:hidden;
    white-space:nowrap;
    text-overflow: ellipsis;
}
.list_box ul li a:hover{
   color: rgb(62, 140, 220)
}
.list_box ul li a br{
    display:none;
}
.list_box ul li a:hover{
    text-indent: 15px;
}
.list_box ul li span{
    display: block;
    float: right;
    margin-top: 8px;
}



@media screen and (max-width: 768px){
    body{
        background-size: 170% auto;
        background-position-x: 48%;
    }
    .logo a img{
        width: 80px;
        margin-top: -6px;
    }
    .list_header,
    .list_list{
        width: 100%;
    }
    .list_header{
    height: 82px;
    }
    .guidang{
        top:80px;
    }
    .list_box ul li a{
        width: 100%;
        /* width: auto; */
        height: 100%;
        white-space: inherit;
        /* overflow: auto; */
        text-overflow: inherit;
        line-height: 20px;
        font-size: 14px;
    }
    .list_main{
        background-size:100%;
    }
    .list_box ul li span {
        margin-top: 0;
        line-height: 20px;
        font-size: 14px;
    }
}

@media only screen and (min-width: 100px) and (max-width: 640px){.list_box li{overflow: initial;white-space: initial;text-overflow: initial;border-bottom: 1px solid #ccc;line-height: 30px;margin: 5px 0px;background-position: 5px 14px;background: url(/gasrmzfw/xhtml/images/dian1.jpg) no-repeat 1px 10px !important;/* padding-left: 15px; */position: relative;}} 
