* {
    margin: 0;
    padding: 0;
}

.news_detailsBox {
    background-color: #F5F7F9;
}

.news_details {
    width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.news_detOne_box {
    margin-top: 20px;
    width: 885px;
    /* height: 1536px; */
    background-color: #fff;
}

.news_detOne_enclosure {
    padding: 0 20px 30px;
}

.news_detOne_enclosure h5 {
    width: 80px;
    height: 60px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.news_detOne_enclosure h5 img {
    width: 14px;
    height: 16px;
}

.news_detOne_enclosure button {
    display: flex;
    align-items: center;
    padding: 10px;
    font-size: 12px;
    color: #343434;
    border: 1px solid #EEEEEE;
    background-color: #fff;
}

.news_detOne_enclosure button img {
    width: 14px;
    height: 16px;
}

.news_detTwo_box {
    margin-top: 20px;
    width: 295px;
    background-color: #fff;
}


.news_detTwo_box h5 {
    width: 262px;
    margin: auto;
    height: 40px;
    display: flex;
    align-items: center;
}

.news_detTwo_box div {
    width: 262px;
    margin: auto;
    padding: 20px 0;
    border-bottom: 1px solid #EEEEEE;
}

.news_detTwo_box img {
    width: 16px;
    height: 18px;
    margin-right: 5px;
}

.news_detTwo_box a {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    text-decoration: none;
    font-size: 12px;
    color: #A7A7A7;
}

.news_detTwo_img {
    margin-top: 20px;
    width: 262px;
}

.Next_box {
    padding: 20px;
    background-color: #fff;
    margin-top: 20px;
}

.Next_box h5 {
    display: flex;
    align-items: center;
}

.Next_box h5 img {
    width: 10px;
    height: 16px;
    margin-right: 10px;
}

.Next_box h5 span {
    font-weight: 400;
}

.Next_box p {
    margin: 20px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.Next_box a {
    text-decoration: none;
    color: #454545;
    font-size: 12px;
    display: flex;
    justify-content: space-between;
}