div,
p,
span,
ul,
li {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}
@media screen and (min-width:751px){
    #lawRegulation {

        height: 100%;
        color: #232323;
        font-size: 12px;
        font-family: PingFang SC;
        background-color: #F5F7FD;
    }
    #lawRegulation .w {
        min-width: 1000px;
        max-width: 1200px;
        margin: auto;
    }
    #lawRegulation .contents {
        width: 100%;
        display: flex;
        margin-top: 20px;
    }
    #lawRegulation .content_left {
        width: 74%;
        background-color: #ffffff;
    }
    #lawRegulation .hot_lawDate {
        width: 24%;
        height: 100%;
        margin-left: 20px;
        background-color: #FFFFFF;
    }
    #lawRegulation .contents #lawRegulation_contents>div .jobs {
        width: 80%;
        font-size: 14px;
        font-weight: 500;
        color: #666666;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    
    }
    #lawRegulation .w>.titles {
        display: flex;
        align-items: center;
        font-size: 18px;
        font-weight: 500;
        /* height: 86px; */
        padding: 20px;
        background: #FFFFFF;
        box-sizing: border-box;
    }
    
    #lawRegulation .w>.titles li {
        padding: 14px 20px;
        background: #F5F7FD;
        border-radius: 4px;
        margin-right: 17px;
        cursor: pointer;
    }
    #lawRegulation .w>.titles_type {
        font-size: 18px;
        display: flex;
        padding: 0 20px 20px;
        box-sizing: border-box;
        background-color: #FFFFFF;
    }
    #lawRegulation .w>.titles_type li {
        padding: 8px 12px;
        margin-right: 26px;
        font-weight: 500;
        cursor: pointer;
    }
    
}
@media screen and (max-width:750px){
    html,body{
        overflow-x: hidden;
    }
    #lawRegulation {
       max-width: 750px;
       min-width: 300px;
        height: 100%;
        color: #232323;
        font-size: 12px;
        font-family: PingFang SC;
        background-color: #F5F7FD;
    } 
    #lawRegulation .w {
        max-width: 100%;
        margin: auto;
    }
    #lawRegulation .contents {
        width: 100%;
        /* display: flex; */
        margin-top: 20px;
    }
    #lawRegulation .content_left {
        width: 100%;
        background-color: #ffffff;
    }
    #lawRegulation .hot_lawDate {
        width: 100%;
        height: 100%;
        /* margin-left: 20px; */
        margin-top: 20px;
        background-color: #FFFFFF;
    }
    #lawRegulation .contents #lawRegulation_contents>div .jobs {
        max-width: 70%;
        font-size: 14px;
        font-weight: 500;
        color: #666666;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    
    }
    #lawRegulation .w>.titles {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        font-size: 12px;
        font-weight: 500;
        /* height: 86px; */
        padding: 20px;
        background: #FFFFFF;
        box-sizing: border-box;
    }
    
    #lawRegulation .w>.titles li {
        padding: 10px 16px;
        background: #F5F7FD;
        border-radius: 4px;
        margin-right: 17px;
        cursor: pointer;
        margin-top: 10px;
    }
    #lawRegulation .w>.titles_type {
        font-size: 12px;
        display: flex;
        flex-wrap: wrap;
        padding: 0 16px 16px;
        box-sizing: border-box;
        background-color: #FFFFFF;
    }
    #lawRegulation .w>.titles_type li {
        padding: 4px 8px;
        margin-right: 26px;
        font-weight: 500;
        cursor: pointer;
    }
    #lawRegulation .contents #lawRegulation_contents>div .contents_center{
        margin-right: 30px;
    }
    
}
#lawRegulation .w>.titles .active {
    color: #FFFFFF;
    background: #1C8EFF;
    border-radius: 4px;
}
#lawRegulation .w .toggle {
    color: #1C8EFF;
    background-color: rgba(28, 145, 255, .1);
    border-radius: 10px;
}
#lawRegulation .w>.titles_keys {
    font-size: 14px;
    display: flex;
    padding: 0 20px 20px;
    box-sizing: border-box;
    background-color: #FFFFFF;
}

#lawRegulation .w>.titles_keys li {
    padding: 8px 12px;
    margin-right: 26px;
    font-weight: 500;
    cursor: pointer;
}
#lawRegulation .contents #lawRegulation_contents {
    padding-top: 20px;
    /* display: flex;
    flex-wrap: wrap; */

}
#lawRegulation .contents #lawRegulation_contents>div {
    /* min-height: 285px; */
    /* max-height: 265px; */
    /* margin-bottom: 20px; */
    margin: auto 20px;
    padding: 20px 0;
    background: #FFFFFF;
    border-radius: 4px;
    box-sizing: border-box;
    cursor: pointer;
    border-bottom: 1px dashed #EFF0F2;
}

/* #lawRegulation .contents #lawRegulation_contents>div:nth-child(3n) {
    margin-right: 0;
} */

#lawRegulation .contents #lawRegulation_contents>div .contents_title {
    display: flex;
    font-size: 18px;
    font-weight: bold;
    line-height: 27px;
    /* text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; */
}
#lawRegulation .contents #lawRegulation_contents>div .contents_title>p{
    display: contents;

}
#lawRegulation .contents #lawRegulation_contents>div .contents_title img {
    width: 27px;
    height: 32px;
    margin-top: 4px;
    margin-right: 5px;
}
#lawRegulation .contents #lawRegulation_contents .jobs_center {
    display: flex;
    align-items: center;
    margin-left: 32px;
    margin-top: -6px;
    justify-content: space-between;
}




/* #lawRegulation .contents #lawRegulation_contents>div .file_name,
#lawRegulation .contents #lawRegulation_contents>div p {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
} */

/* #lawRegulation .contents #lawRegulation_contents>div .file_name {
    display: inline-block;
    font-weight: 400;
    color: #1C8EFF;
    margin: 18px auto;
    padding: 4px 8px;
    background: #F3F9FF;
    border-radius: 2px;
} */

/* #lawRegulation .contents #lawRegulation_contents>div p {
    font-size: 14px;
    color: #666666;
    margin-bottom: 15px;
} */

/* #lawRegulation .contents #lawRegulation_contents>div .date {
    font-size: 12px;
    color: #999999;
    padding-bottom: 18px;
    border-bottom: 1px solid #F5F7FD;
} */

/* #lawRegulation .contents #lawRegulation_contents>div .date span {
    margin-right: 20px;
} */

/* #lawRegulation .contents #lawRegulation_contents>div .contents_center {
    margin-top: 20px;
} */

#lawRegulation .contents #lawRegulation_contents>div .contents_center img {
    margin-right: 7px;
    vertical-align: middle;
}

#lawRegulation .contents #lawRegulation_contents>div .contents_center span {
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    margin-right: 20px;
}

#lawRegulation .contents #lawRegulation_contents>div .contents_center span:last-child {
    margin-right: 0
}

#lawRegulation .paging {
    text-align: center;
    /* background-color: #FFFFFF; */
    padding: 40px 0;
}