.typeList{
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 40px;
    flex-wrap: wrap;
}
.typeListItem{
    line-height: 50px;
    min-width: 140px;
    padding: 0 40px;
    font-size: 14px;
    color: #333;
    border: 1px solid #DDDDDD;
    border-right: none;
    cursor: pointer;
    text-align: center;
}
.typeListItem:last-child{
    border-right: 1px solid #DDDDDD;
}
.typeListItemActived{
    background: #1890FF;
    color: #fff;
}
.productList{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.newscenterItem:first-child{
   width: 58%;
}
.newscenterItem:last-child{
    width: 41%;
    padding-left: 40px;
 }
 .newscenterItem_swiper{
    position: relative;
 }
 .swiper-container-news{
    z-index: 1!important;
 }
 .swiperBg{
    background-color: #1890FF;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50px;
    line-height: 50px;
    z-index: 2;
    font-size: 16px;
    color: #fff;
    padding-left: 30px;
 }
 .swiper-button-next{
    position: absolute;
    right: 17px!important;
    top: 96%!important;
    bottom: -10px!important;
    height: 30px!important;
 }
 .swiper-button-prev{
    position: absolute;
    right: 155px!important;
    top: 96%!important;
    bottom: -10px!important;
    height: 30px!important;
    left: auto!important;
   
 }
 .swiper-pagination{
    width: 200px!important;
    right: 0!important;
    bottom: 0!important;
    z-index: 1;
    height: 50px;
    line-height: 50px;
    left: auto!important;
    background-color: #fff;
    border-radius: 15px 0 0 0;
 }
.newscenterItem_list{
    display: flex;
    flex-direction: column;
}
.newscenterItem_list_items{
    width: 100%;
    display: flex;
    justify-content: start;
    margin-bottom: 20px;
}
.newscenterItem_list_items .types .date{
    font-size: 16px;
    line-height: 32px;
    color: #1890FF;
}
.newscenterItem_list_items .types .text{
    font-size: 14px;
    line-height: 20px;
    color: #666;
}
.newscenterItem_list_items .title{
    line-height: 32px;
    font-size: 18px;
    margin-left: 30px;
    font-weight: bold;
}

.newscenterItem_list_items .title p{
    font-size: 14px;
	margin-left: 30px;
}

.newscenterItem_list_items .title a{
    font-weight: bold;
}
.newscenterItem_list_items:hover a{
   color: #1890FF;
   text-decoration: underline;
}
.newscenterItem_list_single{
    border-top: 1px solid rgba(22, 22, 22, 0.3);
    padding-top: 20px;
    margin-top: 40px;
}
.newscenterItem_list_single .title{
    /* margin-left: 60px; */
}
.newscenterItem_list_items:last-child{
    margin-bottom: 0;
}
.example{
    margin: 16px 0 88px;
}
.pagination{
    text-align: center;
    justify-content: center
}
.page-item{
    margin-right: 5px;
    background: #EFEFEF;
}
.pageTitle{
    background: url('./../m_images/News.png') no-repeat center center;
    background-size: 100%;
    width: 320px;
    position: relative;
}
@media (max-width: 992px) {
    .pageTitle{
        padding-top: 0.1px;
        height: 100px;
    }
    .pageTitle .englist {
        margin-top: 20px;
    }
    .container{
        max-width: 100%!important;
    }
    .newscenterItem{
        width: 100%!important;
        margin-bottom: 30px;
    }
    .newscenterItem:last-child{
        padding: 0 25px;
    }
    .swiper-container-news{
        margin-top: 0!important;
    }
    .swiper-container-news, .swiper-container-news .swiper-slide{
        height: 420px!important;
    }
    .newscenterItem_list_single{
        display: none;
    }
    .newscenterItem_list_items{
        margin-bottom: 30px;
    }
    .newscenterItem_list_items .types .date{
        font-size: 18px;
        line-height: 40px;
    }
    .newscenterItem_list_items .types .text{
        font-size: 14px;
        margin-top: 10px;
    }
    .newscenterItem_list_items .title{
        font-size: 24px;
        line-height: 40px;
        font-weight: bold;
    }
    .example{
        margin-bottom: 0;
    }
    .typeListItem{
        padding: 0;
        font-size: 28px;
        line-height: 60px;
        text-align: center;
    }
    .newscenterItem_swiper .swiper-button-next,.newscenterItem_swiper .swiper-button-prev{
        display: none!important;
    }
    /* .newscenterItem_swiper .swiper-pagination-bullet{
        background-color: #fff;
    } */
    .swiper-pagination{
        /* width: 200px!important;
        right: 0!important;
        bottom: 0!important;
        z-index: 2022;
        height: 50px;
        line-height: 50px;
        left: auto!important; */
        background-color: transparent;
      
     }
     .swiper-pagination-bullet-active{
        background-color: #fff!important;
     }
     .swiperBg{
        font-size: 28px;
     }
}    