* {
    transition: .3s;
}

.info-content {
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    border-radius: 15px;
}

.one {
    flex: var(--one-flex);
}

.two {
    flex: var(--two-flex);
}

.three {
    flex: var(--three-flex);
}

.info-content .news {
    width: 890px;
}

.info-content .news .title {
    font-size: 22px;
    color: var(--match-header-color);
    background-image: url('/static/images/a78/topbaricon.ewbp');
    background-repeat: no-repeat;
}

.info-content .news .title h4 {
    line-height: 2;
    /* overflow: hidden; */
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 150px;
    display: inline-block;
    text-align: center;
}


.info-content .news .news-item {
    /* margin-top: 20px; */
    background: #fff;
    border-radius: 8px;
    margin-top: 16px;
    padding: 16px;
    display: flex;
    justify-content: space-between;
}



.info-content .news .news-item a span {
    text-align: right;
}

.info-content .news .tag {
    margin: 10px;
}

.pc {
    display: block;
}

.mobile {
    display: none;
}

header .login-area {
    background-color: #106EBE;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
    /* height: 50px; */
}


header .login-area img {
    width: 300px;
}

header .login-area .login-area-content {
    width: 300px;
    /* padding: 10px; */
}

header .login-area .login-area-content a {
    font-size: 16px;
    margin-right: 10px;
    cursor: pointer;
}

header .login-area .loginandlogo {
    display: flex;
    align-items: center;
}

.a78_content-top {
    display: flex;
    justify-content: space-between;
}

.a78_content-topvideo {
    /* width: 32%; */
    height: 400px;
    background: #FFFFFF;
    border-radius: 10px;
}

.a78_content-topvideo .news-item {
    padding: 10px auto;
}

.a78_content-topvideo .title {
    background-image: url('/static/images/a78/topbaricon.webp');
    background-repeat: no-repeat;
    font-size: 22px;
    color: var(--match-header-color);
}

.a78_content-topvideo.title h4::before {
    content: '';
    position: relative;
    top: 2px;
    display: inline-block;
    width: 6px;
    height: 19px;
    border-radius: 5px;
    margin-right: 10px;
    background-color: var(--news-text-before-bg-color);
}

.a78_content-topvideo .news-item a {
    line-height: 35px;
    width: 100%;
    color: #000000;
    font-size: 13px;
    text-align: center;
    display: block;
}

.a78_topBar_menu {
    height: 108px;
    width: 1200px;
    margin: 0 auto;
}

.mainbox {
    display: flex;
    gap: 16px;
    padding-bottom: 50px;
}

@media screen and (max-width:900px) {
    .info-content {
        flex-direction: column;
        padding-right: 5px;
        display: none;
    }

    .info-content .news {
        max-height: unset;
        margin: 20px 5%;
        padding: 2%;
    }

    .pc {
        display: none;
    }

    .mobile {
        display: block;
    }

    .a78_content-top {
        flex-direction: column;
    }
}
