.head{
    width: 100%;
    height: 350px;
    background: url(/10462/xhtml//images/ztzl/allztimg/lzlddzzthead.png) no-repeat top center;
}
.head .container  a img{
    margin: 10px;
}
.head .headxysimg{
    display: none;
}
.content {
    padding: 30px 0px;
}
.content #page_div{
    padding-top:30px
}
.content .comul{
    margin-top: 20px;
}
.comtit span {
    width: 177px;
    text-indent: 20px;
    color: #be0000;
    font-size: 20px;
    padding-left: 20px;
    line-height: 54px;
    font-weight: bold;
    /* border-left: 6px solid #CA1B14; */

}
.comtit{
    line-height: 54px;
    height: 54px;
    background: #f1f1f1;
    border-bottom: 1px solid #be0000;
}
.content .comul li {
    width: 100%;
    height: 38px;
    line-height: 38px;
    box-sizing: border-box;
    position: relative;
    text-indent: 26px;
    /* background: url(/10462/xhtml/fgf/images/desc.png)no-repeat 5px 25px; */
}
.content .comul li::after{
        position:absolute;
    content: '';
    border-left: 7px solid #be0000;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    width: 0;
    left: 0;
    top: 50%;
    margin-top: -8px;
    cursor: pointer;
}
.content .comul li a {
    display: block;
    width: 88%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #000000;
}
.content .comul li span {
    float: right;
    font-size: 16px;
    margin-top: -38px;
    width: auto;
    text-indent: 0px;
}
/*.content .comul li:nth-child(5n) {
    border-bottom: 1px dashed #ccc;
    margin-bottom: 15px;
    padding-bottom: 15px;
    box-sizing: unset;
}*/

.comtit a.more{
    float:right;
    padding:0 15px;
}
.con1{
   margin-bottom:10px;
}
    .con1>div.more{
        padding:10px 10px 30px 10px;
        text-align: right;
    }
    .twobanner{
        padding-bottom: 20px;
        font-size: 0px;
    }
    .twobanner>a{
        width: 49%;
        display: inline-block;
    }
    .twobanner>a+a{
        float: right;
    }
    .twobanner>a img{
        display: block;
        width: 100%;
        height: auto;
    }

@media(max-width:1200px){
    .container{
        width: 100%;
        overflow: hidden;
    }
    .head{
        height: auto;
        background: none;
        position: relative;
        overflow: hidden;
    }
    .head .headxysimg{
        display: block;
        width: 120%;
        max-width: 220%;
        margin-left: -10%;
    }
    .head>.container{
        position: absolute;
    }
    .head .container a img{
        margin: 5px;
        max-width: 33%;
    }
    .content{
        padding: 20px 8px;
        box-sizing: border-box;
    }
    .content .comul li a{
        width: 75%;
    }
}
@media(max-width:768px){
    .content .comul li a{
        font-size:16px;
    }
    .head .headxysimg{
        display: block;
        width: 150%;
        max-width: 220%;
        margin-left: -25%;
    }
    .comtit span{
        font-size:18px;
    }
}
@media(max-width:420px){
    .content .comul li a{
        width: 64%;
    }
}
@media(max-width:320px){
    .content .comul li a{
        width: 55%;
    }
}
