/*主体*/
.g-content {
    width: 1200px;
    margin: 40px auto 56px;
    min-height: 300px;
}

.g-content .m-list-nav {
    float: left;
    width: 300px;
    padding: 30px 0;
    background: #e8f5ff url("https://cn.wicinternet.org/static/images/nav-bg.jpg") center top no-repeat;
    margin-left: 15px;
}
    /* 20230923 */
#lmid {
    display: none;
}

.g-content .m-list-nav li {
    box-sizing: border-box;
    padding: 0 15px;
    text-align: left;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: left;
}

.g-content .m-list-nav li a {
    display: inline-block;
    font-size: 18px;
    color: #365189;
    padding: 10px 0;
    transition: .3s;
    -webkit-transition: .3s;
    border-bottom: 4px solid transparent;
}

.g-content .m-list-nav li.on a,
.g-content .m-list-nav li:hover a {
    border-bottom-color: #365189;
}

.g-content .m-list-main {
    float: right;
    width: 780px;
}

.g-content .m-list-main li {
    margin-bottom: 56px;
}

.g-content .m-list-main li:after {
    content: '';
    overflow: hidden;
    width: 100%;
    height: 0px;
    font-size: 0px;
    display: block;
    clear: both;
}

.g-content .m-list-main li:last-child {
    margin: 0;
}
    /* 20230923 */
.g-content .m-list-main img {
    float: left;
    width: 285px;
    height: 170px;
    margin-right: 40px;
}
.g-content .m-list-main dt {
    font-size: 24px;
    line-height: 34px;
}

.g-content .m-list-main dt a {
    color: #000;
}
.g-content .m-list-main dt a:hover {
    color: #0b479f;
}
    /* 20230923 */
.g-content .m-list-main dd {
    font-size: 16px;
    line-height: 28px;
    color: #888;
    margin-top: 16px;
    /* text-align: justify; */
}

.g-content .m-list-main .u-details {
    width: 140px;
    height: 40px;
    text-indent: 30px;
    line-height: 40px;
    margin-top: 24px;
    transition: .3s;
    -webkit-transition: .3s;
    background: #2758e3 url("https://cn.wicinternet.org/static/images/icon-arrow-white.png") 85px center no-repeat;
}

.g-content .m-list-main .u-details:hover {
    background-position: 105px center;
}

.g-content .m-list-main dd a {
    display: block;
    width: 100%;
    height: 100%;
    color: #FFF;
}

/*20241021 start*/
@media only screen and (min-width: 750px) {
.m-list-long-nav span{display:none;}
.g-content .m-list-main ul{padding-bottom:68px;}
}
/*20241021 end*/
@media only screen and (max-width: 750px) {
    .g-wrap {
        width: 100%;
        min-width: 0;
    }

    .g-content {
        width: 100%;
        margin: 1.3rem auto 0;
        min-height: 0;
    }

    .g-content .m-list-nav {
        float: none;
        width: 100%;
        padding: 0;
        background: none;
        position: relative;
        margin: 0;
    }

    .g-content .m-list-nav ul {
        overflow: hidden;
        margin-left: 0.875rem;
    }

    .g-content .m-list-nav li {
        float: left;
        width: 4.0rem;
        height: 1.75rem;
        line-height: 1.75rem;
        background: #09459d;
        margin: 0 0.125rem;
        display: block;
        padding: 0 0.375rem;
        overflow: hidden;
        color: #FFF;
    }

    .g-content .m-list-long-nav ul {
        overflow: hidden;
        margin: 0 0.875rem;
        min-height: 1.75rem;
        background: #09459d;
        padding: 0 0 0.3rem 0;
        display: none;
        position: absolute;
        left: 0;
        top: 1.9rem;
        width: 17rem;
        box-sizing: border-box;
        z-index: 9;
    }

    .g-content .m-list-long-nav li {
        float: left;
        width: 4.0rem;
        height: auto;
        line-height: 1.75rem;
        background: #09459d;
        margin: 0;
        display: block;
        padding: 0 0.5rem;
        overflow: hidden;
        color: #FFF;
        text-align: left;
        float: none;
        width: 100%;
    }
    /* 20230923 */
    .g-content .m-list-long-nav #lmid1{
        display: block;
        font-size: 0.8rem;
        margin: 0 0.875rem;
        padding: 0.2rem 1.8rem 0.2rem 1rem;
        height: auto;
        line-height: 1.5rem;
        text-align: center;
        color: #FFF;
        background: #09459d url("https://cn.wicinternet.org/static/images/icon-arrow-bottom.png") 96% 50% no-repeat;
        background-size: 20px 20px;
    }
    /* 20230923 */
    .g-content .m-list-long-nav #lmid1.open {
        background: #09459d url("https://cn.wicinternet.org/static/images/icon-arrow-top.png") 96% 50% no-repeat;
        background-size: 20px 20px;
    }

    .g-content .m-list-nav li a {
        display: block;
        border: none;
        padding: 0;
        font-size: 0.8rem;
        color: #FFF;
    }

    .g-content .m-list-main {
        float: none;
        width: 100%;
    }

    .g-content .m-list-main li {
        margin: 0;
    }
        /* 20230923 */
    .g-content .m-list-main img {
        float: none;
        padding: 1.2rem 0.875rem 0rem;
        width: calc(100% - 1.75rem);
        /* margin: 0 auto 0.8rem; */
    }
    .g-content .m-list-main dl {
        padding: 1.2rem 0.875rem 1.4rem;
        border-bottom: 2px solid #f1f2f6;
        box-sizing: border-box;
    }

    .g-content .m-list-main dt {
        font-size: 0.825rem;
        line-height: 1.25rem;
    }

    .g-content .m-list-main dd {
        font-size: 0.55rem;
        line-height: 1.05rem;
        margin-top: 0.4rem;
    }

    .g-content .m-list-main .u-details {
        width: 5.75rem;
        height: 1.5rem;
        line-height: 1.5rem;
        margin-top: 0.65rem;
        text-indent: 1rem;
        background-size: 1.0rem 0.325rem;
        background-position: 3.8rem 0.575rem;
    }

    .g-content .m-list-main .u-details:hover {
        background-position: 3.8rem 0.575rem;
    }
}