﻿@charset "utf-8";

.container {
    width: 1200px;
    margin: 30px auto 0;
}

.top40 {
    margin-top: 40px;
}

.banner {
    background-image: url(banner.jpg);
    padding-top: 20px;
    background-repeat: no-repeat;
}

.wrapper {
    display: flex;
    justify-content: space-between;
}

.wgjy-one {
    width: 48.3%;
    height: 400px;
}

.wgjy-one-title {
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.wgjy-one-title h2 {
    color: #fff;
    border-bottom: 4px #fff solid;
    padding-bottom: 9px;
}

.wgjy-one-title a,
.wgjy-two-title a {
    width: 60px;
    height: 24px;
    background-color: #ffffff;
    border-radius: 12px;
    color: #115db2;
    font-size: 14px;
    text-align: center;
    line-height: 24px;
}

.normal-ul {
    margin-top: 10px;
}

.normal-ul li {
    position: relative;
    height: 48px;
    line-height: 48px;
    padding: 0 1%;
    overflow: hidden;
    border-bottom: 1px dashed #ddd;
}

.normal-ul li a {
    width: 100%;
    display: flex;
}

.normal-ul li::before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #fff;
    left: 0;
    top: 22px;
}

.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: 18px;
    color: #fff;
}

.normal-ul li .date {
    color: #fff;
}

.normal-ul li:hover span {
    color: #404040;
}

.wgjy-title {
    background: url(title-bg3.png) no-repeat;
    background-size: 100% 100%;
}

.bg6 {
    background: url(title-bg6.png) no-repeat;
    background-size: 100% 100%;
}

.bg7 {
    background: url(title-bg7.png) no-repeat;
    background-size: 100% 100%;
}

.wgjy-title h2 {
    height: 54px;
    margin-left: 7%;
    line-height: 54px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.wgjy-two {
    width: 48.3%;
    height: 400px;
}

.wgjy-two-title {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.wgjy-two-title h3 {
    color: #115db2;
    border-bottom: 4px solid #115db2;
    padding-bottom: 9px;
    font-size: 24px;
}

.wgjy-two-title a {
    width: 60px;
    height: 24px;
    background-color: #115db2;
    border-radius: 12px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 24px;
    margin-top: 10px;
}

.wgjy-two .normal-ul li span {
    color: #404040;
}

.wgjy-two .normal-ul li .date {
    color: #999999;
}

.wgjy-two .normal-ul li:hover span {
    color: #115db2;
}

.swiper-container {
    margin-bottom: 90px;
}

.wgjy-two .normal-ul li::before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #c73f41;
    left: 0;
    top: 22px;
}

.press_release {
    display: block;
    width: 1200px;
    height: 100px;
    background-image: url(pressRelease.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 40px auto;
}

.swiper-container {
    position: relative;
    width: 1200px;
    height: 300px;
    margin: 0 auto;
}

.swiper-slide {
    /* text-align: center; */
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.7);
}

.swiper-slide-active,
.swiper-slide-duplicate-active {
    transform: scale(1);
}

.fourImg {
    display: none;
}
.newStyle .wgjy-one-title {
    font-size: 34px;
}
.newStyle .wgjy-one-title a, .wgjy-two-title a {
    display: none;
}
.newStyle .normal-ul li .title {
    font-size: 34px;
}
.newStyle .normal-ul li .date {
    display: none;
}
.newStyle .wgjy-two-title h3 {
    font-size: 44px;
}
.newStyle .normal-ul li {
    height: 75px;
    line-height: 75px;
}
.newStyle .press_release {
    margin-top: 177px
}
.newStyle .wgjy-two-title h3 {
    margin-top: 45px;
}
@media screen and (max-width: 1260px) {
    .container {
        width: 96%;
        margin-left: 2%;
        margin-right: 2%;
    }

    .swiper-container {
        display: none;
    }

    .press_release {
        width: 100%;
    }

    .fourImg {
        display: block;
    }
}

@media screen and (max-width: 768px) {

    .container {
        flex-direction: column;
    }

    .wgjy-one,
    .wgjy-two {
        width: 100%;
        height: auto;
        margin-bottom: 15px;
    }

    .banner {
        background: none;
    }

    .wgjy-one-title h2 {
        color: #404040;
        border-bottom: 4px #404040 solid;
    }

    .wgjy-one-title a,
    .wgjy-two-title a {
        color: #fff;
        background-color: #115db2;
    }

    .normal-ul li .title {
        color: #404040;
    }

    .normal-ul li .date {
        color: #999999;
    }

    .normal-ul li::before {
        background-color: #c73f41;
    }
}

@media screen and (max-width: 420px) {

    .wgjy-title h2,
    .wgjy-one-title h2 {
        font-size: 18px;
        color: #115db2;
        border-color: #115db2;
    }

    .wgjy-two-title h3 {
        font-size: 18px;
    }

    .wgjy .wgjy-title,
    .wgjy .wgjy-one-title {
        /* padding-left: 20%; */
        background-size: auto;
    }
}

@media screen and (max-width: 320px) {
}
