@charset "utf-8";

.bg {
    padding: 2px 0;
    background: url(bj.jpg) rgba(255, 255, 255, 1) 100% top no-repeat;
}

.container {
    width: 1200px;
    margin: 30px auto 0;
    display: flex;
    justify-content: space-between;
}

.dwgk-title {
    height: 56px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    border-bottom: 1px solid #ed9191;
}

.dwgk-title h2 {
    position: relative;
    top: 2px;
    color: #333;
    padding-top: 10px;
    padding-right: 3px;
    padding-bottom: 10px;
    padding-left: 3px;
    border-bottom: 2px solid #9d1f37;
}

.dwgk-title a {
    color: #9d1f37;
}

.dwgk-title a:hover {
    font-weight: 600;
}

.normal-ul li {
    position: relative;
    height: 48px;
    line-height: 48px;
    overflow: hidden;
}

.normal-ul li a {
    width: 100%;
    display: flex;
}

.normal-ul li::before {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    border: solid 1px #b91b1b;
    left: 0;
    top: 21px;
}

.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: #404040;
}

.normal-ul li .date {
    color: #999;
}

.normal-ul li:hover span {
    color: #9d1f37;
}

.dwgk-one-left,
.dwgk-one-right,
.dwgk-two-left,
.dwgk-two-right,
.dwgk-four-left,
.dwgk-four-right {
    width: 48%;
}

.dwgk-one {
    padding: 0 30px;
    margin-top: 40px;
    border-radius: 5px 5px 0px 0px;
    border: 1px solid #b91b1b;
    border-top: 5px solid #b91b1b;
}

.dwgk-one .line {
    width: 1px;
    height: 370px;
    background: #b91b1b;
}

.dwgk-three {
    flex-wrap: wrap;
}

.dwgk-three li {
    width: 31.6%;
    margin-bottom: 15px;
}

.dwgk-three li a {
    width: 100%;
}

.dwgk-three li a img {
    width: 100%;
    transition: all .5s;
}

.dwgk-three a {
    overflow: hidden;
}

.dwgk-three li:hover a img {
    transform: scale(1.06);
}

.dwgk-four {
    margin-bottom: 70px;
}

.swiper-container {
    margin: 0 !important;
}

.swiper-container .swiper-slide a {
    width: 100%;
}

.swiper-container .swiper-slide a .title {
    position: absolute;
    bottom: 3px;
    font-size: 16px;
    color: #ffffff;
    z-index: 20;
    background: rgb(0, 0, 0, 0.5);
    height: 40px;
    line-height: 40px;
    padding-left: 12px;
    padding-right: 18%;
    width: 100%;
}

.swiper-container .swiper-slide a img {
    width: 100%;
    height: 339px;
    object-fit: cover;
}

.swiper-container .swiper-pagination {
    bottom: 14px !important;
    padding-right: 15px;
    text-align: right;
}

.swiper-container .swiper-pagination-bullet {
    background: #fff;
}

.dwgk-four-right {
    margin-top: -12px;
}

@media screen and (max-width: 1200px) {
    .container {
        width: 97%;
        margin-left: 1%;
    }
}

@media screen and (max-width: 768px) {
    .container {
        flex-direction: column;
    }

    .dwgk-one-left,
    .dwgk-one-right,
    .dwgk-two-left,
    .dwgk-two-right,
    .dwgk-four-left,
    .dwgk-four-right {
        width: 100%;
    }

    .dwgk-one-right,
    .dwgk-two-right,
    .dwgk-four-right {
        margin-top: 15px;
    }

    .dwgk-one .line {
        display: none;
    }

    .dwgk-one-right .dwgk-title {
        border-bottom: 1px solid #ddd;
    }

    .dwgk-three li {
        width: 100%
    }

    .swiper-container .swiper-slide a .title {
        padding-right: 25%;
    }
}

@media screen and (max-width: 420px) {}

@media screen and (max-width: 320px) {}


.newStyle .dwgk-one {
    flex-direction: column;
}
.newStyle .dwgk-one .line {
    display: none;
}
.newStyle .dwgk-one-left {
    width: 100%;
    margin-bottom: 30px;
}
.newStyle .dwgk-title h2 {
    font-size: 34px;
    border-bottom: none;
}
.newStyle .dwgk-title a {
    font-size: 34px;
}
.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;
}
.newStyle .dwgk-two {
    flex-direction: column;
}
.newStyle .normal-ul li::before {
    top: 36px;
}
.newStyle .dwgk-four {
    flex-direction: column;
    align-items: center;
}
.newStyle .swiper-container {
    width: 575px;
    margin-bottom: 40px !important;
}
.newStyle .swiper-container .swiper-slide a .title {
    font-size: 26px;
}

.newStyle .dwgk-one-left,.newStyle .dwgk-one-right,.newStyle .dwgk-two-left,.newStyle .dwgk-two-right,.newStyle .dwgk-four-left,.newStyle .dwgk-four-right{
    width: 100%;
}