.pc .main {
    padding: 20px 0 80px;
    background: url(../images/listpage_bg.png) no-repeat center / 100% 100%;
}

.pc .main .layout {
    display: flex;

}

.pc .main .layout .headline {
    margin-bottom: 24px;
}

.pc .main .layout .headline p {
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 500;
    font-size: 24px;
    color: #A20200;
}

.pc .main .layout .content {
    flex: 1;
    padding: 60px 70px;
    background: rgba(255, 247, 227, .38);
    box-shadow: 0px 1px 6px 0px rgba(113, 0, 0, 0.5);
}

.pc .main .layout .content li {
    line-height: 36px;
    margin-top: 10px;
    /* float: left; */
}

.pc .main .layout .content li:nth-child(1) {
    margin-top: 0;
}

.pc .main .layout .content li:hover a .title p {
    color: #A20200;
}

.pc .main .layout .content li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pc .main .layout .content li a .title {
    margin-right: 132px;
    display: flex;
    align-items: center;
}

.pc .main .layout .content li a .title i {
    margin-right: 8px;
    display: block;
    width: 7px;
    height: 7px;
    background: #A20200;
    border-radius: 50%;
    flex-shrink: 0;
}

.pc .main .layout .content li a .title p {
    width: 90%;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}

.pc .main .layout .content li a .time {
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    flex-shrink: 0;
}

.pc .main .layout .tab {
    margin-right: 5px;
}

.pc .main .layout .tab li {
    margin-bottom: 6px;
    width: 152px;
    height: 54px;
    background: url(../images/listpage_tab.png) no-repeat left center / 142px 100%;
}

.pc .main .layout .tab li a {
    display: block;
    padding: 15px 0px 15px 35px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 18px;
    color: #6F6F6F;
    line-height: 25px;
}

.pc .main .layout .tab li.on {
    background: url(../images/listpage_tab_on.png) no-repeat left center / 152px 100%;
}

.pc .main .layout .tab li.on a {
    color: #BC0000;
}

.h5 .main {
    padding: 0 0 .12rem;
}

.h5 .main .layout {}

.h5 .main .layout .headline {
    margin-bottom: .14rem;
}

.h5 .main .layout .headline img {
    display: block;
    height: .24rem;
}

.h5 .main .layout .tab {
    margin-bottom: .09rem;
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;

    &::-webkit-scrollbar {
        display: none;
    }

    li {
        flex: 0 0 auto;
        width: 22%;
        margin: 0 .02rem;
        padding: .05rem 0;
        background: #FFF9EC;
        border: .01rem solid #979797;
        white-space: nowrap;
        text-align: center;
    }
}

.h5 .main .layout .tab li {
    flex: 0 0 auto;
    width: 22%;
    margin: 0 .02rem;
    padding: .05rem 0;
    background: #FFF9EC;
    border: .01rem solid #979797;
    white-space: nowrap;
    text-align: center;
}

.h5 .main .layout .tab::-webkit-scrollbar{
    display: none;
}

.h5 .main .layout .tab li a {
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: .14rem;
    color: #666666;
    line-height: .2rem;
}

.h5 .main .layout .tab .on {
    background: #BC0000;
    border: 1px solid #BC0000;
}

.h5 .main .layout .tab .on a {
    color: #FFF;
}

.h5 .main .layout .news {
    margin-top: .05rem;
    padding: .1rem .2rem;
    box-shadow: 0rem 0.01rem 0.06rem 0rem rgba(113, 0, 0, 0.5);
    background: url(../images/h5_part1_news_bg.png) no-repeat center / 100% 100%;
}

.h5 .main .layout .news ul li {
    margin-top: .1rem;
}

.h5 .main .layout .news ul li:nth-child(1) {
    margin-top: 0;
}

.h5 .main .layout .news ul li:hover a .time .day,
.h5 .main .layout .news ul li:hover a .time .month_year {
    color: #CA0000;
}

.h5 .main .layout .news ul li:hover a hr {
    background-color: #DA9C00;
}

.h5 .main .layout .news ul li:hover a p {
    color: #CA0000;
}

.h5 .main .layout .news ul li a {
    display: flex;
    align-items: center;
}

.h5 .main .layout .news ul li a .time {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
}

.h5 .main .layout .news ul li a .time .day {
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: .16rem;
    color: #333333;
    line-height: .22rem;
}

.h5 .main .layout .news ul li a .time .month_year {
    margin-top: -0.04rem;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: .1rem;
    color: #333333;
    line-height: .14rem;
}

.h5 .main .layout .news ul li a hr {
    margin: 0 .12rem;
    width: .01rem;
    height: .23rem;
    background-color: #666666;
}

.h5 .main .layout .news ul li a p {
    width: 2.4rem;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: .14rem;
    color: #333333;
    line-height: .28rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
}