/* v2 */
html {
    /* font-size: 100px !important; */
    background-color: #fff;
    line-height: 1;
}

.w {
    width: 1200px;
    margin: 0 auto;
}

.ofh {
    overflow: hidden;
}

.db {
    display: block
}

.tac {
    text-align: center;
}

.tal {
    text-align-last: left;
}

.tar {
    text-align: right;
}

.h1 {
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.h2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.clli li:last-child {
    border: none;
    margin-bottom: 0;
}

.clli2 li:nth-last-of-type(-n+2) {
    border: none;
    margin-bottom: 0;
}

.c3 {
    color: #333 !important;
}

.c5 {
    color: #555 !important;
}

.c6 {
    color: #666 !important;
}

.c7 {
    color: #777;
}

.c8 {
    color: #888 !important;
}

.c9 {
    color: #999 !important;
}

.cc {
    color: #ccc !important;
}

.cd {
    color: #ddd !important;
}

.ce {
    color: #eee !important;
}

.cf {
    color: #fff !important;
}

.bgcs {
    background-color: silver;
}

.f8r {
    font-size: .12rem;
    transform: scale(.67);
}

.f9r {
    font-size: .12rem;
    transform: scale(.75);
}

.f10r {
    font-size: .12rem;
    transform: scale(.83);
}

.f11r {
    font-size: .12rem;
    transform: scale(.92);
}

.f12 {
    font-size: 12px;
}

.f12r {
    font-size: .12rem;
}

.f13 {
    font-size: 13px;
}

.f13r {
    font-size: .13rem;
}

.f14 {
    font-size: 14px;
}

.f14r {
    font-size: .14rem;
}

.f15 {
    font-size: 15px;
}

.f15r {
    font-size: .15rem;
}

.f16 {
    font-size: 16px;
}

.f16r {
    font-size: .16rem;
}

.f17 {
    font-size: 17px;
}

.f17r {
    font-size: .17rem;
}

.f18 {
    font-size: 18px;
}

.f18r {
    font-size: .18rem;
}

.f20 {
    font-size: 20px;
}

.f22 {
    font-size: 22px;
}

.f24 {
    font-size: 24px;
}

.f26 {
    font-size: 26px;
}

.f28 {
    font-size: 28px;
}

.f30 {
    font-size: 30px;
}

.fw7 {
    font-weight: 700;
}

.flex {
    display: flex;
}

.fdc {
    flex-direction: column;
}

.jcsb {
    justify-content: space-between;
}

.jcc {
    justify-content: center;
}

.aic {
    align-items: center;
}

.fww {
    flex-wrap: wrap;
}

.f1 {
    flex: 1;
    overflow: hidden;
}

.posr {
    position: relative;
}

.w100 {
    width: 100%;
}

.h100 {
    height: 100%;
}

.ls1 {
    letter-spacing: 1px;
}

.ls1r {
    letter-spacing: .01rem;
}

.ls5r {
    letter-spacing: .005rem
}

.bbs {
    border-bottom: 1px solid #eee;
}

.bbd {
    border-bottom: 1px dashed #eee;
}

.bbsr {
    border-bottom: .01rem solid #eee;
}

.bbdr {
    border-bottom: .01rem dashed #eee;
}

.lbn li:last-child {
    border: none;
}

.ct {
    cursor: text;
}

.cp {
    cursor: pointer;
}

/* 清除默认样式 */
* {
    margin: 0;
    padding: 0
}

li {
    list-style: none;
}

ul {
    margin: 0;
    margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 0;
}

input {
    background: none;
    outline: none;
    border: 0px;
}

p {
    display: block;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

button {
    /* 清除默认边框 */
    border: 0;
    outline: none;
    /*清除默认背景 */
    background-color: transparent;
}

a {
    text-decoration: none;
    color: #000;
}

h1 {
    display: block;
    font-size: 2em;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

em,
i {
    font-style: normal
}

img {
    border: 0;
    vertical-align: middle
}

button {
    cursor: pointer
}

/* 移动端版心 */
.tc {
    box-sizing: border-box;
    width: 100%;
    /* padding: 0 .15rem; */
}

/* 导航 */
nav {
    background-color: #fff;
    box-shadow: 0px 2px 10px 0px rgba(51, 51, 51, 0.3);
}

nav .navTop {
    height: 35px;
    background: #333333;
}

nav .navTop li:nth-child(2n) {
    width: 1px;
    height: 12px;
    background: #ccc;
    margin: 0 10px;
}

nav .navBox {
    height: 80px;
}

nav .navBox .logo {
    height: 58px;
}

nav .navBox form {
    margin-right: 62px;
}

nav .navBox input {
    box-sizing: border-box;
    width: 250px;
    height: 36px;
    background: #EEEEEE;
    border-radius: 5px;
    padding-left: 9px;
    padding-right: 38px;
}

nav .navBox input::placeholder {
    color: #bbb;
    font-size: 16px;
}

nav .navBox button {
    width: 19px;
    height: 19px;
    background: url(../images/sousuo.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 9px;
    right: 10px;
}

nav .navBox li a {
    padding: 15px 0;
    border-bottom: 4px solid transparent;
}

nav .navBox li:hover a,
nav .navBox .active a {
    border-bottom: 4px solid #E13B3B;
}

nav .navBox li:nth-child(2n) {
    width: 1px;
    height: 18px;
    background: #EEEEEE;
    margin-left: 20px;
    margin-right: 20px;
}

nav .navBox li:last-child {
    margin-right: 0;
}

/* 位置 */
.location {
    margin: 30px 0;
}

.location,
.location a {
    color: #ccc !important;
    font-size: 12px;
}

/* 标题 */
.title .tit {
    padding-bottom: 7px;
    border-bottom: 2px solid #E13B3B;
}

.title img {
    padding-bottom: 7px;
    border-bottom: 2px solid transparent;
}

/* 分页器 */
.infoList .pagination {
    margin: 30px 0 50px;
    text-align: center;
}

.gameList .pagination {
    margin: 30px 0 50px 0;
    text-align: center;
}

.pagination .page-item {
    display: inline-block;
    margin: 5px;
    font-size: 13px;
    border: 1px solid #ddd;
    color: #555;
}

.pagination .active span {
    background: #E13B3B;
    color: #fff;
}

.pagination .page-item:hover {
    background: #E13B3B;
    color: #fff;
}

.pagination .page-item .page-link {
    display: block;
    padding: 6px 12px;
    border: 1px solid transparent
}

.pagination li span {}

.pagination li a {
    display: inline-block;
    color: #777;
}

.pagination li a:hover {
    background: #E13B3B;
    color: #fff;
    border: 1px solid #E13B3B !important
}

/* 底部 */
footer {
    box-sizing: border-box;
    width: 100%;
    height: 184px;
    background: #333333;
    padding-top: 64px;
    padding-bottom: 30px;
}

footer a,
footer span,
footer div {
    color: #999 !important;
    font-size: 14px;
    margin-bottom: 30px;
}

footer span,
footer div {
    cursor: text;
}

/* only */
.c2f {
    color: #2f2f2f;
}

.c8d {
    color: #8d8c8c !important;
}

.ce1 {
    color: #E13B3B !important;
}

/* INDEX */
.index .body {
    margin-top: 30px;
}

.index .body .bl1,
.index .body .bm1,
.index .body .br1 {
    width: 380px;
}

/* lbt */
.index .indexSwiper,
.index .indexSwiper img {
    width: 380px;
    height: 220px;
}

.index .indexSwiper .tit {
    box-sizing: border-box;
    width: 100%;
    height: 30px;
    background-color: rgba(0, 0, 0, .5);
    padding-left: 10px;
    padding-right: 75px;
    line-height: 30px;
    position: absolute;
    bottom: 0;
}

.index .indexSwiper .swiper-pagination-bullets {
    bottom: 6px !important;
    left: 42%;
}

.index .indexSwiper .swiper-pagination span {
    margin: 3px !important;
}

.index .indexSwiper .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background: #FFFFFF;
    opacity: 0.5;
    border-radius: 50%;
}

.index .indexSwiper .swiper-pagination-bullet-active {
    background: #E13B3B;
    opacity: 1;
}

.index .imgs {
    margin-top: 10px;
}

.index .imgs li img {
    width: 120px;
    height: 80px;

}

.index .nList li {
    box-sizing: border-box;
    padding-bottom: 19px;
    margin-bottom: 18px;
}

.index .nList li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}

.index .nList li .dot {
    box-sizing: border-box;
    width: 35px;
    height: 20px;
    background: #FFF3F3;
    line-height: 20px;
    text-align: center;
}

.index .nList li .tit {
    padding-left: 10px;
}

/* 热门资讯 p1 */
.index .p1 .header {
    margin-top: 20px;
}

.index .p1 .header img {
    width: 180px;
    height: 95px;
}

.index .p1 ul {
    padding-top: 4px;
}

.index .p1 li {
    margin-top: 19px;
}

.index .p1 li .dot {
    width: 6px;
    height: 6px;
    background: #CCCCCC;
    border-radius: 3px;
}

.index .p1 li .tit {
    padding-left: 10px;
}

.index .bl2 {
    width: 380px;
}

.index .br2 {
    width: 790px;
}

/* 最新资讯 p2 */
.index .p2 .header {
    width: 380px;
    height: 170px;
    margin-top: 20px;
}

.index .p2 li {
    margin-top: 22px;
}

.index .p2 li .block {
    box-sizing: border-box;
    width: 9px;
    height: 9px;
    border: 1px solid #CCCCCC;
}

.index .p2 li .dots {
    position: absolute;
    bottom: -24px;
    left: 4px;
}

.index .p2 li .dots li {
    width: 1px;
    height: 1px;
    background-color: #ccc;
    margin-top: 4px;
}

.index .p2 li:last-child .dots {
    display: none;
}

.index .p2 li .tit {
    padding-left: 20px;
}

/* 游戏资讯 p3 */
.index .p3 li {
    padding: 20px 0;
}

.index .p3 li>div {
    box-sizing: border-box;
    padding-right: 25px;
}

.index .p3 li .origin {
    margin-top: 18px;
    margin-bottom: 13px;
}

.index .p3 li .origin>div:first-child {
    margin-right: 40px;
}

.index .p3 li .btn {
    box-sizing: border-box;
    width: 75px;
    height: 35px;
    border: 1px solid #E13B3B;
    line-height: 35px;
    text-align: center;
}

/* 友情链接 p4 */
.index .p4 {
    margin-bottom: 40px;
}

.index .p4 ul {
    margin-top: 20px;
}

.index .p4 li {
    margin-right: 10px;
}

/* GAMEDETAIL */
.gameDetail .header {
    box-sizing: border-box;
    width: 100%;
    height: 190px;
    background: #F8F8F8;
    padding: 30px;
}

.gameDetail .header>img {
    width: 131px;
    height: 131px;
}

.gameDetail .header .tit {
    box-sizing: border-box;
    height: 131px;
    padding: 10px 125px 10px 30px;
}

.gameDetail .header .info {
    width: 180px;
    color: #666;
    font-size: 16px;
    cursor: text;
}

.gameDetail .header .star img {
    margin-right: 3px;
}

.gameDetail .header .d1,
.gameDetail .header .d2,
.gameDetail .header .d3 {
    box-sizing: border-box;
    width: 165px;
    height: 60px;
    border-radius: 5px;
    padding: 0 29px;
}

.gameDetail .header .d1 {
    background: #23BB43;
}

.gameDetail .header .d1:hover {
    background: #F1993A;
    border-radius: 5px 5px 0 0;

}

.gameDetail .header .d1:hover .d1d3 {
    display: flex;
    transform: translateY(60px);
    transition: all 1s;
}

.gameDetail .header .d2 {
    background: #CCCCCC;
}

.gameDetail .header .d3 {
    background: #F1993A;
}

.gameDetail .header .d1d3 {
    box-sizing: border-box;
    width: 165px;
    height: 104px;
    border: 1px solid #F1993A;
    border-radius: 0 0 5px 5px;
    background-color: #fff;
    padding: 11px 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    transition: all 1s;
    transform: translateY(-44px);
}

.gameDetail .header .d1d3 .QRcode {
    width: 58px;
    height: 58px;
}

.gameDetail .body {
    margin-top: 30px;
    margin-bottom: 30px;
}

.gameDetail .body .bl {
    width: 790px;
}

.gameDetail .body .br {
    width: 380px;
}

/* 游戏介绍 p8 */
.gameDetail .p8 .ctx {
    padding-top: 12px;
}

.gameDetail .p8 .ctx p {
    color: #777;
    font-size: 16px;
    line-height: 30px;
    cursor: text;
    text-indent: 2em;
}
.gameDetail .p8 .ctx h2,
.gameDetail .p8 .ctx h3 {
	font-size: 17px;
	margin: 15px 0;
	color: #333;
}

/* 游戏截图 p9 */
.gameDetail .p9 {
    margin-top: 33px;
}

.gameDetail .lbt {
    margin-top: 20px;
}

.gameDetail .gdSwiper {
    width: 648px;
    height: 400px;
}

.gameDetail .gdSwiper img {
    width: 500px;
    height: 400px;
    /* 218 260 */
    /* .436 .65  */
}

.gameDetail .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.436, 0.9);
}

