.breadcrumb {
    margin-bottom: .6rem;
}

.trs_detail_label {
    width: 100%;
    font-weight: 500;
    font-size: 0.22rem;
    color: #30313F;
    text-align: center;
    background: url(./trs_ico_61.png) no-repeat center bottom;
    background-size: .4rem .02rem;
    padding-bottom: .1rem;
}



/* list */
.trs_rd_body .breadcrumb {
    width: 13rem;
    margin: 0 auto;
}

.trs_rd_list .list li {
    width: 100%;
    height: 4.8rem;
    overflow: hidden;
    padding: .6rem 0;
    box-sizing: border-box;
}



.trs_rd_list .list li a {
    width: 13rem;
    height: 100%;
    display: flex;
    gap: .6rem;
    margin: 0 auto;
}

.trs_rd_list .list li>* {
    flex: 1;
}

.trs_rd_list .list li .img {
    min-width: 5.55rem;
    height: 3.6rem;
    border-radius: 0.3rem 0rem 0.3rem 0rem;
    overflow: hidden;
}

.trs_rd_list .list li .img img {
    width: 100%;
    height: auto;
}

.trs_rd_list .list li .txt {
    padding: .21rem 0;
    box-sizing: border-box;
}

.trs_rd_list .list li .txt h3 {
    font-weight: bold;
    font-size: 0.3rem;
    color: #30313F;
    line-height: 0.25rem;
    margin-bottom: .4rem;
}

.trs_rd_list .list li .txt p {
    font-weight: 400;
    font-size: 0.22rem;
    color: #333333;
    line-height: 0.32rem;
    margin-bottom: .4rem;
    display: -webkit-box;
    /* 关键属性 */
    -webkit-box-orient: vertical;
    /* 垂直方向 */
    -webkit-line-clamp: 5;
    /* 限制3行 */
    overflow: hidden;
    /* 隐藏超出部分 */
    text-overflow: ellipsis;
    /* 显示省略号 */
}

.trs_rd_list .list li .txt .handle span {
    width: 1.54rem;
    height: 0.49rem;
    background: #1D5198;
    border-radius: 0.32rem 0.32rem 0.32rem 0.32rem;
    border: 0.01rem solid #1B478A;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 0.16rem;
    color: #FFFFFF;
    line-height: 0.3rem;
    gap: .11rem;
}

.trs_rd_list .list li .txt .handle span i {
    width: .15rem;
    height: .13rem;
    background: url(./trs_ico_27.png) no-repeat;
    background-size: contain;
}



.trs_rd_list .list li:nth-child(2n) {
    background: #F4F8FD;
}

.trs_rd_list .list li:nth-child(2n) a {
    flex-direction: row-reverse;
}






/* detail */
.trs_rd_detail h2 {
    font-weight: 500;
    font-size: 0.5rem;
    color: #1D5198;
    line-height: 0.35rem;
    text-align: left;
    margin-bottom:.6rem;
}

.trs_detail_editor {
    margin-bottom: .6rem;
    position: relative;
}

.trs_detail_editor * {
    font-weight: 400;
    font-size: 0.22rem;
    color: #30313F;
    line-height: 0.35rem;
    text-align: left;
    font-style: normal;
}

.trs_detail_editor a {
    color: #1D5198;
}

.trs_detail_editor p {
    margin-bottom: .2rem;
}

.trs_detail_editor .img {
    width: 100%;
    height: auto;
    margin-bottom: .4rem;
    border-radius: .12rem;
    overflow: hidden;
}

.trs_detail_editor .img img {
    width: 100%;
}


