.contentBox .topBox_new .bread_new {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    position: relative;
    color: #999;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
}

.contentBox .topBox_new .bread_new .breadIn .home {
    margin-left: 20px;
}

.b-title {
    position: relative;
    /* display: flex; */
    margin-bottom: 30px;
    /* margin-top: 80px; */
}

.b-title .title-txt {
    position: absolute;
    float: left;
    top: -22px;
    color: #d02402;
    font-size: 24px;
    font-weight: bold;
    width: 100%;
    text-align: center;
}

.b-title .title-more {
    position: absolute;
    float: right;
    right: 1%;
    top: -13px;
    color: #999;
    font-size: 14px;
    cursor: pointer;
}

/* 1 */
.b-picture {
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 30px;
}

.bottomBox-new .b-box-one .b-title {
    margin-top: 50px;
}

.bottomBox-new .b-box-one .content_one {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.bottomBox-new .b-box-one .content_one li {
    font-size: initial;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    line-height: 40px;
}

.bottomBox-new .b-box-one .content_one li div {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 90%;
    padding: 5px;
    font-size: 20px;
}

.bottomBox-new .b-box-one .content_one span {
    background: #d02402;
    width: 8px;
    height: 8px;
    border-radius: 50px;
    margin-right: 15px;
    display: block;
    float: left;
    margin-top: 16px;
}

.bottomBox-new .b-box-one .content_one .date {
        width: 10%;
    font-size: 18px;
    text-align: right;
}

/* 2 */
.bottomBox-new .b-box-two {
    padding-bottom: 100px;
}

.bottomBox-new .b-box-two .b-title {
    margin-top: 80px;
}

.bottomBox-new .b-box-two .content_one {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* margin-bottom: 30px; */
}

.bottomBox-new .b-box-two .content_one li {
    font-size: initial;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    line-height: 40px;
    /* padding: 0 10px; */
}

.bottomBox-new .b-box-two .content_one li div {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 90%;
    padding: 5px;
   font-size: 20px;
}

.bottomBox-new .b-box-two .content_one span {
    background: #d02402;
    width: 8px;
    height: 8px;
    /* border: 1px solid #777777; */
    border-radius: 50px;
    margin-right: 15px;
    display: block;
    float: left;
    margin-top: 16px;
}

.bottomBox-new .b-box-two .content_one .date {
        width: 10%;
    font-size: 18px;
    text-align: right;
}

.p-lf-20 {
    padding: 0 20px;
}