@media (max-width: 995px) {
    body {
        width: 100%;
        background: #fff;
    }

    /* 首页导航 */
    /*.navBox {*/
    /*    height: 1.5rem;*/
    /*}*/

    /*.nav {*/
    /*    width: 100%;*/
    /*}*/

    /*.nav .nav_logo {*/
    /*    width: 4rem;*/
    /*    height: auto;*/
    /*    position: absolute;*/
    /*    top: 0.3rem;*/
    /*    left: 0.3rem;*/
    /*}*/

    /*.nav .nav_logo img {*/
    /*    height: auto;*/
    /*}*/

    /*.nav_search {*/
    /*    display: none;*/
    /*}*/

    /*.nav-tab {*/
    /*    display: none;*/
    /*}*/

    /*.nav_phone_search {*/
    /*    display: inline-block;*/
    /*    width: 0.5rem;*/
    /*    height: 0.5rem;*/
    /*    position: absolute;*/
    /*    top: 0.4rem;*/
    /*    right: 1.2rem;*/
    /*}*/

    /*.nav_phone_search img {*/
    /*    width: 100%;*/
    /*    height: 100%;*/
    /*}*/

    /*.nav_phone_list {*/
    /*    display: inline-block;*/
    /*    width: 0.5rem;*/
    /*    height: 0.5rem;*/
    /*    position: absolute;*/
    /*    top: 0.4rem;*/
    /*    right: 0.5rem;*/
    /*}*/

    /*.nav_phone_list img {*/
    /*    width: 100%;*/
    /*    height: 100%;*/
    /*}*/

    /*.searchBox {*/
    /*    display: block;*/
    /*    position: fixed;*/
    /*    width: 100%;*/
    /*    height: 2.5rem;*/
    /*    background: #474747;*/
    /*    top: -10rem;*/
    /*    z-index: 999;*/
    /*}*/

    /*.searchBox-cont {*/
    /*    width: 100%;*/
    /*    height: 100%;*/
    /*    position: relative;*/
    /*}*/

    /*.searchBox-cont-top {*/
    /*    position: relative;*/
    /*    width: 80%;*/
    /*    height: 0.8rem;*/
    /*    border-radius: 5px;*/
    /*    background: #fff;*/
    /*    margin-top: 0.5rem;*/
    /*    margin-left: 10%;*/
    /*}*/

    /*.searchBox-cont-top input {*/
    /*    height: 0.6rem;*/
    /*    position: absolute;*/
    /*    top: 0.1rem;*/
    /*    left: 0.2rem;*/
    /*    background: none;*/
    /*    border: none;*/
    /*    outline: none;*/
    /*}*/

    /*.searchBox-cont-top img {*/
    /*    width: 0.3rem;*/
    /*    height: auto;*/
    /*    position: absolute;*/
    /*    top: 0.25rem;*/
    /*    right: 0.3rem;*/
    /*}*/

    /*.searchBox-cont-bot {*/
    /*    width: 80%;*/
    /*    margin-top: 0.4rem;*/
    /*    margin-left: 10%;*/
    /*    text-align: right;*/
    /*    color: #fff;*/
    /*    font-size: 0.35rem;*/
    /*}*/

    /*.cover {*/
    /*    display: none;*/
    /*    background: rgba(0, 0, 0, 0.5);*/
    /*    position: fixed;*/
    /*    top: 0;*/
    /*    left: 0;*/
    /*    bottom: 0;*/
    /*    right: 0;*/
    /*    z-index: 9999;*/
    /*}*/

    /*.hrefListbox {*/
    /*    display: block;*/
    /*    position: fixed;*/
    /*    top: 0;*/
    /*    left: 100%;*/
    /*    bottom: 0;*/
    /*    right: 0;*/
    /*    z-index: 9999;*/
    /*}*/

    /*.hrefList {*/
    /*    width: 50%;*/
    /*    height: 100%;*/
    /*    background: #fff;*/
    /*    float: right;*/
    /*}*/

    /*.hrefList ul li {*/
    /*    border-bottom: 1px #eee solid;*/
    /*    height: 1.2rem;*/
    /*    line-height: 1.2rem;*/
    /*    padding-left: 0.5rem;*/
    /*    font-size: 0.3rem;*/
    /*}*/

    /*.hrefList ul li a {*/
    /*    color: #626262;*/
    /*    text-decoration: none;*/
    /*}*/
    /*移动端导航样式*/
    nav:not(.mm-menu) {
        display: none;
    }

    em {
        font-style: normal;
    }

    .clearfix:after {
        content: " ";
        display: block;
        clear: both;
        height: 0;
    }

    .header {
        background: #fff;
        font-weight: bold;
        color: #fff;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        height: 60px;
        padding: 0 18px;
        position: fixed;
        z-index: 2000;

    }

    .header.fixed {
        position: fixed;
        top: 0;
        left: 0;
    }

    .header .menu {
        background: center center no-repeat transparent;
        background-image: url(../../img/btn.png);
        background-size: 100% auto;
        display: block;
        width: 35px;
        height: 30px;
        position: absolute;
        top: 20px;
        right: 64px;
    }

    .header .dh {
        background: center center no-repeat transparent;
        background-image: url(../../img/btn22.png);
        background-size: 100% auto;
        display: block;
        width: 35px;
        height: 30px;
        position: absolute;
        top: 17px;
        right: 18px;
    }

    .logo {
        margin: auto;
        height: 50px;
        padding-top: 8px;
        text-align: center;
    }

    .logo img {
        height: 50px;
        width: auto;
        display: block;
    }

    .mm-panels>.mm-panel.mm-hasnavbar {
        padding-top: 70px;
    }

    .partner {
        padding: 1rem 0.5rem;
    }

    .partner img {
        width: 100%;
        height: auto;
    }


    .part {
        padding: 1rem 0;
        background-color: #F5F5F5;
    }

    .part li {
        width: 33.33%;
        float: left;
        text-align: center;
    }

    .part li .bor {
        border-right: 1px solid #ccc;
    }

    .part li:last-child .bor {
        border-right: none;
    }

    .part li h3 {
        font-size: 0.75rem;
        margin-bottom: 0.5rem;
    }

    .part li h3 span {
        font-size: 1.5rem;
        color: #006ABE;
    }

    .part li p {
        line-height: 1.125rem;
        color: #666;
    }

    .sousuo {
        height: 38px !important;
        position: absolute;
        top: -10px;
        left: -40px;
        width: 100%;
        z-index: 200;
        background: rgba(0, 0, 0, 0.8);
        padding: 0.5rem 0;
        display: none;
    }

    .ss_box {
        max-width: 1000px;
        margin: auto;
        padding-right: 120px;
        box-sizing: border-box;
        position: relative;
        padding-left: 10px;
    }

    .ss_box input {
        border: 1px solid #ddd;
        background: no-repeat;
        padding: 4px 0;
        line-height: 30px;
        border-radius: 5px;
        color: #fff;
        text-indent: 1em;
        width: 100%;
    }

    .ss_box button {
        width: 100px;
        height: 40px;
        border-radius: 5px;
        position: absolute;
        top: 0;
        right: 10px;
        background: #3988e4;
        border: none;
        color: #fff;
    }

    .sousuo {
        margin: 20px 20px 20px 20px;
        position: relative;
        padding-right: 100px;
        border-radius: 5px;
        overflow: hidden;
    }

    .sousuo input {
        width: 100%;
        line-height: 26px;
        padding: 5px 10px;
        box-sizing: border-box;
        border: 1px solid #e1e1e1
    }

    .sousuo button {
        width: 100px;
        height: 38px;
        background: #004e97;
        color: #fff;
        position: absolute;
        top: 0;
        right: 0;
        border: none;
    }

    .mm-title {
        font-size: 0.4rem !important;
    }

    .mm-navbar .mm-btn {
        top: 0.25rem !important;
    }
       
    /* 轮播 */
    .swiper {
        display: none;
    }

    .swiperPhone {
        display: block;
        width: 100%;
        height: auto;
        margin-top: 60px;
    }

    .swiper-pagination-bullet {
        width: 0.2rem !important;
        height: 0.2rem !important;
    }

    .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: 0.2rem !important;
    }

    .news-cont-right .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: 0.5rem !important;
    }

    .news-cont-right .swiper-pagination span {
        width: 0.2rem !important;
        height: 0.2rem !important;
    }

    .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0px 2px;
    }



    /* 中间内容 */
    .contBox {
        width: 100%;
        margin-top: 0rem;
    }

    .cont {
        width: auto;
        margin: 0 0.2rem;
    }

    /* 轮播 */
    .cont-lun-news {
        width: 100%;
    }

    .cont-swiper {
        margin-top: 0.3rem;
        width: 100%;
        height: 4rem;
        display: block;
    }

    .cont-swiper .swiper-wrapper {
        position: relative;
    }

    .cont-swiper .swiper-wrapper .cont-swiper-nr {
        width: 100%;
        height: 0.8rem;
        line-height: 0.8rem;
        font-size: 0.28rem;
        padding-left: 0.2rem;
    }
    .cont-swiper .swiper-wrapper .cont-swiper-nr span{
        width: 75%;
        font-size: 0.28rem;
        color: #FFFFFF;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .cont-swiper .swiper-pagination-bullet {
        width: 5px !important;
        height: 5px !important;
    }

    .cont-swiper .swiper-container-horizontal>.swiper-pagination-bullets,
    .cont-swiper .swiper-pagination-custom,
    .cont-swiper .swiper-pagination-fraction {
        bottom: 23px;
        left: 0;
        width: 98%;
        height: 10px;
    }

    .cont-swiper .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 3px;
    }

    .cont-swiper .swiper-container {
        position: relative;
    }

    .cont-swiper .swiper-button-next,
    .cont-swiper .swiper-button-prev {
        /* display: none; */
        width: 0.45rem;
        height: 0.6rem;
    }

    .cont-swiper .swiper-button-next img,
    .cont-swiper .swiper-button-prev img {
        width: 100%;
        height: 100%;
    }

    .cont-swiper .swiper-button-next {
        position: absolute;
        top: 1.6rem;
        right: 0.2rem;
    }

    .cont-swiper .swiper-button-prev {
        position: absolute;
        top: 1.6rem;
        left: 0.2rem;
    }

    /* 总局新闻 */
    .cont-news {
        width: 100%;
        display: block;
        margin-top: 0.4rem;
    }

    .commont-tab {
        width: 100%;
        border-bottom: 1px solid #DCDCDC;
    }

    .commont-tab ul {
        display: inline-block;
    }

    .commont-tab ul li {
        display: inline-block;
        font-size: 0.36rem;
        font-family: "MicrosoftYaHei";
        font-weight: bold;
        color: rgba(43, 43, 43, 1);
        margin-right: 0.6rem;
        padding-bottom: 0.15rem;
    }

    .commont-tab-more {
        display: inline-block;
        float: right;
        font-size: 0.30rem;
        font-weight: 400;
        color: rgba(0, 78, 151, 1);
        padding-top: 2px;
    }

    .commont-tab-more a {
        font-size: 0.28rem;
        color: rgba(0, 78, 151, 1);
        text-decoration: none;
    }

    .news-listBox {
        margin-top: 12px;
    }
 
    .news-list ul li {
        margin-bottom:0.2rem;
        position: relative;
        height: 1rem;
    }

    .news-list ul li:last-child {
        margin-bottom: 0 !important;
    }

    .news-list ul li a {
        font-size: 0.32rem;
        font-weight: 400;
        color: rgba(51, 51, 51, 1);
    }

    .news-list ul li a>span {
        width: 100%;
        line-height: 0.5rem;
    }

    .news-time {
        float: right;
        font-size: 0.32rem;
        color: rgba(153, 153, 153, 1);
    }
    .cont-news .news-time{
        position: absolute;
        bottom: 0;
        right: 0;
    }

    /* 中间内容 */
    .cont-main {
        width: 100%;
    }

    /* 左侧内容 */
    .main-left {
        width: 100%;
        margin-top: 0.4rem;
        display: block;
    }

    /* 国资动态与行业资讯  */
    .cont-dynamic {
        width: 100%;
    }

    .main-left-news1,
    .main-left-news2 {
        width: 100%;
        display: block;
    }

    .main-left-news2 {
        margin-left: 0;
        margin-top: 0.4rem;
    }

    .main-left-listBox {
        margin-top: 0.28rem;
    }

    .main-left-list ul li {
        margin-bottom: 0.32rem;
        height: 0.34rem;
    }

    .main-left-list ul li:last-child {
        margin-bottom: 0 !important;
    }

    .main-left-list ul li a {
        font-size: 0.32rem;
        font-weight: 400;
        color: rgba(51, 51, 51, 1);
    }

    .main-left-list ul li a .title {
        width: 75%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }


    /* 主营业务 */
    .cont-business {
        width: 100%;
        margin-top: 0.4rem;
    }

    .business-list {
        width: 100%;
        margin-top: 0.3rem;
    }

    .business-list ul li {
        float: left;
        width: 3.45rem;
        height: 3.45rem;
        margin-left: 0.2rem;
        margin-bottom: 0.2rem;
        position: relative;
    }

    .business-list ul li:first-child {
        margin-left: 0 !important;
    }

    .business-list ul li:nth-child(3) {
        margin-left: 0 !important;
    }

    .business-list ul li:nth-child(4) {
        margin-left: 0.2rem !important;
        margin-bottom: 0.2rem !important;
    }

    .business-list ul li:nth-child(5) {
        margin-left: 0 !important;
        margin-bottom: 0 !important;
    }

    .business-list ul li:nth-child(6) {
        margin-left: 0.2rem !important;
        margin-bottom: 0 !important;
    }

    .business-pic {
        width: 100%;
        height: 100%;
        position: relative;
    }

    .business-pic img {
        display: block;
        width: 100%;
        height: 100%;
    }

    .business-cover {
        width: 100%;
        height: 0.8rem;
        position: absolute;
        bottom: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.7);
        z-index: 10;
    }

    .business-info {
        width: 100%;
        height: 0.8rem;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 50;
        color: #fff;
    }

    .business-info-tit {
        width: 100%;
        text-align: center;
        height: 0.8rem;
        line-height: 0.8rem;
        font-size: 0.32rem;
    }

    .business-info-cont {
        height: 0;
        overflow: hidden;
        line-height: 20px;
        margin-top: 16px;
        padding: 0 33px;
        font-size: 14px;
        color: rgba(255, 255, 255, 1);
    }


    /* 热点专题 */
    .cont-hot {
        width: 100%;
        margin-top: 0.4rem;
    }

    .hot-list {
        width: 100%;
        margin-top: 0.2rem;
    }

    .hot-list-bigpic {
        width: 100%;
        height: 1.6rem;
    }

    .hot-list-bigpic img {
        width: 100%;
        height: auto;
    }

    .hot-list-bigArr {
        width: 100%;
        height: auto;
        margin-top: 0.2rem;
    }

    .hot-list-bigArr ul li {
        float: left; 
        width: 2.23rem;
        height: auto;
        margin-left: 0.2rem;
    }

    .hot-list-bigArr ul li:first-child {
        margin-left: 0 !important;
    }

    .hot-list-bigArr ul li img {
        width: 100%;
        height: auto;
    }

    /* 榜样与文化 */
    .cont-example {
        width: 100%;
        margin-top: 0.4rem;
    }

    .example-pic {
        width: 100%;
        height: 100%;
        margin-top: 0.32rem;
        object-fit: cover;
    }

    .example-pic img {
        width: 100%;
        height: auto;
    }

    .cont-example .main-left-list ul li {
        margin-bottom: 0.38rem;
    }


    /* 中间内容右侧 */
    .main-right {
        width: 100%;
        display: block;
        margin-top: 0;
        background: none;
    }

    .main-rightBox {
        padding: 0;
    }

    .cont-noticeAndperson {
        width: 100%;
    }

    /* 通知公告 */
    .cont-notice {
        margin-top: 0.3rem;
    }

    .cont-noticeAndperson .main-left-list ul li a .title {
        width: 100%;
    }
    .cont-noticeAndperson .main-left-list ul li a .addTime {
        float: right;
        font-size: 0.32rem;
        color: rgba(153, 153, 153, 1);
    }

    /* 人才招聘 */
    .cont-person {
        margin-top: 0.3rem;
    }

    /* 宣传片 */
    .cont-propaganda {
        margin-top: 0.4rem;
    }

    .cont-propaganda-video {
        width: 100%;
        margin-top: 0.3rem;
    }

    .cont-propaganda-video .swiper-wrapper .swiper-slide .slide-piclist {
        position: relative;
        width: 100%;
        height: 4rem;
    }

    .cont-propaganda-video .swiper-wrapper .swiper-slide .slide-piclist .imgPic {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

    .cont-propaganda-video .swiper-wrapper .swiper-slide .slide-piclist .play {
        width: 0.5rem;
        height: 0.7rem;
        position: absolute;
        top: 42%;
        left: 48%;
        z-index: 50;
    }

    .cont-propaganda-video .swiper-wrapper .swiper-slide .ell {
        font-size: 0.28rem;
        font-weight: bold;
        color: rgba(43, 43, 43, 1);
        margin-top: 0.24rem;
        width: 100%;
        display: block;
        text-align: center;
    }


    .cont-propaganda-video .swiper-container {
        position: relative;
    }

    .cont-propaganda-video .swiper-button-next,
    .cont-propaganda-video .swiper-button-prev {
        width: 0.45rem;
        height: 0.6rem;
        display: none;
    }

    .cont-propaganda-video .swiper-button-next img,
    .cont-propaganda-video .swiper-button-prev img {
        width: 100%;
        height: 100%;
    }

    .cont-propaganda-video .swiper-button-next {
        position: absolute;
        top: 85px;
        right: 1px;
    }

    .cont-propaganda-video .swiper-button-prev {
        position: absolute;
        top: 85px;
        left: 1px;
    }






    /* 报刊 */
    .cont-book {
        margin-top: 0.4rem;
    }

    .cont-book-pic {
        width: 100%;
        margin-top: 0.3rem;
    }

    .cont-book-pic .swiper-wrapper .swiper-slide {
        position: relative;
        width: 100%;
        height: 5rem;
    }

    .cont-book-pic .swiper-wrapper .swiper-slide .cont-book-imgPic {
        width: 3.5rem;
        height: 100%;
        position: relative;
    }

    .cont-book-pic .swiper-wrapper .swiper-slide .cont-book-imgPic .imgPic {
        width: 3.5rem;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

    .cont-book-pic .swiper-wrapper .swiper-slide .cont-book-imgPic .ell {
        width: 3.5rem;
        height: 1rem;
        line-height: 1rem;
        text-align: center;
        display: block;
        background: rgba(0, 0, 0, 0.8);
        font-size: 0.36rem;
        font-weight: 400;
        color: rgba(255, 255, 255, 1);
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 99;
    }


    .cont-book-pic .swiper-container {
        position: relative;
    }

    .cont-book-pic .swiper-button-next,
    .cont-book-pic .swiper-button-prev {
        width: 0.45rem;
        height: 0.6rem;
    }

    .cont-book-pic .swiper-button-next img,
    .cont-book-pic .swiper-button-prev img {
        width: 100%;
        height: 100%;
    }

    .cont-book-pic .swiper-button-next {
        position: absolute;
        top: 2.2rem;
        right: 0.2rem;
    }

    .cont-book-pic .swiper-button-prev {
        position: absolute;
        top: 2.2rem;
        right: 0.2rem;
    }




    /* 新媒体 */
    .cont-media {
        margin-top: 0.4rem;
    }

    .cont-media-pic {
        width: 100%;
        margin-top: 0.3rem;
    }

    .cont-media-pic .swiper-wrapper .swiper-slide {
        position: relative;
        width: 100%;
        height: 4.5rem;
    }

    .cont-media-pic .swiper-wrapper .swiper-slide .imgPic {
        width: 3.5rem;
        height: auto;
    }


    .cont-media-pic .swiper-container {
        position: relative;
    }

    .cont-media-pic .swiper-button-next,
    .cont-media-pic .swiper-button-prev {
        width: 0.45rem;
        height: 0.6rem;
    }

    .cont-media-pic .swiper-button-next img,
    .cont-media-pic .swiper-button-prev img {
        width: 100%;
        height: 100%;
    }

    .cont-media-pic .swiper-button-next {
        position: absolute;
        top: 1.6rem;
        right: 0.2rem
    }

    .cont-media-pic .swiper-button-prev {
        position: absolute;
        top: 1.6rem;
        right: 0.2rem
    }

    /* 快捷通道 */
    .cont-quick {
        margin-top: 0.4rem;
    }

    .cont-quick-pic {
        width: 100%;
        margin-top: 0.2rem;
    }

    .cont-quick-pic ul li {
        width: 100%;
        height: auto;
        margin-bottom: 0.3rem;
    }

    .cont-quick-pic ul li:last-child {
        margin-bottom: 0px !important;
    }

    .cont-quick-pic ul li img {
        width: 100%;
        height: 100%;
    }

    /* 相关链接 */
    .cont-link {
        margin-top: 0.4rem;
    }

    .cont-link-sel {
        width: 100%;
        margin-top: 0.2rem;
    }

    .cont-link-sel select {
        width: 100%;
        height: 1rem;
        margin-bottom: 0.2rem;
    }

    .cont-link-sel select:last-child {
        margin-bottom: 0 !important;
    }


    /* 尾部 */
    .footBox {
        display: none;
    }

    .footPhone {
        margin-top: 0.5rem;
        display: block;
        padding: 0.5rem 0.2rem 0 0.2rem;
        border-top: 1px solid #DCDCDC;
    }

    .footPhone p {
        width: 100%;
    }
    .footPhone .footTab a{
        margin-left: 0.6rem;
    }

    .footPhone .footTab span {
        font-size: 0.32rem;
        font-weight: bold;
        color: rgba(34, 34, 34, 1);
        margin-left: 1.2rem;
    }

    .footPhone p span:first-child {
        margin-left: 0 !important;
    }

    .footPhone .footAddress {
        margin-top: 0.5rem;
    }

    .footPhone .footAddress span {
        margin-bottom: 0.2rem;
        font-size: 0.18rem;
        font-weight: 400;
        color: rgba(34, 34, 34, 1);
    }

    .footPhone .footCopyright {
        margin-top: 0.3rem;
        margin-bottom: 0.2rem;
    }
    .footPhone .footCopyright a{
        color: #000;
    }
    .footPhone .footCopyright span {
        margin-bottom: 0.2rem;
        font-size: 0.18rem;
        font-weight: 400;
        color: rgba(34, 34, 34, 1);
    }








}
