.con_title{
    width: 126px;
    height: 45px;
    display: block;
    margin: auto;
    background: url(//game.gtimg.cn/images/roblox/web201904/webvid/spr.png) no-repeat;
    background-position: -673px -255px;
    margin-top: 27px;
    margin-bottom: 27px;
    text-indent: -9999px;
}
.content{
    max-width: 1200px;
}
.warp_box{
    width: 900px;
    margin: auto;
    padding-bottom: 60px;
}
.warp_box h3{
    font-size: 22px;
    color: #393939;
    margin-top: 30px;
    margin-bottom: 10px;
    font-weight: bold;
}
.warp_box p.info{
    font-size: 14px;
    color: #727272;
    margin-bottom: 20px;
}
.warp_box p.info span{
    margin-left: 5px;
}
#container{
    width: 900px;
    height: 506px;
}
.warp_box h4{
    display: block;
    font-size: 16px;
    color: #727272;
    line-height: 40px;
    border-top: 1px solid #f0f0f0;
    margin-top: 30px;
    height: 40px;
}
.rel-box{
    width: 920px;
    height: 222px;
    margin-left: -20px;
}
.rel-box li{
    width: 210px;
    height: 222px;
    float: left;
    box-shadow: 0px 1px 8px 0px rgba(187, 183, 183, 0.5);
    position: relative;
    margin-left: 20px;
}
.rel-box li img{
    width: 100%;
    height: 160px;
    object-fit: cover;
}
.rel-box li a{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
.rel-box li i{
    display: block;
    width: 70px;
    height: 70px;
    position: absolute;
    top: 45px;
    left: 50%;
    margin-left: -35px;
    z-index: 3;
    border-radius: 50%;
    background: rgba(17,17,17,0);
    transition: all 0.3s;
}
.rel-box li i:after{
    display: block;
    vertical-align: middle;
    content: '';
    width: 46px;
    height: 46px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -23px 0 0 -23px;
    background: url(//game.gtimg.cn/images/roblox/web201904/webvid/play_ico.png) no-repeat;
    background-size: cover;
    transition: all 0.3s;
}
.rel-box li:after{
    content: '';
    display: block;
    width: 100%;
    height: 160px;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.2);
    z-index: 2;
    transition: all 0.3s;
}
.rel-box li:hover:after{
    background: rgba(0,0,0,0);
}
.rel-box li:hover i{
    background: rgba(17,17,17,0);
}
.rel-box li:hover i:after{
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
}
.rel-title{
    width: 190px;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #727272;
    margin-top: 8px;
    margin-bottom: 8px;
}
.rel-info{
    width: 190px;
    padding: 0 10px;
    font-size: 14px;
    color: #393939;
}
.rel-info .time{
    float: right;
    color: #cdcbcb;
}