.gameDetail .swiper-slide-active,
.gameDetail .swiper-slide-duplicate-active {
    transform: scale(1);
    z-index: 99999;
}

.gameDetail .lbt .swiper-button-next {
    right: 0;
}

.gameDetail .lbt .swiper-button-next::after {
    content: url(../images/r.png);
    width: 40px;
    height: 100px;
}

.gameDetail .lbt .swiper-button-prev {
    left: 0;
}

.gameDetail .lbt .swiper-button-prev::after {
    content: url(../images/l.png);
    width: 40px;
    height: 100px;
}

/* 热门游戏 p6 */
.gameDetail .p6 ul {
    padding-top: 17px;
}

.gameDetail .p6 li {
    box-sizing: border-box;
    width: 125px;
    height: 155px;
    background: #F8F8F8;
    padding: 20px 23px;
    margin-top: 3px;
}

.gameDetail .p6 li:nth-child(3n) {
    margin-right: 0;
}

.gameDetail .p6 li img {
    width: 80px;
    height: 80px;
}

.gameDetail .p6 li .tit {
    width: 80px;
    text-align: center;
}

/* 游戏排行 p7 */
.gameDetail .p7 {
    margin-top: 30px;
}

.gameDetail .p7 li {
    padding: 16px 0;
}

.gameDetail .p7 li .num {
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    background: #CCCCCC;
}

