 .el-pagination {
    white-space: nowrap;
    padding: 2px 5px;
    color: #303133;
    font-weight: 700;
}
.el-pagination.is-background .el-pager li {
    margin: 0 5px;
    background-color: #f4f4f5;
    color: #606266;
    min-width: 30px;
    border-radius: 2px;
}
.el-pager, .el-pager li {
    vertical-align: top;
    margin: 0;
    display: inline-block;
}
.el-icon-arrow-left:before {
    content: "\e6de";
}
.el-icon-arrow-right:before {
    content: "\e6e0";
}
/*新闻列表*/
.newsimg {
    margin-right: 20px;
}
.newsimg img {
    width: 250px;
    height: auto;
}
.content-left {
    float: left;
    display: flex;
}


@media (max-width: 768px) {  
 .content-left {

    display: flex;
    flex-direction: column;
 }
 .sa-xxlb-3-item { 
     padding: 10px 5px !important;
 }
 .sa-xxlb-3-item .sa-title {
     width: 100% !important;
 }
 .newsimg img {
     width: 100%; 
 }
 .newsimg {
     margin-right: 0px;
 }



}
/*产品分类*/
.stories-main .stories-cards .stories-card img,
.n-detail-item.product-detail img {
  max-width: 100%;
}

.newDetail .n-detail-item.product-detail p {
    line-height: 0;
}

@media screen and (max-width: 768px) {
.topc_nav .topcn_t a { 
    width: 100%;
    line-height: 60px;
}
.bannerInfo {
    position: relative !important;
}


.contactUs .bannerCont .bannerInfo {
    position: inherit !important;
}

.contactUs .bannerCont .bannerInfo h1 {
    color: #666;
    font-size: 32px;
    font-weight: 700;
}

.n-project-page .wraph_in .in_04_c ul { 
    grid-template-columns: repeat(1, 1fr) !important; 
}
.supportCenter .banner {
    background-image: url(/images/about/support.jpg)!important; 
}

}