/* 公共样式 */
:root {
  --pm-c: #E57B14;
  --dm-c: #fdeaea;
  --bg-c: #f5f5f5;
  --br-c: #eee;
}

.w-830 {
    width: 830px;
}

.thum {
    width: 270px;
}

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

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

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

.bg-gradient {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0, transparent 100%);
}

.bg-f7 {
  background-color: #f7f7f7;
}

.bg-f {
  background-color: #ffffff;
}

/* 禁用iPhone中Safari的字号自动调整 */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 解决IOS默认滑动很卡的情况 */
  -webkit-overflow-scrolling: touch;
}

/*修改UIKIT框架自带样式*/
body,
html,
p {
  /* background-color: var(--bg-c); */
  padding: 0;
  margin: 0;
  font-family: Microsoft YaHei;
}

.w285 {
  width: 285px;
}

a,
a:hover {
  text-decoration: none;
}

ol,
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

/*图片高清*/
img {
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  object-fit: cover;
}

/*边框样式*/
.b-a {
  border: 1px solid var(--br-c) !important;
}

/* .b-b {
  border-bottom: 1px solid var(--br-c) !important;
} */

.b-t {
  border-top: 1px solid var(--br-c) !important;
}

.b-l {
  border-left: 1px solid var(--br-c) !important;
}

.b-r {
  border-right: 1px solid var(--br-c) !important;
}

.b-t-dashed {
  border-top: 1px dashed var(--br-c) !important;
}

.b-b-dashed {
  border-bottom: 1px dashed var(--br-c) !important;
}

/* 内边距  */
.p-a-5 {
  padding: 5px;
}

.p-a-10 {
  padding: 10px;
}

.p-a-20 {
  padding: 20px;
}

.p-a-25 {
  padding: 25px;
}

.p-a-30 {
  padding: 30px;
}

/* 内上边距 */
.p-t-0 {
  padding-top: 0px;
}

.p-t-5 {
  padding-top: 5px;
}

.p-t-10 {
  padding-top: 10px;
}

.p-t-15 {
  padding-top: 15px;
}

.p-t-20 {
  padding-top: 20px;
}

.p-t-30 {
  padding-top: 30px;
}

/* 内下边距 */
.p-b-0 {
  padding-bottom: 0px;
}

.p-b-5 {
  padding-bottom: 5px;
}

.p-b-10 {
  padding-bottom: 10px;
}

.p-b-15 {
  padding-bottom: 15px;
}

.p-b-20 {
  padding-bottom: 20px;
}

.p-b-30 {
  padding-bottom: 30px;
}

/* 内右边距 */
.p-r-5 {
  padding-right: 5px;
}

.p-r-10 {
  padding-right: 10px;
}

.p-r-15 {
  padding-right: 15px;
}

.p-r-20 {
  padding-right: 20px;
}

.p-r-30 {
  padding-right: 30px;
}

/* 内左边距 */
.p-l-0 {
  padding-left: 0px;
}

.p-l-5 {
  padding-left: 5px;
}

.p-l-10 {
  padding-left: 10px;
}

.p-l-15 {
  padding-left: 15px;
}

.p-l-20 {
  padding-left: 20px;
}

.p-l-30 {
  padding-left: 30px;
}

/*圆角样式*/
.b-r-4 {
  border-radius: 4px !important;
}

.b-r-6 {
  border-radius: 6px !important;
}

.b-r-8 {
  border-radius: 8px !important;
}

.b-r-10 {
  border-radius: 10px !important;
}

.b-r-12 {
  border-radius: 12px !important;
}

.b-r-24 {
  border-radius: 24px !important;
}

.m-t-b-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

/* 上外边距 */
.m-t-5 {
  margin-top: 5px !important;
}

.m-t-10 {
  margin-top: 10px !important;
}

.m-t-15 {
  margin-top: 15px !important;
}

.m-t-20 {
  margin-top: 20px !important;
}

.m-t-25 {
  margin-top: 25px !important;
}

.m-t-30 {
  margin-top: 30px !important;
}

/* 下外边距 */
.m-b-0 {
  margin-bottom: 0px !important;
}

.m-b-5 {
  margin-bottom: 5px !important;
}

.m-b-10 {
  margin-bottom: 10px !important;
}

.m-b-15 {
  margin-bottom: 15px !important;
}

.m-b-20 {
  margin-bottom: 20px !important;
}

.m-b-25 {
  margin-bottom: 25px !important;
}