.gameDetail .p7 li:nth-child(-n+3) .num {
    background: #E13B3B;
}

.gameDetail .p7 li .tit {
    padding: 0 20px;
}

.gameDetail .p7 li .score {
    font-size: #999;
    padding-right: 15px;
}

.gameDetail .p7 li:nth-child(-n+3) .score {
    color: #E13B3B;
}

.gameDetail .p7 li .info {
    margin-top: 20px;
    padding-left: 36px;
    display: none;
}

.gameDetail .p7 .hover .info {
    display: flex;
}

.gameDetail .p7 li .text {
    box-sizing: border-box;
    line-height: 27px;
    padding-left: 19px;
}

/* GAMELIST */
.gameList .body .bl {
    width: 790px;
}

.gameList .body .br {
    width: 380px;
}

/* 游戏列表 p5 */
.gameList .p5 li {
    box-sizing: border-box;
    width: 385px;
    height: 158px;
    border: 1px solid #EEEEEE;
    border-radius: 10px;
    padding: 20px 23px;
    margin-top: 20px;
}

.gameList .p5 li img {
    width: 80px;
    height: 80px;
}

.gameList .p5 li>div>div {
    box-sizing: border-box;
    height: 80px;
    padding-left: 19px;
}
.gameList .p5 li>div .time{
   color: #666;
   font-size: 14px
}

