@charset "utf-8";

.topTopicsBlock .newsItemBox:first-child .newsBox {
    padding-top: 0;
}

.topTopicsBlock section {
    border: 1px solid #E7ECEA;
    padding: 25px;
    width: 100%;
    height: 360px;
    overflow-y: scroll;
    scrollbar-color: #5C6D60 #E7ECEA;
}

.newsBox.linkNone:hover .newsTit p {
    opacity: 1;
}

.newsBox.linkNone .newsTit:before {
    display: none;
}

/*--news--*/

.newsBox:hover .newsTit p {
    opacity: .7;
    transition: all .5s;
}

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

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

.newsItemBox {
    border-bottom: 1px dotted #5C6D60;
}

.newsCate {
    font-size: 12px;
    color: #AAC8CE;
    background: #fff;
    border: 1px solid #AAC8CE;
    min-width: 90px;
    max-width: 120px;
    padding: 4px 16px 3px;
    font-weight: 400;
    text-align: center;
    display: inline-block;
    line-height: 1.43em;
    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;
}

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

.newsDate {
    display: inline-block;
    font-size: 14px;
    color: #ACACAC;
    line-height: 1.45em;
    position: relative;
    font-weight: 500;
    font-family: var(--fontB);
}

.newsBox {
    display: block;
    width: 100%;
    position: relative;
    padding: 25px 40px 25px 0;
}

.newsBox.linkNone {
    padding: 25px 0;
}

.newsTit {
    display: block;
    font-size: 14px;
    width: 100%;
    color: #5C6D60;
    letter-spacing: 0.05em;
    font-weight: 600;
    line-height: 1.444em;
}

.newsTit:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 12px;
    background: url(/system_panel/uploads/images/top_news_arrow.svg)no-repeat;
    background-size: 100%;
    right: 21px;
    bottom: 32px;
    margin: auto;
    background-position: center;
}

.newsCon{
	margin-top: 1rem;
	font-size: 14px;
}

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

.newsCateSet {
    flex-wrap: nowrap;
}

.newsTit {
    font-size: 18px;
}

.topTopicsBlock section {
    padding: 50px;
    height: 460px;
}
    
/****************************************/
}
/****************************************/

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


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