.indexPage {
    margin: 0;
    padding: 0;
    background-size: 100% 100%;
}

body{
    background:none !important;
}
a {
    text-decoration: none;
}

.indexPage .header {
    position: relative;
    z-index: 1;
}

.indexPage .header img {
    display: block;
    width: 100%;
    height: 100%;
}

.indexPage .footer img {
    position: relative;
    z-index: 1;
    margin-top: -8.4375rem;
    display: block;
    width: 100%;
    height: 100%;
}


/* 轮播图 */


/* .main {
    position: relative;
}

.main .banner {
    width: 100%;
    height: 222px;
}

.banner ul.img-banner {
    width: 300%;
    transition: 0.3s;
}

.banner ul li.item {
    height: 222px;
}

.banner ul li.item img {
    width: 100%;
    height: 100%;
    display: block;
}

.banner ul li.item {
    position: relative;
    width: 33.3%;
}

.banner ul li.item h3 {
    overflow: hidden;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 20px;
    height: 60px;
    line-height: 30px;
    width: 100%;
    bottom: 10%;
    position: absolute;
    color: white;
}

.banner ul li.item :hover {
    cursor: pointer;
} */

.banner {
    overflow: hidden;
}

.title-banner {
    position: absolute;
    left: 50%;
    bottom: 30px;
    transform: translate(-50%, -50%);
}

.title-banner li {
    width: 50px;
    height: 3px;
    background-color: white;
    margin-left: 10px;
    cursor: pointer;
}

.title-banner li.active {
    background-color: rgb(193, 0, 0);
}

.swiper-container {
    width: 100%;
    height: 222px;
}

.swiper-slide {
    position: relative;
    width: 33.3%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide a {
    display: block;
        width: 100%;
    height: 100%;
}

.swiper-slide h3 {
    overflow: hidden;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 20px;
    height: 60px;
    line-height: 30px;
    width: 100%;
    bottom: 10%;
    position: absolute;
    color: white;
    left: 0px;
}

.swiper-slide img {
    width: 100%;
    /*height: 100%;*/
    display: block;
        object-fit: fill;
}

 .swiper-pagination-custom {
    bottom: 10px;
    left: 0;
    width: 100%;
}

.swiper-pagination-customs {
    width: 50px;
    height: 3px;
    background-color: rgb(255, 255, 255);
    margin-left: 10px;
    display: inline-block;
}

.swiper-pagination-customs-active {
    opacity: 1;
    background-color: rgb(193, 0, 0);
}

.indexPage .wrap {
    position: relative;
    z-index: 2;
    /* margin: -8.75rem 1.25rem 1.25rem; */
    padding: 0 1.25rem 0 1.25rem;
    background-color: #fff;
    /* border-radius: 0.625rem; */
    margin-top :1.25rem;
}

.indexPage .wrap .newsItem {
    padding: 1.25rem 0 1.25rem 0;
    border-bottom: 1px solid #dcdcdc;
}

.indexPage .wrap .newsItem::after {
    content: "";
    display: block;
    clear: both;
}

.indexPage .wrap .newsItem .img {
    float: left;
    width: 8.125rem;
    height: 6.25rem;
}

.indexPage .wrap .newsItem .img a img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.indexPage .wrap .newsItem .title {
    margin-bottom: 1.25rem;
    padding-left: 0.625rem;
    font-size: 1.25rem;
    line-height: 1.875rem;
    height: 3.75rem;
    overflow: hidden;
}

.indexPage .wrap .newsItem.noImg .img {
    display: none;
}

.indexPage .wrap .newsItem .noImg .title {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.875rem;
    max-height: 3.75rem;
    height: auto;
    overflow: hidden;
}

.indexPage .wrap .newsItem .source,
.pubTime {
    margin-left: 0.625rem;
    font-size: 1rem;
    color: #cccccc;
}

.indexPage .wrap .threeImgs .title {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.875rem;
    max-height: 3.75rem;
    overflow: hidden;
}

.indexPage .wrap .threeImgs .imgItems {
    margin-bottom: 1.25rem;
    width: 100%;
    text-align: justify;
    font-size: 0rem;
}

.indexPage .wrap .threeImgs .imgItems::after {
    content: "";
    display: inline-block;
    width: 100%;
}

.indexPage .wrap .threeImgs .imgItems .img {
    position: relative;
    display: inline-block;
    width: 30%;
    height: 0px;
    padding-bottom: 22.5%;
}

.indexPage .wrap .threeImgs .imgItems .img a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px
}

.indexPage .wrap .threeImgs .imgItems .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}