a:hover,
a:focus {
  text-decoration:none
}
.content-top{
    width: 100%;
    padding: 30px 0;
}
.content-top .bread{
    display: flex;
    font-size: 14px;
    line-height: 20px;
}
.content-top .bread span:last-child{
    display: none;
}
.content-top h1{
    text-align: center;
    font-weight: 700;
    color: #000;
}
.content-top .desc{
    color: rgba(152, 163, 183, 1);
    font-size: 14px;
    margin-top: 10px;
}
.stepList{
    margin: 30px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.stepList .step{
    max-width: 340px;
    width: 26%;
    margin-bottom: 20px;
}
.stepList .jian{
    max-width: 50px;
    width: 7%;
    margin: 0 1.5%;
}
.bgwb2{
    background: rgba(245, 248, 255, 1);
    text-align: center;
    padding-bottom: 30px;
}
.bgwb2 h2{
    font-weight: 700;
    color: #000;
    margin-top: 60px;
}
.bgwb2 .shfw{
    margin: 20px 0;
    max-width: 96%;
    width: 1200px;
}
.fanan{
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0;
    justify-content: center;
}
.fanan .item{
    text-align: center;
    font-size: 12px;
    color: #000;
    background: #e6e6e6;
    padding:  20px;
    margin:20px;
}
.fanan .item img{
    width: 180px;
}
.fanan .item .title{
    margin-top: 20px;
}

.bgwb{
    background: linear-gradient(to bottom, #FFF 0%, #e9f0fe 100%);
}
.bgwhite{
    background: white;
}

.paylist{
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0;
    justify-content: space-between;
}
.paylist .item{
    width: 210px;
    text-align: center;
    font-size: 12px;
    color: #000;
    background: #FFF;
    padding:  20px;
    margin-bottom: 20px;
}
.paylist .item img{
    width: 100px;
}
.paylist .item .title{
    margin-top: 20px;
    color: #000;
    font-size: 14px;
}
.paylist .item .desc{
    color: rgba(152, 163, 183, 1);
}
.kjlist .item{
    background: url("../img/channel/kjbg.png") 100% no-repeat;
    background-size: 100% 100%;
}

.tdlist .item{
    width: 140px;
}
.tdlist .item img{
    width: 100px;
}

.xqbj{
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0;
    justify-content: space-between;
    text-align: left;
}
.xqbj .item{
    width: 48%;
    font-size: 12px;
    background: #F5F8FF;
    padding:  20px 15px;
    margin-bottom: 24px;
    display: flex;
}
.xqbj .item img{
    width: 36px;
    height: 36px;
    margin: 0 25px;
}
.xqbj .item .right{
    flex: 1;
}
.xqbj .item .title{
    font-size: 20px;
    font-weight: bold;
    color: #000;
}
.xqbj .item .desc{
    margin-top: 20px;
    font-size: 12px;
    color: #999;
}
.bblist{
    margin: 30px 0;
    text-align: left;
    display: flex;
    justify-content: space-between;
}
.bblist .item{
    font-size: 12px;
    padding:  20px;
    display: flex;
    background: #FFF;
    margin: 0 10px;
}

.bblist .item img{
    width: 70px;
    margin-right: 20px;
}
.bblist .item .content{
    flex: 1;
}
.bblist .item .title{
    font-size: 16px;
    color: #000;
}

.bblist .item .desc{
    font-size: 12px;
    color: #999;
    margin-top: 10px;
}

.bblist.game .item img{
    height: 100px;
}
.w360{
    width: 360px !important;
}

.w240{
    width: 240px !important;
}

/* 产品列表 */
.proList{
    margin: 30px 0;
    text-align: left;
}
.proList .item .container{
    font-size: 12px;
    padding:  40px 0;
    display: flex;
    justify-content: space-between;
}
.proList .item:nth-child(2n) .container{
    flex-direction: row-reverse;
}
.proList .item img{
    width: 48%;
}
.proList .item .content{
    width: 48%;
}
.proList .item .title{
    font-size: 20px;
    font-weight: bold;
    color: #000;
}
.proList .item .desc{
    height: 100px;
    margin-top: 20px;
    font-size: 12px;
    line-height: 20px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}

.xcas .item:nth-child(2n){
    background: url("../img/channel/probg.png") 100% no-repeat;
    background-size: 100%; 
}
/* 全国采购国产化的中标信息 */
.newsList{
    margin: 30px 0;
    text-align: left;
}
.newsList .item{
    font-size: 12px;
    display: flex;
    align-items: center;
    padding: 25px 0;
    border-bottom: 1px solid #999;
}
.newsList .item .img{
    width: 70px;
    height: 70px;
    margin-right: 20px;
}
.newsList .item .content{
    flex: 1;
    width: 70%;

}
.newsList .item .title{
    width: 100%;
    font-size: 18px;
    color: #000;
    overflow: hidden;
}
.newsList .item .time{
    margin-top: 10px;
    font-size: 12px;
    color: #999;
}
.bgblue{
    background: #F5F8FF !important;
}
/* 应用案例 */
.news-list{
    text-align: left;
}
.anlist{
    display: flex;
    margin: 30px 0;
}
.anlist .item{
    display: inline-block;
    max-width: 440px;
    width: 30%;
    margin: 15px;
    background: #F5F8FF;
}
.anlist .item img{
    width: 100%;
}

.anlist .item .content{
    padding: 15px;
}
.anlist .item .title{
    font-size: 16px;
    color: #000
}
.anlist .item .desc{
    margin-top: 10px;
    font-size: 12px;
    color: #999;
}

.service .item{
    background: #FFF;
    max-width: 580px;
    width: 46%;
}

.news-top{
    box-shadow: 0px 2px 16px 0px rgba(59,63,79,0.1);
    background-color:#FFF;
    height: 90px;
}
.news-tabs{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.news-tabs .item{
    height: 90px;
    display: flex;
    border-bottom: 2px solid #FFF;
    font-size: 20px;
    color: #000;
    align-items: center;

}
.news-tabs .item img{
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.news-tabs .item.active{
    color: #1D76F9;
    border-bottom-color: #1D76F9;
}

.box-news{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
}
.box-news .item{
    position: relative;
    background: #FFF;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 20px;
    display: flex;
    width: 100%;
}

.box-news .item .img{
    width: 200px;
}
.box-news .item .tag{
    background-color: rgba(0, 100, 243, 1);
    border-radius: 6px 0px 15px 0px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: rgba(254, 254, 254, 1);
    position: absolute;
    top: 0;
    left: 0;
}
.box-news .item .content{
    padding:0 20px;
    flex: 1;

}
.box-news .item .title{
    font-size: 18px;
    font-weight: 700;
    margin: 10px 0;
    height: 50px;
    line-height: 25px;
}
.box-news .item .desc{
    font-size: 14px;
    color: rgba(152, 163, 183, 1);
    height: 40px;
    line-height: 20px;
}
.box-news .item .bottom{
    font-size: 12px;
    color: rgba(152, 163, 183, 1);
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
    margin-bottom: 20px;
}
/* 分页 */
.pagination > .active > a,.pagination > .active > span,.pagination > .active > a:hover,.pagination > .active > span:hover,.pagination > .active > a:focus,.pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: rgba(29, 118, 249, 1);
    border-color: rgba(29, 118, 249, 1);
    cursor: default;
}
@media(max-width: 678px) {
    .proList{
        padding: 0 10px;
    }
    .proList .item .desc{
        width: 100%;
        height: 60px;
        line-height: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }
    .bblist{
        flex-wrap: wrap;
    }
    .bblist .item{
        width: 100%;
        margin-bottom: 10px;
    }
    .anlist .item{
        width: 48%;
        margin: 10px;
    }
    .news-top {
        height: 60px;
    }
    .news-tabs .item{
        font-size: 14px;
        height: 60px;
    }
    .news-tabs .item img{
        width: 14px;
        height: 14px;
    }
    .box-news .item .img{
        width: 120px;
    }
    .box-news .item .title{
        height: 24px;
        font-size: 16px;
    }
    .box-news .item .desc{
        font-size: 12px;
    }
}
@media(max-width: 520px) {
    .fanan .item img{
        width: 90px;
    }
    .paylist .item{
        width: 140px;
    }
    .paylist .item img{
        width: 80px;
    }
    .xqbj .item img{
        width: 20px;
        height: 20px;
        margin: 0 8px;
    }
    .xqbj .item{
        padding: 10px;
        margin-bottom: 20px;
    }
    .xqbj .item .title{
        font-size: 16px;
    }
    .xqbj .item .desc{
        margin-top: 10px;
    }


}