.swiper-pagination-news{
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.news-list{
    /* min-height: 740px; */
    width: 100%;
    margin-top: 50px;
}

.news-list-item{
    justify-content:flex-start;
     flex-wrap: wrap;
     /* padding: 0px 50px; */
     width: 85%;
     margin: 0 auto;
}
.news-item1-mobile:nth-child(1){
    margin-top: 0;
}
.news-item1-mobile{
    width: 100%;
    /* background-color: #fff; */
    /* background-color: #666; */
     border-radius: 10px;
     color:#666;
     font-size: 15px;
     font-weight: 400px;
     line-height: 20px;
     display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;
     margin-top: 35px;
}

.news-item1{
    width: 25%;
    background-color: #fff;
    padding-top: 1%;
     border-radius: 10px;
     color:#666;
     font-size: 1.6rem;
     font-weight: 400px;
     margin-top: 50px;
     margin-right:1%;
     margin-left: 5%;
     line-height: 30px;
     display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;
     
}

.news-item1:hover{
    background-color: #F7F7F7;
}
.news-img{
    width: 90%;
    /* height: 290px; */
    border-radius: 15px;
}
.news-company{
    min-height: 740px;
}
.news-item1-title{
    height: 100px;
}
.news-item1-bottom{
    display: flex;
    justify-content: space-between;
}

/*技术  */
.technology-list-item-mobile{
    justify-content:flex-start;
    flex-wrap: wrap;
    padding-top: 20px;
  
    margin: 0 auto;
    flex-direction: column;
}
.technology-item1-mobile:nth-child(1){
    margin-top: 0px;
}
.technology-item1-mobile{
    padding-top: 1%;
    font-weight: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    line-height: 30px;
    margin-top: 20px;
}
.technology-list-item{
    justify-content:flex-start;
     flex-wrap: wrap;
     width: 85%;
     margin: 0 auto;
}
.technology-item1{
     padding-top: 1%;
     font-size: 1.3rem;
     font-weight: 400px;
     margin:1% 1% 5% 5%;
     /* margin-top: 3%;
     margin-right:1%;
     margin-left: 5%; */
     line-height: 30px;
}
.technology-item1:hover{
    background-color: #F7F7F7;

}
/* 常见问题 */
.problem>ul>li>p{
    line-height: 3.8rem;
    background-color: #0260A0;
    color: #fff;
    padding-left: 20px;
    margin-bottom: 20px;

}
.problem>ul>li>div>p{
    padding: 1% 3%;
   
}

.problem-mobile>ul>li>p{
    line-height: 1.2rem;
  
    color: #fff;
    padding:10px;
}
.problem-mobile>ul>li>div>p{
    padding: 1% 2%;
   
}
/* 搜索页 */
.el-pagination.is-background .el-pager li:not(.disabled).active{
    background-color: #0260A0;
}