*{
    margin: 0;
    padding: 0;
}

a{
    text-decoration:unset;
}
a:hover{
    color:red ;
}
li{
    list-style: none;
}
body{
    background: #fff;
    min-height: 700px;
    
    font-family: Microsoft Yahei;
    background: url(../images/sthjzt_head.jpg)no-repeat top center;
}
.clearfix::after{
    display: block;
    content:'';
    visibility: hidden;
    clear: both;
}
.connr{
    background: #fff;
    min-height:500px;
padding: 20px;
    box-sizing: border-box;
}
.container{
    width: 1200px;
    margin: 0 auto;

}
.head a img{
    margin: 10px;
}
 .head{
     width: 100%;
     height: 390px;
    
 }
 .comtit{
    line-height: 50px;
     background: url(../images/sthjzt_titbg.png) repeat-x center;
 }
 .comtit span{
     background: url(../images/sthjzt_tit.png) no-repeat;

     display: inline-block;
     width: 200px;
    text-indent: 20px;
     color: #fff;
     font-size: 24px;
 }
 .comtit a{
     float: right;
     color: #000;
    
     margin-right: 10px;
     font-size: 16px;
    font-weight: bold;
     
 }
 .listul{
     width: 100%;
     padding: 20px;
     box-sizing: border-box;
 }
 .listul li  a{
    font-size: 18px;
    display: block;
    width: 85%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.listul li {
    padding-left: 20px;
    box-sizing: border-box;
    position: relative;
    line-height: 38px;
}
.listul li::after{
    width: 4px;
    height: 4px;
    background: #7f7f7f;
    content: '';
    position: absolute;
    left: 0;
    top: 18px;
}
.listul li span{
    float: right;
    margin-top: -48px;
    font-size: 18px;
    color: #808080;
}
.listul li:nth-child(5n) {
    border-bottom: 1px dashed #ccc;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.head .headxysimg {
    display: none;
}
.comtit span{
    padding-right:40px;
    background-size: 100% 100%;
    
}
@media(max-width:1200px){
      body {
        background: none;
    }

    .container,
    .head {
        height: auto;
        width: 100%;
        margin: 0px;
        padding: 0px;
    }

    .head {
        overflow: hidden;
        min-height: 100px;

    }

    .head .container {
        position: absolute;
        left: 0px;
        top: 0px;
    }

    .head .container img {
        max-width: 33%;
        margin: 5px;
    }

    .head .headxysimg {
        display: block;
        width: 130%;
        margin-left: -15%;
    }

    .content {
        padding: 0 8px;
        overflow: hidden;
    }
    .comtit span {
            font-size: 18px;
            height: 40px;
            line-height: 40px;
            /* min-width: 210px; */
            text-indent: 0px;
            width: auto;
            padding: 0 50px 0 10px;
     }


     /* **********list****************/
    .listul{
        padding:10px 0px;
    }
    .listul li a{
        font-size:16px;
        width: 70%;
    }
    .listul li span{
        font-size:16px;
        margin-top:-38px;
    }
    .listul li{
        line-height:38px;
    }
}

@media(max-width:500px) {

     .head .headxysimg {
        width: 150%;
        margin-left: -25%;
    }

}

