header {
    background: url(../img/news/header.jpg) no-repeat center / cover;
}
.news-block {
}
.news-item {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #c8c8c8;
    padding: 30px;
    position: relative;
}
.news-item:nth-of-type(2), .news-item:nth-of-type(3) {
    margin-top: 40px;
}
.news-item .date {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 18px;
    color: #959595;
    margin-bottom: 20px;
}
.news-item .day {
    margin-right: 20px;
    white-space: nowrap;
    padding: 10px 0;
}
.news-item .tags {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    min-width: 100px;
    white-space: nowrap;
    height: 25px;
    font-size: 14px;
    color: #fff;
    background-color: #333;
    letter-spacing: 2px;
}
.news-ttl {
    font-size: 24px;
    line-height: 1.7;
    margin-bottom: 20px;
}
.news-item .text {
    margin-bottom: 20px;
}
.news-img {
    position: relative;
}
.news-img img {
    display: flex;
}
.news-video {
    display: flex;
    width: 100%;
    margin: 0 auto;
    justify-content: center;
    position: relative;
}
.news-video video {
    width: 100%;
    max-width: 800px;
}
.news-video .video {
    display: flex;
}
.news-sub-block {
    margin: 60px 0;
    display: flex;
    position: relative;
}
.news-sub-block::before {
    content: "";
    width: 200vw;
    height: 1px;
    background-color: #c8c8c8;
    position: absolute;
    top: 0;
    left: -100vw;
    z-index: 3;
}
.news-sub-block::after {
    content: "";
    width: 200vw;
    height: 1px;
    background-color: #c8c8c8;
    position: absolute;
    bottom: 0;
    left: -100vw;
    z-index: 3;
}
.sub-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
}
.sub-item {
    width: 48%;
    position: relative;
}
.sub-item:first-of-type::after {
    content: "";
    width: 1px;
    height: 300%;
    background-color: #c8c8c8;
    position: absolute;
    top: 0;
    right: 0;
}
.sub-item:nth-of-type(2)::after {
    content: "";
    width: 1px;
    height: 300%;
    background-color: #c8c8c8;
    position: absolute;
    top: 0;
    left: 0;
}
.sub-item img {
    display: flex;
}
.sub-item .text {
    padding: 30px;
    border-top: 1px solid #c8c8c8;
}
.sub-item:first-of-type .text::after {
    content: "";
    width: 100vw;
    height: 1px;
    background-color: #c8c8c8;
    position: absolute;
    bottom: 0;
    left: 0;
}
.sub-item:first-of-type, .sub-item:nth-of-type(2) {
    margin-bottom: 40px;
}
.sub-item:nth-of-type(3)::before {
    content: "";
    width: 100vw;
    height: 1px;
    background-color: #c8c8c8;
    position: absolute;
    top: 0;
    left: 0;
}
.news-item .link::before {
    content: "";
    width: 200vw;
    height: 1px;
    background-color: #c8c8c8;
    position: absolute;
    top: 0;
    left: -100vw;
}
.news-pdf {
    display: flex;
    width: fit-content;
    color: #c1272d;
    align-items: center;
    margin: 0 auto;
}
.news-pdf img {
    width: 30px;
    margin-right: 20px;
}
.back {
    padding: 30px;
}
.back a {
    width: fit-content;
    margin: 0 auto;
}
@media (hover: hover) and (pointer: fine) {
}
@media screen and (max-width: 1200px) {
    .news-item {
        padding: 20px;
    }
    .sub-item .text {
        padding: 20px;
    }
}
@media screen and (max-width: 600px) {
    .sub-inner {
        flex-direction: column;
    }
    .sub-item {
        width: 100%;
        margin-bottom: 40px;
    }
    .sub-item:first-of-type .text::after, .sub-item:nth-of-type(2)::after, .sub-item:nth-of-type(3)::before  {
        display: none;
    }
    .sub-item:last-of-type {
        margin-bottom: 0;
    }
    .sub-item .text {
        border-bottom: 1px solid #c8c8c8;
    }
    .sub-item .img {
        border-top: 1px solid #c8c8c8;
    }
    .sub-item:first-of-type .img {
        border-top: none;
    }
    .sub-item:last-of-type .text {
        border-bottom: none;
    }
}
