.listcsrc {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    margin-top: 10px;
    padding-bottom: 40px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}
.articleTitle02 {
    padding-bottom: 20px;
}
.articleTitle03 h3 {
    font-size: 22px;
    color: #333;
    font-weight: bold;
    letter-spacing: 1px;
}
.leader_title {
    width: 140px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    background-color: #821b23;
    font-size: 18px;
    float: left;
    color: #fff;
    font-weight: normal;
    margin-right: 10px;
}
.listcsrc li {
    /* width: 175px; */
    height: auto;
    background: #f5f5f5;
    float: left;
    margin: 20px 12px 0 12px;
    padding-bottom: 6px;
    transition: all 0.4s ease-out;
    width: calc(100% / 5 - 24px);
    margin-bottom: 0.4rem;
    position: relative;
}
.listcsrcimg img {
    margin-top: 6px;
    margin-left: 5%;
    width: 90%;
    height: 225px;
    overflow: hidden;
}
.listcsrcmz {
    width: 90%;
    height: 60px;
    line-height: 22px;
    /* color: #05A0A7; */
    font-size: 15px;
    font-weight: bold;
    margin: 0 auto;
    /* margin-top: 4px; */
    background: white;
    text-align: center;
    height: auto;
    padding: 4px 0;
}
