@charset "UTF-8";
.embed-responsive-16by9{
    padding-bottom: 50%;
}
.special-list .title{
    padding-top: 10px;
}
.special-list.special2 .title{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.special-list.special2 .special-item .card{
	min-height: 150px;
}
.special-list .special-item img{
    margin: 10px;
    width: calc(100% - 20px);
}
.special-list.special2 .special-item .img-zoom{
	border-radius: 3px 3px 0 0;
}
.special-list.special2 .special-item img{
	margin: 0;
    width: 100%;
    border-radius: 3px 3px 0 0;
}
@media (max-width: 600px){
    .special-list,
    .special-item{
        padding-left: 0;
        padding-right: 0;
    }
    .special-item .pull-right{
        display: none;
    }
}