.notice .notice_banner {
    height: 300px;
}

.notice .notice_banner img {
    width: 100%;
    height: 300px;
}

.notice .notice_list_wrapper {
    background: #fff;
    border-bottom: 1px solid #f3f3f3;
    padding: 25px 30px 45px;
}

.notice .notice_list_title {
    font-weight: bold;
    color: #333333;
    font-size: 20px;
    padding: 10px 0 13px;
    display: inline-block;
}

.notice .notice_list_con {
    color: #999999;
    font-size: 12px;
    line-height: 20px;
}

.notice .notice_handle {
    margin-top: 32px;
}

.notice .notice_time,
.notice .notice_see {
    color: #666666;
    font-size: 14px;
    padding-left: 20px;
}

.notice .notice_time {
    background: url(../images/notice_icon1.png) 0 1px no-repeat;
    margin-right: 22px;
}

.notice .notice_see {
    background: url(../images/notice_icon2.png) 0px 2px no-repeat;
}

.notice .notice_list_wrapper:hover {
    background: #f9f9f9;
}


/* 公告详情 */
.notice_details .notice_details_left {
    width: 900px;
    margin-right: 10px;
    background: #fff;
    padding: 28px 39px 40px 30px;
}

.notice_details .details_titleBox {
    border-bottom: 1px solid #f3f3f3;
    padding-bottom: 33px;
}

.notice_details .notice_details_title {
    color: #333;
    font-size: 28px;
    font-weight: bold;
    padding: 20px 0;
}

.notice_details_handel {
    float: right;
}

.notice_details_handel .notice_time,
.notice_details_handel .notice_see {
    color: #666;
    font-size: 14px;
    padding-left: 20px;
    margin-right: 22px;
}

.notice_details_handel .notice_time {
    background: url(../images/notice_icon1.png) 0px 1px no-repeat;
}

.notice_details_handel .notice_see {
    background: url(../images/notice_icon2.png) 0px 2px no-repeat;
}


.notice_details_handel .notice_source {
    color: #999;
    font-size: 14px;
    float: right;
}

.notice_details .details_con {
    color: #999;
    font-size: 14px;
    line-height: 20px;
    padding: 40px 0;
    margin-top: 0;
}

.notice_details .details_paging {
    color: #666666;
    font-size: 14px;
}

.notice_details .details_paging a:last-child {
    float: right;
}



.notice_details .notice_details_right {
    width: 290px;
    background: #fff;
}

.notice_details .notice_details_right .new_notice {
    color: #333333;
    font-size: 16px;
    padding: 22px 20px;
    border-bottom: 1px solid #f3f3f3;
}

.notice_details .notice_details_right .new_notice a {
    float: right;
    cursor: pointer;
    display: inline-block;
    width: 19px;
    height: 14px;
    background: url('../images/notice/more_icon.png') center center no-repeat;
    background-size: 100% 100%;
    margin-top: 2px;
}

.notice_details .notice_details_right .new_notice.icon_notice {
    background: url('../images/notice/notice_icon.png') 20px center no-repeat;
    background-size: 20px 17px;
    box-sizing: border-box;
    padding-left: 45px;
    border-bottom: none;
}

.notice_details .notice_list_wrapper {
    padding: 0 20px;
}

.notice_details .notice_list {
    margin-bottom: 28px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.notice_details .notice_list a {
    color: #333333;
    font-size: 14px;
    overflow: hidden;
    word-break: keep-all;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
    display: block;
    width: calc(100% - 50px);
    box-sizing: border-box;
    padding-left: 8px;
}

.notice_details .notice_list a:hover{
    color: #00C48A;
}

.notice_details .notice_list .label {
    display: inline-block;
    width: 18px;
    height: 18px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    background: rgb(180, 180, 180, 0.5);
    border-radius: 2px;
    line-height: 18px;
    margin-left: 0;
}

.notice_details .notice_list .label_1 {
    background: #FF4200;
}

.notice_details .notice_list .label_2,
.notice_details .notice_list .label_3 {
    background: #FF9409;
}

.notice_details .notice_list span {
    color: #999999;
    font-size: 12px;
    margin-left: 17px;
}


.original {
    background: #eff7ff;
    color: #1787fb;
    display: inline-block;
    line-height: 1;
    padding: 4px 12px 4px 14px;
    font-size: 12px;
    border-radius: 10px;
    margin-right: 5px;
}

.original2 {
    background: #fff2e9;
    color: #ff6600;
    display: inline-block;
    line-height: 1;
    padding: 4px 12px 4px 14px;
    font-size: 12px;
    border-radius: 10px;
    margin-right: 5px;
    float: left;
}

.source_reprint {
    color: #999999;
    font-size: 12px;
    padding-left: 2px;
}

.notice_box .notice_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #F6F6F8;
    background: #fff;
    padding: 36px 0;
    cursor: pointer;
}

