@charset "utf-8";

.col_news_list.listcon .tt {
    font-family: 'syh';
    font-size: 0.36rem;
    font-weight: bold;
    color: #7A0B11;
    padding-bottom: 0.15rem;
    margin-bottom: 0.2rem;
}


.letter {
    display: flex;
    flex-wrap: wrap;
    gap: 0.2rem;
    padding: 0.12rem 0;
}
.letter span {
    display: inline-block;
    min-width: 0.3rem;
    height: 0.33rem;
    line-height: .33rem;
    padding: 0 0.08rem;
    text-align: center;
    font-size: 0.16rem;
    font-family: 'syh';
    color: #92071C;
    background: transparent;
    border: 0;
    border-radius: 0.06rem;
    cursor: pointer;
    transition: all .3s;
    user-select: none;
    -webkit-user-select: none;
    box-sizing: border-box;
}
.letter span.all{min-width:0.63rem;}
.letter span:hover {
    background: #92071C;
    color: #fff;
    border-color: #92071C;
}

.letter span.gray {
    color: #B9B9B9;
    background: transparent;
    cursor: default;
}
.letter span.gray:hover {
    background: #fbfbfb;
    color: #c6c6c6;
    border-color: #ececec;
}

.letter span.cur {
    background: #92071C;
    color: #fff;
    border-color: #92071C;
}


.conbox {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 0.3rem;
    padding: 0.18rem 0;
    margin-bottom: 0.52rem;
}


