﻿.warnnin-banner {
    background-repeat:no-repeat;
    background-size:contain;
    width:1200px;
    height:225px;
    overflow:hidden;
    margin-top:15px;
}
.warn-wraps {
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    flex-wrap:wrap;
}
.warn-wrap {
    display: flex;
    flex-direction: column;
    padding: 20px 0px 0px 0px;
    background-color: #fafbfc;
    width: 590px;
    margin-right: 20px;
    margin-top:20px;
}
    .warn-wrap:nth-child(2n) {
        margin-right: 0px;
    }

.warn-header {
    background-color: #ffffff;
    padding: 5px 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0 20px;
    font-size: 16px;
}

.warn-title {
    border-left: 5px solid #ab1c22;
    padding-left: 15px;
    height: 22px;
    line-height: 22px;
}

.warn-right {
    color: #a91c22;
    width:50px;
    text-align:right;
}
.warn-itmes {
    margin-top: 10px;
    margin-bottom: 10px;
}
.warn-item {
    padding:0px 30px;
}

.warn-item-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
}

.warn-item-title {
    flex-grow: 1;
    overflow: hidden;
}

.warn-item-date {
    flex: 0 0 80px;
    text-align: right;
}

.warn-item-desc {
    display: none;
    margin: 5px 0px;
    color: #999999;
    height: 68px;
    line-height: 22px;
    overflow: hidden;
    font-size: 14px;
    padding: 0px 5px;
}

.warn-item-footer {
    text-align: right;
    display: none;
}

.warn-right-more {
    color: #a91c22;
}

.warn-item.active{
    padding-top: 10px;
    padding-bottom: 10px;
}

.warn-item.active:not(:first-child) {
   background-color:rgba(0,0,0,0.02);
}

.warn-item.active .warn-item-title {
    font-size: 14px;
    font-weight: 600;
}
.warn-item.active .warn-item-desc {
    display:block;
}
.warn-item.active .warn-item-footer {
    display: block;
    margin-bottom:10px;
}