@charset "utf-8";

.newsBox:hover .newsTit {
    text-decoration: underline;
}

.topNewsBlockBox .newsItemBox:first-child .newsBox {
    margin-top: 0;
}

/*--news--*/

.newsBox:hover .newsTit:before {
    transition: all .5s;
    transform: translateX(9px);
}

.newsBox .newsTit:before {
    transition: all .5s;
}

.newsItemBox {
    border-bottom: 1px solid #D7D3C9;
}

.newsCate {
    font-size: 14px;
    color: #5C8453;
    background: #F0E7D6;
    border-radius: 4px;
    max-width: max-content;
    padding: 2px 15px 4px;
    font-weight: 500;
    text-align: center;
    display: inline-block;
    line-height: 1.43em;
    letter-spacing: 0.05em;
    word-break: keep-all;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1;
    border-radius: 15px;
}

.newsCateSet {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    margin: 0 0 0 0;
    gap: 20px;
    width: 100%;
}

.newsInBox {
    width: 100%;
    margin: 15px 0 0;
}

.newsDate {
    display: inline-block;
    font-size: 16px;
    color: #616664;
    line-height: 1.5em;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    letter-spacing: 0.04em;
}

.newsBox {
    display: block;
    width: 100%;
    position: relative;
    padding: 0 0 20px;
    margin-top: 20px;
}

.newsTit>h3,.newsTit>h2,.newsTit>p {
    font-size: 16px;
}

.newsTit {
    display: block;
    width: 100%;
    color: #616664;
    letter-spacing: 0.05em;
    font-weight: 500;
    line-height: 1.5em;
    position: relative;
    padding-right: 30px;
}

.newsTit:before {
    content: "";
    position: absolute;
    width: 22px;
    height: 9px;
    background: url(/system_panel/uploads/images/news_arrow.svg)no-repeat;
    background-size: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-position: center;
}

/****************************************/
@media screen and (min-width: 768px) {
/****************************************/
    
.newsCate {
    font-size: 16px;
}
   
.newsDate {
    font-size: 18px;
}
    
.infoDetailTit01 {
    font-size: 20px;
}

.newsCateSet {
    flex-wrap: nowrap;
}

.newsTit>h3,.newsTit>h2,.newsTit>p {
    font-size: 18px;
}
    
/****************************************/
}
/****************************************/

/****************************************/
@media screen and (min-width: 1024px) {
/****************************************/


    
/****************************************/
}
/****************************************/