.gameList .p5 li .text {
    line-height: 26px;
}

.gameList .p5 li .btn {
    position: absolute;
    bottom: 8px;
    right: -6px;
    background-color: #fff;
}

/* 热门游戏 p6 */
.gameList .p6 ul {
    padding-top: 17px;
}

.gameList .p6 li {
    box-sizing: border-box;
    width: 125px;
    height: 155px;
    background: #F8F8F8;
    padding: 20px 23px;
    margin-top: 3px;
}

.gameList .p6 li:nth-child(3n) {
    margin-right: 0;
}

.gameList .p6 li img {
    width: 80px;
    height: 80px;
}

.gameList .p6 li .tit {
    width: 80px;
    text-align: center;
}

/* 游戏排行 p7 */
.gameList .p7 {
    margin-top: 30px;
}

.gameList .p7 li {
    padding: 16px 0;
}

.gameList .p7 li .num {
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    background: #CCCCCC;
}

.gameList .p7 li:nth-child(-n+3) .num {
    background: #E13B3B;
}

.gameList .p7 li .tit {
    padding: 0 20px;
}

.gameList .p7 li .score {
    font-size: #999;
    padding-right: 15px;
}

.gameList .p7 li:nth-child(-n+3) .score {
    color: #E13B3B;
}

.gameList .p7 li .info {
    margin-top: 20px;
    padding-left: 36px;
    display: none;
}

