.app-news .header {
    background: #fff;
    padding-bottom: 30px;
    padding-top: 90px;
    /*width: 100%*/
}

.app-news .header .list-wrap {
    display: flex;
    flex-flow: row;
    margin: auto;
    max-width: 1280px
}

@media (max-width: 576px) {
    .app-news .header .list-wrap {
        padding:0 3.2vw
    }
}

.app-news .header .list-wrap .left {
    font-size: 16px;
    line-height: 34px;
    margin-top: 5px;
    white-space: nowrap
}

.app-news .header .list-wrap .right {
    color: #333;
    display: flex;
    flex-flow: row wrap;
    font-family: FZLTXHK,AlibabaPuHuiTi_2_55_Regular,sans-serif;
    font-size: 16px;
    font-weight: 500;
    opacity: .6;
    text-align: center
}

.app-news .header .list-wrap .right .active {
    border: 1px solid #11ab8f;
    border-radius: 4px;
    color: #11ab8f;
    cursor: pointer;
    height: 34px;
    line-height: 34px;
    margin: 5px;
    padding: 0 20px
}

.app-news .header .list-wrap .right .normal {
    border: 1px solid transparent;
    color: #333;
    cursor: pointer;
    height: 34px;
    line-height: 34px;
    margin: 5px;
    padding: 0 20px
}

.app-news .addr-main {
    min-height: calc(100vh - 574px)
}

.app-news .addr-main .addr-wrap {
    /*display: flex;*/
    /*flex-flow: row wrap;*/
    margin: 40px auto 0;
    max-width: 1176px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 576px) {
    .app-news .addr-main .addr-wrap {
        margin:12px
    }
}

.app-news .addr-main .addr-wrap .item-wrap {
    background: #fff;
    border-radius: 12px;
    /*display: flex;*/
    /*flex-flow: row wrap;*/
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    height: 252px;
    justify-content: space-between;
    margin: 10px;
    overflow: hidden;
    width: 568px
}

@media (max-width: 576px) {
    .app-news .addr-main .addr-wrap .item-wrap {
        width:93.6vw
    }
}

.app-news .addr-main .addr-wrap .item-wrap .left {
    flex: 2;
    padding: 20px
}

.app-news .addr-main .addr-wrap .item-wrap .left>:first-child {
    color: #111;
    font-family: FZLTXHK,AlibabaPuHuiTi_2_85_Bold,sans-serif;
    font-size: 20px;
    font-weight: 550
}

.app-news .addr-main .addr-wrap .item-wrap .left>:nth-child(2) {
    background: #11ab8f;
    border-radius: 4px;
    color: #fff;
    font-family: FZLTXHK,AlibabaPuHuiTi_2_55_Regular,sans-serif;
    font-size: 12px;
    margin-top: 10px;
    padding: 4px 10px;
    text-align: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.app-news .addr-main .addr-wrap .item-wrap .left .addr {
    color: #999;
    font-family: FZLTXHK,AlibabaPuHuiTi_2_55_Regular,sans-serif;
    font-size: 12px;
    line-height: 18px;
    margin-top: 14px
}

.app-news .addr-main .addr-wrap .item-wrap .left .time {
    color: #999;
    font-family: FZLTXHK,AlibabaPuHuiTi_2_55_Regular,sans-serif;
    font-size: 12px;
    line-height: 12px;
    margin-top: 14px
}

.app-news .addr-main .addr-wrap .item-wrap .right {
    background: #11ab8f;
    /*height: 100%;*/
    /*max-width: 50%;*/
    min-width: 50px;
    width: 252px
}

.app-news .addr-main .addr-wrap .item-wrap .right img {
    /*max-height: 100%;*/
    min-width: 50px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.app-news .addr-main .addr-wrap .place-holder {
    background: transparent
}

@media (max-width: 576px) {
    .app-news .addr-main .addr-wrap .place-holder {
        display:none
    }
}

.rax-view-v2 {
    align-content: flex-start;
    border: 0 solid #000;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    margin: 0;
    min-width: 0;
    padding: 0
}
