@charset "utf-8";
.g-list-nav{
    background: url("../../images/gxjk.files/project-banner.png") top center no-repeat;
}
/* é¡¹ç›®å±•ç¤º */
.g-3th{
    padding: 35px 27px;
}
.g-3th .m-list{
    width: 100%;
    height: 256px;
    background: #4a597e;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
    padding: 25px 30px 30px;
}
.g-3th .m-list li{
    width: 170px;
    height: 80px;
}
.g-3th .m-list li a{
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 3px;
}
/* æŠ•èžèµ„åˆä½œ */
.g-5th{
    padding: 47px 60px 45px 57px;
}
.g-5th .g-lt{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 630px;
    height: 525px;
}
.g-5th .g-lt .m-tnm{
    color: #494949;
    font-size: 24px;
    padding: 0 0 30px 23px;
    position: relative;
    line-height: 1;
}
.g-5th .g-lt .m-tnm::before{
    content: "";
    display: inline-block;
    width: 4px;
    height: 25px;
    background: #e54100;
    position: absolute;
    left: 0;
    top: 0;
}
.g-5th .g-lt p:last-child{
    margin-top: 70px;
    line-height: 32px;
    color: #555;
    text-indent: 2em;
    text-align: justify;
}
.g-5th .g-rt{
    width: 465px;
    height: 525px;
    position: relative;
}
.g-5th .g-rt img{
    width: 100%;
    height: 100%;
    z-index: 999;
}
.g-5th .g-rt::before{
    content: "COOPERATION";
    font-size: 30px;
    writing-mode: vertical-lr;
    writing-mode: tb-lr;
    position: absolute;
    left: -30px;
    top: 115px;
    letter-spacing: 2px;
    font-weight: bold;
    color: #ececec;
}