.Ny_Post .title {
    display: block;
    padding-bottom: 20px;
    text-align: center;
    color: #333;
    line-height: 1;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 34px;
}

.Ny_Post .PostTop {
    display: flex;
    background: #006cb5;
    line-height: 50px;
}

.Ny_Post .PostTop span {
    display: block;
    width: 23%;
    padding: 0px 20px;
    color: #fff;
}
.Ny_Post .PostTop span  {
     width: 10%;
 }

.Ny_Post .PostTop span:first-child {
     width: 60%;
 }
.PostList .PostList_title span img {
    width: 16px;
    height: 16px;
    transition: .2s;
}

.Ny_Post .PostTop span:last-child {
    width: 8%;
    text-align: center;
}

.PostList_title {
    background: #f1f1f1;
    border: 1px solid #f1f1f1;
    display: flex;
    line-height: 50px;
    transition: 1s;
}

.PostList_title span {
     display: block;
     width: 10%;
     padding: 0px 20px;
     color: #333;
 }

 .PostList_title span:first-child {
     width: 60%;
 }

.PostList_title span:last-child {
    width: 8%;
    text-align: center;
}

.PostList_content {
    display: none;
    padding: 45px;
    background: #ffffff;
    border: 1px solid #f1f1f1;
}


.PostList.cur .PostList_title {
    background: #fff;
    border: 1px solid #f1f1f1;
}

.PostList.cur .PostList_title span img {
    width: 16px;
    height: 2px;
}

@media screen and (max-width: 992px) and (min-width: 0px) {
    .Ny_Post .PostTop span {
        padding: 0;
        width: 20% !important;
        text-align: center;
        font-size: 12px;
    }

    .PostList .PostList_title {
        padding: 15px 0;
    }

    .PostList_title span {
        padding: 0;
        width: 20% !important;
        font-size: 12px;
        letter-spacing: -1px;
        line-height: 2;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .PostList_content {
        padding: 30px 15px;
    }

    .Ny_Post .PostTop span:last-child,
    .PostList_title span:last-child {
        width: 17% !important;
    }

    .Ny_Post .PostTop span:first-child,
    .PostList_title span:first-child {
        width: 23% !important;
    }
}