.sz-tit h3 {
    padding: .2rem .4rem;
    border: solid .01rem #bbb;
    font-size: .18rem;
    line-height: .26rem;
    color: #333333;
    margin-right: .3rem;
    display: inline-block;
    cursor: pointer;
}

.sz-tit h3.on {
    background-color: #9b0d14;
    color: #ffffff;
}
.sz-tit h3.on a{    color: #ffffff;}
.sz-c h3 {
    font-size: .22rem;
    color: #9b0d14;
    padding-bottom: .15rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: solid .01rem #bbb;
    margin-right: .5rem;
    margin-left: .5rem;
}

.sz-c ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.sz-c ul li {
    width: 12.5%;
    margin-top: .2rem;
    text-align: center;
}
.sz-bd ul li{width:32%;}
.sz-c ul>div {
    width: 12.5%;
}

.sz-c ul li a {
    font-size: .18rem;
    line-height: .38rem;
    color: #222222;
    padding-left: .25rem;
    background: url(../images/sz-jt.png) no-repeat left center;
    background-size: .2rem;
}

.sz-c>div {
    background: url(../images/sz-bg.jpg) no-repeat right bottom #fff;
    box-shadow: .02rem .05rem .4rem 0rem rgba(0, 0, 0, 0.25);
    border-left: .16rem solid #9b0d14;
    padding: .5rem 0;
    margin-top: .5rem;
}


/* dstd */
.sz-td {
    background: url(../images/sz-bg.jpg) no-repeat right bottom #fff;
    box-shadow: .02rem .05rem .4rem 0rem rgba(0, 0, 0, 0.25);
    border-left: .16rem solid #9b0d14;
    padding: .5rem 0;
    margin-top: .5rem;
}

.sz-td h3 {
    font-size: .22rem;
    color: #9b0d14;
    padding-bottom: .15rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: solid .01rem #bbb;
    margin-right: .5rem;
    margin-left: .5rem;
}

.sz-td ul {
    margin-right: .5rem;
    margin-left: .5rem;
    margin-top: .2rem;
}

.sz-td ul li a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

    font-size: .18rem;
    line-height: .38rem;
    color: #222222;
    padding-left: .25rem;
    background: url(../images/dload.png) no-repeat left center;
    background-size: .17rem;
    display: block;
}

.sz-td ul li a .date {
    float: right;
}



/* xyld */

.xyld {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.xyld>div {
    width: 48%;
}
.xyld ul li a {
    background-color: #ffffff;
    position: relative;
    display: block;
    padding: .4rem .5rem;
    margin-bottom: .5rem;
}

.xyld ul li a::after{
    content: '';
    width: .04rem;
	height: .56rem;
	background-color: #9b0d14;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.xyld ul li a h3 {
    font-size: .28rem;
    line-height: .26rem;
    color: #333333;
    margin-bottom: .15rem;
}
.xyld ul li a p{
    font-size: .16rem;
	line-height: .26rem;
    height: .52rem;
    overflow: hidden;
    text-overflow: ellipsis;
	color: #666666;
}













@media screen and (max-width: 1024px) {

    .sz-c ul li {
        width: 20%;
    }
.sz-bd ul li{width:50%;}
    .sz-c ul>div {
        width: 20%;
    }

    .sz-c ul li a {
        font-size: .16rem;
        line-height: .36rem;
        padding-left: .2rem;
    }

    .xyld>div{
        width: 100%;
    }
    .xyld ul li a h3{
        font-size: .20rem;
    }
    .xyld ul li a{
        margin-bottom: .25rem;
    }
}

@media screen and (max-width: 768px) {

    .sz-c ul li {
        width: 25%;
    }
.sz-bd ul li{width:100%;}
    .sz-c ul>div {
        width: 25%;
    }

    .sz-c ul li a {
        background-size: 0;
    }
}

@media screen and (max-width: 480px) {

    .sz-c ul li {
        width: 33.33%;
    }
.sz-bd ul li{width:100%;}
    .sz-c ul>div {
        width: 33.33%;
    }

    .sz-c>div {
        padding: .3rem 0;
    }
}