.center {
    margin: 0 auto;
    width: 1280px;
}

.games {
    box-sizing: content-box;
    float: left;
    width: 274px;
    height: 325px;
    position: relative;
    overflow: hidden;
    margin-left: 6px;
    margin-right: 6px;
    margin-bottom: 15px;
    padding-right: 16px;
    padding-left: 16px;
    background-color: #ffffff;
    border: 1px solid #dedddb;
}

.games:hover {
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.2);
}

.games ._go {
    position: absolute;
    top: 0;
    right: 0px;
    bottom: 50px;
    left: 0;
    z-index: 500;
}

.games .photo {
    width: 303px;
    height: 200px;
    position: relative;
    overflow: hidden;
    margin-right: -16px;
    margin-bottom: 0px;
    margin-left: -16px;
    display: block;
}

.games .photo .tag {
    position: absolute;
    z-index: 1;
    right: 4px;
    top: 4px;
}

.games .photo ._gameName {
    box-sizing: content-box;
    width: 310px;
    height: 200px;
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 6px;
}

.games .photo ._gameName img {
    width: 96%;
    height: 95%;
}

.games h4 {
    box-sizing: content-box;
    height: 42px;
    line-height: 42px;
    overflow: hidden;
    font-size: 19px;
    font-weight: normal;
    color: #000000;
    margin-bottom: 0px;
    margin-left: -14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px dashed #d9d5d6;
}

.games h4 span {
    float: right;
    line-height: 30px;
    font-size: 16px;
    color: #373737;
    margin-top: 5px;
}

.games h4 .icon_computer {
    width: 41px;
    height: 41px;
    margin-right: 8px;
    vertical-align: top;
    background: url("./icon_computer.png")  no-repeat left center;
    display: inline-block;
}

.games ._text {
    box-sizing: content-box;
    height: 34px;
    line-height: 1.71;
    overflow: hidden;
    line-height: 280%;
    font-size: 14px;
    color: #8a8a8a;
    border-bottom: 1px dashed #d9d5d6;
}

.games ._btn_go, .games ._btn_gamedown {
    box-sizing: content-box;
    float: right;
    width: 87px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    position: relative;
    font-size: 14px;
    color: #676767;
    margin-top: 5px;
    margin-left: -1px;
    text-decoration: none;
    border: 1px solid #dddddd;
}

.games ._btn_go:hover, .games ._btn_gamedown:hover {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.games ._btn_gamedown {
    margin-right: 3px;
}

.homedownA {
    width: 18px;
    height: 18px;
    margin-right: 3px;
    vertical-align: text-top;
    background: url("./homedown1.png")  no-repeat left top;
    display: inline-block;
}

.homedownA.homedownA1x1 {
    background-position: 0 0;
}

.homedownA.homedownA2x1 {
    background-position: -18px 0;
}

.games:hoverA .homedownA.homedownA1x1 {
    background-position: 0 -18px;
}

.games:hoverA .homedownA.homedownA2x1 {
    background-position: -18px -18px;
}

.homedownB {
    width: 18px;
    height: 18px;
    margin-right: 3px;
    vertical-align: text-top;
    background: url("./homedown2.png")  no-repeat left top;
    display: inline-block;
}

.homedownB.homedownB1x1 {
    background-position: 0 0;
}

.homedownB.homedownB2x1 {
    background-position: -18px 0;
}

.games:hoverB .homedownB.homedownA1x1 {
    background-position: 0 -18px;
}

.games:hoverB .homedownB.homedownA2x1 {
    background-position: -18px -18px;
}

.homedown {
    width: 18px;
    height: 18px;
    margin-right: 3px;
    vertical-align: text-top;
    background: url("./homedown.png")  no-repeat left top;
    display: inline-block;
}

.homedownC {
    background: url("./shoucang.png")
}

.homedown.homedown1x1 {
    background-position: 0 0;
}

.homedown.homedown2x1 {
    background-position: -18px 0;
}

.games:hover .homedown.homedown1x1 {
    background-position: 0 -18px;
}

.games:hover .homedown.homedown2x1 {
    background-position: -18px -18px;
}

.games:hover {
    border-bottom: 5px solid #0648ef8;
}

.games:hover h4 .icon_computer {
    background-position: right center;
}

.games:hover ._btn_go, .games:hover ._btn_gamedown {
    color: #0648ef8;
    border: 1px solid #f7d4aa;
}

.games:nth-of-type(4n) {
    /*margin-right: 0px;*/
}

.clear {
    display: block;
    height: 0;
    line-height: 0;
    overflow: hidden;
    clear: both;
    font-size: 0;
}