.m-b-30 {
  margin-bottom: 30px !important;
}

/* 左外边距 */
.m-l-0 {
  margin-left: 0px !important;
}

.m-l-5 {
  margin-left: 5px !important;
}

.m-l-10 {
  margin-left: 10px !important;
}

.m-l-15 {
  margin-left: 15px !important;
}

.m-l-20 {
  margin-left: 20px !important;
}

.m-l-30 {
  margin-left: 30px !important;
}

/* 右外边距 */
.m-r-0 {
  margin-right: 0px !important;
}

.m-r-5 {
  margin-right: 5px !important;
}

.m-r-10 {
  margin-right: 10px !important;
}

.m-r-15 {
  margin-right: 15px !important;
}

.m-r-20 {
  margin-right: 20px !important;
}

.m-r-30 {
  margin-right: 30px !important;
}

/* 溢出2行省略号 */
.line-2 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}

/* 溢出3行省略号 */
.line-3 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}

/* 溢出4行省略号 */
.line-4 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
}

/*伪类居中*/
/* 增加伪类 前置 */
.before-middle {
  position: relative;
}

.before-middle::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

/* 增加伪类 后置 */
.after-middle {
  position: relative;
}

.after-middle::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.after-center {
  position: relative;
}

.after-center::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}

.my-uk-flex-between {
  justify-content: space-between;
}

/*默认图标尺寸*/
.item .icon {
  margin: 0 auto;
  border-radius: 12px;
  overflow: hidden;
}

.item .icon img {
  width: 100%;
  height: 100%;
}

.item .data span {
  font-size: 14px;
}

.item .hr {
  display: inline-block;
  height: 12px;
  width: 1px;
  background: #bbb;
  margin: 0 5px;
}

.item .info .time{
  font-size: 14px;
  color: #666666
}


/* 默认缩略图尺寸 */
.thumb img {
  width: 100%;
  height: 100%;
}

/* 分页 */
.pagination {
  margin: 60px 0 40px 0;
  text-align: center;
}

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

.pagination .active span {
  background: var(--pm-c);
  color: #fff;
}

.pagination .page-item:hover {
  background: var(--pm-c);
  color: #fff;
}

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



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

.pagination li a:hover {
  background: var(--pm-c);
  color: #fff;
  border: 1px solid var(--pm-c) !important;
}

.star {
  height: 15px;
  width: 75px;
  display: inline-block;
  background: url(../images/icon-star-bg.png) repeat-x 15px/contain;
}

.star:before {
  content: "";
  display: block;
  background: url(../images/icon-star.png) repeat-x 15px/contain;
  height: 15px;
}

.star-1:before {
  width: 16px;
}

.star-2:before {
  width: 30px;
}

.star-3:before {
  width: 45px;
}

.star-4:before {
  width: 60px;
}

.star-5:before {
  width: 75px;
}

/*面包屑导航*/
.crumbs {
  font-size: 12px;
  /* padding: 10px; */
  color: #999;
}

.crumbs a {
  color: #909399;
  display: inline-block;
  position: relative;
  font-size: 12px;
}

.crumbs a::after {
  content: ">";
}

/* 平台 安卓 苹果 图标显示 */
.platform i {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
}

.platform .az {
  background-image: url(../img/icon-az.png);
}

.platform .ios {
  background-image: url(../img/icon-ios.png);
}

/* 公共标题 */
.module-title .title {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
}

.module-title .title::after {
  content: '';
  left: 0;
  bottom: 0;
  width: 72px;
  height: 4px;
  background: #FFD2A7;
  margin-top: 10px;
}

.module-title .more {
  display: block;
  font-size: 12px;
  color: #999999;
  text-align: right;
  margin-right: 5px;
}

/* list 样式 */
.list ul li a {
  padding-left: 25px;
}

.list ul li a::before {
  display: inline-block;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: var(--pm-c);
}

/* 鼠标移入 阴影立体效果 */
.list-game-li ul li:hover {
  box-shadow: 0px 0px 16px 0px rgba(100, 100, 100, 0.22);
  box-shadow: 0px 0px 9px 0px rgba(210, 222, 235, 0.72);
}

/* 带图标 序号 */
.item .icon {
  width: 100px;
  height: 100px;
}

/* 卡片式 */
.gl-card .item:hover {
  background: #f7f7f7;
}

/* 
 * -n+3  获取前三个元素 
 * 2n    偶数even
 * 2n-1  奇数odd
*/

