body,button, input, select, textarea,h1 ,h2, h3, h4, h5, h6,p { font-family: "PingFang SC;"}
html,body{
    width: 100%;
    margin: 0;
    padding: 0;
}
/* 背景图以后可能做成banner */
.head-nav {
    min-width: 1200px;
    height: 450px;
    background: url('../images/college-banner.png') no-repeat;
    background-size: 100% 100%;
}
.index-content {
    min-width: 1200px;
    position: relative;
    overflow: hidden;
}
/* 主体部分 开始 */
.content-item1 {
    width: 100%;
    min-height: 1352px;
    background-color: #F4F5F6;
    position: relative;
}
.bg-img {
    position: absolute;
    right: 144px;
    top: 116px;
}
.main-cont {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    padding: 50px 3px;
    flex-wrap: wrap;
}
.game-card {
    width: 270px;
    /* height: 278px; */
    margin-left: 37px;
    margin-bottom: 40px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
.main-cont .game-card:nth-child(4n-3) {
    margin-left: 0;
}
.game-card .game-img {
    width: 100%;
    height: 150px;
    /* background-color: #baf; */
}
.game-card .game-img img {
    width: 270px;
    height: 150px;
}
.game-infor {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    height: 209px;
}
.game-infor .game-infor-name p:first-child {
    font-size: 16px;
    font-weight: 500;
    color: #333333;
}
.game-infor .game-infor-name p:first-child:hover {
    color: #409eff;
}
.hv-active {
    cursor: pointer;
}
.game-infor .game-infor-name p:last-child {
    font-size: 12px;
    font-weight: 500;
    color: #666666;
    margin: 8px 0;
}
.own-hide {
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
}
/* .game-infor-cont {
    display: flex;
} */
.game-infor-name {
    padding: 8px 20px 0 10px;
}

.game-infor-type {
    padding: 8px 20px 8px 10px;
    border-top: 1px dotted #999;
}
 .game-level,.game-object {
    /* width: 110px; */
    /* height: 20px; */
    background: #E0E0FF;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 500;
    color: #666666;
    line-height: 20px;
    text-align: left;
}
.game-object {
    margin-top: 10px;
}
.game-time {
    font-size: 12px;
    font-weight: 500;
    color: #999999;
    margin-top: 8px;
}
/* 分页 */
.turn_page {
    text-align: center;
    padding: 20px 0;
}
.pagination li {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border: 1px solid #ccc;
}
.pagination li a {
    display: inline-block;
    width: 100%;
    height: 30px;
}
.pagination li:first-child,.pagination li:last-of-type {
    width: 60px;
}
.pagination li.active a {
    margin-right: 5px;
    border-radius: 18%;
}
.active {
    background-color: pink;
}
div#page {
    text-align: center;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%);
}
/* 联系我们star */
.foot-top {
    position: relative;
    width: 100%;
    height: 269px;
    background: url('../images/com-js-footbg.png') no-repeat;
    background-size: 100% 100%;
}
.bg-img4 {
    width: 203px;
    height: 203px;
    background: #F59399;
    opacity: 0.5;
    border-radius: 50%;
    position: absolute;
    left: 144px;
    top: -121px;
}
.contact-us {
    width: 340px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.foot-top .contact-us h3 {
    font-size: 30px;
    font-weight: 500;
    color: #FFFFFF;
    margin-bottom: 20px;
}
.foot-top .contact-us span {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
}
.foot-top .contact-us .btn-us {
    width: 140px;
    height: 46px;
    line-height: 46px;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    margin-top: 34px;
    cursor: pointer;
}
/* 联系我们end */
/* 兼容IE样式 */
@media screen\0 {
    .main-cont {
        display: table;
    }
    .game-card {
        display: table-row;
        text-align: center;
    }
}
