.hh-notice{
    width: 1200px;
    position: absolute;
    top:524px;
    left:0;
    right: 0;
    margin: auto;
    height: 112px;
    background: #FFFFFF;
    box-shadow: 0px 10px 24px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    z-index: 100;
}
.hh-notice-label{
    width: 156px;
    text-align: center;
    line-height: 112px;
}
.hh-notice-label i{
    padding: 10px;
    background: url("/res/homepage/notice/icon.svg") no-repeat center;
    margin-right: 8px;
}
.hh-notice-label span{
    font-size: 14px;
    font-weight: 600;
    color: #222222;
}
.notice-item{
    padding-top: 20px;
}
.notice-item .fl{
    width: 120px;
    height:72px;
    border-radius: 4px;
    overflow: hidden;
}
.notice-item .fr{
    width: calc(100% - 120px);
    height:72px;
    padding-left: 30px;
    padding-right: 60px;
}
.notice-item .fl img{
    width: 100%;
    height:100%;
}
.notice-item .fr a{
    line-height: 72px;
    font-size: 16px;
    font-weight: 600;
    color: #222222;
    white-space: nowrap;
    display: inline-block;
    width: calc(100% - 100px);
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: middle;

}
.notice-item .fr span{
    line-height: 72px;
    font-size: 16px;
    font-weight: 400;
    color: #222222;
    display: inline-block;
    vertical-align: middle;
}
.hh-notice-content{
    width: calc(100% - 156px);
    height:100%;
}
.hh-notice-content #swiper-notice{
    height:100%;
}
.hh-notice-content #notice-pagination{
    right:20px;
}
.hh-notice .swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 10px;
}
.hh-notice .swiper-pagination-bullet{
    background: #005BAC;
    opacity: 0.1;
}
.hh-notice .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #007aff;
    opacity: 1;
}
@media (max-width: 768px) {
    .hh-notice{
        width: calc(100% - 24px);
        margin: 0 auto;
        height: 82px;
        position: relative;
        top:0;
        background: #FFFFFF;
        box-shadow: 0px 10px 24px 0px rgba(0, 0, 0, 0.1);
        border-radius: 4px;
    }
    .hh-notice-label{
        width: 52px;
        height: 100%;
        text-align: center;
        line-height: 0;
        padding-top: 17px;
    }
    .hh-notice-label i{
        display: inline-block;
        padding: 10px;
        background: url("/res/homepage/notice/icon.svg") no-repeat center;
        margin-right: 0;
    }
    .hh-notice-label span{
        display: inline-block;
        font-size: 12px;
        font-weight: 600;
        width: 100%;
        color: #222222;

    }
    .notice-item{
        padding-top: 12px;
    }
    .notice-item .fl{
        width: 90px;
        height:54px;
    }
    .notice-item .fr{
        width: calc(100% - 90px);
        height:54px;
        padding-left: 16px;
        padding-right: 30px;
    }
    .notice-item .fl img{
        width: 100%;
        height:100%;
    }
    .notice-item .fr a{
        line-height: 18px;
        font-size: 14px;
        font-weight: 600;
        color: #222222;
        width: 100%;
        overflow:hidden;
        white-space: normal;
        display: inline-block;
        text-overflow: ellipsis;
        vertical-align: middle;
        display:-webkit-box;
        -webkit-box-orient:vertical;
        -webkit-line-clamp:2;

    }
    .notice-item .fr span{
        line-height: 14px;
        font-size: 12px;
        font-weight: 400;
        color: #222222;
        display: block;
        vertical-align: middle;
    }
    .hh-notice-content{
        width: calc(100% - 52px);
        height:100%;
    }
    .hh-notice-content #swiper-notice{
        height:100%;
    }
    .hh-notice-content #notice-pagination{
        right:10px;
    }
}