.main-list {
    width: 85%;
    float: right;
}
.game-item {
    cursor: pointer;
    width: 32%;
    float: left;
    margin-right: 2%;
    margin-bottom: 20px;
    padding: 21px;
    position: relative;
    border: 1px solid #f5f5f5;
    box-shadow: 1px 1px 5px rgb(229 229 229);
    border-bottom: 1px solid #eef1f5;
    background: #fff;
}
.game-item:hover{
    border: 1px solid #e1e1e1;
}
.main-list .game-item:nth-child(3n){
    margin-right: 0px;
}
.game-item:hover {
    background-color: #fcfcfc;
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    -ms-transition: all ease .4s;
    -o-transition: all ease .4s;
    transition: all ease .4s;
}
.main .main-list .item-l {
    width: 88px;
    height: 88px;
    overflow: hidden;
    float: left;
}
.main .main-list .img {
    display: block;
    overflow: hidden;
}
.main .main-list .img img {
    height: 88px;
    width: 88px;
    border-radius: 15px;
}
.main .main-list .item-info {
    margin-top: 3px;
    float: right;
    color: #888;
    width: 200px;
}
.main .main-list .item-info .tit {
    margin-bottom: 5px;
    font-size: 16px;
    height: 21px;
    color: #424242;
    font-weight: 600;
}
.main .main-list .intro {
    height: 24px;
    line-height: 24px;
}
.main .main-list .data, .main .main-list .data .icon {
    font-size: 12px;
    height: 28px;
    line-height: 28px;
    opacity: .8;
}
.main .main-list .author, .main .main-list .time, .main .main-list .size {
    padding-right: 14px;
}
.main .main-list .down{
    float: right;
}
.main .main-list .down a{
    display: block;
    margin-top: 20px;
    width: 200px;
    height: 35px;
    margin-right: 52.5px;
    line-height: 33px;
    padding: 0 14px;
    color: #379dec;
    background-color: #fff;
    border: 1px solid #379dec;
    text-align: center;
    transition: .3s;
    border-radius: 20px;
}
.main .main-list .down a:hover {
    background-color: #379dec;
    color: #fff;
    border: 1px solid #379dec;
}

.main-right {
    width: 13%;
    float: left;
}
.main-right .main-cate{
    margin-bottom: 25px;
}
.main-right .main-cate p {
    width: 100%;
    height: 54px;
    line-height: 54px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    background: #379dec;
    display: block;
    margin-bottom: 10px;
}
.main-right .main-cate .wq-title{
    margin-left: 21px;
    margin-bottom: 16px;
}
.main-right .cate-list li{
    width: 100%;
    float: left;
    color: #333;
    padding-left: 40px;
    border-bottom: 1px solid #f5f5f5;
}
.main-right .cate-list li a{
    height: 54px;
    display: block;
    font-size: 16px;
    line-height: 54px;
    position: relative
}
.main-right .cate-list li:hover,.main-right .cate-list li.on{
    background: #f5f5f7;
    font-weight: 600;
    color: #242424;
    transition: none;
}
.main-right .cate-list li.on a:before,.main-right .cate-list li:hover a:before{
    content: "";
    width: 2px;
    height: 100%;
    background: #379dec;
    position: absolute;
    left: -40px;
    top: 0;
}