@charset "utf-8";

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

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

.topNewsBlockBox {
    margin-top: 5px;
}

/*--news--*/

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

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

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

.newsCate {
    font-size: 14px;
    color: #fff;
    background: #FAAC2E;
    min-width: 113px;
    max-width: 150px;
    padding: 2.5px 10px 4.5px;
    font-weight: 400;
    text-align: center;
    display: inline-block;
    line-height: 1.5em;
    letter-spacing: 0.05em;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis; /* Safari */
    -o-text-overflow: ellipsis; /* Opera */
    white-space: nowrap;
    overflow: hidden;
}

.newsCateSet {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    margin: 0 0 0 0;
    gap: 5px 30px;
}

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

.newsDate {
    display: inline-block;
    font-size: 14px;
    color: #444;
    line-height: 1.5em;
    letter-spacing: 0.05em;
    font-weight: 400;
}

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



.newsTit {
    display: block;
    font-size: 14px;
    width: 100%;
    color: #444;
    letter-spacing: 0.05em;
    font-weight: 400;
    line-height: 1.5em;
}

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

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

.newsCateSet {
    flex-wrap: nowrap;
}

.newsTit {
    font-size: 16px;
}

.newsTit:before {
    bottom: 31px;
}
    
/****************************************/
}
/****************************************/

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

.newsBox {
    padding: 0 20px 27px 0;
}

.newsTit {
    font-size: 20px;
}
    
/****************************************/
}
/****************************************/