﻿.index {
    background-color: #f5f5f5;
    width: 100%;
    min-width: 1230px;
}
.main {
    width: 1200px;
    margin: 30px auto 0;
    overflow: hidden;
    padding-bottom: 79px;
}
.main-bg {
    width: 100%;
    height: 300px;
    background: url(banner.jpg) no-repeat center;
    background-size: 100% 100%;
}
.common-style {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.common-left {
    margin-right: 40px;
}
.swiper-container-one {
    width: 580px;
}
.swiper-container-one img {
    width: 100%;
    height: 400px;
    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;
}
.lunbo {
    width: 580px;
    height: 400px;
}
.situation {
    width: 580px;
    padding: 26px 22px 20px;
    background: url(d.png) no-repeat top;
    background-size: 100% 100%;
    height: 400px;
    position: relative;
}
.common-title {
    width: 100%;
    text-align: center;
    margin-bottom: 27px;
}
.common-title a {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}
.situation .more {
    position: absolute;
    font-size: 16px;
    color: #fff;
    right: 39px;
    top: 48px;
}
.situation .icon {
    position: absolute;
    font-size: 16px;
    color: #fff;
    left: 22px;
    top: 40px;
}
.common-title img {
    vertical-align: middle;
    margin-right: 10px;
}
.list {
    width: 100%;
}
.list .list-a {
    display: block;
    line-height: 50px;
    height: 50px;
    position: relative;
    padding-left: 15px;
    border-bottom: 1px dashed #dddddd;
}
.list .list-a::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background-color: #115db2;
    top: 20px;
    left: 0;
    border-radius: 50%;
}
.list .list-a:last-of-type {
    border: 0;
}
.list .list-a .title {
    font-size: 16px;
    color: #404040;
    width: 430px;
    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-video {
    display: block;
    width: 250px;
    display: inline-block;
}
.list-video:last-of-type {
    margin-right: 0;
}
.list-video video {
    width: 250px;
    height: 230px;
}
.list-video img {
    width: 250px;
    height: 230px;
    border-radius: 8px;
    object-fit: cover;
}
.special-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 48px;
}

.list-title {
    width: 250px;
    margin-top: 15px;
    font-size: 16px;
    color: #404040;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.picture-wall {
    width: 1200px;
    background: url(tpd.png) no-repeat top;
    background-size: 100% 100%;
}
.picture-wall .common-title {
    width: 490px;
    position: relative;
}
.picture-wall-list {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 50px 0;
    position: relative;
}
.picture-wall-a {
    width: 260px;
    margin-right: 40px;
}
.picture-wall .more {
    right: 19px;
    top: 0;
    font-weight: normal;
}
.swiper-container-two {
    height: 270px;
}
.swiper-container-two .swiper-slide {
    width: 250px;
}
.swiper-container-two .swiper-slide img {
    width: 250px;
    height: 230px;
    object-fit: cover;
    border-radius: 10px;
}
.swiper-container-two .swiper-slide p {
    width: 250px;
    font-size: 16px;
    color: #333333;
    margin-top: 15px;
    text-align: center;
}
.picture-wall-list .swiper-button-next {
    background: url(right.png) no-repeat;
    width: 32px;
    height: 32px;
    right: 0;
}
.picture-wall-list .swiper-button-prev {
    background: url(left.png) no-repeat;
    width: 32px;
    height: 32px;
    left: 0;
}
/* 政策解读 */
.newStyle .common-style {
    flex-direction: column;
    align-items: center;
}
.newStyle .lunbo {
    margin-bottom: 50px;
}
.newStyle .situation {
    width: 100%;
    margin-bottom: 50px;
    background: none;
    height: auto;
}
.newStyle .common-title a {
    font-size: 40px;
    color: #1678ff;
}
.newStyle .common-title img {
    display: none;
}
.newStyle .swiper-container-one .title {
    font-size: 23px;
}
.newStyle .list .list-a .title {
    font-size: 34px;
    width: 75%;
}
.newStyle .list .list-a .time {
    font-size: 34px;
}
.newStyle .list .list-a {
    line-height: 75px;
    height: 75px;
}
.newStyle .list .list-a::before {
    top: 35px;
}
.newStyle .special-list {
    justify-content: space-around;
}
.newStyle .list-video video {
    height: 400px;
}
.newStyle .list-title {
    width: 100%;
    font-size: 26px;
}
.newStyle .picture-wall {
    background: none;
}
.newStyle .swiper-container-two .swiper-slide p {
    width: 170px;
    font-size: 26px;
    margin-top: 0;
}

@media screen and (max-width: 768px) {
    .index {
        width: 100%;
        min-width: auto;
    }
    .main {
        width: 100%;
        padding: 10px;
        margin-top: 0;
    }
    .main-bg {
        background-size: cover;
        height: 100px;
    }
    .location {
        width: 100%;
        padding-left: 20px;
    }
    .common-style {
        display: block;
    }
    .common-title span {
        font-size: 18px;
        padding-right: 35px;
    }
    .common-left {
        margin-right: 0;
        margin-bottom: 33px;
    }
    .lunbo,
    .situation,
    .list-all,
    .picture-wall,
    .list-video,
    .picture-wall-a,
    .list-video video,
    .list-video img,
    .list-title,
    .picture-wall-div,
    .picture-wall-a img,
    .swiper-container-one,
    .swiper-container-two .swiper-slide img,
    .swiper-container-two .swiper-slide p {
        width: 100%;
    }
    .swiper-container-one .title,
    .situation .icon {
        display: none;
    }
    .list .list-a .title {
        width: 200px;
    }
    .list-video,
    .picture-wall-a {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .situation {
        height: auto;
        padding: 10px;
    }
    .situation .more {
        right: 10px;
    }
    .situation .more {
        right: 10px;
    }
    .special-list {
        margin-top: 20px;
    }
    .picture-wall-list{
        padding-bottom: 20px;
    }
    .picture-wall .common-title{
        width: 130px;
    }
    .common-title a{
        font-size: 16px;
    }
    .common-title{
        margin-top: 10px;
    }
}
@media screen and (max-width: 320px) {
    .list .list-a .title {
        width: 140px;
    }
}
