@charset"utf-8";
/*banner*/
.swiper-container-horizontal>.swiper-pagination{
    position: static;
    padding:10px 0;
    background: rgba(102,102,102,.8);
}
.swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet{
    background: url("../images/index/page-btn1.png") no-repeat;
    width:25px;
    height:25px;
    opacity: 1;
    margin: 0 10px;
}
.swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet-active{
    background: url("../images/index/page-btn.png") no-repeat;
}
/*板块标题*/
.title-imgs img{
    max-width:100%;
}
.title-text{
    font-size: 16px;
    color: #521e67;
    line-height: 56px;
    margin-bottom: 1.5%;
}
/*查看更多按钮*/
.more{
    margin: 3% auto 0;
    text-align: center;
    width:80px;
    padding: 0;
    color: #cecece;
    font-size: 12px;
    line-height: 30px;
    font-weight: normal;
    display:block;
    box-shadow: inset 0 0 0 2px #ddd;
}
.more:hover{
    color:#e3271c;
}

/************板块***********/
/**赛事资讯**/
.index-newslist{
    padding:0 2%;
}
.index-newslist li{
    overflow: hidden;
    padding:20px;
    background: #f9f9f9;
    margin-bottom: 18px;
}

.index-newslist .number{
    font-size: 62px;
    line-height: 70px;
    color: #cecece;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.index-newslist .text_bt1 {
    height:28px;
    font-size: 16px;
    line-height: 28px;
    color: #666;
    overflow: hidden;
}
.index-newslist  .text_bt1 span:first-child{
    display: inline-block;
    max-width: 65%;
    overflow:hidden;
    text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
    -webkit-text-overflow:ellipsis;
    -moz-text-overflow:ellipsis;
    white-space:nowrap;
}
.index-newslist .text_inner {
    height:40px;
    font-size: 12px;
    line-height: 20px;
    color: #999;
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow: hidden;
}
.index-newslist .text_bt1 .time1{
    font-size: 14px;
    line-height: 30px;
}
.index-newslist li:hover{
     background: #e3271c;
 }
.index-newslist li:hover a p{
    color: #fff;
}
.index-newslist li:hover .number{
    font-size: 55px;
}
/*右侧图片*/
.index-newsimg{
    padding: 0 1%;
}
.index-newsimg li:not(:first-child){
    display: none;
}
/*团队*/
.swiper-slide ul{
    overflow: hidden;
}
.tema-staffs{
    background: #f6f5f1;
    color: #333;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
}
.tema-imgs{
    padding:30px 30px 0;
    background: url("../images/index/sj2.png") left top no-repeat ;
}
.staff-data{
    padding:10px 0;
}
.staff-data span{
    display: block;
    font-size: 16px;
    line-height: 30px;
}
.workyears{
    border-top: 2px dashed #ddd;
    text-align: center;
    font-size: 16px;
    line-height: 50px;
    background: url("../images/index/sj1.png") right bottom no-repeat ;
}
.tema-staffs:hover{
    background: #e3271c;
    color: #fff;
}
.tema-staffs:hover .workyears{
    border-top: 2px dashed #fff;
 }
#tema-pagination{
    padding-top:3%;
    background: none;
}
#tema-pagination .swiper-pagination-bullet{
    width:30px;
    height:5px;
    background: #ddd;
    border-radius: 0;

}
#tema-pagination .swiper-pagination-bullet-active{
    background: #e3271c;
}
/*犬舍联展*/
.kennels-imgs li{
    margin:5px 0;
}
/*比赛表格*/
.game-table{

    overflow: hidden;
}
.maxh440{
    max-height:440px;
}

.game-table table{
    width:96%;
    margin: auto;
    text-align: center;
    line-height: 40px;
}
.game-table table tr{

    background: #e9e5e1;
}
.game-table table tr th{
    font-size: 14px;
    font-weight: bold;
}
.game-table table tr td{
    height:40px;
    font-size: 12px;
}
.game-table table tbody tr:nth-child(odd){
    background: #fff;
}
.game-table table tbody tr:hover{
    background: #e3271c !important;
    color: #fff;
}
@media screen and (max-width: 900px){

}
@media screen and (max-width: 400px) {
    .tema-staffs {
        margin:0 10%;
    }

}