.newsInfoBox {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -5px;
}
.newsInfoBox .classTitle,
.newsInfoBox .dateBox {
    padding: 5px;
}
.newsInfoBox .classTitle {
    color: #f6c311;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.02rem;
}
.newsInfoBox .dateBox .date {
    color: #8c8c8c;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.05rem;
    text-align: left;
}
.newsList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
}
@media (max-width: 640px) {
    .newsList {
        margin: 0;
    }
}
.newsList .newsItem {
    width: 50%;
    padding: 0 15px 35px;
}
@media (max-width: 640px) {
    .newsList .newsItem {
        width: 100%;
        padding: 0 0 30px;
    }
}
.newsList .item {
    height: 100%;
    -webkit-box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    overflow: hidden;
}
.newsList .Img {
    position: relative;
    z-index: 1;
}
.newsList .Img .coverLink {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(21, 58, 51, 0.9);
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.03rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    -webkit-transition: all 0.5s 0s ease;
    transition: all 0.5s 0s ease;
}
.newsList .Img img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
    display: block;
    -webkit-transition: all 0.5s 0s ease;
    transition: all 0.5s 0s ease;
}
@media (min-width: 1201px) {
    .newsList .Img:hover .coverLink {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
.newsList .Txt {
    padding: 20px 18px;
    position: relative;
    z-index: 1;
}
.newsList .Txt .textBox {
    margin-top: 10px;
}
.newsList .Txt .textBox .title {
    color: #0f0f0f;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.05rem;
    text-align: left;
}
.newsList .Txt .textBox .title a {
    color: #0f0f0f;
    display: block;
}
@media (min-width: 1201px) {
    .newsList .Txt .textBox .title:hover a {
        color: #f6c311;
    }
}
@media (max-width: 1200px) {
    .newsList .Txt .textBox .title {
        font-size: 18px;
    }
}
.newsList .Txt .textBox .text {
    height: 60px;
    margin-top: 10px;
    color: #8c8c8c;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.05rem;
    text-align: left;
}
@media (max-width: 1200px) {
    .newsList .Txt .textBox .text {
        font-size: 14px;
    }
}
.insBox .newsInfoBox {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

..textEditor {
    font-size: 16px;
}