/*主体*/
.g-content {
    width: 1200px;
    margin: 40px auto 120px;
    min-height: 300px;
}

.g-content .m-title span {
    display: inline-block;
    font-size: 36px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    padding: 0 0px 18px 0;
    border-bottom: 10px solid #001e8c;
}

.g-content .m-main {
    overflow: hidden;
}

.g-content .m-main ul {
    width: 1260px;
}

.g-content .m-main li {
    float: left;
    width: 360px;
    height: auto;
    margin: 60px 60px 0 0;
}

.g-content .m-main li:nth-child(1),
.g-content .m-main li:nth-child(2),
.g-content .m-main li:nth-child(3) {
    margin-top: 40px;
}

.g-content .m-main li:hover img {
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
}

.g-content .m-main li .u-pic {
    width: 360px;
    height: 202px;
    overflow: hidden;
}

.g-content .m-main li img {
    width: 360px;
    height: 202px;
    transition: .3s;
    -webkit-transition: .3s;
}

.g-content .m-main li .u-tit {
    padding:14px 0;
    font-size: 18px;
    height: auto;

    background: #f4f4f4;
}

.g-content .m-main .u-tit p {
    /* width: 100%; */
    line-height: 22px;
    /* text-align: center; */
    padding: 0 16px;
}

.g-content .m-main .u-tit a {
    color: #000;
    text-align: left;
    overflow: hidden;

}

.g-content.archives .m-main .u-tit a {
	display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

@media only screen and (max-width: 750px) {
    .g-wrap {
        width: 100%;
        min-width: 0;
    }

    .g-content {
        width: 100%;
        box-sizing: border-box;
        padding: 0 0.875rem;
        margin-top: 1.7rem;
        min-height: 0;
    }

    .g-content .m-title span {
        font-size: 0.85rem;
        padding: 0 0.15rem 0.25rem 0;
        border-bottom: 0.2rem solid #001e8c;
    }

    .g-content .m-main ul {
        width: 100%;
        margin-top: 0rem;
    }

    .g-content .m-main li {
        width: 7.65rem;
        height: auto;
        margin: 0.85rem 0 0 0;
    }

    .g-content .m-main li:nth-child(1),
    .g-content .m-main li:nth-child(2),
    .g-content .m-main li:nth-child(3) {
        margin-top: 0.85rem;
    }

    .g-content .m-main li:nth-child(odd) {
        margin-right: 1.7rem;
    }

    .g-content .m-main li .u-pic {
        width: 7.65rem;
        height: 5.88rem;
    }

    .g-content .m-main li img {
        width: 7.65rem;
        height: 5.88rem;
    }

    .g-content .m-main li .u-tit {
        font-size: 0.4rem;
        height: auto;
    }

    .g-content .m-main .u-tit p {
        line-height: 0.825rem;
        padding: 0 0.7rem;
    }
    .g-content .m-main .u-tit a {
        color: #000;
        text-align: left;
        overflow: hidden;
        font-size: 13px;
        line-height: 18px;
    }
	.g-content .m-main li:nth-child(3n-2) { clear:both; }
}
@media only screen and (min-width: 750px) {
    .u-tit a{font-size:18px;}
    .g-content .m-main li:nth-child(3n-2) { clear:both; }
	}