@charset "utf-8";

.container {
    width: 1200px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 40px auto 0;
}

.banner-nav {
    display: flex;
    justify-content: center;
    margin-top: -130px;
}

.banner-nav a {
    width: 26.7%;
    height: 64px;
    font-size: 24px;
    font-weight: 600;
    color: #004dff;
    text-align: center;
    padding-left: 2.5%;
    line-height: 74px;
    background: url(./title-bg1.png) no-repeat;
    background-size: 100% 100%;
    transition: all 0.5s;
}

.banner-nav a:last-child {
    margin-left: 8%;
    background: url(./title-bg2.png) no-repeat;
    background-size: 100% 100%;
}

.banner-nav a:hover {
    transform: scale(1.05);
}

.xxgk-jump {
    margin-top: 100px;
    justify-content: space-around;
}

.xxgk-jump a {
    width: 30%;
    height: 66px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    padding-top: 5px;
    background: url(./title-bg3.png) no-repeat;
    background-size: 100% 100%;
    transition: all 0.5s;
}

.xxgk-jump a:nth-of-type(3) {
    background: url(./sdqn.png) no-repeat;
    background-size: 100% 100%;
}

.xxgk-jump a:hover {
    transform: scale(1.05);
}

.xxgk-jump a h2 {
    font-size: 23px;
    color: #fff;
    margin-left: 12%;
    letter-spacing: 1px;
}

.xxgk-jump a h3 {
    position: relative;
    top: -8px;
    font-size: 30px;
    color: #ffffff;
    margin-left: 20px;
    margin-right: 6%;
}
.xxgk-jump a img{
    width: 45px;
}
.xxgk-wrapper {
    margin-bottom: 120px;
}

.xxgk-one {
    width: 48.3%;
    height: 458px;
    background: url(./content-bg1.png) no-repeat;
    background-size: 100% 100%;
}

.xxgk-one:last-child {
    background: url(./content-bg2.png) no-repeat;
    background-size: 100% 100%;
}

.xxgk-one h2 {
    color: #fff;
    margin-bottom: 15px;
    padding-top: 58px;
    padding-left: 20px;
}

.normal-ul li {
    position: relative;
    height: 58px;
    line-height: 58px;
    margin: 0 3.5%;
    border-bottom: dashed 1px #999999;
}

.normal-ul li:last-child {
    border-bottom: 0;
}


.normal-ul li a {
    width: 100%;
    display: flex;
}

.normal-ul li .news_l_title {
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.normal-ul li::before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background-color: #3764fa;
    border-radius: 50%;
    left: -2px;
    top: 26px;
}

.normal-ul li span {
    display: inline-block;
    text-align: center;
}

.normal-ul li .title {
    flex: 1;
    margin-right: 4%;
    text-align: left;
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    padding-left: 10px;
    color: #404040;
}

.normal-ul li .date {
    color: #999;
}

.normal-ul li:hover span {
    color: #2b8aee;
}

/* 公共企事业单位 */
.newStyle .xxgk-jump a h2 {
    font-size: 46px;
}

.newStyle .banner-nav a {
    font-size: 34px;
}

.newStyle .xxgk-one h2 {
    font-size: 34px;
}

.newStyle .xxgk-wrapper {
    flex-direction: column;
}

.newStyle .xxgk-one {
    width: 100%;
    margin-bottom: 40px;
    height: auto;
}

.newStyle .normal-ul li .title {
    font-size: 34px;
}

.newStyle .normal-ul li .date {
    font-size: 34px;
}

.newStyle .normal-ul li {
    height: 75px;
    line-height: 75px;
}

@media screen and (max-width: 1260px) {
    .container {
        width: 97%;
        margin-left: 1%;
    }

    .banner-nav {
        margin-top: 15px;
    }

    .xxgk-jump {
        margin-top: 30px;
    }
}

@media screen and (max-width: 768px) {

    .container {
        flex-direction: column;
        align-items: center;
    }

    .banner-nav a,
    .xxgk-jump a {
        width: 60%;
        margin-bottom: 40px;
    }

    .banner-nav a:last-child {
        margin-left: 0;
    }

    .xxgk-one {
        width: 100%;
        margin-bottom: 40px;
    }

    .xxgk-one:last-child {
        margin-top: 30px;
    }
}

@media screen and (max-width: 420px) {

    .banner-nav a,
    .xxgk-jump a {
        width: 100%;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 320px) {
}