/*去除移动端样式*/
#floatbox, #menu-link, #photo, #phone-nav, .col-xs-8 h3, #more, .textafter, .up-down-menu,
.accordion-heading{display: none;}

.lines{
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-line-clamp: 1;
    -moz-line-clamp: 1;
    -ms-line-clamp: 1;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
}

/*顶部swiper及添加BP、项目按钮*/
.programTop{
    width: 100%;
    height: auto;
    border: 1px solid #e0e0e0;
    /*margin-top: 30px;*/
    position: relative;
    background-color: #ffffff;
}

/*绑定项目、写BP、滑块分页及山下按钮*/
.programTop-left{
    height: 100%;
    width: 20%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}
.bound, .addBP{
    width: 100%;
    height: 37%;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    text-align: center;
    position: relative;
}
.bound a, .addBP a{
    display: inline-block;
    width: 100%;
    height: 100%;
}
.bound img, .addBP img{
    width: 80px;
    height: 80px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
}
.swiper-add{
    height: 26%;
    width: 100%;
    border-right:1px solid #e0e0e0;
    position: relative;
}
.swiper-pagination{
    width: 5px;
    height: auto;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -30px;
}
.swiper-pagination-bullet{
    width: 5px;
    height: 15px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.swiper-button-prev, .swiper-button-next{
    position: absolute;
    height: 27px;
    width: 80px;
    left: 50%;
    margin-left: -45px;
}
.swiper-button-prev{
    background: url("../pic-resources/down.png") no-repeat center center;
    top: 80%;
    margin-top: -14px;
}
.swiper-button-next{
    background: url("../pic-resources/up.png") no-repeat center center;
    top: 25px;
}

/*滑块*/
.swiper-container{
    width: 80%;
    height: 100%;
    background-color: #ffffff;
    float: right;
    text-align: center;
}

.swiper-container .swiper-slide img{height:100%;}



.active{
    background-color: #EF5151;
    color: #fff!important;
}


/*内容*/
#content{
    margin-top: 30px;
    font-family:"Microsoft YaHei";
}
#contentbox ul{
    /*column-count: 4;
    -webkit-column-count: 4;
    -moz-column-count: 4;
    -ms-column-count: 4;
    -o-column-count: 4;
    column-gap: 20px;
     -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
     -ms-column-gap: 20px;
     -o-column-gap: 20px;
    overflow:visible;*/
}
#contentbox ul li{
    display:inline-block;
    width:23%;
    margin:0 2.6667% 20px 0;
    vertical-align:top;
    padding:10px;
    border:1px solid #e0e0e0;
    background:#fff;
    vertical-align:top;

    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    -ms-border-radius:5px;

    float:left;

    /*-webkit-backface-visibility: visible;*/
    /*-webkit-transform-style: preserve-3d;*/
    transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transform-origin:center center;
}
#contentbox ul li:nth-of-type(4n){
    margin-right: 0;
}
#contentbox ul li:hover{
    transform:translate3d(0,-5px,0);
    -webkit-transform:translate3d(0,-5px,0);
    -moz-transform:translate3d(0,-5px,0);
    -ms-transform:translate3d(0,-5px,0);
    -o-transform:translate3d(0,-5px,0);
    box-shadow: 0px 5px 15px rgba(0,0,0,.2);
}
#contentbox ul li a{
    display: block;
}
#contentbox ul li a:hover{
    color:#5b5b5b;
}

#contentbox ul li .media-left{
    display:block;
    width:100%;
    margin:0 auto 10px auto;
    padding:0px;
}
#contentbox ul li img{
    margin:0;
    width:100%;
    min-height:175px;
    position:static;
}
#contentbox ul li h4{
    /*text-align:center;*/
    color:#000;
    height:22px;
    line-height:1.2em;
}
#contentbox ul li p{
    font-size:12px;
}