.gameList .p7 .hover .info {
    display: flex;
}

.gameList .p7 li .text {
    box-sizing: border-box;
    line-height: 27px;
    padding-left: 19px;
}

/* INFODETAIL */
.infoDetail .body {
    margin-bottom: 50px;
}

.infoDetail .body .bl {
    width: 790px;
}

.infoDetail .body .br {
    width: 380px;
}

/* 游戏详情 p10 */
.infoDetail .article .header2 {
    padding-top: 35px;
    padding-bottom: 50px;
}

.infoDetail .article .header2 h1 {
    margin-bottom: 50px;
}

.infoDetail .article .header2 .origin>div:first-child {
    margin-right: 59px;
}

.infoDetail .article .ctx {
    padding-top: 23px;
}

.infoDetail .article .ctx p {
    text-indent: 2em;
    font-size: 16px;
    color: #666;
    line-height: 30px;
    cursor: text;
    margin: 15px 0
}

.infoDetail .article .ctx p img {
    max-width: 600px !important;
    height: auto !important;
    cursor: default;
    margin: 23px auto;
    display: block;
}

.infoDetail .pager2 {
    margin-top: 40px;
}

.infoDetail .pager2 .tit {
    display: block;
    width: 300px;
}

.infoDetail .pager2>div:first-child {
    margin-bottom: 18px;
}

/* 相关资讯 p11 */
.infoDetail .p11 {
    margin-top: 50px;
}

.infoDetail .p11 li {
    box-sizing: border-box;
    width: 365px;
    margin-top: 20px;
}

.infoDetail .p11 li .tit {
    padding: 0 10px;
}

/* 最新资讯 p2 */
.infoDetail .p2 .header {
    width: 380px;
    height: 170px;
    margin-top: 20px;
}

.infoDetail .p2 li {
    margin-top: 22px;
}

.infoDetail .p2 li .block {
    box-sizing: border-box;
    width: 9px;
    height: 9px;
    border: 1px solid #CCCCCC;
}

.infoDetail .p2 li .dots {
    position: absolute;
    bottom: -24px;
    left: 4px;
}

.infoDetail .p2 li .dots li {
    width: 1px;
    height: 1px;
    background-color: #ccc;
    margin-top: 4px;
}

.infoDetail .p2 li:last-child .dots {
    display: none;
}

.infoDetail .p2 li .tit {
    padding-left: 20px;
}

/* 游戏排行 p7 */
.infoDetail .p7 {
    margin-top: 30px;
}

.infoDetail .p7 li {
    padding: 16px 0;
}

.infoDetail .p7 li .num {
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    background: #CCCCCC;
}

.infoDetail .p7 li:nth-child(-n+3) .num {
    background: #E13B3B;
}

.infoDetail .p7 li .tit {
    padding: 0 20px;
}

.infoDetail .p7 li .score {
    font-size: #999;
    padding-right: 15px;
}

.infoDetail .p7 li:nth-child(-n+3) .score {
    color: #E13B3B;
}

.infoDetail .p7 li .info {
    margin-top: 20px;
    padding-left: 36px;
    display: none;
}
.infoDetail .p7 li .info img {
	width: 80px;
	height: 80px;
}

.infoDetail .p7 .hover .info {
    display: flex;
}

.infoDetail .p7 li .text {
    box-sizing: border-box;
    line-height: 27px;
    padding-left: 19px;
}

/* INFOLIST */
.infoList .body .bl {
    width: 790px;
}

.infoList .body .br {
    width: 380px;
}

/* 游戏资讯 p3 */
.infoList .p3 li {
    padding: 20px 0;
}

