﻿.index {
    background-color: #fff;
    width: 100%;
    min-width: 1230px;
}

.main {
    width: 1200px;
    margin: 0 auto;
    background-color: #fff;
    overflow: hidden;
    padding: 30px 0 30px;
}

.main-bg {
    width: 100%;
    height: 300px;
    background: url(banner.jpg) no-repeat;
    background-size: 100% 100%;
}

.common-style {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.common-left {
    margin-right: 40px;
}

.swiper-container-one {
    width: 580px;
    height: 350px;
}

.swiper-container-one img {
    width: 580px;
    height: 350px;
    object-fit: cover;
}

.swiper-container-one .title {
    position: absolute;
    bottom: 0;
    font-size: 16px;
    color: #ffffff;
    z-index: 20;
    background: rgb(0, 0, 0, 0.5);
    height: 50px;
    line-height: 50px;
    padding-left: 12px;
    width: 100%;
}

.swiper-container-one .swiper-pagination-bullet {
    background: #ffffff;
}

.swiper-container-one .swiper-pagination-bullet:last-of-type {
    margin-right: 17px;
}

.swiper-container-one .swiper-pagination {
    bottom: 10px;
    text-align: right;
}

.situation {
    width: 580px;
}

.common-title {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.common-title .more-span span {
    height: 45px;
    line-height: 45px;
    display: inline-block;
    font-size: 24px;
    color: #404040;
    position: relative;
    padding-left: 26px;
    font-weight: bold;
    margin-right: 20px;
    cursor: pointer;
}

.common-title .more-span span::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 24px;
    background-color: #404040;
    left: 0;
    top: 11px;
}

.common-title .more-span .cur {
    color: #115db2;
}

.common-title .more-span .cur::before {
    width: 6px;
    height: 24px;
    background-color: #115db2;
}

.common-title .more {
    font-size: 16px;
    color: #115db2;
    float: right;
    position: relative;
}

.all-list .list {
    display: none;
    width: 100%;
}

.all-list .curlist {
    display: block;
}

.list .list-a {
    display: block;
    line-height: 45px;
    height: 45px;
    position: relative;
    padding-left: 15px;
}

.list .list-a::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background-color: #115db2;
    top: 20px;
    left: 0;
    /* border-radius: 50%; */
}

.list .list-a .title {
    font-size: 16px;
    color: #404040;
    width: 450px;
    display: inline-block;
    overflow: hidden; /*超出部分隐藏*/
    white-space: nowrap; /*不换行*/
    text-overflow: ellipsis; /*超出部分文字以...显示*/
}

.list .list-a .time {
    font-size: 16px;
    float: right;
    color: #999999;
}

.list .list-a:hover .title {
    color: #115db2;
}

.list .list-a:hover .time {
    color: #115db2;
}

.list .search {
    height: 65px;
    background-color: #ffffff;
    border: solid 1px #115db2;
    margin-top: 10px;
}

.list .search .my-input {
    width: 459px;
    padding: 0 36px;
    height: 65px;
    line-height: 65px;
}

.list .search .my-button {
    width: 110px;
    height: 30px;
    line-height: 30px;
    padding-left: 40px;
    font-size: 16px;
    font-weight: bold;
    color: #115db2;
    border-left: 1px solid #115db2;
    background: url(ss.png) no-repeat 25px;
    cursor: pointer;
}

.piclist {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
}

.piclist .pic-a:nth-of-type(2n) {
    margin-right: 0;
}

.piclist .pic-a {
    display: block;
    width: 275px;
    margin-right: 28px;
    cursor: pointer;
}

.piclist .pic-div {
    width: 275px;
    height: 205px;
    overflow: hidden;
}

.piclist .pic-div img {
    width: 275px;
}

.piclist .pic-p {
    width: 275px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    color: #404040;
    margin-top: 15px;
    text-align: center;
}

.piclist .pic-a:hover img {
    transform: scale(1.2);
    transition: all 2s;
}

.piclist .pic-a:hover .pic-p {
    color: #115db2;
}

#wz {
    display: block;
}

#fzr {
    display: none;
}
.newStyle .common-style {
    flex-direction: column;
    align-items: center;
}
.newStyle .situation {
    width: 100%;
}
.newStyle .common-title .more-span span {
    height: 75px;
    line-height: 75px;
    font-size: 50px;
}
.newStyle .common-title .more {
    font-size:34px;
}
.newStyle .common-title .more-span .cur::before {
    height: 55px;
}
.newStyle .list .list-a .title {
    font-size: 34px;
}
.newStyle .common-title {
    margin-bottom: 30px;
}
.newStyle .list .list-a .time {
    font-size: 34px;
}
.newStyle .list .list-a {
    height: 75px;
    line-height: 75px;
}
.newStyle .main {
    overflow: initial;
}
.newStyle .common-left {
    margin-right: 0;
}
@media screen and (max-width: 768px) {
    .index {
        width: 100%;
        min-width: auto;
    }

    .main {
        width: 100%;
        padding: 20px;
    }

    .main-bg {
        background-size: contain;
        height: 70px;
    }

    .common-style {
        display: block;
    }

    .common-title span {
        font-size: 18px;
        padding-right: 35px;
    }

    .piclist .pic-a {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .common-left {
        margin-right: 0;
        margin-bottom: 33px;
    }

    .situation,
    .list-all,
    .swiper-container-one,
    .piclist .pic-a,
    .piclist .pic-div,
    .piclist .pic-div img {
        width: 100%;
    }

    .list .list-a .title {
        width: 200px;
    }

    .swiper-container-one .title {
        display: none;
    }

    .common-title::after {
        display: none;
    }

    .list .search .my-input {
        width: 69%;
    }

    .list .search .my-button {
        width: 29%;
        padding-left: 0;
        background: none;
    }

    .common-title .more-span span {
        font-size: 18px;
        padding-left: 15px;
        margin-right: 0;
        padding-right: 0;
    }
}

@media screen and (max-width: 320px) {
    .list .list-a .title {
        width: 100%;
    }

    .list .list-a .time {
        display: none;
    }

    .common-title .more-span span {
        padding-left: 10px;
    }
}
