.index-content{
    width:100%;padding-bottom:20px;
}

/************轮播图样式 css ************/
.index-carousel{
    width:100%;margin-top:15px;
}
.index-carousel .index-carousel-c{
    height:280px;border-radius:5px;overflow:hidden;background:#FFFFFF;position:relative;border:1px solid #eeeeee;
}
.index-carousel .index-carousel-c .indexSwiper{
    width:100%;height:100%;
}
.index-carousel .index-carousel-c .indexSwiper .swiper-pagination{
    bottom:8px;
}
.index-carousel .index-carousel-c .indexSwiper .swiper-pagination-bullet{
    width:7px;height:7px;border-radius:50%;cursor:pointer;
}
.index-carousel .index-carousel-c .indexSwiper .swiper-slide img{
    width:100%;height:100%;border:0;
}
.index-list{
    width: 100%;margin-top:15px;
}
.index-list-panel{
    margin:0 auto;
}
.index-list-panel .title{
    font-size:16px;padding:15px 0;
}
.index-list-panel .title .tit{
    font-size:18px;letter-spacing:2px;
}
.index-list-panel .title .tit .line{
    width:5px;height:20px;background:#00a9ff;display:inline-block;vertical-align:text-top;border-radius:10px;margin-right:15px;
}
.index-list-panel .title .more {
    float: right;
    font-size: 12px;
    color: #999999;
    letter-spacing: 2px;
    cursor: pointer;
}
.index-list-panel .title .more:hover{
    color:#eb811e;
}
.index-list-panel .list-item{
    width:100%;margin-top:20px;
}
.index-list-panel .list-item ul {
    padding: 0;
    margin: 0;
    display:table;
    margin-left:-20px;
}
.index-list-panel .list-item ul li.item{
    background:#FFFFFF;margin-bottom:15px;padding:15px;border-radius:3px;width:560px;float:left;margin-left:20px;
}
.index-list-panel .list-item ul li.item:hover{
    box-shadow:0px 1px 12px 5px #bdbcbc;cursor:pointer;
}

/*****************最新采购需求推荐 css *****************/
.index-purchase .date{
    width:100%;padding-bottom:10px;overflow:hidden;
}
.index-purchase .date .tags .iconfont{
    margin-right:5px;
}
.index-purchase .date .deadline_type{
    margin-left:15px;
}
.index-purchase .date .deadline_type .iconfont{
    margin-right:3px;color:#ff6600;
}

.index-purchase .addtime{
    float:right;color:#999999;
}
.index-purchase .info{
    margin-bottom:10px;width:100%;font-size:16px;color:#333333;line-height:28px;height:52px;display: -webkit-box;-webkit-box-orient: vertical;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;
}
.index-purchase .row{
    margin:10px 0;color:#666666;
}
.index-purchase .row .iconfont{
    margin-right:5px;
}
.index-purchase .pur-author{
    font-size:14px;padding-top:5px;color:#ababab;overflow:hidden;
}
.pur-author .datetime{
    display:inline-block;line-height:32px;
}
.pur-author .datetime .iconfont{
    margin-right:3px;color:#ff6600;
}
.index-purchase .pur-author .btn{
    float:right;padding:3px 10px;border: 1px solid #00a9ff;border-radius:3px;color:#00a9ff;
}
.index-purchase .pur-author .btn .iconfont{
    font-size:14px;margin-right:5px;
}

/*****************优质供应商推荐 css *****************/
.index-supplier .company {
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
}
.index-supplier .company .logo {
    width: 50px;
    height: 50px;
    float: left;
    border: 1px solid #eeeeee;
    border-radius: 3px;
}
.index-supplier .company .logo .img{
    width:100%;height:100%;border-radius:3px;
}
.index-supplier .company .right{
    padding-left:15px;float:left;
}
.index-supplier .company .right .tit{
    font-size:16px;margin-top:3px;margin-bottom:5px;
}
.index-supplier .company .right .stit{
    font-size:15px;color:#999999;letter-spacing:1px;
}
.index-supplier .company .rbtn{
    float:right;letter-spacing:2px;
}
.index-supplier .com-info{
    font-size:15px;color:#666666;line-height:26px;height:52px;overflow:hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:2;
}
.index-supplier .com-imgs{
    margin-top:15px;overflow:hidden;
}
.index-supplier .com-imgs .img-item{
    width:95px;height:95px;float:left;margin-right:10px;border:1px solid #eeeeee;border-radius:3px;
}
.index-supplier .com-imgs .img-item img{
    width:100%;height:100%;border-radius:3px;
}