/* 公共样式 end */
/* 公共头部样式 */
.nav-top {
  height: 35px;
  background: #333333;
}

.nav-top p {
  font-size: 12px;
  color: #cccccc;
}

.nav-top ul {
  float: right;
  text-align: right;
}

.nav-top ul li {
  display: inline-block;
  /* padding-left: 16px; */
}

.nav-top ul li a {
  font-size: 12px;
  color: #cccccc;
  line-height: 35px;
  letter-spacing: 1px;
  display: inline-block;
}

.nav-top ul li .active {
  color: var(--pm-c);
}

.logo-search {
  position: relative;
  padding: 28px 0;
}

.logo {
  line-height: normal;
}

.logo a {
  display: block;
  height: 43px;
}

.logo img {
  width: auto;
  height: 100%;
}

header {
  background-color: var(--pm-c);
  height: 60px;
  line-height: 59px;
}

/* 搜索 */
.search-1 {
  width: 350px;
  height: 40px;
  box-sizing: border-box;
  overflow: hidden;
}

.search-input {
  width: calc(100% - 60px);
  height: 100%;
  padding-left: 13px;
  border: none;
  outline: medium;
  vertical-align: top;
  width: 270px;
  height: 40px;
  line-height: 40px;
  background: #ffffff;
  border: 1px solid var(--pm-c);
  color: #999;
}

.search-input::-webkit-input-placeholder {
  color: #999;
}

.search-input:-moz-placeholder {
  color: #999;
}

.search-input:-ms-input-placeholder {
  color: #999;
}

.search-btn {
  width: 80px;
  height: 100%;
  color: #fff;
  text-align: center;
  border: none;
  float: right;
  vertical-align: top;
  background: var(--pm-c);
  /* background-size: 20px 20px; */
}

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

header .header .nav {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 60px;
  line-height: 60px;
}

header .nav ul li {
  display: inline-block;
  padding-right: 80px;
}

header .nav ul li a {
  color: #fff;
  font-size: 18px;
  padding-bottom: 8px;
}

header .nav ul li:hover a {
  border-bottom: 2px solid #fff;
}

header .nav ul li.active a {
  border-bottom: 2px solid #fff;
}

/* 公共头部样式end */
/* 公共页脚样式 */
.footer {
  margin-top: 30px;
  background: #333333;
  padding: 50px 0;
}

.footer .foot-nav ul li {
  display: inline-block;
  padding-right: 10px;
  margin-right: 5px;
}

.footer a {
  color: #999999;
}

.footer p {
  color: #999999;
  margin-bottom: 0;
}

.footer .foot-nav ul li::after {
  content: "|";
  right: 0;
  color: #999999;
}

/* 公共页脚样式end */

/* 首页 */
.home-headlines-list ul {
  margin-top: -5px;
  max-height: 105px;
  overflow: hidden;
}

.home-headlines-list ul li {
  box-sizing: border-box;
}

.home-headlines-list ul li .title {
  padding-left: 10px;
  font-size: 14px;
  color: #333333;
}

.home-headlines-list ul li span {
  font-size: 14px;
  color: #999999;
}

/* 首页轮播图 */
.home-banner {
  width: 440px;
}

.home-banner-img {
  width: 440px;
  height: 270px;
}


.home-banner .home-banner-swiper .swiper-slide .title {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 30px;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  padding-left: 20px;
  box-sizing: border-box;
}

.home-banner .home-banner-swiper .swiper-slide p {
  line-height: 30px;
  font-size: 14px;
  color: #FFFFFF;
  width: 70%;
}

.home-banner .home-banner-swiper .swiper-pagination {
  bottom: 5px;
  left: -15px;
  text-align: right;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: #ddd;
  border-radius: 8px;
}

.swiper-pagination-bullet-active {
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: var(--pm-c);
}

.home-banner .info {
  margin-top: 30px;
}

.home-banner .info .title {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  margin-bottom: 16px !important;
  font-weight: 500;
}

.home-banner .info .desc {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  color: #777777;
  line-height: 26px;
}

.home-banner .info .look {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 14px;
  font-weight: 400;
  color: var(--pm-c);
}

/*  */
/*  */
/*  */
/*  */
/*  */

.row {
  margin-top: 43px;
  display: flex;
  justify-content: space-between;
}

.row .left {
  width: 350px;
}

.row .cen {
  width: 440px;
}

.row .right {
  width: 350px;
}

