.kng {
    margin-bottom: 20px;
}

.fy {
    width: 100%;
    min-height: 20vh;
    margin: 0 auto;
    position: relative;
    display: inline-flex;
    margin-top: 20px;
    border-top: 2px solid transparent;
}

.fy::after {
    content: '';
    position: absolute;
    left: 50%;
    top: -20px;
    width: 100%;
    opacity: 0;
    border-top: 2px solid rgb(252, 6, 6);
    transform: translate(-50%) scaleX(0);
    transition: .5s ease-in-out;
}

.fy:hover::after {
    opacity: 1;
    transform: translate(-50%) scaleX(1);
}

.gg {
    width: 400px;
    background: whitesmoke;
    padding: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.tee {
    margin: 20px 0;
}

.tee i {
    font-style: normal;
    font-size: 18px;
    font-weight: bold;
    color: #ba1912;
    /*margin-left: 10px;*/
}

.tee em {
    font-size: 18px;
    font-weight: bold;
}

.cha {
    margin-top: 20px;
    display: flex;
    align-items: center;
}

.cha input {
    width: 300px;
    height: 36px;
    padding: 0 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.ttb {
    margin-left: 10px;
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #172出D;
    color: white;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.ttb:hover {
    background-color: #0056b3;
}

.ki {
    width: 100%;
    margin-left: 20px;
}

.ko {
    width: 100%;
}

.clink {
    /*color: rgb(255, 255, 255);*/
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2em;
    -webkit-line-clamp: 1;

    color: #16254A;

    overflow: hidden;
}

.news-item {
    min-height: auto;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    padding: 26px 8px 0px;
    border-top: 1px solid rgba(22, 37, 74, 0.4);
    margin-top: 0px;
    margin-bottom: 26px;
}

.news-date {
    min-height: 0px;
    background-color: rgb(184, 20, 50);
    padding: 6px 15px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    height: auto;
}

.news-date span {
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-family: Roboto;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: normal;
}

.news-content {
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 35px;
    margin-left: 24px;
}

.news-content a {
    margin: 0;
    padding: 0;

}

.news-detail {
    text-decoration: none;
    color: rgb(22, 37, 74);;
    font-size: 14px;
    transition: color 0.3s ease;
    display: flex;
    align-items: center;
}

.news-detail {
    color: rgb(22, 37, 74);
    background-image: url(/front/img/93da7abf211e5e2f70a5c9534242816c_origin.png);
    background-position: 100% 50%;
    background-repeat: no-repeat;
    padding-right: 17px;
    line-height: 1em;
    width: 75px;
}

.news-detail:hover {
    color: rgb(22, 37, 74);
}

.hidden-xs {
    -ms-flex-item-align: end;
    align-self: flex-end;
    -ms-flex-order: 1;
    order: 1;
    min-height: 0px;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}
/*
*/