﻿@charset "utf-8";

.header .nav a:hover, .header .nav .active a{
    color: #C4261D;
}
.header .nav a:before {
    background-color: #C4261D;
}
.red_color {
    color: var(--red--color);
}
.party_cont .new_top .new_big_r .time,.new_top .new_big_r .title {
    color: #9B0000;
}
.new_top .new_big_r .time{
    background-image: url(../images/red_time.svg);
}
.party_cont .new_top .new_big a {
    background: #FDF1F1;
}
.new_top .new_big .more span {
    color: #C4261D;
    background-image: url(../images/arrow_right_red.svg);
}
.new_top .new_big .new_add{
    background: #C4261D;
}
.list_new_ul .right .date{
    color: #AD8D8D;
}
.list_new_ul .right .year_moth {
    color: #AD8D8D;
}
.list_new_ul .title:before{
    background-color: #C4261D;
}
.list_new_ul ul li:hover {
  border-color: #C4261D;
}
.list_new_ul ul li:hover .title {
    color:#C4261D
}

.list_new_ul ul li:hover .date,
.list_new_ul ul li:hover .year_moth {
    color:#C4261D
}
.paged a:hover, .paged .active span {
    background-color:#C4261D;
    border-color: #C4261D;
}