/*  */
.left .left-top {
  height: 124px;
  margin-bottom: 33px;
  padding-left: 14px;
  position: relative;
}

.left .left-top::after {
  content: '';
  width: 2px;
  height: 124px;
  background: #FF7E00;
  left: 0;
  top: 0;
  position: absolute;
}

.left .left-top .title {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  line-height: 23px;
  margin-bottom: 14px;
}

.left .left-top .title span {
  font-size: 20px;
  line-height: 23.44px;
  color: #FF7E00;
}

.left .left-top .desc {
  font-size: 14px;
  color: #666666;
  line-height: 28px;
}

.left .left-top .desc span {
  color: #FF7E00;
}

.left .strategy ul li {
  padding-top: 20px;
}

.left .strategy ul li a {
  display: flex;

}

.left .strategy ul li a img {
  width: 160px;
  height: 110px;
  display: block;
}

.left .strategy ul li a .date {
  font-size: 12px;
  color: #FFFFFF;
  line-height: 24px;
  width: 46px;
  height: 24px;
  background: #FF7E00;
  position: absolute;
  text-align: center;

}

.left .strategy ul li a .info {
  padding: 18px 15px;
  background: #F6F6F6;
}

.left .strategy ul li a .info .title {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  line-height: 16px;
}

.left .strategy ul li a .info .desc {
  font-size: 12px;
  color: #666666;
  line-height: 22px;
  margin-top: 12px;
}

/*  */
.left .information {
  margin: 34px 0;
}

.left .information ul {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.left .information ul li {
  width: 48%;
  height: 140px;
}

.left .information ul li a {
  display: flex;
  flex-direction: column;
}

.left .information ul li a img {
  width: 100%;
  height: 110px;
  display: block;
}

.left .information ul li a p {
  font-size: 14px;
  color: #333333;
  line-height: 16px;
  padding: 10px 10px 0;
}

/*  */
/*  */
.cen .domestic {
  padding: 30px 0;
}

.cen .domestic:last-child {
  padding: 0;
}

.cen .domestic h1 {
  font-size: 18px;
  font-weight: bold;
  color: #FF7E00;
  line-height: 21px;
}

.cen .domestic ul {
  margin-top: 20px;
}

.cen .domestic ul li a {
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
}

.cen .domestic ul li .dot {
  font-size: 14px;
  line-height: 16.41px;
  color: #999999;
  margin-right: 8px;
}

.cen .domestic ul li .title {
  font-size: 14px;
  line-height: 16.41px;
  color: #333333;
  flex: 1;
  margin-right: 20px;
}

.cen .domestic ul li .date {
  font-size: 13px;
  color: #999999;
  line-height: 15px;
}

/*  */
/*  */
.right .right-top {
  display: flex;
  background: url(/themes/default/common_cms/pc/assets/images/4685.png) no-repeat;
  background-size: 100%;
  position: relative;
}

.right .right-top .info {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 31px;
  text-align: center;
  margin-bottom: 20px;
}

.right .right-top .info p {
  font-size: 15px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 26px;
  text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.15);
}

.right .right-top .info div {
  width: 290px;
  height: 30px;
  background: #FFFFFF;
  border-radius: 99px 99px 99px 99px;
  font-weight: 400;
  color: #FF7E00;
  line-height: 30px;
  font-size: 14px;
  text-align: center;
  margin-top: 14px;
}

/*  */
.latest {
  margin-top: 20px;
}

.latest ul li {
  padding: 20px 0;
  border-bottom: dashed 1px #E6E6E6;
}

.latest ul li:last-child {
  border-bottom: 0;
}

.latest ul li a {
  display: flex;
  justify-content: space-between;
}

.latest ul li a img {
  width: 90px;
  height: 80px;
  display: block;
}

.latest ul li a .info {
  width: 100%;
  padding-left: 14px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;

}

.latest ul li a .info .title {
  font-size: 15px;
  color: #333333;
  line-height: 16px;
}

.latest ul li a .info .desc {
  color: #666666;
  line-height: 14px;
  font-size: 12px;
  margin-bottom: 15px;
}

.latest ul li a .info .date {
  display: flex;
  align-items: center;
}

.latest ul li a .info .date img {
  width: 14px;
  height: 14px;
  margin-right: 8px;
}

.latest ul li a .info .date span {
  font-size: 12px;
  color: #999999;
  line-height: 14px;
}

/*  */
.list-game-right .latest {
  margin-top: 20px;
}

