.titleTop {
    display: none;
}

.topBox {
    width: 100%;
    padding: 15px 0;
}

.topBox .search {
    margin: 0 15px;
    line-height: 35px;
    padding: 0 10px;
    border: 1px solid #ECECEC;
    border-radius: 5px;
}

.search .input {
    vertical-align: middle;
    border: none;
    flex: 1;
    font-size: 13px;
    padding: 10px;
    outline: none;
    background: transparent;
}

.search .imgs {
    vertical-align: middle;
    width: 18px;
    height: auto;
}

.listText {
    padding: 0 15px;
}

.listText .textItem {
    display: flex;
    padding: 0 0 50px 0;
    border-bottom: none;
    flex-direction: column-reverse;
}

.listText .textItem .textBoxs {
    flex: 1;
    display: flex;
    background: #F2F4F3;
    padding: 15px;
}

.textItem .textBoxs .time {
    width: 100px;
}

.textBoxs .time .timeDay {
    margin-top: 12px;
    color: #908F8F;
    font-size: 22px;
}

.textBoxs .time .timeMoney {
    color: #908F8F;
    font-size: 12px;
    margin-bottom: 23px;
}

.textItem .textBoxs .texts {
    padding: 0 0 0 15px;
    flex: 1;
}

.textBoxs .texts .textTop {
    color: #202121;
    font-size: 13px;
    margin-top: 12px;
    font-weight: bold;
}

.textBoxs .texts .textInfo {
    color: #626262;
    font-size: 12px;
    margin-top: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.listText .textItem .textImg {
    width: 100%;
}

.textItem .textImg img {
    width: 100%;
    height: auto;
}

.navDemo {
    display: none;
}

.readMore {
    margin: 0;
}

@media (min-width: 1000px) {
    .titleTop {
        display: block;
        position: relative;
        width: 100%;
        padding: 50px 0 40px 0;
        color: #373737;
        text-align: center;
    }

    .titleTop .text {
        line-height: 55px;
        font-size: 36px;
    }

    .titleTop .info {
        line-height: 25px;
        font-size: 18px;
    }

    .topBox {
        margin: 50px auto 0;
        width: 1250px;
        display: flex;
        flex-direction: row-reverse;
        display: none;
    }

    .topBox .search {
        width: 250px;
        line-height: 40px;
        border: none;
        border-bottom: 1px solid #ECECEC;
        margin: 0;
        background: transparent;
        padding: 0;
        border-radius: 0;
    }

    .search .input {
        vertical-align: middle;
        border: none;
        width: 210px;
        font-size: 20px;
        padding: 10px;
        outline: none;
    }

    .pc {
        display: inline-block;
    }

    .search .imgs {
        vertical-align: middle;
        width: 25px;
        height: auto;
    }

    .listText {
        width: 1250px;
        margin: 0 auto;
        padding: 0;
    }

    .listText .textItem {
        display: flex;
        padding: 50px 0;
        border-bottom: 1px solid #949494;
        flex-direction: inherit;
    }

    .listText .textItem .textBoxs {
        flex: 1;
        display: flex;
        background: transparent;
    }

    .textItem .textBoxs .time {
        width: 180px;
    }

    .textBoxs .time .timeDay {
        margin-top: 70px;
        color: #908F8F;
        font-size: 40px;
    }

    .textBoxs .time .timeMoney {
        color: #908F8F;
        font-size: 18px;
        margin-bottom: 50px;
    }

    .textItem .textBoxs .texts {
        padding: 0 15px 0 60px;
        flex: 1;
    }

    .textBoxs .texts .textTop {
        color: #202121;
        font-size: 22px;
        margin-top: 70px;
        font-weight: bold;
    }

    .textBoxs .texts .textInfo {
        color: #626262;
        font-size: 18px;
        margin-top: 50px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    .listText .textItem .textImg {
        width: 620px;
    }

    .textItem .textImg img {
        width: 100%;
        height: auto;
    }

    .navDemo {
        height: 55px;
        margin: 50px 0 80px 0;
        display: flex;
        justify-content: center;
    }

    .navDemo .item {
        width: 55px;
        height: 55px;
        line-height: 55px;
        background: #7d7d7d;
        text-align: center;
        margin: 0 10px;
        font-size: 24px;
        color: #FFFFFF;
    }
}<!--0.00017905235290527-->