
body{
    padding-top:55px;
    padding-bottom: 0px;
}
.swiper-container {
    width: 100%;
    height: 480px;
    margin-top: 5px;
}
.b-header{
    margin: 10px 0px;
    margin-top: 0px;
    padding-top: 20px;
}
.b-header>.b-header-title{
    font-size: 20px;
    font-weight: bold;
}
.camp-block{
        background: #fff;
        padding-bottom: 20px;
}

.item-main .header-p{
    display: inline-block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    color: #333;
    font-size: 14px;
    padding:0 10px;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-decoration: none;
    line-height: 36px;
    height: 36px;
    text-overflow: ellipsis;
    word-break: break-all;
    font-weight: bold;
}
.train-list{
    overflow: hidden;
    margin:0 -10px;
}
.train-list>.train-item{
    width: 20%;
    padding:10px;
    float: left;
    color: #07111B;
    box-sizing: border-box;
}
.train-list>.train-item>.item-inner{
    height: 115px;
    border-radius: 5px;
    background-size: 100% auto;
    position: relative;
    -webkit-box-shadow: 0 8px 10px 0 rgba(194,194,194,.2);
    box-shadow: 0 8px 10px 0 rgba(194,194,194,.2);
    background-repeat: no-repeat;
}
.train-list>.train-item .item-inner .item-inner-img{
    border-radius: 10px;
    height: 115px;
    overflow: hidden;
}
.train-list>.train-item>.item-inner img{
    height: 100%;
    width: 100%;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.train-list>.train-item>.item-inner img:hover{
    -webkit-box-shadow: 0 0 0 6px hsla(163, 85%, 40%, 0.35);
    box-shadow: 0 0 0 6px hsla(163, 85%, 40%, 0.35);
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
}
.train-list>.train-item>.item-inner .item-mask{
    position: absolute;
    left: 0px;
    display: none;
    top: 0px;
    height: 100%;
    z-index: 8;
    width: 100%;
    background: rgba(0,0,0,0.4);
    border-radius: 5px;
}
.train-list .train-item .item-title{
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin:5px 0;
}

.train-list{
    overflow: hidden;
    margin:0 -10px;
}
.train-list>.train-item{
    width: 20%;
    padding:10px;
    float: left;
    color: #07111B;
    box-sizing: border-box;
}
.train-list>.train-item>.item-inner{
    height: 115px;
    border-radius: 5px;
    background-size: 100% auto;
    position: relative;
    -webkit-box-shadow: 0 8px 10px 0 rgba(194,194,194,.2);
    box-shadow: 0 8px 10px 0 rgba(194,194,194,.2);
    background-repeat: no-repeat;
}
.train-list>.train-item .item-inner .item-inner-img{
    border-radius: 10px;
    height: 115px;
    overflow: hidden;
}
.train-list>.train-item>.item-inner img{
    height: 100%;
    width: 100%;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.train-list>.train-item>.item-inner img:hover{
    -webkit-box-shadow: 0 0 0 6px hsla(163, 85%, 40%, 0.35);
    box-shadow: 0 0 0 6px hsla(163, 85%, 40%, 0.35);
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
}
.train-list>.train-item>.item-inner .item-mask{
    position: absolute;
    left: 0px;
    display: none;
    top: 0px;
    height: 100%;
    z-index: 8;
    width: 100%;
    background: rgba(0,0,0,0.4);
    border-radius: 5px;
}
.train-list .train-item .item-title{
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin:5px 0;
}






.match-list{
    overflow: hidden;
    margin:0 -10px;
}
.match-list>.match-item{
    width: 25%;
    padding:10px;
    float: left;
    color: #07111B;
    box-sizing: border-box;
}
.match-list>.match-item>.item-inner{
    border-radius: 2px;
    background-size: 100% auto;
    position: relative;
    -webkit-box-shadow: 0 8px 10px 0 rgba(194,194,194,.2);
    box-shadow: 0 8px 10px 0 rgba(194,194,194,.2);
    background-repeat: no-repeat;
    background: #fff;
    overflow: hidden;
}
.match-list>.match-item .item-inner .item-inner-img{
    height: 140px;
    overflow: hidden;
}
.match-list>.match-item>.item-inner img{
    height: 100%;
    width: 100%;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.match-list>.match-item>.item-inner img:hover{
    -webkit-box-shadow: 0 0 0 6px hsla(163, 85%, 40%, 0.35);
    box-shadow: 0 0 0 6px hsla(163, 85%, 40%, 0.35);
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
}
.match-list>.match-item>.item-inner .item-mask{
    position: absolute;
    left: 0px;
    display: none;
    top: 0px;
    height: 100%;
    z-index: 8;
    width: 100%;
    background: rgba(0,0,0,0.4);
    border-radius: 5px;
}

.match-list .match-item .item-footer{
    padding:7px;
    padding-bottom: 10px;
}
.match-list .match-item .item-title{
    font-size: 16px;
    font-weight: bold;
    margin:5px 0;
    height: 23px;
    padding:0 7px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #545C63;
}

.match-list .news-item .item-title{
    height: 32px;
    line-height: 32px;
}
.more-link>.layui-icon,
.more-link{
    font-size: 20px;
}


.b-body
{
   padding-bottom:5px;
}
.b-body .item{
    max-width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 290px;
    min-height: 0;
    background: #fff;
    padding: 0;
    border: none;
    border-radius: .28571429rem;
    box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
    -webkit-transition: box-shadow .1s ease,-webkit-transform .1s ease;
    transition: box-shadow .1s ease,-webkit-transform .1s ease;
    transition: box-shadow .1s ease,transform .1s ease;
    transition: box-shadow .1s ease,transform .1s ease,-webkit-transform .1s ease;
    z-index: '';
}
.item>.image{
    overflow: hidden;
    display: inline-block;
}
.footer-l-label{
    color: #999;
}
.footer-l-content{
    font-weight: bold;
    color: #545C63;
}

@font-face {
    font-family: 'iconfont';
    src: url('/public/iconfont/iconfont.eot');
    src: url('/public/iconfont/iconfont.eot?#iefix') format('embedded-opentype'),
    url('/public/iconfont/iconfont.woff2') format('woff2'),
    url('/public/iconfont/iconfont.woff') format('woff'),
    url('/public/iconfont/iconfont.ttf') format('truetype'),
    url('/public/iconfont/iconfont.svg#iconfont') format('svg');

}
@font-face {
    font-family: "iconfont logo";
    src: url('https://at.alicdn.com/t/font_985780_km7mi63cihi.eot?t=1545807318834');
    src: url('https://at.alicdn.com/t/font_985780_km7mi63cihi.eot?t=1545807318834#iefix') format('embedded-opentype'),
    url('https://at.alicdn.com/t/font_985780_km7mi63cihi.woff?t=1545807318834') format('woff'),
    url('https://at.alicdn.com/t/font_985780_km7mi63cihi.ttf?t=1545807318834') format('truetype'),
    url('https://at.alicdn.com/t/font_985780_km7mi63cihi.svg?t=1545807318834#iconfont') format('svg');
}
.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-chakan:before {
    content: "\e61c";
}

.icon-shoucang:before {
    content: "\e613";
}
.icon-fenxiangweixin:before {
    content: "\e669";
}
.online-column{
    padding: 10px;
    float: left;
    width: 20%;
}
.online-item{
    position: relative;
    display: block;
}
.online-item .online-item-badge{
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
}
.block{
    display: block;
}
.online-item .attr-item{
    color: #93999F;
    margin-right: 5px;
}
.course-title{
    font-size: 16px;
    color: #07111B;
    line-height: 24px;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all .3s;
    font-weight: bold;
    padding: 5px 0px;
    height: 25px;
    width: 244px;
}
.course-title:hover{
    color: red;
}
.img-cover{
    overflow:hidden;
    height: 160px;
    position: relative;
    border-radius: 8px;
    transition: all .3s;
}
.img-cover img{
    height: 100%;
    min-width: 100%;
}
.news-body .item-inner-img{
  position: relative;
}
.news-body .item-inner-img .row-ll{
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #ccc;
}
.news-body .match-item>.item-inner img{
    height: auto;
    width: 100%;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
