@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 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.dwgk-title h2 {
    position: relative;
    top: 2px;
    color: #333;
    padding-right: 3px;
    padding-bottom: 8px;
    padding-left: 3px;
    border-bottom: 3px 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: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #9d1f37;
    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: #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 .dwgk-title {
    border-bottom: 1px solid #fff;
}

.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: 290px;
    object-fit: cover;
}

.swiper-container .swiper-pagination {
    bottom: 14px !important;
    padding-right: 15px;
    text-align: right;
}

.swiper-container .swiper-pagination-bullet {
    background: #fff;
}


@media screen and (max-width: 1200px) {
    .container {
        width: 98%;
    }
}

@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-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 .container{
    flex-wrap: wrap;
}
.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%;
}
.newStyle .dwgk-title h2{
    font-size: 34px;
}
.newStyle .normal-ul li .title{
    font-size: 32px;
}
.newStyle .dwgk-title a{
    font-size: 34px;
}
.newStyle .normal-ul li .date{
    font-size: 32px;
}