.notice_box .notice_item:hover {
    background: #f9f9f9;
}

.notice_box .notice_item .notice_lf {
    width: 10%;
    position: relative;
}

.notice_box .notice_item .notice_lf::after {
    content: '';
    display: block;
    width: 1px;
    height: 88px;
    background: #F6F6F8;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.notice_box .notice_item .notice_center {
    width: 80%;
    box-sizing: border-box;
    padding: 0 36px;
}

.notice_box .notice_item .notice_rt {
    width: 10%;
    position: relative;
}

.notice_box .notice_item .notice_rt::after {
    content: '';
    display: block;
    width: 1px;
    height: 88px;
    background: #F6F6F8;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.notice_box .notice_item .notice_lf .day {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 46px;
    color: #999999;
}

.notice_box .notice_item .notice_lf .month {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #333333;
}

.notice_box .notice_item .notice_center .notice_title {
    font-size: 20px;
    color: #000000;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 24px;
}

.notice_box .notice_item .notice_center .notice_title .title {
    display: block;
    width: calc(100% - 50px);
}

.notice_box .notice_item .notice_center .notice_title:hover .title {
    color: #00C48A;
}

.notice_box .notice_item .notice_center .notice_content {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
    text-align: justify;
}

.notice_box .notice_item .notice_center .notice_title .original {
    display: inline-block;
    width: 45px;
    height: 25px;
    background: url('../images/notice/icon_or.png') left center no-repeat;
    background-size: 100% 100%;
    border-radius: 0;
    padding: 0;
}

.notice_box .notice_item .notice_center .notice_title .original2 {
    display: inline-block;
    width: 45px;
    height: 25px;
    background: url('../images/notice/icon_re.png') left center no-repeat;
    background-size: 100% 100%;
    border-radius: 0;
    padding: 0;
}

.notice_box .notice_item .notice_rt .notice_see {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: #999999;
}

.notice_box .notice_item .notice_rt .more_icon {
    display: block;
    width: 72px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 14px;
    color: #666666;
    font-size: 12px;
    border: 1px solid #E5E5E5;
    margin: 0 auto;
}

.notice_box .notice_item .notice_rt .more_icon:hover {
    color: #00C48A;
    border-color: #00C48A;
}

.notice_box .notice_item .notice_rt .notice_eye {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 72px;
    margin: 0 auto 20px;
}

.notice_box .notice_item .notice_rt .notice_eye img {
    margin-right: 5px;
}

.detail_line_2 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.detail_line_2 .notice_time {
    font-size: 14px;
    color: #333;
    margin-right: 25px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.detail_line_2 .notice_time .txt {
    color: #999;
}

.detail_line_2 .notice_time .original {
    padding: 0;
    background: none;
    float: initial;
    font-size: 14px;
}

.detail_line_2 .notice_time .original2 {
    padding: 0;
    background: none;
    float: initial;
    font-size: 14px;
}


.detail_line_2 .notice_time .source_reprint {
    font-size: 14px;
    display: inline-block;
    max-width: 330px;
}
.attach-list ul{
    padding-left: 0;
}

.attach-list ul li{
    box-sizing: border-box;
    padding-left: 20px;
}

.attach-list ul li{
    background: url('../images/notice/link_icon.png') left center no-repeat;
    background-size: 13px 13px;
}


.attach-list a {
    color: #FF4200;
}

.details_paging .pre_a_click:hover,
.details_paging .next_a_click:hover{
    color: #00C48A;
}

.details_paging a.pre_a{
    background: url('../images/notice/pre.png') left center no-repeat;
    background-size: 24px 16px;
    box-sizing: border-box;
    padding-left: 32px;
    display: inline-block;
    max-width: 350px;
}

.details_paging a.pre_a_click:hover{
    background: url('../images/notice/pre_act.png') left center no-repeat;
    background-size: 24px 16px;
    box-sizing: border-box;
    padding-left: 32px;
}

.details_paging a.next_a{
    background: url('../images/notice/next.png') right center no-repeat;
    background-size: 24px 16px;
    box-sizing: border-box;
    padding-right: 32px;
    display: inline-block;
    max-width: 350px;
    text-align: right;
}

.details_paging a.next_a_click:hover{
    background: url('../images/notice/next_act.png') right center no-repeat;
    background-size: 24px 16px;
    box-sizing: border-box;
    padding-right: 32px;
}