.news_details .tit {
    text-align: center;
}

.news_detailsbox {
    padding: 1rem 0 1.5rem 0;
    box-sizing: border-box;
}

.news_details .tit h5 {
    margin: .5rem 0 .75rem 0;
}

.news_details span {
    line-height: .4rem;
}

.news_details span p {
    margin: 0 0 .375rem 0 !important;
}

.news_details span p:last-child {
    margin: 0 !important;
}

.news_details  p {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: .75rem auto;
}

.news_details  p img {
    display: block;
    width: 50%;
	text-align: center;
}

@media screen and (max-width: 1680px) {}

@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1366px) {}

@media screen and (max-width: 1280px) {}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 980px) {
    .news_details .tit h4 {
        line-height: 1.5;
    }
    .news_details span {
        line-height: 1.5;
    }
    .news_details  p img {
        width: 100%;
    }
    .skip_box {
        flex-wrap: wrap;
    }
    .skip_box a {
        margin: 5px 0;
        width: 100%;
    }
}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 640px) {}

@media screen and (max-width: 375px) {}