.my_download .page_wrap .page_btn {
    border: 0.07rem solid #E4E6F0;
}

.my_download .page_wrap .page_item {
    border: 0.07rem solid #E4E6F0;
}

.my_download .page_wrap {
    /* justify-content: flex-start; */
    margin: 0;
}


.my_download .line_ {
    width: 71.07rem;
    height: 0.07rem;
    background: #E4E6F0;
    margin: 1.86rem 0;
}

.list_wrap_ .li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-family: SourceHanSansCN-Revision, SourceHanSansCN-Revision;
    font-weight: 400;
    font-size: 1rem;
    color: #333333;
    line-height: 1.5rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 1.14rem;

}

.list_wrap_ .li p {
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.list_wrap_ .li img {
    width: 1.14rem;
    height: 1.14rem;
    margin-right: 0.21rem;
}


.mian_my .comm_right {
    padding-bottom: 6.07rem;
}


.list_item {
    border-bottom: 0.07rem dashed #E4E6F0;
    padding: 0.71rem 0;
    cursor: pointer;
}

.list_item:last-of-type {
    border-bottom: none;
}

.list_item .title_wrap {
    display: flex;
    align-items: center;
}

.list_item .title_wrap img {
    width: 1.1429rem;
}

.list_item .title {
    font-weight: 500;
    font-size: 1.21rem;
    color: #060A26;
    line-height: 1.79rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 0.46rem;
}

/* .list_item {
    display: flex;
    align-items: center;
    justify-content: space-between;

} */

.list_item .time {

    font-weight: 400;
    font-size: 1rem;
    color: #4E5969;
    line-height: 1.5rem;
    text-align: right;
    font-style: normal;
    text-transform: none;
}




.list_item .dec {

    font-weight: 400;
    font-size: 1.07rem;
    color: #959BA5;
    line-height: 1.57rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.list_item .icon {
    display: flex;
    align-items: center;

}

.list_item .icon img {
    width: 1.14rem;
    height: 1.14rem;
    margin-right: 0.14rem;
}

.list_item .icon .item {

    font-weight: 400;
    font-size: 1rem;
    color: #4E5969;
    line-height: 1.36rem;
    text-align: right;
    font-style: normal;
    text-transform: none;
    display: flex;
    align-items: center;
    /* margin: 0.86rem 0.57rem 0.86rem 0; */
    margin: 0.26rem 0.57rem 0.26rem 0;

}

.list_item .key_word {

    font-weight: 400;
    font-size: 1rem;
    color: #959BA5;
    line-height: 1.29rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    display: flex;
    align-items: center;
    /* margin-top: 0.57rem; */
    gap: 0.43rem;

}

.list_item .key_word .item {
    /* width: 4.29rem; */
    /* height: 1.43rem; */
    background: #F5F8FA;
    border-radius: 0.29rem 0.29rem 0.29rem 0.29rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.29rem;
}

.list_item:hover a.title {
    color: #ff6700;
}