@media screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2){
   .swiper-container .img-mask-layer img{
        width: 19rem;
        height: 28rem;
    }
}
/* report-list */
.notice-swiper-content {
    background: #f7f7f7;
}

.notice-content-list-section{
    padding: 0 0.5rem
}

.notice-content-list-section .content-item {
    background-color: #fff;
}

.content-item .item-box {
    border: 1px solid #e1e1e1;
    height: 50px;
    padding: 0 2px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.content-item .item-box .item-a-tag {
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;
    line-height: 1;
    white-space: nowrap;
    display: block;
    color: black;
    text-align: left
}

.content-item .item-box .publish-date {
    min-width: 4rem;
    font-size: 12px;
    margin-left: 14px !important
}

.pagination-box li{
    width: 34px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination-box .pagination-icon{
    color: #999;
}

.pagination-box .am-active{
    background-color: #0e90d2;
    border-color: #0e90d2
}

.pagination-box .am-active a{
    color: #fff
}

.pagination-box .pagination-num{
    color: black
}

/* report-content */

.notice-content-box{
    padding: 0 1rem;
}

.notice-content-box p, .notice-content-box h1, .notice-content-box span{
    font-size: 1rem;
}

.notice-content-box .title-section h1{
    margin-bottom: 1rem;
    color: black;
    font-size: 1rem;
    text-indent: 1rem;
}

.img-mask-layer .swiper-slide{
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,0.3); 
}

.img-mask-layer img{
    width: 20.5rem;
    height: 29.5rem;
}

.attach-img-box{
    z-index: 999999999;
    position: absolute;
    top: 0px;
    display:none;
}

.pinch-parent-slide .pinch-zoom-container{
    position: unset !important;
}

.pinch-parent-slide .pinch-zoom{
    position: unset !important;
}

.ellipsis {
    width: 34px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border: 1px solid #ddd;
}