.infoList .p3 li>div {
    box-sizing: border-box;
    padding-right: 95px;
}

.infoList .p3 li .origin {
    margin-top: 18px;
    margin-bottom: 13px;
}

.infoList .p3 li .origin>div:first-child {
    margin-right: 40px;
}

.infoList .p3 li .btn {
    box-sizing: border-box;
    width: 75px;
    height: 35px;
    border: 1px solid #E13B3B;
    line-height: 35px;
    text-align: center;
}

/* 最新资讯 p2 */
.infoList .p2 .header {
    width: 380px;
    height: 170px;
    margin-top: 20px;
}

.infoList .p2 li {
    margin-top: 22px;
}

.infoList .p2 li .block {
    box-sizing: border-box;
    width: 9px;
    height: 9px;
    border: 1px solid #CCCCCC;
}

.infoList .p2 li .dots {
    position: absolute;
    bottom: -24px;
    left: 4px;
}

.infoList .p2 li .dots li {
    width: 1px;
    height: 1px;
    background-color: #ccc;
    margin-top: 4px;
}

.infoList .p2 li:last-child .dots {
    display: none;
}

.infoList .p2 li .tit {
    padding-left: 20px;
}

/* 游戏排行 p7 */
.infoList .p7 {
    margin-top: 30px;
}

.infoList .p7 li {
    padding: 16px 0;
}

.infoList .p7 li .num {
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    background: #CCCCCC;
}

.infoList .p7 li:nth-child(-n+3) .num {
    background: #E13B3B;
}

.infoList .p7 li .tit {
    padding: 0 20px;
}

.infoList .p7 li .score {
    font-size: #999;
    padding-right: 15px;
}

.infoList .p7 li:nth-child(-n+3) .score {
    color: #E13B3B;
}

.infoList .p7 li .info {
    margin-top: 20px;
    padding-left: 36px;
    display: none;
}
.infoList .p7 li .info img {
	width: 80px;
	height: 80px;
}
.infoList .p7 .hover .info {
    display: flex;
}

