@charset "utf-8";

.container {
    width: 1200px;
    margin: 30px auto 0;
    display: flex;
    justify-content: space-between;
}

.breadcrumb {
    width: 100%;
    height: 45px;
    background-color: #f4f4f4;
    margin-top: -5px;
}

.breadcrumb .breadcrumb_con {
    width: 1200px;
    height: 100%;
    line-height: 45px;
    margin: 0 auto;
}

.breadcrumb .breadcrumb_con img {
    position: relative;
    top: 3px;
    margin-right: 10px;
}

.yqfk-one-left {
    width: 50%;
    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%;
    height: 380px;
    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%;
    margin-left: 3%;
}

.normal-title {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.normal-title a {
    font-size: 22px;
    font-weight: 600;
    color: black;
    padding: 0 15px;
    border-left: none;
    border-right: none;
}


.normal-title .active {
    color: #115DB2;
    border-left: 5px solid #115db2;
}

.normal-title p {
    flex: 1;
    border-top: 3px solid #115db2;
}

.normal-ul {
    display: none;
}
.normal-ul.bfzclist{
    display: block;
}
.showlist {
    display: block;
}

.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: #2e5b9d;
    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: #333;
}

.normal-ul li .date {
    color: #666;
}

.normal-ul li:hover span {
    color: #115db2;
}

.yqfk-two li {
    width: 18%;
    height: 50px;
    line-height: 50px;
    /*background: url(./li1.png) no-repeat;*/
    /*background-size: 100% 100%;*/
    border: 1px solid #115DB2;
    border-radius: 5px;
}

.yqfk-two li:hover a {
    background: #115DB2;
    color: #FFFFFF;
}

.yqfk-two li a {
    width: 100%;
    font-weight: 600;
    text-align: center;
}

.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);
}
.bfzc_tlt a{
    display: inline-block;
    width: 13%;
    margin: 0 5px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 1px solid #115DB2;
}
.bfzc_tlt a:hover{
    background: #115DB2;
    color: #fff;
    font-weight: bold;
}
.bfzc_tlt .bfActive{
    background: #115DB2;
    color: #fff;
    font-weight: bold;
}
.bfzc_list .bfzclist{
    display: none;
}
.bfzc_list .showlist{
    display: block;
}
/* 疫情防控 */

.newStyle .position_t {
    display: none;
}
.newStyle .yqfk-one {
    flex-direction: column;
}
.newStyle .swiper-container .swiper-slide a .title {
    font-size: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.newStyle .yqfk-one-right {
    width: 100%;
    margin-left: 0;
}
.newStyle .normal-title a {
    font-size: 34px;
}
.newStyle .normal-ul li .title {
    font-size: 34px;
}
.newStyle .normal-ul li .date {
    font-size: 34px;
}
.newStyle .yqfk-two li a {
    font-size: 34px;
}
.newStyle .yqfk-two {
    display: block;
}
.newStyle .yqfk-two li {
    width: 47%;
    float: left;
    margin: 10px 16px;
}
.newStyle .yqfk-three {
    flex-direction: column;
}
.newStyle .yqfk-three-one {
    width: 100%;
}
.newStyle .normal-ul li {
    height: 75px;
    line-height: 75px;
}
@media screen and (max-width: 1200px) {
    .container {
        width: 98%;
    }

    .breadcrumb .breadcrumb_con {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .container {
        flex-direction: column;
    }

    .yqfk-one-left,
    .yqfk-one-right,
    .yqfk-two li,
    .yqfk-three-one,
    .yqfk-four li {
        width: 100%;
        margin: 10px 0;
    }

    .yqfk-two,
    .yqfk-four {
        margin-top: 15px;
    }
}

@media screen and (max-width: 420px) {
}

@media screen and (max-width: 320px) {
}
