
.container-fluid{
    padding-left:0;
    padding-right:0;
}
.item img{
    width:100%;
}
a{
    color:#0090B1;
}
/*==  头部轮播图 ==*/
#myCarousel{
    height:auto;
    position:relative;
    overflow:hidden;
    z-index:1;
}
#myCarousel .banner01-text{
    position:absolute;
    top:100px;
}
#myCarousel .banner01-text h3{
    
    line-height:40px;
}
#myCarousel .banner01-text img{
    width:100%;
}
#myCarousel .banner01-text p{
    
    margin:20px 0 50px 0;
}
#myCarousel .banner01-text a{
    
    text-decoration:none;
}
.weixin-bg {
    margin-top: 0;
}
/*===   列表图*/
.result-list>.list-box{
    width:97.5%;
    margin:0 auto;
}
.result-list li{
    padding-right:7px;
    padding-left:7px;
    margin-bottom:12px;
}
.list-body{
    width:100%;
    height:250px;
    overflow:hidden;
    position:relative;
}
.list-body img{
    width:100%;
}
.list-body p{
    position:absolute;
    bottom: 0;
    width: 100%;
    padding:25px 0; 
    background:#f1f1f1;
    margin-bottom:0;
    height:70px;
    text-align: center;
}

/*===========  页签*/
.bookMark-list{
    margin-bottom:0;
}
.bookMark-list li{
    
    width:18px;
    height:18px;
    line-height:18px;
    border:1px solid #ccc;
    text-align:center;
    padding:0;
    margin-left:10px;
}
.bookMark-list li a{
    display:block;
    width:100%;
    height:100%;
    text-decoration:none;
    color:black;
}
.bookMark-list li a:hover{
    background:grey;
    color:white;
}
.bookMark-list li:last-child{
    line-height:15px;
}
.result-list{
    position:relative;
    /* height:575px; */
    margin-bottom:15px;
    margin:auto;
}
.result-list>.list-box{
    position:absolute;
    top:0;
    left:0;
    right:0;
    margin:0 auto;
    z-index:88;
    opacity:0;
    transition:all .5s linear;
}
.bookMark-box{
    position:absolute;
    bottom:0;
    left:0;
    z-index:999;
}
.item{
    position:relative;
}
.item .container{
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    margin:auto;
}
.result-list li{
    border-bottom:0;
   
}

.result-list .bookMark-list li{
    border-bottom:1px solid #ccc;
}
.result-list{
    width:1170px;
}
/*--------------  1199*/
@media all and (max-width: 1199px){
    #myCarousel .banner01-text {
        top: 30px;
    }
    #myCarousel .banner01-text p{
        margin:10px 0;
    }
    .result-list{
        width:970px;
    }
    .list-body{
        height:220px;
    }
}
/*-------------- 992 pad*/
@media all and (max-width: 992px){

    .result-list {
       /*  height: 400px; */
        width:auto;
    }
    .list-body p{
        padding:15px 5px;
    }
    .list-body {
        height: 185px;
    }
}
/*-------------- 767 */
@media all and (max-width: 767px){
    .result-list {
       /*  height: 460px; */
    }
    .list-body {
        height: 260px;
    }
    .bookMark-box {
        width:100%;
        padding-left:0;
        padding-right:0;
    }
    .result-list {
      /*   height: 480px; */
    }
    .result-list {
        margin-top: 25px;
    }
    .list-body p {
        left: 0;
        padding:7px;

    }
    .bookMark-box {
        bottom: -13px;
        z-index: 0;
    }
    .bookMark-list {
        margin-bottom: 19px;
    }

}


/*---iphone6*/
@media all and (max-width: 377px){
    .result-list {
       /*  height: 440px; */
    }
    .list-body {
        height: 240px;
    }
}

/*---iphone-5*/
@media all and (max-width: 322px){
    .list-body {
        height: 215px;
    }
    .result-list {
        /* height: 380px; */
    }
}

/******************************   6.20 修改*/
.display-none{
    display:none;
}