@media screen and (max-width: 768px) {
    /**
     * 新闻列表
     *
     */
    .subNav{
        width: auto;
        height: auto;
        margin: 0 20px;
        margin-bottom: 20px;
    }
    .subNav p{
        font-size: 14px;
        height: auto;
        line-height: 1.8;
    }
    .subNav p span{
        padding: 0 12px;
    }
    .newsListLeft{
        float: none;
        width: auto;
    }
    .newsContList{
        padding-top: 20px;
        width: auto;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-bottom: 20px;
    }
    .newsContList a.img{
        width: calc(30% - 10px);
        height: auto;
        float: none;
    }
    .newsContList a.img img{
        width: 100%;
        height: auto;
        object-fit: cover;
    }
    .newsContList .text{
        width: calc(70%);
        height: auto;
        float: none;
        margin:0
    }
    .newsContList .text h3{
        width: auto;
        font-size: 16px;
        height: auto;
        line-height: 1.5;
    }
    .newsContList .text span{
        font-size: 12px;
        width: auto;
        height: auto;
        line-height: 1.5;
    }
    .newsContList .text p{
        font-size: 12px;
        line-height: 1.5;
        width: auto;
        height: auto;
        
    }
    .newsContList .text p a{
        display: -webkit-box; /* 启用弹性盒模型，用于控制文本行数 */
        -webkit-box-orient: vertical; /* 文本垂直排列（必须设置，控制行数生效） */
        -webkit-line-clamp: 3; /* 核心属性：限制显示3行 */
        overflow: hidden; /* 隐藏超出部分 */
        text-overflow: ellipsis; 
    }
    .newsListPage{
        width: auto;
        height: auto;
        margin-top: 20px;
    }
    .newsListight{
        width: auto;
        float: none;
    }
    .labelHot{
        width: auto;
    }
    .labelHotTitle{
        width: auto;
        /* border: 1px solid; */
        position: static;
        height: 40px;
        margin-bottom: 20px;
    }
    .labelHotTitle h3{
        position: static;
        height: 40px;

        font-size: 26px;
        text-align: center;
        position: relative;
        top: 0;
        left: 0;
    }
    .labelHotTitle h3::after{
        content: '';
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
        width: 50px;
        height: 6px;
        border-radius: 6px;
        background-color: #0099FF;
    }
    .labelHotTitle i{
        display: none;
    }
    .labelHot .labelHotCont{
        width: auto;
        padding: 0;
    }
    .labelHot .labelHotCont p a{
        width: auto;
    }
    .recommendedPano .labelHotTitle h3{
        top: 0;
    }
    .newsListight .labelHot .labelHotCont p{
        width:auto
    }
    .banner04{
        width: auto;
        height: auto;
    }
    .banner04 img{
        width: 100% !important;
        height: auto !important;
        object-fit: cover;
    }
    /**
     * 新闻详情页面
     * 
     */
    .currentLocation{
        width: auto;
        padding: 0 20px;
        font-size: 12px;
    }
    .currentLocation p{
        font-size: 12px;
    }
    .newsListBox{
        width: auto;
        margin: 0 20px;
    }
    .newsContTitle h1, .newsContTitle h2{
        font-size: 26px;
    }
    .sourceCont{
        width: auto;
        margin: 10px 0 10px 0;
    }
    .sourceCont span{
        font-size: 12px;
    }
    .newsSummary{
        width: auto;
    }
    .newsSummary p{
        width: auto;
        font-size: 12px;
        line-height: 1.8;
        text-indent: 2em;
    }
    .newsContent{
        /* border: 1px solid; */
    }
    .readKeyWord{
        width: auto;
        height: auto;
        line-height: 1.8;
        font-size: 12px;
        padding-bottom: 15px;
        
    }
    .readKeyWord p{
        height: auto;
        line-height: 1.8;
        font-size: 12px;
    }
    .shareBdTwo{
        display: none;
    }
    .readLeft{
        width: auto;
        float: none;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .readLeft .readLeftList ul li{
        width: auto;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 0;
        border-bottom: 1px solid #e8e8e8;
    }


    .readLeft .readLeftList ul li a.img{
        width: calc(30% - 10px);
        height: auto;
        float: none;
        margin-right: 0;
    }
    .readLeft .readLeftList ul li a.img img{
        width: 100%;
        height: auto;
        object-fit: cover;
    }
    .readLeft .readLeftList ul li p{
        width: calc(70%);
        height: auto;
        line-height: 1.8;
        font-size: 14px;
    }
    .readRight{
        border-left: none;
        width: auto;
        padding-left: 0;
        font-size: 15px;
        float: none;
    }
    .readRight .relatedReading{
        width: 100%;
        float: none;
    }
    .readRight .relatedReading h3{
        width: auto;
        height: auto;
        font-size: 26px;
        text-align: center;
        font-weight: normal;
        color: #333;
        height: 70px;
        line-height: 70px;
        position: relative;
        margin-bottom: 15px;

    }
    .readRight .relatedReading h3::after {
        content: '';
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
        width: 50px;
        height: 6px;
        border-radius: 6px;
        background-color: #0099FF;
    }
    .readRight .relatedReading ul li{
        width: auto;
        font-size: 14px;
    }

    .newsIndexBox{
        width: auto;
    }
    .newsIndexBox .newsIndexLeft{
        width: auto;
        margin: 0 20px;
        float: none;
    }
    .headlines{
        width: auto;
        height: auto;
    }
    .headlines h3{
        font-size: 18px;
        width: auto;
        height: 40px;
        line-height: 40px;
    }
    .headlines ul{
        margin-bottom: 20px;
    }
    .headlines ul li{
        width: auto;
        font-size: 14px;
        /** 超出部分省略号 */
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .panoNews{
        width: 100%;
        height: auto;
    }
    .newsTitle01{
        width: auto;
        height: auto;
        position: static;
        display: flex;
        align-items: center;
        margin-bottom: 20px;
    }
    .newsTitle01 b{
        position: static;
    }
    .newsTitle01 h3{
        position: static;
        width: auto;
        margin-left: 10px;
        font-size: 24px;
    }
    .panoNewsCont h4{
        font-size: 16px;
        height: 32px;
        line-height: 32px;
        width: auto;
        margin-bottom: 10px;
    }   
    .newsList01{
        /* border: 1px solid; */
    }
    ul.newsList01 li{
        font-size: 14px;
        padding-left: 16px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
    .newsIndexBox .newsIndexRight{
        width: auto;
        float: none;
        margin: 0 20px;
    }
   .focus{
        width: auto;
        display: none;
    }
    .focusKeyWord{
        display: none;
    }
    .recommendedImg{
        width: auto;
        height: auto;
    }
    .recommendedImg ul{
        width: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start
    }
    .recommendedImg ul li{
        width: calc(50% - 5px);
        height: auto;
        margin-bottom: 10px;
        float: none;
        padding-right: 0;
    }
    .recommendedImg ul li a{
        width: 100%;
        height: auto;
    }
    .recommendedImg ul li img{
        margin-top: 0 !important;
        width: 100% !important;
        height: auto !important;
        object-fit: cover;
    }
    .recommendedImg ul li i{
        width: 100%;
    }
    .recommendedImg ul li p{
        width: 100%;
        font-size: 12px;
    }
    .bannerT01{
        width: auto;
    }
    .bannerT01 ul{
        width: auto;
    }
    .bannerT01 ul li{
        width: auto;
    }
    .bannerT01 img{
        width: 100%;
        object-fit: cover;
    }
    .tabbox{
        width: auto;
        height: auto;
    }
    

    .tabbox .tabTitle{
        width: auto;
        height: auto;
        position: static;
        display: flex;
        align-items: center;
        margin-bottom: 30px;
    }
    .tabbox .tabTitle i{
        position: static;
    }
    .tabbox .tabTitle ul{
        padding-left: 10px;
    }
    .tabbox .tabTitle ul li{
        font-size: 26px;
    }
    /* .newsTitle01 h3{
        position: static;
        width: auto;
        margin-left: 10px;
        font-size: 24px;
    } */
    .tabContBox .tabContList01 h3, .tabContBox .tabContList02 h3 {
        font-size: 16px;
        height: 32px;
        line-height: 32px;
        width: auto;
        margin-bottom: 10px;
    }
    .expodynamicNews{
        width: auto;
        height: auto
    }
    .expodynamicNews .expodynamicCont01 h4{
        font-size: 16px;
        height: 32px;
        line-height: 32px;
        width: auto;
        margin-bottom: 10px;
    }
    .banner02{
        width: auto;
        height: auto;
        padding-bottom: 0;
    }
    .banner02 img{
        width: 100%;
        height: auto;
        object-fit: cover;
    }
    .mjdpNews .newsTitle01{
        height: auto;
    }
    .mjdpNews{
        width: auto;
        height: auto;
        padding-right: 0;
    }
    .expoVideo{
        width: auto;
        margin-bottom: 20px;
    }
    .expoVideo ul{
        width: 100%;
    }
    .expoVideo ul li.videoFirst{
        width: 100%;
    }
    .panoIndexList{
        width: auto;
        height: auto;
        margin: 0 20px;
    }
    .panoIndexList ul{
        width: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
    }

    .panoIndexList ul li{
        width: calc( 50% - 10px);
        height: auto;
        float: none;
        margin-right: 0;
        /* position: static; */
        margin-bottom: 20px;
    }
    .panoIndexList ul li a.img{
        width: 100%;
        height: auto;
    }
    .panoIndexList ul li img{
        width: 100%;
        height: auto;
        object-fit: contain;
    }
    .panoIndexList ul li p{
        font-size: 14px;
        height: 50px;
        line-height: 50px;
    }
    .panoIndexList ul li a.img span, .panoIndexList ul li a.img b{
        left: 50%;
        top: 50%;
        transform: translateY(-15px);
        transform: translateX(-70px);
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 0;
    }
   
    
    .panoIndexList ul li:hover a.img b{
        display: none;
        animation: normal;
    }
    .panoIndexList ul .blackBg{
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: rgba(0,0,0,0.8);
    }
    .panoIndexList ul li p{
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

}
