﻿@charset "utf-8";

.container {
    width: 1200px;
    margin: 30px auto 0;
    display: flex;
    justify-content: space-between;
}

.yqfk-one-left {
    width: 50%;
    margin-left: 3%;
    position: relative;
}

.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: 50px;
    line-height: 50px;
    padding-left: 12px;
    padding-right: 18%;
    width: 100%;
}

.swiper-container .swiper-slide a img {
    width: 100%;
    object-fit: cover;
}

.swiper-container .swiper-pagination {
    bottom: 17px !important;
    padding-right: 15px;
    text-align: right;
}

.swiper-container .swiper-pagination-bullet {
    background: #fff;
}

.yqfk-one-right {
    width: 46.5%;

}

.normal-title {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    border-bottom: 1px solid #115db2;
}

.normal-title h2 {
    width: 165px;
    height: 44px;
    color: #115DB2;
    text-align: center;
    line-height: 44px;
    font-weight: bold;
    font-size: 20px;
    background-color: #FFFFFF;
    border-radius: 10px;
    border: 1px dashed #115DB2;
    margin-bottom: 5px;
}

.normal-title a {
    color: #999;
}

.normal-title a:hover {
    color: #115db2;
}

.normal-title p {
    position: absolute;
    top: 0px;
    left: 135px;
    width: 0px;
    height: 0px;
    border-top: 44px solid #fff;
    border-left: 30px solid transparent;
}

.normal-ul li {
    position: relative;
    height: 54px;
    line-height: 54px;
    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: #acc2d4;
    left: 0;
    top: 25px;
}

.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: #115db2;
}

.yqfk-two {
    display: flex;
    flex-wrap: wrap;
}

.yqfk-two a {
    width: 24%;
}

.yqfk-two a img {
    width: 100%;
}

.yqfk-three-one {
    width: 47.3%;
}

.yqfk-four {
    flex-wrap: wrap;
    margin-bottom: 80px;
}

.yqfk-four li {
    width: 32.5%;
    margin-bottom: 15px;
}

.yqfk-four li a {
    width: 100%;
}

.yqfk-four li a img {
    width: 100%;
    transition: all .5s;
}

.yqfk-four a {
    overflow: hidden;
}

.yqfk-four li:hover a img {
    transform: scale(1.06);
}
.newStyle .normal-title h2 {
    font-size: 50px;
    height: 75px;
    line-height: 75px;
}
.newStyle .normal-title a {
    font-size: 34px;
}
.newStyle .normal-ul li .title {
    font-size: 34px;
}
.newStyle .yqfk-one {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.newStyle .yqfk-one-right {
    width: 100%;
    margin-bottom: 40px;
}
.newStyle .normal-ul li .date {
    font-size: 34px;
}
.newStyle .swiper-container .swiper-slide a .title {
    font-size: 34px;
}
.newStyle .normal-ul li {
    height: 75px;
    line-height: 75px;
}
.newStyle .yqfk-three {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.newStyle .yqfk-three-one {
    width: 100%;
    margin-bottom: 40px;
}
@media screen and (max-width: 1200px) {
    .container {
        width: 98%;
    }
}

@media screen and (max-width: 768px) {

    .yqfk-one,
    .yqfk-three {
        flex-direction: column;
    }

    .yqfk-one-left,
    .yqfk-one-right,
    .yqfk-two li,
    .yqfk-three-one {
        width: 100%;
        margin: 10px 0;
    }

    .yqfk-two a,
    .yqfk-four li {
        width: 48%;
    }

    .yqfk-two,
    .yqfk-two a,
    .yqfk-four {
        margin-top: 15px;
    }
}

@media screen and (max-width: 420px) {
}

@media screen and (max-width: 320px) {
}
