.list_type{
    width: 1400rem;
    height: auto;
    padding-bottom: 50rem;
    margin: 0 auto;
}
.list_type1{
    width: 100%;
    height: auto;
}
.safe_title{
    width: 100%;
    height: auto;
    border-bottom: 2px solid #d5e3f4;
}
.safe_title1{
    width: auto;
    height: auto;
    display: inline-flex;
    align-items: center;
    border-bottom: 5px solid #1e63b8;
    padding-bottom: 10rem;
    margin-bottom: -1px;
}
.safe_title1 h3{
    font-size: 28rem;
    color: #1e63b8;
    font-weight: bold;
}
.safe_title1 img{
    width: 23rem;
    height: 26rem;
    margin-right: 15rem;
}
.safe_title2{
    width: 60rem;
    float: right;
    margin-top: 20rem;
}
.safe_title2 a{
    font-size: 18rem;
    color: #999;
}
.safe_title2 a:hover{
    color: #1e63b8;
}
.list_type_ul{
    width: 100%;
    display: flex;
    padding-top: 50rem;
    justify-content: space-between;
    flex-wrap: wrap;
}
.list_type_li{
    width: 48%;
    height: auto;
}
.list_type_content{
    width: 100%;
    height: auto;
    padding-bottom: 50rem;
}
.list_type_li1_ul{
    width: 100%;
    height: auto;
}
.list_type_li1_li{
    width: 100%;
    height: auto;
    padding-top: 30rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
}
.list_type_li1_li a{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
}
.list_type_li1_li span{
    font-size: 16rem;
    color: #88888888;
}
.list_type_li1_li p{
    width: calc(100% - 110rem);
    margin: 0;
    font-size: 18px; /* 修复了原代码 20rem 的过大字体 */
    color: #333333;
    overflow: hidden;    /* 隐藏超出部分 */
    text-overflow: ellipsis; /* 显示省略号 (...) */
    white-space: nowrap; /* 强制不换行 */
}
.list_type_li1_li i{
    width: 8rem;
    background: url(../images/64.png) no-repeat;
    background-position: center center;
    background-size: cover;
    margin-right: 10rem;
    display: block;
    height: 8rem;
}
.list_type_li1_li a p:hover{
    color: #1e63b8;
}


@media only screen and (max-width: 1000px) {
    * {
        box-sizing: border-box;
    }

    .list_type {
        width: 720rem;
        padding-top:130rem;
    }
    .list_type1{
        width: 100%;
        height: auto;
        display: block;
    }

    .safe_title{
        width: 100%;
        height: auto;
        border-bottom: 2px solid #d5e3f4;
        padding-top: 30rem;
    }
    .list_type_ul{
        padding-top: 0;
    }
    .safe_title1{
        width: auto;
    }
    .safe_title1 h3{
        font-size: 36rem;
    }
    .safe_title1 img{
        width: 34rem;
        height: 39rem;
        margin-right: 15rem;
    }
    .safe_title2{
        width: 100rem;
        float: right;
        margin-top: 5rem;
    }
    .safe_title2 a{
        font-size: 28rem;
        color: #999;
    }
    .safe_title2 a:hover{
        color: #1e63b8;
    }
    .list_type_li{
        width: 100%;
    }
    .list_type_content {
        width: 100%;
        height: auto;
        margin-top: 10rem;
    }
    .list_type_li1_li span{
        font-size: 28rem;
    }
    .list_type_li1_li p {
        width: calc(100% - 182rem);
    }
}