/*主体*/

/* 20241022 */
.g-content .m-list-main li {
    margin-bottom: 22px;
	clear: both;
    min-height: auto;
    padding:0 0 20px 0;
    border-bottom: 1px solid #EDEDED;
}
 
.g-content .m-list-main li p{
    float: left;
    padding:4px 0;
    width: 46px;
    height: 46px;

}

.g-content .m-list-main li p img{
    width: 46px;
    height: 46px;
}
.g-content .m-list-main dl{
    float: left;
    margin-left: 35px;
}
.g-content .m-list-main dt {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    height: 30px;
    line-height: 30px;
}

.g-content .m-list-main dt a {
    color: #333;
}
.g-content .m-list-main dt a:hover {
    color: #0b479f;
}

.g-content .m-list-main dd {
    margin: 0;
    font-size: 16px;
    line-height: 28px;
    color: #333;
}

.g-content .m-list-main dd a {
    display: block;
    width: 100%;
    height: 100%;
    color: #333;
}




@media only screen and (max-width: 750px) {
    .g-content .m-list-main {
        float: none;
        margin: 0 auto;
        width: 90%;
        padding-top: 30px;
        padding-bottom: 60px;
    }
    .g-content .m-list-main li {
        padding: 0;
        margin-bottom: 22px;
        clear: both;
        min-height: auto;
        padding-bottom: 30px;
        border-bottom: 1px solid #EDEDED;
    }
    .g-content .m-list-main li p{
        float: left;
        padding:4px 0;
        width: 46px;
        height: 46px; 
        padding: 0;   
    }
    
    .g-content .m-list-main li p img{
        margin: 0;
        padding: 0;
        width: 46px;
        height: 46px;

    }
    .g-content .m-list-main img {
        float: none;
        width: 46px;
        height: 46px;   
        margin-right: 20px;
    }
    .g-content .m-list-main dl {
        margin: 0;
        padding: 0 0 0 1rem;
        border-bottom: 0;
        box-sizing: border-box;
    }

    .g-content .m-list-main dt {
        font-size: 0.825rem;
        line-height: 1.25rem;
        height: 1.25rem;
    }

    .g-content .m-list-main dd {
        font-size: 0.55rem;
        line-height: 1rem;
        height: 1rem;
        /* margin-top: 0.4rem; */
    }

}