/* title */

.title {
    z-index: 22;
    position: absolute;
    top: 3.625rem;
    left: 5.4375rem;
}

.titleT {
    font-size: 0.75rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #000B1A;
    z-index: 22;
}

.navImg {
    width: 4.2rem;
    height: 8.6125rem;
    position: absolute;
    top: 2.7125rem;
    left: 12.55rem;
}

.navBox1 {
    width: 3.2625rem;
    height: 7.1rem;
    background-image: url(../images/navBack2.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 3.0375rem;
    left: 17.35rem;
}

.navBox2 {
    width: 2.55rem;
    height: 5.6125rem;
    background-image: url(../images/navBack3.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 3.7875rem;
    left: 21.2125rem;
}

.nbT1 {
    margin: 1.475rem 0 0 0.5875rem;
    font-size: 0.4rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #000B1A;
}

.nbC1 {
    font-size: 0.175rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    margin: 0.4rem 0 0 0.5875rem;
}

.lj1 {
    margin: 0.5875rem 0 0 2rem;
}

.lj1 a {
    font-size: 0.2rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000B1A;
    text-decoration: none;
}

.jtImg1 {
    width: 0.975rem;
    height: 0.1125rem;
    margin: 0.1125rem 0 0 1.875rem;
    /* animation: myfirst1 2s; */
    /* animation-iteration-count: infinite; */
}

.nbT2 {
    margin: 1.9875rem 0 0 1.2rem;
    font-size: 0.4rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #000B1A;
}

.nbC2 {
    font-size: 0.175rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    margin: 0.3rem 0 0 1.2rem;
}

.lj2 {
    margin: 0.525rem 0 0 1.5625rem;
}

.lj2 a {
    font-size: 0.2rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000B1A;
    text-decoration: none;
}

.jtImg2 {
    width: 0.975rem;
    height: 0.1125rem;
    margin: 0.05rem 0 0 1.4125rem;
}

.xT {
    font-size: 0.25rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 0.375rem;
    color: #000B1A;
    width: 1.875rem;
    height: 0.875rem;
    border-bottom: 0.05rem solid #E53030;
    position: absolute;
    top: 9.8375rem;
    left: 5.6875rem;
}

@keyframes myfirst1 {
    from {
        transform: translatex(-0.125rem);
    }
    to {
        transform: translatex(0.125rem);
    }
}

@keyframes myfirst2 {
    from {
        transform: translatex(0.125rem);
    }
    to {
        transform: translatex(-0.125rem);
    }
}


/* 新闻 */

.news {
    width: 55%;
    margin: auto;
    margin-top: 11.25rem;
}

.newT {
    margin: 0.2rem 0 0 0.3rem;
    font-size: 0.2rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #000B1A;
}

.newXian {
    width: 100%;
    border-bottom: 0.0125rem solid #999;
    margin: 0.2125rem 0 0.3rem 0;
}

.newItem {
    display: flex;
    margin-bottom: 0.2rem;
}

.newItem a {
    font-size: 0.175rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    text-decoration: none;
    padding-left: 0.3rem;
}

.newTime {
    font-size: 0.175rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    margin-left: 0.8125rem;
}

@media only screen and (max-width: 540px) {
    /* title */
    .title {
        width: 90%;
        z-index: 22;
        position: absolute;
        top: 100px;
        left: 5%;
    }
    .titleT {
        font-size: 18px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #000B1A;
        z-index: 22;
    }
    .navImg {
        width: 130px;
        height: 280px;
        position: absolute;
        top: 180px;
        left: 10px;
    }
    .navBox1 {
        width: 110px;
        height: 220px;
        background-image: url(../images/navBack2.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        position: absolute;
        top: 200px;
        left: 150px;
    }
    .navBox2 {
        width: 100px;
        height: 200px;
        background-image: url(../images/navBack3.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        position: absolute;
        top: 210px;
        left: 270px;
    }
    .nbT1 {
        margin: 15px 0 0 20px;
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #000B1A;
    }
    .nbC1 {
        font-size: 13px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #999999;
        margin: 8px 0 0 9px;
    }
    .lj1 {
        margin: 0px 0 0 40px;
    }
    .lj1 a {
        font-size: 12px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #000B1A;
        text-decoration: none;
    }
    .jtImg1 {
        width: 40px;
        height: 9px;
        margin: 0px 0 0 45px;
        position: relative;
        top: -12px;
    }
    .nbT2 {
        margin: 50px 0 0 40px;
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #000B1A;
    }
    .nbC2 {
        font-size: 13px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #999999;
        margin: 12px 0 0 45px;
    }
    .lj2 {
        margin: 0px 0 0 40px;
    }
    .lj2 a {
        font-size: 12px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #000B1A;
        text-decoration: none;
    }
    .jtImg2 {
        width: 40px;
        height: 9px;
        margin: 0px 0 0 45px;
        position: relative;
        top: -12px;
    }
    .xT {
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        line-height: 30px;
        color: #000B1A;
        width: 150px;
        height: 70px;
        border-bottom: 2px solid #E53030;
        position: absolute;
        top: 480px;
        left: 30px;
    }
    @keyframes myfirst1 {
        from {
            transform: translatex(-5px);
        }
        to {
            transform: translatex(5px);
        }
    }
    @keyframes myfirst2 {
        from {
            transform: translatex(5px);
        }
        to {
            transform: translatex(-5px);
        }
    }
    /* 新闻 */
    .news {
        width: 92%;
        margin: auto;
        margin-top: 600px;
    }
    .newT {
        margin: 8px 0 0 12px;
        font-size: 15px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #000B1A;
    }
    .newXian {
        width: 100%;
        border-bottom: 1px solid #999;
        margin: 8px 0 24px 0;
    }
    .newItem {
        display: flex;
        margin-bottom: 8px;
    }
    .newItem a {
        font-size: 13px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #999999;
        text-decoration: none;
        padding-left: 12px;
    }
    .newTime {
        font-size: 13px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #999999;
        margin-left: 10px;
    }
}