<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    letter-spacing: 0px;
}

.banner-image {
    background-image: linear-gradient(rgba(87, 1, 65, .3), rgba(87, 1, 65, .3)), url("../img/news/news-list-nav-bg.png");
}

.tszx{
    /*background-image: url("../img/news/news-list-top-bg.png");*/
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center top;
    padding-bottom: 50px;
}
.tszx-list{
    width: 1200px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}
.tszx-list .tszx-item{
    width: 386px;
    height: 45px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    text-indent: 0px;
    line-height: 45px;
    font-size: 16px;
    float: left;
    margin-right: 20px;
    margin-top: 15px;
    cursor: pointer;
}
.tszx-list .tszx-item:hover{
    color: #9F0176;
    border-color: #9F0176;
}
.tszx-list .tszx-item a{
    display: inline-block;
    width: 30px;
    height: 100%;
    background-size: 100% 100%;
    border-right: 1px solid #cccccc;
    text-align: center;

}
.tszx-list .tszx-item span{
    display: inline-block;
    text-indent: 10px;
}
.tszx-list .tszx-item a svg{
    width: 14px;
    height: 14px;
}
.tszx-list .tszx-item:hover a svg path{
    fill: #9F0176;
}
.tszx-list .tszx-item:nth-child(3n){
    margin-right: 0px;
}

@media  all and (min-width: 320px) and (max-width: 1200px) {
    .tszx-list{
        width: 100%;
        padding: 0px 18px;
    }
    .tszx-list .tszx-item{
        width: 100%;
    }
}
</pre></body></html>