@charset "utf-8";
/* 幻灯片区域样式 */
     .slideshow-container {
            width: 820px;
            height: 353px;
            position: relative;
            margin-right:20px;
            overflow: hidden;
        }
     .mySlides {
            display: none;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }
		.mySlides a{ display:block;}
     .mySlides img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
     .dot {
            cursor: pointer;
            height: 10px;
            width: 10px;
            margin: 0 3px;
            background-color: #bbb;
            border-radius: 50%;
            display: inline-block;
            transition: background-color 0.6s ease;
        }

     .active,
     .dot:hover {
            background-color: #717171;
        }
     .caption {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            background-color: rgba(0, 0, 0, 0.7);
            color: white;
            padding: 10px;
            box-sizing: border-box;
            text-align: left;
        }
	.slideshow-container .button{position:absolute; bottom:0; right:1.5%;padding: 10px;}

.banner{display:flex; margin-top:20px;}
.right-banner{width: 360px;}

/* 游戏资讯区域样式 */
.news{ display:flex;}
  .column {
      width: 47%;
      padding: 20px 20px 0 20px;
    }

  .image-section a{
      display: flex;
      align-items: center;
      margin-bottom: 20px;
    }

  .image-section img {
      width: 150px;
      height: 88px;
      margin-right: 20px;
      border-radius: 5px;
    }
.column .rank h3{ font-size:14px; line-height:22px; height:22px;}
.column .rank p{color:#999;}
  .news-list li {
      margin-bottom: 15px;
      padding-bottom: 5px; display: flex; position:relative; padding-left:15px;
    }
 .news-list li a { width:100%;display: flex;justify-content: space-between;}
 .news-list li .time{color:#999;}
/* 友情链接区域样式 */
.friendLink{background:rgb(20, 20, 20);color:rgb(153, 153, 153)}
.friendLink a{color:rgb(153, 153, 153);display: inline-block;
  padding: 0 10px;}
.friendLink .link{width: 1200px;
  margin: 0 auto;
  padding: 30px 0 12px 0;
  overflow: hidden; }
  .friendLink .linkTit{ font-size:16px; padding:0 0 10px 0;}

/* 底部区域样式 */
