﻿.card_bottom{
    border-top: 1px solid #cdcdcd;
    height:auto;
    min-height:500px;
}

.notice_title{
    width:100%;
    height:105px;
    padding: 20px 5px;
}

.notice_title h3{
    font-size:20px;
    font-weight: 700;
}

.notice_title p{
    font-size:14px;
    color:#999999;
    margin-top: 15px;
}

.notice_content{
    padding: 0 5px;
}
.notice_content img{
    width: 100% !important;
    max-width: 1200px;
}
