/*3图片并列*/
.tu_1_3{
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.tu_1_3 a{
    width: 30%;
    overflow: hidden;
    margin-top: 10px;
}

.tu_1 h1{
    width: 95%;
    font-size: 12px;
    text-align: center;
    color:#000;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.tu_1_img{
    overflow: hidden;
    width: 100%;
    height: 100px;
}
.tu_1_img img{
    width: 100%;
    height: 100%;
}

/*单行文字*/
.dhwz_kj a{
    display: flex;
    justify-content: space-evenly;
    margin-top: 6px;
}
.dhwz_kj a strong{
    color: #f5b201;
    font-size: 12px;
    line-height: 20px;
    width: 14%;
    font-weight: normal;
}
.dhwz_kj a h1{
    color: #00000090;
    font-size: 12px;
    line-height: 20px;
    width: 57%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: normal;
}
.dhwz_kj a span{
    width: 24%;
    font-size: 12px;
    line-height: 20px;
}