.list-game-right .latest ul li {
  padding: 20px 0;
  border-bottom: dashed 1px #E6E6E6;
}

.list-game-right .latest ul li:last-child {
  border-bottom: 0;
}

.list-game-right .latest ul li a {
  display: flex;
  justify-content: space-between;
}

.list-game-right .latest ul li a img {
  width: 90px;
  height: 80px;
  display: block;
}

.list-game-right .latest ul li a .info {
  width: 100%;
  padding-left: 14px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;

}

.list-game-right .latest ul li a .info .title {
  font-size: 15px;
  color: #333333;
  line-height: 16px;
}

.list-game-right .latest ul li a .info .desc {
  color: #666666;
  line-height: 14px;
  font-size: 12px;
  margin-bottom: 15px;
}

.list-game-right .latest ul li a .info .date {
  display: flex;
  align-items: center;
}

.list-game-right .latest ul li a .info .date img {
  width: 14px;
  height: 14px;
  margin-right: 8px;
}

.list-game-right .latest ul li a .info .date span {
  font-size: 12px;
  color: #999999;
  line-height: 14px;
}

/*  */
/*  */
.evaluation-box {
  display: flex;
  justify-content: space-between;
}

.evaluation .hotspot {
  width: 350px;
  border-bottom: 1px dashed #EBEBEB;
  padding: 20px 0;
}

.evaluation .hotspot:last-child {
  border: 0;
}

.evaluation .hotspot li:nth-child(1) a {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 14px;
  justify-content: flex-start;
}

.evaluation .hotspot li:nth-child(1) a div {
  font-size: 13px;
  color: #FFFFFF;
  line-height: 22px;
  width: 38px;
  height: 22px;
  background: #FF3F3F;
  text-align: center;
  margin-right: 14px;
  flex-shrink: 0;
}

.evaluation .hotspot li:nth-child(1) a p {
  font-size: 15px;
  color: #333333;
  line-height: 18px;
}

.evaluation .hotspot li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}


.evaluation .hotspot li a p {
  font-size: 14px;
  color: #333333;
  line-height: 16px;
  margin-right: 20px;
}

.evaluation .hotspot li a span {
  font-size: 13px;
  color: #999999;
  line-height: 15px;
  flex-shrink: 0;
}

.evaluation .hotspot li a img {
  position: absolute;
  left: 37px;
}

/*  */

