﻿/* footer */
footer {
    width: 100%;
    /* height: 2rem; */
    padding: 0.2rem 0 0.3rem;
    background: rgba(0, 0,0,1);
    color: #FFFFFF;
    font-size: 0.14rem;
    font-weight: 400;
    /*position: absolute;
    bottom: 0; */
}

.footer-main {
    display: flex;
    width: 11.6rem;
    margin: 0 auto;
    justify-content: space-between;
}

.footer-left {
    position: relative;
    /* display: flex; */
    height: 100%;
    margin-right: 3%;
    /* justify-content: space-between; */
    /* align-items: center; */
}
.footer-right{
    width: 47%;
    padding-top: 0rem;
}

.footer-mails {
    width: 100%;
    height: 100%;
    color: #FFFFFF;
}
.footer-logos{
    display: inline-block;
    width: 2.33rem;
    height: 0.51rem;
    background: url('../image/footer-logo.png') no-repeat center center;
    background-size: 100%;
}
.mobile .footer-logos{
    width: 3.3rem;
    height: 0.6rem;
}
.footer-hrefs span {
    display: inline-block;
    margin: 0 0.05rem;
}

.ga {
    color: #FFFFFF;
    text-decoration: none;
}

.ga:hover {
    color: red;
}

.ga_tu img {
    width: 0.16rem;
    margin-right: 0.1rem;
}

.media-icon {
    width: 0.6rem;
    height: 0.5rem;
    cursor: pointer;
}
.desktop .media-icon{
    margin-left: 0.12rem;
}
.icon-hykb{
    width: 0.44rem;
    height: auto;
    margin-left: 0.2rem;
}
.footer-right .medias{
    margin-bottom: 0.2rem;
}
.footer-medias{
    text-align: center;
}
.footer-medias span{
    display: inline-block;
    margin-left: 0.12rem;
    position: relative;
}
.footer-medias-qrcode {
    text-align: right;
}
.footer-medias span:first-child {
    margin-left: 0;
}
.media-icon-qrcode {
    display: none;
    width:  1.24rem;
    height: 1.24rem;
    position: absolute;
    top: 0.6rem;
    left: 50%;
    margin-left: -0.5rem;
}
/* .media-icon:hover+.media-icon-qrcode {
    display: block;
} */
.footer-tips {
    text-align: center;
}

.footer-tips p,.footer-mails p {
    margin: 0.1rem 0;
}
.icon-tap{
    width: 0.85rem;
}
.dialog {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 999;
    display: none;
}
.dialog.qrcode{
    /* display: flex;
    justify-content: center;
    align-items: center; */
    font-size: 14px;
    text-align: center;
    color:white;
}
.flex{
    display: flex;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    display: -moz-flex;
    -moz-justify-content: center;
    -moz-align-items: center;
    display: -ms-flex;
    -ms-justify-content: center;
    -ms-align-items: center;
    display: -o-flex;
    -o-justify-content: center;
    -o-align-items: center;    

}
.dialog .close {
    width: 0.59rem;
    height: 0.59rem;
    background: url(../image/close.png) no-repeat center top;
    background-size: cover;
}
.dialog .close {
    position: absolute;
    top: 0.1rem;
    right: 0.3rem;
    transition: .5s;
    cursor: pointer;
}
.dialog.qrcode .close{
    position: unset;
    display: block;
    margin: 0 auto;
    width: 16px;
    height: 16px;
}
.dialog.qrcode img{
    display: block;
    margin:0.3rem auto;
}


.mobile .footer-main,
.mobile .footer-left,
.mobile .footer-right{
    width: 100%;
    display: block;
    margin: 0;
    text-align: center;
    position: unset;
}
/* .desktop .footer-right{
    margin-top: -0.2rem;
} */
.desktop .footer-right .footer-tips p:nth-child(1){
    margin:0;
}
.mobile footer{
    padding-bottom: 1.5rem;
    padding-bottom: calc(1rem + constant(safe-area-inset-bottom));
    padding-bottom: calc(1rem + env(safe-area-inset-bottom));
    position: relative;
    padding-top: 0.2rem;
    font-size: 0.12rem;
}
.mobile footer .long{
    font-size: 0.11rem;
}
.mobile .footer-logos,
.mobile .medias{
    /* position: absolute; */
    left: 0.2rem;
    top: 0.2rem;
}
.mobile .medias{
    right: 0.2rem;
}
.mobile .footer-medias{
    text-align: right;
}

.pc-footer .mediaLists{
    height: 1.4rem;
    width: 14.6rem;
    margin: 0 auto;
    border-bottom: 1px solid rgb(132 131 131 / 50%);
    box-sizing: border-box;
    padding-top: 0.3rem;
    margin-bottom: 0.4rem;
}
.pc-footer .mediaLists li{
    width: 0.72rem;
    height: 0.72rem;
}
.pc-footer .mediaLists li img{
    width: 1.5rem;
    top: 0.8rem;
}
.pc-footer .mediaLists li.tap{
    background: url(../image/tap.png) no-repeat center center;
    background-size: 100%;
}
.pc-footer .mediaLists li.wx{
    background: url(../image/wx.png) no-repeat center center;
    background-size: 100%;
}
.pc-footer .mediaLists li.bili{
    background: url(../image/bili.png) no-repeat center center;
    background-size: 100%;
}
.pc-footer .mediaLists li.wb{
    background: url(../image/wb.png) no-repeat center center;
    background-size: 100%;
}
.pc-footer .mediaLists li.douyin{
    background: url(../image/douyin.png) no-repeat center center;
    background-size: 100%;
}
.mobile .pc-footer .mediaLists{
    width: 100%;
}

.newsListsSection {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
}

/* 标签样式 */
.newsTabs {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #e0e0e0;
}

.newsTabs .tab {
    padding: 10px 20px;
    margin-right: 10px;
    cursor: pointer;
    color: #666;
    font-size: 16px;
    transition: all 0.3s ease;
    position: relative;
}

.newsTabs .tab:hover {
    color: #333;
}

.newsTabs .tab.active {
    color: #007bff;
    font-weight: 500;
}

.newsTabs .tab.active::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #007bff;
}

/* 新闻列表样式 */
.newsLists {
    list-style: none;
    padding: 0;
    margin: 0;
}

.newsLists li {
    padding: 12px 0;
    border-bottom: 1px dashed #eee;
    transition: background-color 0.2s ease;
}

.newsLists li:last-child {
    border-bottom: none;
}

.newsLists li:hover {
    background-color: #f9f9f9;
}

.newsLists a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    color: #333;
}

.news-time {
    color: #999;
    font-size: 14px;
    min-width: 100px;
    text-align: right;
    margin-left: 15px;
    white-space: nowrap;
}

.news-title {
    flex: 1;
    font-size: 15px;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: color 0.2s ease;
}

.newsLists a:hover .news-title {
    color: #007bff;
}

/* 响应式调整 */
@media (max-width: 768px) {
    .newsTabs .tab {
        padding: 8px 12px;
        font-size: 14px;
    }
    
    .newsLists li {
        padding: 10px 0;
    }
    
    .news-title {
        font-size: 14px;
    }
    
    .news-time {
        font-size: 12px;
        min-width: 80px;
    }
}