.NyNews {
    padding: 0 15px;
    min-height: 600px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
}

.NewsList {
    width: 100%;
    display: flex;
    margin-bottom: 30px;
    transition: 1s;
}

.NewsList .img {
    width: 340px;
}

.NewsList .img img {
    width: 100%;
}

.NewsList .text {
    width: calc(100% - 440px);
    margin: 20px 30px;
}

.NewsList .text h1 {
    font-size: 16px;
    margin: 10px 0;
    color: #323232;
}

.NewsList .text p {
    line-height: 24px;
    font-size: 14px;
    margin: 0;
}

.NewsList .time {
    width: 100px;
    margin: 30px 0;
    line-height: 24px;
    font-size: 14px;
}

@media screen and (max-width: 1200px) and (min-width:0px) {}


@media screen and (max-width: 640px) and (min-width:0px) {}

/* 详情 */
/* 详情 */
/* 详情 */
.raw-html-embed iframe {
    margin: 0 auto;
    display: block;

}

.Ny_NewsPost {
    padding: 0 3vw;
}

.Ny_NewsPost .title {
    display: block;
    width: 100%;
    font-size: 24px;
    line-height: 2;
    font-weight: bold;
    text-align: center;
}

.Ny_NewsPost .desc {
    display: flex;
    justify-content: center;
    width: 100%;
}

.Ny_NewsPost .desc span {
    margin: 0 5px;
    color: #999;
    font-size: 14px;
    line-height: 3;
    text-align: center;
}

.Ny_NewsPost .Ny_xiangqing {
    margin-top: 30px;
    margin-bottom: 30px;
    min-height: 300px;
}

.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 {
    display: block;
    color: #000;
    font-size: 14px;
    width: 110px;
    padding: 10px 20px;
    text-align: center;
    background: #f2f2f2;
}

.NewsPostBottom .list {
    margin: 0px auto;
    text-align: center;
    background: #8c785b;
    color: #fff;
}