.banner{background:url(../images/chess/qipai.jpg) center top;height:450px}
.chessList{min-height:800px}
.chess-nav{width:100%;height:60px;background-color:#313540}
.chess-nav .c-nav-list{width:1200px;margin:0 auto}
.chess-nav .c-nav-list li{font-size:24px;width:240px;line-height:60px;text-align:center;color:#adb1c9;float:left;cursor:pointer}
.chess-nav .c-nav-list li:hover{background-color:#bda277;color:#fff}
.chess-nav .c-nav-list li.cur{background-color:#bda277;color:#fff}
.chessList ul{width:1200px;margin:20px auto;overflow:hidden; display: grid;
    grid-template-columns: repeat(5, 1fr);}
.chessList ul li{padding-bottom: 15px;position:relative;border:1px solid #bda277;border-radius:15px;overflow:hidden;margin:10px 15px 10px 0;background-color:#313540;cursor:pointer;transition:all .4s}
/*.chessList ul li:hover{transform:translateY(-5px)}*/
.chessList ul li .t{text-align:center;font-size:18px;color:#adb1c9;padding:5px 0}
.chessList ul li:nth-child(5n){margin-right:0}
.chessList ul li .img-box{overflow:hidden;/*min-height: 210px;*/}
.chessList ul li img{width:100%}
.chessList ul li a{display:block;width:120px;height:33px;border-radius:15px;color:#fff;margin:0 auto;line-height:33px;text-align:center;font-size:18px;background-color:#bda277;transition:all .3s}
.chessList ul li a:hover{background-color:#000}


.agchessList .hover-bar {
    width: 218px;
    height: 323px;
    background: rgba(0,0,0,.5);
    position: absolute;
    top: -335px;
    left: 0;
    transition: .3s;
    -webkit-transition: .3s;
    -ms-transition: .3s;
}

.agchessList:hover .hover-bar {
    top: 0;
}
.agMsgW1
{
    text-align: center;
    padding-top: 100px;
    font-size: 18px;
    color: #cccccc;
}