.szdw-sel-wrap {
    position: relative;
    flex-shrink: 0;
}
.szdw-sel {
    -webkit-appearance: none;
    appearance: none;
    height: 0.6rem;
    min-width: 3.47rem;
    padding: 0 0.52rem 0 0.2rem;
    font-size: 0.18rem;
    font-family: 'syh';
    color: #000000;
    opacity: 0.8;
    background: #fff;
    border: 1px solid #e4e4e4;
    border-radius: 0.04rem;
    cursor: pointer;
    outline: none;
    box-sizing: border-box;
    transition: border-color .3s;
}
.szdw-sel option:nth-child(2),.szdw-sel option:nth-child(3),.szdw-sel option:nth-child(4){display:none;}
.szdw-sel option:hover{background:#92071C;}
.szdw-sel:hover,
.szdw-sel:focus {
    border-color: #92071C;
}
.szdw-sel-wrap::after {
    content: '';
    position: absolute;
    right: 0.2rem;
    width: 0.14rem;
    height: 0.12rem;
    top: 50%;
    transform: translateY(-50%);
    background: url(img/szdot.svg) no-repeat center / 0.14rem;
    pointer-events: none;
}

.szdw-search-group {
    display: flex;
    align-items: center;
    flex: 1;
    min-width: 2.6rem;
    max-width: 3.8rem;
    background: #fff;
    border: 1px solid #e4e4e4;
    border-radius: 0.08rem;
}
.szdw-search-wrap {
    position: relative;
    flex: 1;
}
.szdw-input {
    width: 100%;
    height: 0.6rem;
    padding: 0 0.2rem 0 0.2rem;
    font-size: 0.16rem;
    font-family: 'syh';
    color: #333;
    background: transparent;
    border: 0;
    border-radius: 0.04rem;
    outline: none;
    box-sizing: border-box;
    transition: border-color .3s;
}
.szdw-input:focus {
    border-color: #92071C;
}
.szdw-input::placeholder{color:#000;opacity:0.8;}
.szdw-clear {
    display: none;
    position: absolute;
    right: 0.06rem;
    top: 50%;
    transform: translateY(-50%);
    width: 0.32rem;
    height: 0.32rem;
    line-height: 0.32rem;
    text-align: center;
    font-size: 0.22rem;
    color: #bbb;
    cursor: pointer;
    transition: color .3s;
}
.szdw-clear:hover {
    color: #92071C;
}

.szdw-btn {
    flex-shrink: 0;
    width: 0.39rem;
    height: 0.39rem;
    margin-left: 0.1rem;
    margin-right: 0.1rem;
    font-size: 0.16rem;
    font-family: 'syh';
    color: transparent;
    background: #92071C url(../images/sous.png)no-repeat center/0.18rem;
    border: 0;
    border-radius: 0.08rem;
    cursor: pointer;
    box-sizing: border-box;
    transition: background .3s;
}
.szdw-btn:hover {
    background: #7A0B11 url(../images/sous.png)no-repeat center/0.18rem;
}


.szdw-count {
    flex-shrink: 0;
    font-size: 0.14rem;
    font-family: 'syh';
    color: #999;
    white-space: nowrap;
    display: none;
}


.szdw-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
    margin: 0;
    padding: 0;
}
.szdw-item {
    box-sizing: border-box;
    width: calc((100% - 2.8rem) / 5); 
    list-style: none;
    overflow: hidden;
    background: #fff;
    border-radius: 0;
    transition: all .3s;
}
.szdw-item:hover {
    transform: translateY(-0.06rem);
    border-color: #92071C;
}
.szdw-link {
    display: block;
}
.szdw-pic {
    position: relative;
    width: 100%;
    padding-top: 141%;
    overflow: hidden;
    background: #f5f5f5;
}
.szdw-pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s;
}
.szdw-item:hover .szdw-pic img {
    transform: scale(1.06);
}
.szdw-ph {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.62rem;
    font-family: 'syh';
    color: #fff;
    background: linear-gradient(135deg, #92071C, #c0392b);
}
.szdw-info {
    padding: 0.22rem 0 0.22rem;
    text-align: left;
}
.szdw-name {
    margin: 0 0 0.08rem;
    font-size: 0.28rem;
    font-family: 'syh';
    font-weight: bold;
    color: #000000;
    text-overflow: ellipsis;
    transition: color .3s;
    position: relative;
}
.szdw-name:after{content:'';width:0.3rem;height:0.04rem;background: #92071C;position:absolute;left:0;bottom: -0.3rem;z-index: 1;}
.szdw-item:hover .szdw-name {
    color: #92071C;
}
.szdw-sub {
    margin: 0;
    font-size: 0.2rem;
    font-family: 'syh';
    color: #000000;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    padding-top: 0.4rem;
    overflow: hidden;
}


.szdw-empty {
    padding: 0.9rem 0;
    text-align: center;
    font-size: 0.16rem;
    font-family: 'syh';
    color: #999;
}

/* ---------------------------- 响应式 ---------------------------- */
@media screen and (max-width: 999px) {
#l-container .inner{padding: 0.63rem 4%;}
    .szdw-list {
        gap: 0.2rem;
    }
    .szdw-item {
        width: calc((100% - 0.4rem) / 3); 
    }
    .szdw-count {
        width: 100%;
        text-align: right;
    }
    .szdw-search-group {
        flex: auto;
        min-width: 3rem;
    }
}
@media screen and (max-width: 767px) {
    .szdw-list {
        gap: 0.16rem;
    }
    .szdw-item {
        width: calc((100% - 0.16rem) / 2); 
    }
    .conbox {
        display: block;
    }
    .szdw-sel-wrap {
        display: inline-block;
    }
    .szdw-search-group {
        width: 100%;
        max-width: none;
        margin-top: 0.12rem;
    }
    .szdw-btn {
        padding: 0 0.2rem;
    }
}
@media screen and (max-width: 479px) {
.szdw-sel-wrap{width:100%;}
.szdw-sel {min-width:unset;width:100%;}
    .szdw-list {
        gap: 0.12rem;
    }
    .szdw-item {
        width: calc((100% - 0.12rem) / 2); 
    }
    .letter span {
        min-width: 0.36rem;
        height: 0.36rem;
        line-height: 0.34rem;
        font-size: 0.15rem;
    }
.letter{gap:0.1rem;}
    .szdw-name {
        font-size: 0.22rem;
    }
}
