.tab_box {
    position: absolute;
    bottom: 0;
    left: 2.02rem;
    display: flex;
    z-index: 1;
    box-sizing: border-box;
    transform: translate(0, 50%);
}

.tab_item {
    width: 2.2rem;
    height: .56rem;
    background-image: url('../img/zj_ibg1.png');
    margin-right: -.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .18rem;
    color: #231815;
    cursor: pointer;
    transition: .3s;
}

.tab_box .tab_item:hover, .tab_box .active , .tab_box .pitchon{
    background-image: url('../img/zj_ibg2.png');
    color: #fff;
}
.tab_box .tab_item:hover a, .tab_box .active a, .tab_box .pitchon a{
    
    color: #fff;
}

.list_box {
    padding: 1.5rem 1.97rem;
    box-sizing: border-box;
}

.list_box .page_title_box {
    margin: 0;
}

.list {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.news_item {
    background-image: url('../img/xwzxbg1.png');
    width: 14.32rem;
    height: 3.72rem;
    margin-top: .42rem;
    padding: .62rem 1.17rem .59rem .64rem;
    box-sizing: border-box;
    display: flex;
}

.news_item:nth-child(1) {
    margin-top: 0;
}

.news_item .date {
    font-size: .18rem;
    color: #D72318;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
    margin-top: .3rem;
}

.news_item .date span {
    font-size: .48rem;
    color: #D72318;
    font-weight: bold;
    margin-bottom: .2rem;
}

.news_img {
    width: 4.31rem;
    height: 2.51rem;
    margin-left: .57rem;
    margin-right: .57rem;
    flex-shrink: 0;
    overflow: hidden;
    display: inline-block;
}

.news_img img {
    width: 100%;
    height: 100%;
    transition: .3s;
}

.news_item:hover .news_img img {
    transform: scale(1.1);
}

.news_right {
    flex: 1;
    margin-left: 0.4rem;
}

.news_title {
    font-size: .3rem;
    color: #333333;
    font-weight: bold;
    display: inline-block;
}

.news_info {
    font-size: .18rem;
    line-height: .3rem;
    margin-top: .46rem;
    height: .9rem;
}

.line_ellipsis {
    -webkit-line-clamp: 3;
}

.news_right .more_btn {
    margin-top: .45rem;
}

.page_box {
    margin-top: .6rem;
}

.page_box {
    margin-bottom: 0;
}

.news_info_out {
    background-color: #fff;
}



.content_bg {
    width: 100%;
    height: auto;
}

.info_top_box {
    padding: 2.22rem 4.5rem 0;
    box-sizing: border-box;
    position: relative;
}

.info_top_box::after {
    content: '';
    width: .58rem;
    height: .77rem;
    background-image: url('../img/t_xg2.png');
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 2.25rem;
    left: 3.7rem;
}

.back_btn {
    font-size: .24rem;
    color: #D72318;
    font-weight: bold;
}

.info_title {
    font-size: .48rem;
    color: #333333;
    font-weight: bold;
    margin-top: .32rem;
    font-style: normal;
}

.num_date_box {
    margin-top: .5rem;
    display: flex;
    align-items: center;
}

.num_date_box .item {
    display: flex;
    font-size: .18rem;
    color: #333333;
    margin-right: .3rem;
    display: flex;
    align-items: center;
}

.num_date_box .item img {
    width: .21rem;
    height: auto;
    margin-right: .06rem;
}


.content_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
}

.rich_out {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #F4F2F3;
    min-height: 50vh;
    margin-top: -.4rem;
    position: relative;
    z-index: 1;
    padding-bottom: 1.47rem;
    box-sizing: border-box;

}

.rich_box {
    width: 10.24rem;
    font-style: normal;
}
.rich_box div,.rich_box p{
    font-style: normal;
	line-height:1.8;
	padding-bottom:0.1rem
}

.rich_box img {
    max-width: 100%;
}

.info_page_box {
    margin-top: 1.15rem;
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
}

.info_page_item {
    width: 11.23rem;
    height: .75rem;
    display: flex;
    align-items: center;
    padding: 0 .81rem;
    box-sizing: border-box;
    background-image: url('../img/nifobg2.png');
    margin-top: .07rem;
    transition: .3s;
}

.info_page_item:hover {
    background-image: url('../img/nifobg3.png');
}



.info_page_item:nth-child(1) {
    margin-top: 0;
}

.info_page_item .jt {
    width: .16rem;
    height: .11rem;
    margin-right: .31rem;
    flex-shrink: 0;
    background-image: url('../img/cti1.png');
    transition: .3s;
}

.info_page_item p {
    font-size: .18rem;
    color: #D72318;
    font-weight: bold;
    flex-shrink: 0;
    margin-right: .47rem;
    transition: .3s;
}


.info_page_item span {
    flex: 1;
    font-size: .18rem;
    color: #231815;
    font-weight: bold;
    transition: .3s;
}

.info_page_item:hover p, .info_page_item:hover span {
    color: #fff;
}

.info_page_item:hover .jt {
    background-image: url('../img/wjt.png');
}

@media screen and (max-width:1150px) {
    .tab_box {
        transform: translate(0, 50%) !important;
    }

    .info_top_box {
        padding: .24rem;
        padding-top: .9rem;
    }

    .back_btn {
        font-size: .2rem;
    }

    .info_title {
        font-size: .22rem;
    }

    .num_date_box .item {
        font-size: .12rem;
    }

    .num_date_box .item img {
        width: .18rem;
    }

    .rich_out {
        width: 100%;
        padding: .24rem;
        box-sizing: border-box;
        min-height: unset;
    }

    .rich_box {
        width: 100%;
    }

    .info_page_item {
        width: 100%;
        padding: .24rem;
        height: auto;
    }

    .info_page_item span {
        font-size: .12rem;
    }

    .info_page_item .jt {
        /* zoom: .5; */
    }

    .info_page_item p {
        font-size: .12rem;
    }

    .info_top_box::after {
        left: .2rem;
        top: 3rem;
        /* zoom: .3; */
    }

    .list_box {
        padding: .24rem;
    }

    .news_item {
        width: 100%;
        height: auto;
        padding: .24rem;
        display: flex;
        flex-direction: column;
        margin-top: .24rem;
    }

    .news_item .date {
        display: none;
    }

    .news_img {
        width: 100%;
        height: auto;
        margin: 0;
    }

    .news_right {
        margin-top: .24rem;
    }

    .news_img img {
        width: 100%;
        height: auto;
    }

    .news_title {
        font-size: .16rem;
    }

    .news_info {
        height: auto;
        margin-top: .12rem;
        font-size: .12rem;
        line-height: 1.6;
    }

    .news_right .more_btn {
        /* zoom: .6; */
        margin-top: .1rem;
    }

    .list {
        margin-top: .3rem;
    }
}