.banner {
    width: 100%;
    height: 285px;
}

.banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main {
    padding: 30px;
    background-image: url('/assets/images/home/bg3.jpg');
    background-size: cover;
    background-position: center;
}

.org_bg {
    background-image: url("/assets/images/orgs/org_bg.jpg") !important;
    background-size: initial !important;
    background-position: initial !important;
    background-repeat: repeat !important;
}

.cont {
    width: 1200px;
    min-height: calc(100vh - 445px);
    margin: 0px auto;
    padding: 60px 40px;
    box-sizing: border-box;
    background-color: #FFFFFF;
}

.notice_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #E2E2E2FF;
}

.notice_title {
    color: #111111;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: bold;
    cursor: pointer;
}

.notice_title:hover {
    color: #FF5F1A;
}

.notice_item .date {
    width: 100px;
    height: 100px;
    background-color: #FFFAF2FF;
    text-align: center;
}

.notice_item .date .d {
    margin-top: 12px;
    font-size: 48px;
    font-family: Arial;
    font-weight: 400;
    color: #FF5F1A;

}

.notice_item .date .m {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FF5F1A;
}

.notice_item .desc {
    width: 990px;
    height: 98px;
}

.notice_item .desc p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.pagination {
    text-align: center;
}

.pagination a {
    text-decoration: none;
    display: inline-block;
    min-width: 20px;
    margin: -3px;
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
    border: 1px solid #e3e3e3;
    border-left: none;
    color: #666666FF;
    font-size: 15px;
    cursor: pointer;
}

.pagination a:hover {
    color: #FF5F1A !important;
}

.cur {
    color: #FF5F1A !important;
}

.last {
    position: relative;
    z-index: 99;
    border: 1px solid #e3e3e3 !important;
    border-right: 1px solid #e3e3e3 !important;
    border-radius: 4px 0px 0px 4px;
}

.next {
    border-radius: 0px 4px 4px 0px;
}
