@charset "utf-8";
.head{
    width: 100%;
    height: 320px;
    background: url(../../images/ztzl/allztimg/ssjztheadbg.png) no-repeat top center;
}
.head .container a img{
    margin: 10px;
    max-width: 33%;
}
.head .headwz{
    margin: 0 auto;
    margin-top: 50px;
    display: block;
}
.content .szbmdiv ul {
    padding: 30px 0;
    min-height: 300px;
}
.content .szbmdiv ul li{
    width: 20%;
    float: left;
    padding-left: 23px;
    box-sizing: border-box;
    height: 48px;
    font-size: 20px;
    display: table;
}

.content .szbmdiv ul a {
    color: #333333;
    vertical-align: middle;
    display: table-cell;
    vertical-align: middle;
}
.content .szbmdiv ul li a:hover{
    color: red;
    text-decoration: underline;
}




.content .con2 {
    padding-top:30px;;
    padding-bottom: 30px;
    min-height: 150px;
    border-bottom: 1px dashed #aaa;
}
.content .con2 .comtit li{
    padding: 0 12px;
    display:inline-block;
    /* text-align: left; */
}
.content .con2 .comtit {
    margin-bottom: 10px;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 16px;
    text-align: left;
    width: 100%;
}
.content .comtit li.on {
    border-left: 2px solid #ae1110;
}
.content .comtit>span{
    float:right;
    color:#999;
}
.content .comtit>span a{
    color:#999;
}
.content .comtit li.on a {
    color: #cc2728;
    font-weight: bold;
    font-size:24px;
}
.content .comul{
    padding-bottom:30px;
    min-height:100px;
}
.content .comul ul li {
    padding-left: 20px;
    height: 40px;
    line-height: 40px;
    background: url(../../images/index202109/scindex_comdian.png) no-repeat 0px 18px;
}
.content .comul ul li a {
    font-size: 18px;
    line-height: 40px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
}
.iframebox{
    height: 480px;
    overflow: hidden;
    width:100%;
}
.iframebox>p{
     margin-top: -900px;
}
@media(max-width:1200px){
    .container{
        width: 100%;
        overflow:hidden;
    }
    .content{
        padding: 0 8px;
        box-sizing: border-box;
    }
    .head .headwz{
        max-width: 95%;
        padding-bottom: 50px;
    }
    .head{
        height: auto;
    }
    .content .szbmdiv ul li{
        width: 25%;
        padding-left: 15px;
        font-size: 18px;
    }
    .content .comtit li.on a{
        font-size:18px;
    }
}
@media(max-width:768px){
    .head .container a img{
        margin: 5px;
    }
    .head .headwz{
        margin-top: 35px;
    }
    .content .szbmdiv ul li{
        width: 50%;
        font-size: 16px;
        height: 44px;
    }
    .content .szbmdiv ul{
        padding: 20px 0;
    }

}