.channel-ztzl-firstRow li{
    width: 575px;
    float: left;
    margin-bottom: 10px;
}
.channel-ztzl-firstRow li img{
    display: inline-block;
    width: 100%;
    height: 100px;
}
/*.channel-ztzl-secondRow{
    clear: both;
    padding-top: 10px;
}*/
.ztzl-secondRow-tabHead{
    margin-bottom: 5px;
    border-bottom: 2px solid #014e9c;
}
.ztzl-secondRow-tabHead span a{
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0 20px;
    background-color: #014e9c;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    letter-spacing: 1px;
}
.ztzl-secondRow-tab{
    float: left;
    width: 250px;
    max-height: 380px;
    overflow-y: auto;
}
.ztzl-secondRow-tab li{
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: #0A5FB5;
    color: #fff;
    font-weight: bold;
    border-top: 1px solid #6d9fd2;
    cursor: pointer;
}
.ztzl-secondRow-tab li a{
    display: inline-block;
    width: 100%;
    color: #fff;
    font-weight: bold;
}
.ztzl-secondRow-tab li.active{
    background-color: #6d9fd2;
}
.ztzl-secondRow-list{
    height: 380px;
    margin-left: 280px;
}
.ztzl-secondRow-list li{
    position: relative;
    height: 34px;
    padding-left: 15px;
}
.ztzl-secondRow-list li:before{
    content: "";
    display: block;
    height: 4px;
    width: 4px;
    position: absolute;
    left: 5px;
    top: 50%;
    margin-top: -2px;
    background: #666666;
    border-radius: 50%;
}
.ztzl-secondRow-list li a{
    display: inline-block;
    width: 700px;
    line-height: 34px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ztzl-Unfold-row{
    clear: both;
    padding-top: 20px;
}
.ztzl-Unfold-row>div{
    width: 100px;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
}
