.zixun-content {
    width: 1200px;
    margin: 0 auto;
    padding-top: 80px;;
}

.game_nav {
    padding: 18px 0px;
    border-bottom: .01rem solid hsla(0, 0%, 100%, .1);
    margin-bottom: 30px;
    color: #8d8ca4;
}

span {
    padding: 10px;
}

.game_nav a {
    color: #8d8ca4;
    text-decoration: none;
    margin: 10px;
}
.game_nav a:last-child{
    color: #ffffff;
}

.game_nav a:hover {
    color: #ffffff;
}

.blog-detail-container {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}

.blog-detail-left {
    flex: 1;
    width: 895px;
    padding: 50px 60px 60px 60px;
    background-color: rgba(255, 255, 255, .05);
}
.blog-detail-right{
    display: none;
}
.blog-detail-left h1 {
    margin-bottom: 30px;
}

.blog-detail-content-text img{
    max-width: 1080px;
}

.blog-detail-time {
    margin-bottom: 30px;
    color: #8d8ca4;
    font-size: 14px;
}

.blog-detail-container p {
    color: #d4d4d8;
    line-height: 30px;
}

.game-container {
    width: 280px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 0;
    margin-bottom: 20px;
    background-color: rgba(255, 255, 255, 0.1);
}

.game-container:hover {
    background-color: rgba(255, 255, 255, 0.3);
    transition: background-color 0.3s ease;
}

.game-container p {
    font-size: 20px;
    color: #fff;
}

.game-icon {
    width: 150px;
    height: 150px;
    border-radius: 8px;
    margin-bottom: 12px;
}

.game-btn {
    display: block;
    width: 170px;
    height: 44px;
    padding: 10px;
    text-align: center;
    margin-top: 10px;
    border-radius: 25px;
    text-decoration: none;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.4);
}

.game-btn-active {
    background-color: #ffc107;
    color: #000;
}

.game-aside-list {
    background-color: rgba(255, 255, 255, 0.1);
}

.game-aside-list h2 {
    font-size: 20px;
    font-weight: normal;
    padding: 20px 20px 0;
}

.game-aside-item a {
    padding: 12px 20px;
    text-decoration: none;
    display: flex;
    align-items: center;
    width: 100%;
    height: 96px;
}

.game-aside-item:hover {
    background-color: rgba(255, 255, 255, 0.3);
    transition: background-color 0.3s ease;
}

.game-aside-item:hover a .game-msg p {
    color: #ffd633;
}

.game-aside-item .game-icon img {
    width: 72px;
    height: 72px;
}

.game-aside-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.game-aside-item .game-icon {
    width: 72px;
    height: 72px;
    margin-right: 10px;
}

.app-box.blogs-list-box .title {
    font-size: 20px;
    color: #fff;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.app-box.blogs-list-box .blogs-list-container {
    display: flex;
    gap: 20px;
    flex-wrap: nowrap;
}
.app-box.blogs-list-box .blogs-item img{
    border-radius: 10px 10px 0 0;
}
.app-box.blogs-list-box .blogs-item {
    display: flex;
    flex-direction: column;
    width: calc(25% - 15px);
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 10px;
}

.app-box.blogs-list-box .blogs-item:hover {
    background-color: rgba(255, 255, 255, 0.3);
    transition: background-color 0.3s ease;
}
.app-box.blogs-list-box .blogs-item:hover .blogs-item-text .text{
    color: #ffd633;
}

.app-box.blogs-list-box .blogs-item-image {
    width: 100%;
    height: 160px;
    overflow: hidden;
    margin-bottom: 10px;
}


.app-box.blogs-list-box .blogs-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.app-box.blogs-list-box .blogs-item-text {
    padding: 0 10px 10px;
}


.app-box.blogs-list-box .blogs-item-text .text {
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    line-height: 1.5;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.footer_border{
    height: 121px;
    border-bottom: 1px solid #3b3b43;
    margin-bottom: 80px;
}