.infoList .p7 li .text {
    box-sizing: border-box;
    line-height: 27px;
    padding-left: 19px;
}
.t1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.t2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.t3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.t4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.inModule{
    margin-top: 30px;
}
.new-one-ul{
    display: flex;
    justify-content: space-between;
}
.new-one-ul li{
    width: 380px;
    height: 163px;
    border: 1px solid #EEEEEE;   
    padding: 18px 10px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.new-one-ul .one{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.new-one-ul .info{
    width: 52px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: #E13B3B;
    border: 1px solid #E13B3B;
    border-radius: 4px;   
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;   
}
.new-one-ul a{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    flex: 1;
    margin-left: 13px;   
}
.new-one-ul .text{
    font-size: 15px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 30px;
    width: 100%;   
}
.new-one-ul .date{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999; 
    width: 100%;  
}

.new-two-ul li{
    margin-top: 25px;
}
.new-two-ul li.active .title{
    color: #E13B3B;
}
.new-two-ul li:first-child{
    margin-top: 22px;
}
.new-two-ul li .top{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.new-two-ul li .num{
    width: 21px;
    height: 21px;
    line-height: 21px;
    text-align: center;
    background: #E4E4E4;
    border-radius: 4px;  
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}
.new-two-ul li:nth-child(-n+3) .num{
    background-color: #E13B3B;
}
.new-two-ul li .right{
    height: 45px;
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
    flex: 1;
    margin-left: 17px;
    margin-right: 100px;
}
.new-two-ul li .title{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    width: 100%;  
}
.new-two-ul li .info{
    width: 100%;  
    display: flex;
    align-items: center;  
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}
.new-two-ul li .info div:last-child{
    margin-left: 20px;
}
.new-two-ul li .click{
    width: 10px;
    height: 17px;
    background: url("/themes/default/common_cms/pc/assets/images/jt.png") no-repeat;
    background-size: 10px 17px;
}
.new-two-ul li .bottom{
    display: none;
}
.new-two-ul li.active .bottom{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
    margin-left: 38px;
}
.new-two-ul li img{
    width: 125px;
    height: 79px;
    display: block;   
}
.new-two-ul li .text{
    flex: 1;
    margin-left: 21px;
    height: 79px;
    display: flex;
    align-items: center;
}
.new-two-ul li .text div{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #555555;
    line-height: 36px;   
}
.new-three-ul{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.new-three-ul li{
    width: 178px;  
}
.new-three-ul li img{
    width: 178px;
    height: 114px;
    display: block;  
}
.new-three-ul li .title{
    margin-top: 18px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;  
}
.m-t-40{
    margin-top: 40px;
}

.w-396{
    width: 396px;
}
.w-372{
    width: 372px;
}
.m-t-50{
    margin-top: 50px;
}
.info-one-ul{
    display: flex;
    justify-content: space-between;
    margin-top: 28px;
}
.info-one-ul li{
    width: 188px;  
}
.info-one-ul li img{
    width: 188px;
    height: 126px;
    display: block;  
}
.info-one-ul li .title{
    margin-top: 18px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;  
}

.info-two-ul{
    margin-top: 28px;
}
.info-two-ul li:first-child{
    margin-top: 11px;
}
.info-two-ul li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 28px;
}
.info-two-ul li .new{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;   
}
.info-two-ul li a{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    flex: 1;
    margin-left: 5px;  
    margin-right: 48px; 
}
.info-two-ul li .time{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;   
}
.info-title .title{
    line-height: 19px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    padding-left: 40px;
    background: url("/themes/default/common_cms/pc/assets/images/date.png") no-repeat center left;
    background-size: 19px 19px;
}   

table {
    margin-top: 20px;
    width: 1200px;
    border-bottom: 1px solid #EEEEEE;
}
table thead{
    height: 45px;
    background: #E13B3B;
    width: 1200px;  
}
table thead tr th{
    font-size: 15px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}
table thead tr th:nth-child(1){
    width: 280px;
}
table thead tr th:nth-child(2){
    width: 170px;
}
table thead tr th:nth-child(3){
    width: 220px;
}
table thead tr th:nth-child(4){
    width: 140px;
}
table thead tr th:nth-child(5){
    width: 170px;
}
table thead tr th:nth-child(6){
    width: 220px;
}
table tbody{ 
    background-color: #FFFEF1;
}
table tbody td{
    height: 70px;
    border-top:1px solid #EEEEEE;
}
table tbody tr td:nth-child(1){
    border-left:1px solid #EEEEEE;
}
table tbody tr td:nth-child(1) .body{
    width: 280px;
    display: flex;
    align-items: center;
    padding: 0 30px;
    box-sizing: border-box;
    text-align: start;
}
table tbody tr td:nth-child(1) img{
    width: 42px;
    height: 42px;
    display: block;
    border-radius: 9px;
}
table tbody tr td:nth-child(1) .right{
    flex: 1;
    margin-left: 12px;
    height: 44px;
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
    padding: 2px 0;
    box-sizing: border-box;
}
table tbody tr td:nth-child(1) .name{
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333; 
    padding-right: 22px;
    background: url("/themes/default/common_cms/pc/assets/images/hot.png") no-repeat center right;
    background-size: 14px 14px;
}
table tbody tr td:nth-child(1) .info{
    width: 100%;
    font-size: 12px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #888888;
}
table tbody tr td{
    text-align: center;
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
}
table tbody tr td:last-child{
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #EEEEEE;
}
table tbody tr td:last-child a{
    display: block;
    width: 110px;
    height: 36px;
    line-height: 36px;
    border-radius: 5px;
    opacity: 1;
    border: 1px solid #E13B3B; 
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #E13B3B;
    padding-left: 21px;
    box-sizing: border-box;
    position: relative;
}
table tbody tr td:last-child a::before{
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background: url("/themes/default/common_cms/pc/assets/images/xz1.png") no-repeat;
    background-size: 100%;
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
}
table tbody tr:hover td:last-child a{
    background-color: #E13B3B;
    color: #FFFFFF;
}
table tbody tr:hover td:last-child a::before{
    background: url("/themes/default/common_cms/pc/assets/images/xz2.png") no-repeat;
    background-size: 100%; 
}
table tbody tr:nth-child(-n+3){
    background-color: #FFF695;
}
.infoMod{
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.hover .info img{
    width: 80px;
    height: 80px;
    display: block;
}
.list-game {
	width: 100% !important
}
