.backcolor {
    width: 100%;
    overflow: hidden;
    background: #f4f5f7;
    margin-top: 26px;
    padding-top: 10px;
    display: none;
}
.notice_card_list {
    width: 80%;
    margin: 0 auto;
    display: flex;
    margin-top: -80px;
}
.card_box {
    width: 25%;
    padding: 10px 20px 10px 20px;
    box-sizing: border-box;
    margin: 4px;
    border-radius: 5px;
    background: linear-gradient(to bottom, #e5f1ff, #ffffff);
    box-shadow: 0 20px 20px 0px #edf2ff;
    text-align: left;
    cursor: pointer;
    color: #666666;
    position: relative;
}
.card_blue {
    border: 1px solid #195ffe;
    color: #195ffe;
}
.bleu_sanjiao {
    position: absolute;
    width: 20px !important;
    top: 105px;
    left: 50%;
    margin-left: -13px;
    display: none;
}
.card_box p {
    line-height: 20px;
    font-family: MiSans;
    font-weight: 400;
}
h4 {
    font-family: MiSans;
    font-weight: 500;
    font-size: 1.4em;
    color: #0f0f0f;
}
.card_box img {
    width: 26px;
}
.list_cont_box {
    width: 70%;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.cont_box_card {
    width: 32%;
    max-width: 320px;
    height: auto;
    margin: 10px 10px 10px 0px;
    text-align: left;
    background: #fff;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 5px;
}
.cont_box_card h4 {
    font-family: MiSans;
    font-weight: 500;
    font-size: 1.2em;
    color: #0f0f0f;
    line-height: 22px;
    margin: 10px 0px;
}
.cont_box_card p {
    font-family: MiSans;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
}
.info_btn {
    width: 120px;
    padding: 5px;
    font-family: MiSans;
    font-weight: 400;
    color: #195ffe;
    font-size: 14px;
    border: 1px solid #195ffe;
    border-radius: 30px;
    margin: 10px 4px;
    text-align: center;
    overflow: hidden;
}
.info_btn img {
    width: 20px;
    height: 20px;
    float: right;
    position: relative;
    right: 10px;
}
.card_time {
    width: 50%;
    float: right;
    margin-top: -36px;
    text-align: right;
    margin-right: 10px;
    color: #999999 !important;
}
.card_title_box {
    width: 50%;
    text-align: right;
    line-height: 20px;
    float: right;
    margin-top: 14px;
    margin-right: -10px;
    color: #3476fe;
    background: linear-gradient(90deg, #ffffff 30%, #e5f1ff);
    padding-right: 10px;
}
