#container12 {
    width: 1000px;
    margin:0 auto;
    display: flex;
    justify-content: space-between;
}
.content-list{
    margin-top: 50px;
    min-height: 450px;

}
.sub-menu {
    width: 160px;
    z-index: 10;
    text-align: center;
    height: 100px;
}

.sub-menu ul li {
    display: flex;
    height: 50px;
    cursor: pointer;
    line-height: 50px;
}

.sub-menu ul li span {
    display: block;
    line-height: 50px;
    box-sizing: border-box;
    padding: 0 20px;
}

.active {
    background: #0a77ff;
    color: #fff;
}

.sub-list ul li {
    width: 750px;
    transition: all .5s;
    cursor: pointer;
}

/* .sub-game ul li:hover {
    transform: translateY(10px);
    box-shadow: 1px 1px 10px 1px #555;
} */


.sub-list ul li:not(:first-child) {
    margin: 20px 0;
}

.list-icon {
    display: flex;
    align-items: center;
    
}

.list-icon img {
    float: left;
    width: 212px;
    height: 200px;
}

.list-info {
    padding: 0 20px;
    font-family: "SimSun";
    font-size: 12px;
    width: 100%;
}

.list-info .head {
    height: 30px;
    display: flex;
    border-bottom: 1px solid #ffad4c;
    justify-content: space-between;
}

.list-info .head .title {
    font-size: 16px;
    line-height: 30px;
    margin-top: 2px;
    color: #0a77ff;
    width: 200px;
}

.list-info .head .type {
    font-size: 12px;
    line-height: 30px;
    margin-top: 2px;
    color: #999
}

.list-info .list-start {
    float: right;
    width: 100px;
    height: 30px;
    background: #4ab71a;
    overflow: hidden;
    line-height: 30px;
    color: #fff;
    text-align: center;
}
.list-info .explain{
    line-height: 30px;

}