/*主体*/
.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;
    /* 20250320 */
    justify-content: center;
}

.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;
}
/* 20250320 */
.g-content .m-list-main h4 {
    display: block;
    margin-bottom: 33px;
    line-height: 25px;
    font-size: 20px;
    font-weight: normal;
    color: #09459D;
}

/* 20250320 */
.g-content .m-list-main h4 a {
    color: #09459D;
}
/* 20250613 */
.g-content .m-list-main p {
    font-size: 20px;
    line-height: 32px;
    color: #333;
    margin-bottom: 45px;
}

.g-content .m-list-main .m-list7 {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.g-content .m-list-main .m-list7 ul {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.g-content .m-list-main .m-list7 li {
    float: left;
    width: 256px;
    height: auto;
    overflow: hidden;
    margin-right: 23px;
}

.g-content .m-list-main .m-list7 li:nth-child(3n) {
    margin-right: 0px;
}

.g-content .m-list-main .m-list7 li p {
    float: left;
    width: 256px;
    height: 170px;
    border: 1px solid #E7F0FC;
    overflow: hidden;
    display: flex;
    margin-bottom: 22px;
    align-content: center;
    align-items: center;
}

.g-content .m-list-main .m-list7 li p img {
    width: 256px;
    height: auto;
    margin-right: 0;
}

.g-content .m-list-main .m-list7 li h4 {
    color: #333;
}

.g-content .m-list-main .m-list7 li h4 a {
    color: #333;
	/*20250619 start*/	
    display: block;
    text-align: center;
	/*20250619 end*/
}


.g-content .m-list-main .m-list8 {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.g-content .m-list-main .m-list8 ul {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.g-content .m-list-main .m-list8 li {
    float: left;
    width: 390px;
    height: auto;
    overflow: hidden;
    margin-right: 35px;
}

.g-content .m-list-main .m-list8 li:nth-child(2n) {
    margin-right: 0px;
}

.g-content .m-list-main .m-list8 li p {
    width: 390px;
    height: 220px;
    overflow: hidden;   
    margin-bottom: 0;    
}

.g-content .m-list-main .m-list8 li p img {
    width: 390px;
    height: 220px;
    margin-right: 0;
}

.g-content .m-list-main .m-list8 li h4 {
    padding: 15px;
    width: 360px;
    height: 56px;
    font-size: 20px;
    line-height: 28px;
    background-color: #F4F4F4;
    color: #333;


}

.g-content .m-list-main .m-list8 li h4 a {
    color: #333;
    height: 56px;
    font-size: 20px;
    line-height: 28px;
        /* Text overflow */
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: nowarp;
        overflow: hidden;
		text-align: center;/*20250619*/
}

@media only screen and (min-width: 750px) {
    .m-list-long-nav span {
        display: none;
    }

    .g-content .m-list-main ul {
        padding-bottom: 68px;
    }
    .g-content .m-list-list7 {
        float: right;
        width: 820px !important;
    }
    .g-content .m-list-list8 {
        float: right;
        width: 815px !important;
    }
    .g-content .m-list-main6{
        margin-top: 40px;
        width: 820px!important;
    }
    .listevents li{justify-content: left!important;}
}

@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);
        height: auto;
        /* 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;
    }
    /* 20250320 */
    .g-content .m-list-main h4 {
        display: block;
        padding: 1.2rem 0.875rem 0rem;
        margin-bottom: 0;
        font-size: 0.825rem;
        line-height: 1.25rem;
        font-weight: normal;
        color: #09459D;
    }

    /* 20250320 */
    .g-content .m-list-main h4 a {
        color: #09459D;
    }
    /* 20250613 */

    .g-content .m-list-main p {
        margin: 0 auto;
        width: 92vw;
        padding-top: 26px;
        font-size: 0.825rem;
        line-height: 1.25rem;
        color: #333;
        margin-bottom: 6vw;
    }

    .g-content .m-list-main .m-list7 {
        margin: 0 auto;
        width: 92vw;
        height: auto;
        overflow: hidden;
    }

    .g-content .m-list-main .m-list7 ul {
        margin: 0 auto;
        width: 92vw;
        height: auto;
        overflow: hidden;
        padding-bottom: 6vw;
    }

    .g-content .m-list-main .m-list7 li {
        width: 92vw;
        height: auto;
        overflow: hidden;
        margin-right: 23px;
    }

    .g-content .m-list-main .m-list7 li:nth-child(3n) {
        margin-right: 0px;
    }

    .g-content .m-list-main .m-list7 li p {
        width: 92vw;
        height: auto;
        border: 0px;
        overflow: hidden;
        display: flex;
        margin-bottom: 2vw;
        align-content: center;
        align-items: center;
    }

    .g-content .m-list-main .m-list7 li p img {
        padding: 0;
        width: 92vw;
        height: auto;
        margin-right: 0;
    }

    .g-content .m-list-main .m-list7 li h4 {
        text-align: left;
        padding: 0;
        color: #333;
    }

    .g-content .m-list-main .m-list7 li h4 a {
        color: #333;
        font-size: 0.825rem;
        line-height: 1.25rem;
    }


    .g-content .m-list-main .m-list8 {
        margin: 0 auto;
        width: 92vw;
        height: auto;
        overflow: hidden;
        margin-bottom: 6vw;
    }
    
    .g-content .m-list-main .m-list8 ul {
        width: 92vw;
        height: auto;
        overflow: hidden;
    }
    
    .g-content .m-list-main .m-list8 li {
        width: 92vw;
        height: auto;
        overflow: hidden;
    }
    
    
    .g-content .m-list-main .m-list8 li p {
        width: 92vw;
        height: auto;
        overflow: hidden;   
        margin-bottom: 0;    
    }
    
    .g-content .m-list-main .m-list8 li p img {
        width: 92vw;
        padding: 0;
        margin-right: 0;
    }
    
    .g-content .m-list-main .m-list8 li h4 {
        width: 88vw;
        padding: 2vw;
        height: auto;

        background-color: #F4F4F4;
        color: #333;  
    
    }
    
    .g-content .m-list-main .m-list8 li h4 a {
        color: #333;
        height: auto;
        font-size: 0.825rem;
        line-height: 1.25rem;
    }
}
.g-content .m-list-main .m-list7 li h4 b{ line-height: 22px;}