.trs_rd_detail .handle {
    width: 100%;
    height: .7rem;
    background: #F4F8FD;
    border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
    margin-bottom: .5rem;
    padding: .25rem .3rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.trs_rd_detail .handle a {
    font-weight: 500;
    font-size: 0.16rem;
    color: #1D5198;
    display: flex;
    gap: .1rem;
    align-items: center;
}

.trs_rd_detail .handle a:nth-child(1) i {
    width: .16rem;
    height: .1rem;
    display: block;
    background: url(./trs_ico_22.png) no-repeat;
    background-size: contain;
}

.trs_rd_detail .handle a:nth-child(2) {
    width: 1.3rem;
    height: 0.35rem;
    background: #E4EAF2;
    border-radius: 0.18rem 0.18rem 0.18rem 0.18rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.trs_rd_detail .handle a:nth-child(3) i {
    width: .16rem;
    height: .1rem;
    display: block;
    background: url(./trs_ico_30.png) no-repeat;
    background-size: contain;
}








@media screen and (max-width: 750px) {

    .breadcrumb {
        margin-bottom: .3rem;
        overflow: hidden;
    }

    .page {
        display: none;
    }

    .more {
        font-weight: 400;
        font-size: 0.12rem;
        color: #969696;
        line-height: 0.25rem;
        margin: .3rem auto;
        text-align: center;
        position: relative;
    }

    .more a {
        color: #969696;
    }

    .more::before,
    .more::after {
        content: '';
        width: .43rem;
        height: .01rem;
        display: block;
        background: #C0C0C0;
        position: absolute;
        top: .12rem;
    }

    .more::before {
        left: .9rem;
    }

    .more::after {
        right: .9rem;
    }



    /* list */
    .trs_rd_body .breadcrumb {
        width: 100%;
        margin: 0 auto .3rem;
    }

    .trs_rd_list {
        box-sizing: border-box;
    }

    .trs_rd_list .list li {
        width: 100%;
        height: auto;
        overflow: hidden;
        padding: .3rem .2rem;
        box-sizing: border-box;
    }



    .trs_rd_list .list li a {
        width: 100%;
        height: 100%;
        display: block;
        gap: .6rem;
        margin: 0 auto;
    }

    .trs_rd_list .list li>* {
        flex: 1;
    }

    .trs_rd_list .list li .img {
        min-width: 100%;
        height: 2.27rem;
        border-radius: 0.2rem 0rem 0.2rem 0rem;
        overflow: hidden;
    }

    .trs_rd_list .list li .img img {
        width: 100%;
        height: auto;
    }

    .trs_rd_list .list li .txt {
        padding: .21rem 0 0;
        box-sizing: border-box;
    }

    .trs_rd_list .list li .txt h3 {
        font-weight: bold;
        font-size: 0.18rem;
        color: #30313F;
        line-height: 0.25rem;
        margin-bottom: .2rem;
    }

    .trs_rd_list .list li .txt p {
        font-weight: 400;
        font-size: 0.16rem;
        color: #333333;
        line-height: 0.25rem;
        margin-bottom: .2rem;
        display: -webkit-box;
        /* 关键属性 */
        -webkit-box-orient: vertical;
        /* 垂直方向 */
        -webkit-line-clamp: 4;
        /* 限制3行 */
        overflow: hidden;
        /* 隐藏超出部分 */
        text-overflow: ellipsis;
        /* 显示省略号 */
    }

    .trs_rd_list .list li .txt .handle span {
        width: 1.54rem;
        height: 0.44rem;
        background: #1D5198;
        border-radius: 0.32rem 0.32rem 0.32rem 0.32rem;
        border: 0.01rem solid #1B478A;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 400;
        font-size: 0.16rem;
        color: #FFFFFF;
        line-height: 0.3rem;
        gap: .11rem;
        margin: 0 auto;
    }

    .trs_rd_list .list li .txt .handle span i {
        width: .15rem;
        height: .13rem;
        background: url(./trs_ico_27.png) no-repeat;
        background-size: contain;
    }



    .trs_rd_list .list li:nth-child(2n) {
        background: #F4F8FD;
    }

    .trs_rd_list .list li:nth-child(2n) a {
        flex-direction: row-reverse;
    }





    /* detail */
    .trs_rd_detail {
        padding: 0 .2rem .2rem;
        box-sizing: border-box;
    }

    .trs_rd_detail h2 {
        text-align: left;
        font-weight: 500;
        font-size: 0.22rem;
        color: #1D5198;
        line-height: 0.35rem;
        margin-bottom: .2rem;
    }

    .trs_detail_editor {
        margin-bottom: .3rem;
        position: relative;
    }

    .trs_detail_editor * {
        font-weight: 400;
        font-size: 0.16rem;
        color: #30313F;
        line-height: 0.25rem;
        text-align: left;
        font-style: normal;
    }

    .trs_detail_editor a {
        color: #1D5198;
    }

    .trs_detail_editor p {
        margin-bottom: .2rem;
    }

    .trs_detail_editor .img {
        width: 100%;
        height: auto;
        margin-bottom: .2rem;
        border-radius: .08rem;
        overflow: hidden;
    }

    .trs_detail_editor .img img {
        width: 100%;
    }


    .trs_rd_detail .handle {
        width: 100%;
        height: .6rem;
        background: #F4F8FD;
        border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
        margin-bottom: .1rem;
        padding: .21rem .2rem;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .trs_rd_detail .handle a {
        font-weight: 500;
        font-size: 0.16rem;
        color: #1D5198;
        display: flex;
        gap: .04rem;
        align-items: center;
    }

    .trs_rd_detail .handle a:nth-child(1) i {
        width: .15rem;
        height: .1rem;
        display: block;
        background: url(./trs_ico_22.png) no-repeat;
        background-size: contain;
    }

    .trs_rd_detail .handle a:nth-child(2) {
        width: 1.08rem;
        height: 0.35rem;
        background: #E4EAF2;
        border-radius: 0.18rem 0.18rem 0.18rem 0.18rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .trs_rd_detail .handle a:nth-child(3) i {
        width: .15rem;
        height: .1rem;
        display: block;
        background: url(./trs_ico_30.png) no-repeat;
        background-size: contain;
    }

}