.evaluation-img {
  width: 820px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.evaluation-img a {
  display: block;
  width: 30%;
  height: 140px;
  position: relative;
}

.evaluation-img a img {
  width: 100%;
  height: 140px;
  display: block;
}

.evaluation-img a div {
  position: absolute;
  padding: 11px 20px;
  background: rgba(0, 0, 0, 0.6);
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
}

.evaluation-img a div span {
  font-size: 14px;
  color: #FFFFFF;
  line-height: 16px;
}

/*  */
.article {
  width: 820px;
}

.article .article-title {
  margin-top: 20px;
  background: #F7F7F7;
  text-align: center;
  padding: 50px 94px;
  margin-bottom: 30px;
}

.article .article-title h1 {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  line-height: 28px;
}

.article .article-title div {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.article .article-title div span {
  font-size: 14px;
  color: #999999;
  line-height: 16px;
}

.article .article-text {
  color: #666666;
  line-height: 40px;
  font-size: 16px;
  text-indent: 2em;
}

.article .article-text p img {
    display: block;
    max-width: 68%;
    margin: 0 auto;
}

/*  */
/*  */
/*  */
.association {
  margin-top: 60px;
}

.association ul {
  display: flex;
  border-bottom: 1px dashed #E6E6E6;
  justify-content: space-between;
  padding-top: 4px;
}

.association ul:last-child {
  border-bottom: 0;
}

.association ul li {
  width: 410px;
  padding: 16px 0;
}

.association ul li:last-child {
  margin-left: 30px;
}

.association ul li a {
  display: flex;
  align-items: center;
}

.association ul li a .dot {
  width: 4px;
  height: 4px;
  background: #FF7E00;
  margin-right: 10px;
}
.association ul li a p {
    flex: 1;
    overflow: hidden
}
.association ul li a .p {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 16px;
  margin-right: 20px;
  flex: 1;
}

.association ul li a .span {
  font-size: 13px;
  color: #999999;
  line-height: 15px;
}

.row-2 {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

/*  */
.list-game-right {
  width: 350px;
}

.list-game-right .hotspot {
  width: 350px;
  border-bottom: 1px dashed #EBEBEB;
  padding: 20px 0;
}

.list-game-right .hotspot:last-child {
  border: 0;
}

.list-game-right .hotspot li:nth-child(1) a {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 14px;
  justify-content: flex-start;
}

.list-game-right .hotspot li:nth-child(1) a div {
  font-size: 13px;
  color: #FFFFFF;
  line-height: 22px;
  width: 38px;
  height: 22px;
  background: #FF3F3F;
  text-align: center;
  margin-right: 14px;
  flex-shrink: 0;
}

.list-game-right .hotspot li:nth-child(1) a p {
  font-size: 15px;
  color: #333333;
  line-height: 18px;
}

.list-game-right .hotspot li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}


.list-game-right .hotspot li a p {
  font-size: 14px;
  color: #333333;
  line-height: 16px;
  margin-right: 20px;
}

.list-game-right .hotspot li a span {
  font-size: 13px;
  color: #999999;
  line-height: 15px;
  flex-shrink: 0;
}

.list-game-right .hotspot li a img {
  position: absolute;
  left: 37px;
}

/*  */
.list-game-right .information {
  width: 350px;
  margin: 34px 0;
}

.list-game-right .information ul {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.list-game-right .information ul li {
  width: 48%;
  height: 140px;
}

.list-game-right .information ul li a {
  display: flex;
  flex-direction: column;
}

.list-game-right .information ul li a img {
  width: 100%;
  height: 110px;
  display: block;
}

.list-game-right .information ul li a p {
  font-size: 14px;
  color: #333333;
  line-height: 16px;
  padding: 10px 10px 0;
}

/*  */
/*  */
.region {
  margin-top: 20px;
  background: url(/themes/default/common_cms/pc/assets/images/3569.png)no-repeat;
  background-size: 100% 80px;
  height: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
}

.region>div {
  display: flex;
  align-items: center;
  justify-content: center;
}

.region>div p {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  line-height: 21px;
  margin: 0 20px;
}

.region>div img {
  width: 66px;
  height: 8px;
}

.region p {
  font-size: 12px;
  font-weight: 400;
  color: #666666;
  line-height: 14px;
}

.region p span {
  color: #FA4B4A;
}

table {
  border-collapse: collapse;
  letter-spacing: 1px;
  font-family: sans-serif;
  margin-bottom: 30px;
}

tr:nth-child(1) {
  background: #EB5110;
  color: #FFFFFF;
}

tr:nth-child(2),
tr:nth-child(3),
tr:nth-child(5),
tr:nth-child(6),
tr:nth-child(7) {
  background: #FFF3E8;
}

tr:nth-child(4) {
  background: #FFE2C8;
}

tr {
  background: #FAFAFA;
}

th {
  width: 1200px;
  border: 1px solid #FFFFFF;
}

th:nth-child(2) {
  width: 300px;
  height: 40px;
}

td {
  text-align: center;
  border: 1px solid #FFFFFF;
}

table tr .date {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
}

table tr .info {
  display: flex;
  justify-content: center;
}

table tr .info .info-img {
  width: 80px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

table tr .info .info-name {
  width: 220px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  border-left: 1px solid #FFF;
}

table tr .info img {
  width: 38px;
  height: 38px;
}

table tr .distinguish {
  font-size: 14px;
  color: #666666;
  line-height: 16px;
}

table tr .Android {
  color: #666666;
  line-height: 16px;
  font-size: 14px;
}

table tr .jiuyou {
  color: #666666;
  line-height: 16px;
  font-size: 14px;
}

table tr .download a {
  padding: 6px 14px;
  border-radius: 99px 99px 99px 99px;
  border: 1px solid #FF7E00;
  font-size: 14px;
  color: #FF7E00;
  line-height: 16px;
}

table tr .download a div {
  width: 18px;
  height: 18px;
}

tr:hover .date,
tr:hover .info-name,
tr:hover .jiuyou,
tr:hover .Android,
tr:hover .distinguish {
  font-weight: bold;
  color: #333333;
}

tr:hover .download a {
  background: #FF7E00;
  color: #FFF;
}

.list-game {
	width: 100% !important
}
.list-new-left .item .thumb {
        width: 120px;
    height: 86px;
}
.home-cp-list .item .thumb {
        width: 80px;
    height: 80px;
}
.foot-nav li span {
    color: #999
}