@charset "utf8";
@media screen and (orientation:portrait){
    /*************** 公共 ***************/
    /*************** 公共 ***************/
    /*************** 公共 ***************/
    body{
        font-size: 0.3rem;
    }
    a{
        font-size: 0.3rem;
    }
    .img_scale img{
        transition: none;
    }
    .img_scale:hover img{
        transform: scale(1);
    }
    /*************** 公共完 ***************/
    /*************** 公共完 ***************/
    /*************** 公共完 ***************/
    
    /* 导航 */
    .nav{
        width: 100%;
        height: 0.8rem;
        overflow: hidden;
        position: relative;
        padding: 0 0.2rem;
        box-sizing: border-box;
        background: #fff;
        box-shadow: 0 0.1rem 0.1rem rgba(0, 0, 0, 0.2);
        z-index: 10;
    }
    .nav_main{
        width: auto;
        height: 100%;
        white-space: nowrap;
        padding-right: 0.4rem;
        box-sizing: border-box;
        position: absolute;
    }
    .nav_main a{
        margin-right: 0.2rem;
        line-height: 0.8rem;
        color: #333;
        font-size: 0.26rem;
    }
    .icon_navList{
        width: 0.67rem;
        height: 0.48rem;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        background: url(../images/icon_navlist2023.png) no-repeat;
        background-size: contain;
    }
    .nav_main .nav_active{
        font-size: 0.3rem;
        font-weight: bold;
    }
    .head_fixed{
        position: fixed;
        top: 0;
        z-index: 900;
    }
    
    /* 网站地图 */
    .navlist{
        width: 100%;
        height: 0;
        background: #fff;
        padding: 0 0.2rem;
        box-sizing: border-box;
        position: fixed;
        top: 0.8rem;
        left: 0;
        z-index: 1000;
        background: #f6f6f6;
        overflow-y: scroll;
        transition: height 0.2s; 
    }
    .navlist_head{
        width: 100%;
        height: 1rem;
        line-height: 1rem;
        font-size: 0.3rem;
        font-weight: bold;
        border-bottom: 1px solid #e2e2e2;
    }
    .navlist_close{
        font-size: 0.3rem;
        line-height: 0.5rem;
        padding: 0 0.2rem;
        position: absolute;
        right: 0.2rem;
        top: 0.2rem;
    }
    .navlist_item{
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-top: 0.1rem;
    }
    .navlist_item_tit{
        width: 100%;
        line-height: 0.6rem;
        font-size: 0.26rem;
        font-weight: bold;
        text-align: left;
    }
    .navlist_main{
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .navlist_main a{
        display: inline-block;
        width: 22%;
        line-height: 0.5rem;
        background: #fff;
        font-size: 0.26rem;
        margin: 0.1rem 1%;
        box-sizing: border-box;
        text-align: center;
        white-space: nowrap;
    }
    .navlist_main .nevlist_main_zazhi{
        width: 47%;
    }
    /* 导航完 */

    /* 返回顶部 */
    .gotop{
        border-radius: 0.1rem;
        bottom: 1rem;
        right: 0.2rem;
        width: 0.8rem;
        height: 0.8rem;
        opacity: 0.8;
    }
    /* 返回顶部完 */

    /* 底部_简单版 */
    .foot_simple{
        height: auto;
        overflow: hidden;
        font-size: 0.26rem;
        display: block;
        text-align: center;
        padding: 0.2rem 0;
        margin-top: 1rem;
        line-height: 1.5em;
    }
    .foot_simple a{
        font-size: 0.26rem;
        margin-left: 0;
        color: #fff;
        display: block;
    }
    /* 底部_简单版完 */

    /* 分页 */
    .page_box{
        width: 100%;
        height: 0.5rem;
        padding-top: 0.5rem;
        font-size: 0;
    }
    .page_box span{
        display: none;
    }
    .page_box a{
        display: none;;
    }
    .page_box .page_prev, .page_box .page_next{
        display: block;
        height: 100%;
        padding: 0 0.2rem;
        line-height: 0.5rem;
        border: 1px solid #cccccc;
        color: #333;
        font-size: 0.26rem;
        box-sizing: border-box;
    }
    .page_box a:hover{
        background: #fff;
    }
    /* 分页完 */

    
    /*********** 组件 ***********/
    /*********** 组件 ***********/
    /*********** 组件 ***********/

    /******* 顶部通栏 *******/
    .banner{
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    /******* 顶部通栏完 *******/
    
    /* --------------------------------------------------------------- */

    /******* 轮播图 *******/
    .swiper_button{
        width: 0.3rem;
        height: 0.9rem;
        background-color: var(--themes_color);
    }
    .swiper-pagination{
        padding-right: 0.1rem;
    }
    /* 常规-轮播图完-标题在下 */
    .swiper_normal_title_down .swiper-pagination{
        text-align: right;
        bottom: 1.4rem;
    }
    .swiper_normal_title_down .swiper_button{
        top: 40%;
    }
    .swiper_normal_title_down .swiper_img{
        height: 4.33rem;
    }
    /* 常规-轮播图完-标题在下完 */
    
    /* 常规-轮播图-标题在内 */
    .swiper_normal_title_inner .swiper-pagination{
        text-align: center;
        bottom: 0.2rem;
        height: 0.1rem;
    }
    .swiper_normal_title_inner_text{
        padding: 0.6rem 0.1rem 0.26rem 0.1rem;
    }
    .swiper_normal_title_inner_text span{
        margin-top: 0.1rem;
    }
    /* 常规-轮播图完-标题在内完 */
    
    /* 轮播图-多图-标题在内铺满-隐藏 */
    .swiper_multi_title_inner_hide{
        width: 100%;
        height: auto;
        overflow: hidden;
        padding-bottom: 0.2rem;
    }
    .swiper_multi_title_inner_hide .swiper-slide{
        width: 5rem;
    }
    .col3 .swiper_multi_title_inner_hide .swiper-slide{
        width: 5rem;
    }
    .col4 .swiper_multi_title_inner_hide .swiper-slide{
        width: 5rem;
    }
    .col3 .swiper_multi_title_inner_hide_img{
        height: 3.18rem;
    }
    .col4 .swiper_multi_title_inner_hide_img{
        height: 3.18rem;
    }
    .swiper_multi_title_inner_hide_text{
        width: 100%;
        height: auto;
        background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.6));
        bottom: 0;
        transition: none;
        padding: 0.6rem 0.1rem 0.1rem 0.1rem;
    }
    /* 轮播图-多图-标题内铺满-隐藏完 */

    /* 轮播图-多图-标题在下 */
    .swiper_multi_title_down{
        width: 100%;
        height: 100%;
        overflow: hidden;
    }
    .swiper_multi_title_down .swiper-slide{
        width: 5rem;
        height: 100%;
    }
    .swiper_multi_title_down .swiper_img{
        height: calc(100% - 1.2rem);
    }
    .swiper_multi_title_down_text{
        height: 1.2rem;
        padding: 0 0.1rem;
    }
    /* 轮播图-多图-标题在下完 */
    
    /* 多图-全屏-轮播图 */
    .swiper_multi_full{
        width: 100%;
        height: 4.18rem;
    }
    .swiper_multi_full .swiper-slide{
        width: 5rem;
        height: 100%;
    }
    .swiper_multi_full_img{
        height: 3.18rem;
    }
    .swiper_multi_full_text{
        height: 1rem;
        padding: 0 0.2rem;
        text-align: left;
        box-sizing: border-box;
    }
    /* 多图-全屏-轮播图完 */
    /******* 轮播图完 *******/

    /* --------------------------------------------------------------- */

    /******* 列表 *******/
    /** 标题列表  **/
    .lits_title{
        width: 100%;
    }
    .lits_title_item{
        display: block;
        width: 100%;
        height: auto;
        text-overflow:inherit;
        white-space:inherit;
        float: none;
        margin-right: 0;
        transition: none;
        line-height: 1.5em;
        padding-bottom: 0.3rem;
        margin-bottom: 0.3rem;
        border-bottom: 1px solid #e2e2e2;
    }
    .lits_title_item:last-of-type{
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0;   
    }
    .lits_title_item:hover{
        color: #333;
        padding-left: 0;
        background: none;
        font-weight: normal;
    }
    /** 标题列表完  **/

    /** 标题摘要列表  **/
    .lists_title_des_item{
        margin-bottom: 0.3rem;
        padding-bottom: 0.3rem;
    }
    .lists_title_des_item span{
        margin-top: 0.1rem;
        font-size: 0.26rem;
    }
    .lists_title_des_item:hover p{
        font-weight: normal;
        color: #333;
    }
    .col2 .lists_title_des_item{
        width: 100%;
        float: none;
    }
    .col2 .lists_title_des_item:nth-of-type(2n){
        float: none;
    }
    /** 标题摘要列表完  **/
    
    /** 标题缩略图摘要列表  **/
    .lists_thumb_title_des_item{
        padding-bottom: 0.3rem;
        margin-bottom: 0.3rem;
    }
    .col1 .lists_thumb_title_des_item{
        height: 1.4rem;
    }
    .lists_thumb_title_des_item:last-of-type{
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
    }
    .col1 .lists_thumb_title_des_img{
        width: 2.2rem;
    }
    .col1 .lists_thumb_title_des_text{
        width: calc(100% - 2.4rem);
    }
    .col2 .lists_thumb_title_des_item{
        width: 100%;
        float: none;
    }
    .col2 .lists_thumb_title_des_item:nth-of-type(2n){
        float: none;
    }

    .lists_thumb_title_des_img{
        height: 100%;
        float: left;
    }
    .lists_thumb_title_des_text{
        height: 100%;
    }
    .lists_thumb_title_des_text span{
        margin-top: 6px;
        color: #999;
        display: block;
    }
    .lists_thumb_title_des_item:hover .lists_thumb_title_des_text p{
        color: var(--themes_color);
    }
    /** 标题缩略图摘要列表完  **/
    
    /** 标题缩略图列表（旧）  **/
    .list_thumb_title_dis{
        width: 100%;
        overflow: hidden;
    }
    .list_thumb_title_dis_item{
        height: 1.4rem;
        padding-bottom: 0.3rem;
        margin-bottom: 0.3rem;
    }
    .list_thumb_title_dis_item_img{
        width: 2.2rem;
        height: 100%;
        float: left;
    }
    .list_thumb_title_dis_item_text{
        width: calc(100% - 2.4rem);
    }
    .list_thumb_title_dis_item_text span{
        font-size: 0.26rem;
        margin-top: 0.1rem;
        display: none;
    }
    /** 标题缩略图摘要列表（旧）  **/

    /* 标题缩略图来源列表 */
    .lists_thumb_title_copfrom_item{
        padding-bottom: 0.3rem;
        margin-bottom: 0.3rem;
    }
    .lists_thumb_title_copfrom_item{
        height: 1.4rem;
    }
    .lists_thumb_title_copfrom_img{
        width: 2.2rem;
    }
    .lists_thumb_title_copfrom_text{
        width: calc(100% - 2.4rem);
    }
    .lists_thumb_title_copfrom_text_b{
        font-size: 0.26rem;
    }
    .lists_thumb_title_copfrom_text_b span{
        margin-right: 0.1rem;
    }
    .lists_thumb_title_copfrom_item:hover .lists_thumb_title_copfrom_title{
        color: #333;
    }
    /* 标题缩略图来源列表完 */
    
    /******* 列表完 *******/

    /* --------------------------------------------------------------- */

    /******* 静态图片 *******/
    /* 静态图片-标题在内-隐藏 */
    /* 默认4张 */
    .staImg_title_inner_hide{
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .staImg_title_inner_hide_item{
        width: 3.3rem;
        height: 198px;
        display: block;
        float: left;
        margin-right: 20px;
        position: relative;
    }
    .staImg_title_inner_hide_img{
        height: 2.1rem;
    }
    .staImg_title_inner_hide_item_text{
        height: auto;
        position: initial;
        display: block;
        color: #333;
        background: none;
        padding: 0;
        transition: none;
        margin-top: 0.1rem;
    }
    /* 静态图片-标题在内-隐藏完 */
    
    /* 静态图片-标题摘要 */
    .staImg_title_des{
        width: 100%;
        height: auto;
        overflow: hidden;
        margin: 0 auto;
    }
    .staImg_title_des_item{
        height: 1.4rem;
        float: none;
        margin-right: 0;
        margin-bottom: 0.3rem;
        padding-bottom: 0.3rem;
        text-align: left;
        border-bottom: 1px solid #e2e2e2;
    }
    .staImg_title_des_item:last-of-type{
        border-bottom: none;
        padding-bottom: 0;
    }
    .staImg_title_des_img{
        width: 2.2rem;
        height: 100%;
        float: left;
    }
    .col3 .staImg_title_des_item{
        width: 100%;
    }
    .col4 .staImg_title_des_item{
        width: 100%;
    }
    .staImg_title_des_item:nth-of-type(3n){
        margin-right: 0;
    }
    .col3 .staImg_title_des_img{
        height: 100%;
    }
    .col4 .staImg_title_des_img{
        height: 100%;
    }
    .staImg_title_des_text{
        width: calc(100% - 2.4rem);
        height: 100%;
        margin-top: 0;
        display: flex;
        align-items: center;
        float: right;
    }
    .staImg_title_des_text span{
        color: #666;
        font-size: 16px;
        margin-top: 10px;
        display: block;
    }
    .staImg_title_des_line{
        display: none;
    }
    .staImg_title_des_item:hover .staImg_title_des_line{
        width: 100%;
    }
    .staImg_title_des_item:hover p{
        font-weight: normal;
        color: #333;
    }
    /* 静态图片-标题摘要完 */ 
    
    /******* 静态图片完 *******/

    /* --------------------------------------------------------------- */

    /******* 图片标题 *******/
    /* 有背景颜色标题 */
    .title_img_color{
        height: 1.2rem;
    }
    .title_img_color p{
        padding: 0 0.1rem;
    }
    /* 有背景颜色标题完 */

    /* 渐变背景标题 */
    .title_img_linear{
        padding: 0.6rem 0.1rem 0.1rem 0.1rem;
    }
    .title_img_linear span{
        margin-top: 0.1rem;
    }
    /* 渐变背景标题完 */
    /******* 图片标题完 *******/

    /* --------------------------------------------------------------- *

    /******* 栏目标题 *******/
    /* 标题1 */
    .m_title1{
        width: 6.8rem;
        margin: 0 auto;
        margin-top: 0.6rem;
        border-bottom: 2px solid #e2e2e2;
    }
    .m_title1 p{
        float: left;
        line-height: 0.8rem;
    }
    .m_title1 a{
        float: right;
        line-height: 0.8rem;
    }

    /* 标题2 */
    .m_title2{
        position: relative;
        height: 0.6rem;
        width: 6.8rem;
        margin: 0 auto;
    }
    .m_title2_line{
        height: 2px;
    }
    .m_title2_main{
        padding: 0 0.4rem;
        border: 2px solid var(--themes_color);
    }
    .m_title2_main p{
        max-width: 100%;
        line-height: inherit;
    }
    .m_title2_more{
        position: absolute;
        right: -60px;
        top: 0;
    }

    /* 标题3 */
    .m_title3{
        height: 0.6rem;
        width: 6.8rem;
        margin: 0 auto;
        margin-top: 0.6rem;
    }
    .m_title3_line{
        height: 0.2rem;
    }
    .m_title3_main{
        height: 0.6rem;
        line-height: 0.6rem;
        padding: 0 0.3rem;
    }
    .m_title3_triangle{
        border: 0.6rem solid;
        border-color: var(--themes_color) transparent transparent transparent;
    }
    .m_title3_triangle_l{
        left: -0.6rem;
    }
    .m_title3_triangle_r{
        right: -0.6rem;
    }
    .m_title_skew_line{
        width: 0.1rem;
        height: 0.62rem;
        top: -0.02rem;
    }
    .m_title_skew_line_l{
        left: -0.4rem;
    }
    .m_title_skew_line_r{
        right: -0.4rem;
    }
    .m_title3_text{
        width: 100%;
        white-space: nowrap;
        padding: 0;
        text-align: center;
    }

    /* 标题4 */
    .m_title {
        width: 100%;
        margin-top: 0.5rem;
        font-size: 0.4rem;
    }
    .m_title4_t{
        height: 0.6rem;
    }
    .m_title4_line{
        width: 20%;
        height: 0.4rem;
        top: 0.1rem;
    }
    .m_title4_line span{
        margin-left: 3%;
    }
    .m_title4_line_l span:nth-of-type(1){
        width: 80%;
        margin-left: 0;
    }
    .m_title4_line_l span:nth-of-type(2){
        width: 7%;
    }
    .m_title4_line_l span:nth-of-type(3){
        width: 7%;
    }
    .m_title4_line_r span:nth-of-type(1){
        width: 7%;
    }
    .m_title4_line_r span:nth-of-type(2){
        width: 7%;
    }
    .m_title4_line_r span:nth-of-type(3){
        width: 80%;
    }
    .m_title4_text{
        line-height: 0.6rem;
        margin: 0 0.1rem;
    }
    .m_title4_b{
        width: 50%;
        height: 4px;
        margin-top: 0.06rem;
    }

    /* 标题5 */
    .m_title5{
        height: 1rem;
        width: 6.8rem;
        margin: 0 auto;
        margin-top: 0.6rem;
    }
    .m_title5_triangle{
        width: 0.1rem;
        height: 0.6rem;
    }
    .m_title5_triangle_l{
        left: -0.1rem;
    }
    .m_title5_triangle_r{
        right: -0.1rem;
        top: 0.4rem;
    }
    .m_title5_text{
        line-height: 0.6rem;
        padding: 0 0.4rem;
        margin-top: 0.2rem;
    }
    /******* 栏目标题完 *******/
    /* --------------------------------------------------------------- */
    
    
    body .in_pc{
        display: none;
    }
    body .in_wap{
        display: block;
    }
}