.PostList {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.PostList .ImgBox {
    width: 220px;
    height: 175px;
    overflow: hidden;
    border: 1px solid #006cb5;
}

.PostList .ImgBox img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.PostList .text {
    margin: 0 45px;
    width: calc(100% - 450px);
}

.PostList .text h1 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    text-transform: uppercase;
}

.PostList .text span {
    line-height: 2;
    color: #999999;
    font-size: 12px;
    margin: 0;
}

.PostList .text p {
    color: #666666;
    margin-top: 10px;
    font-size: 14px;
    line-height: 2;
    width: 100%;
}

.PostList .more {
    display: block;
    width: 140px;
    height: 34px;
    background: #303030;
    text-align: center;
    line-height: 34px;
    color: #fff;
    transition: 1s;
}

.PostList:hover .more {
    background: #0271b8;
}


/* 详情 */
/* 详情 */
/* 详情 */


.Ny_NewsPost {
    padding: 3vw;
}

.Ny_NewsPost .title {
    display: block;
    width: 100%;
    line-height: 28px;
    color: #222222;
    font-size: 28px;
    margin-bottom: 35px;
    text-align: center;
}

.Ny_NewsPost .desc {
    display: flex;
    justify-content: center;
    width: 100%;
    padding-bottom: 5px;
    border-bottom: 1px solid #e6e6e6;
}

.Ny_NewsPost .desc span {
    margin: 0 15px;
    color: #999;
    font-size: 18px;
    line-height: 2;
    text-align: center;
}

.Ny_NewsPost .Ny_xiangqing {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}

.Ny_NewsPost .Ny_xiangqing p {
    margin: 0;
}

.NewsPostBottom {
    border-top: 1px solid #e6e6e6;
    width: 100%;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
}

.NewsPostBottom a {
    color: #333;
    line-height: 1;
    font-size: 16px;
}

.NewsPostBottom a:first-child {
    width: 40%;
    text-align: left;
}

.NewsPostBottom a:last-child {
    width: 40%;
    text-align: right;
}

@media screen and (max-width: 640px) and (min-width: 0px) {
    .PostList .ImgBox {
        width: 120px;
        height: 120px;
    }

    .PostList .text {
        margin: 0;
        margin-left: 15px;
        width: calc(100% - 135px);
    }

    .PostList .text h1 {
        margin-top: 0px;
        margin-bottom: 5px;
        font-size: 14px;
        line-height: 1;
    }

    .PostList .text p {
        color: #666666;
        margin-top: 5px;
        font-size: 12px;
        line-height: 1.5;
        width: 100%;
    }

    .PostList .more {
        position: absolute;
        width: 100px;
        height: 30px;
        line-height: 30px;
        right: 0;
        bottom: 0;
        font-size: 12px;
    }
}

@media screen and (max-width: 640px) and (min-width: 0px) {
    .Ny_NewsPost .title {
        line-height: 1.5;
        font-size: 24px;
    }

    .Ny_NewsPost .desc span {
        font-size: 12px;
    }
}