/* 手机端样式 */
@media screen and (max-width: 768px) {
    body {
        font-family: "Microsoft YaHei" !important;
    }

    .hidden-pc {
        display: block;
    }

    .hidden-mobile {
        display: none;
    }

    .title-news-center {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 59px;
        background-size: 100% 100%;
        color: #fff;
        font-size: 18px;
        background-image: url(../images/news-center-bg.png);
    }

    /* 轮播图 */
    .swiper1 {
        margin: 10px 0;
    }

    .swiper-slide img {
        width: 100vw;
        height: 215px;
    }

    .swiper-slide .title {
        position: absolute;
        bottom: 0;
        background-color: #66614f;
        height: 50px;
        width: 100%;
        filter: alpha(Opacity=80);
        -moz-opacity: 0.5;
        opacity: 0.5;
    }

    .swiper-pagination {
        text-align: right !important;
    }

    .swiper-slide span {
        color: #fff;
        float: left;
        line-height: 50px;
        height: 50px;
        width: 100%;
        overflow: hidden;
        position: absolute;
        left: 0;
        bottom: 0;
        text-align: left;
        text-indent: 10px;
    }

    .swiper-container .swiper-pagination-bullet {
        background: #fff;
        opacity: 0.8;
    }

    .swiper-container .swiper-pagination-bullet-active {
        background: #007aff;
        opacity: 0.8;
    }

    /* 工作状态、通知公告 */
    .n_listBox,
    .n_listBox1 {
        width: calc(100% - 20px);
        margin-left: 10px;
    }

    .n_l_nav {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #eee;
    }

    .n_l_nav a {
        color: #235399;
        font-size: 14px;
    }

    .n_l_nav span {
        font-weight: bold;
        display: block;
        float: left;
        cursor: pointer;
        padding: 0 20px;
        font: bold 16px/33px "Microsoft YaHei";
        color: #333333;
        background: #EEEEEE;
    }

    a {
        color: #434343;
        text-decoration: none;
    }

    .n_l_nav span.on {
        color: #FFF;
        background: #258BCB;
        font: bold 16px/33px "Microsoft YaHei";
    }

    .n_listBox ul,
    .n_listBox1 ul {
        width: 100%;
        padding: 10px 0;
    }

    .n_listBox ul li,
    .n_listBox1 ul li {
        padding: 10px 0;
        border-bottom: 1px solid #eee;
    }

    .n_listBox ul li a,
    .n_listBox1 ul li a {
        font-size: 15px;
    }

    .n_listBox .cont .date,
    .n_listBox1 .cont .date {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 13px;
        color: #666666;
        margin-top: 6px;
    }


}

/* 手机端样式 end */

/* 电脑端样式 */
@media screen and (min-width: 768px) {
    body {
        font-family: "Microsoft YaHei" !important;
    }

    .hidden-pc {
        display: none;
    }

    .hidden-mobile {
        display: block;
    }

    .warp {
        display: flex;
        justify-content: space-between;
        margin: 0 auto;
        width: 1200px;
    }

    .top-distance {
        margin-top: 20px;
    }

    .newsBox {
        display: flex;
        justify-content: space-between;
        width: 100%;
        overflow: hidden;
    }

    .newsBox .n_imgsBox {
        width: 690px;
        height: 425px;
        float: left;
        position: relative;
        overflow: hidden;
        margin-left: 0 !important;
    }

    .n_imgsBox a {
        display: block;
        position: relative;
    }

    .n_imgsBox a:hover {
        text-decoration: none;
    }

    .swiper-slide a img {
        width: 690px;
        height: 425px;
        display: block;
    }

    .n_imgsBox .swiper-slide .title {
        position: absolute;
        bottom: 0;
        background-color: #66614f;
        height: 50px;
        width: 100%;
        filter: alpha(Opacity=80);
        -moz-opacity: 0.5;
        opacity: 0.5;
    }

    .swiper-pagination {
        text-align: right !important;
    }

    .swiper-pagination-bullets {
        bottom: 15px !important;
    }

    .swiper-container .swiper-pagination-bullet {
        background: #fff;
        opacity: 0.8;
    }

    .swiper-container .swiper-pagination-bullet-active {
        background: #007aff;
        opacity: 0.8;
    }

    .n_imgsBox .swiper-slide span {
        color: #fff;
        float: left;
        line-height: 50px;
        height: 50px;
        width: 100%;
        overflow: hidden;
        position: absolute;
        left: 0;
        bottom: 0;
        text-align: left;
        text-indent: 10px;
        font-size: 20px;
    }

    .newsBox .n_listBox {
        width: 495px;
        height: 425px;
        float: right;
        /* border: 1px solid #DFDFDF; */
        overflow: hidden;
        position: relative;
    }

    .n_l_nav {
        border-bottom: 2px solid #EAEAEA;
        height: 40px;
    }

    .n_l_nav span {
        font-weight: bold;
        display: block;
        float: left;
        cursor: pointer;
        padding: 0 20px;
        font: bold 20px/40px "Microsoft YaHei";
    }

    .n_l_nav span a {
        color: #4444;
        text-decoration: none;
    }

    .n_l_nav span.on {
        color: #1d71b7;
        border-bottom: 2px solid #1d71b7;
    }

    .n_l_nav span.on a {
        color: #1d71b7;
    }

    .n_listBox .cont {
        position: absolute;
    }

    .n_listBox ul {
        padding: 10px;
        width: 475px;
        height: 405px;
        float: left;
    }

    .n_listBox li {
        font: 17px/38px "Microsoft YaHei";
        overflow: hidden;
    }

    .n_listBox li em {
        background: #CBCBCB;
        width: 3px;
        height: 3px;
        margin: 14px 5px 0 2px;
        float: left;
    }

    .n_listBox li em {
        background: #CBCBCB;
        width: 3px;
        height: 3px;
        margin: 14px 5px 0 2px;
        float: left;
    }

    .n_listBox li a {
        display: block;
        float: left;
        width: 300px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .n_listBox li span {
        float: right;
        color: #999999;
    }

    /* 政策法规 */
    .policy {
        width: 606px;
        height: 100%;
    }

    .policy-title {
        width: 100%;
        height: 45px;
        background-color: #f0f4f7;
    }

    .policy-title div {
        width: 135px;
        height: 100%;
        background-color: #2978ba;
        text-align: center;
        line-height: 45px;
        font-size: 20px;
        color: #ffffff;
    }

    .policy li {
        font: 17px/38px "Microsoft YaHei";
        overflow: hidden;
    }

    .policy li em {
        background: #CBCBCB;
        width: 3px;
        height: 3px;
        margin: 14px 5px 0 2px;
        float: left;
    }

    .policy li span {
        float: right;
        color: #999999;
    }

    /* 园区双公示目录 */
    .right-content {
        display: flex;
        height: 300px;
    }

    .double-publicity {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 250px;
        height: 300;
    }

    .double-publicity .title {
        position: relative;
        width: 100%;
        background-color: #2978ba;
        text-align: center;
        line-height: 45px;
        font-size: 20px;
        color: #ffffff;
    }

    .double-publicity .title div {
        position: absolute;
        top: 45px;
        left: 120px;
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #2978ba;
    }

    .double-publicity a {
        display: flex;
        align-items: center;
        width: 100%;
        height: 70px;
        background: #f7f7f7;
        font-weight: bold;
    }

    .double-publicity a img {
        width: 40px;
        height: 44px;
        margin: 0 20px 0 40px;
    }

    /* 信用查询 */
    .credit-inquiry {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 300px;
        height: 300;
        margin-left: 20px;
    }

    .credit-inquiry a,
    .credit-inquiry a:hover {
        display: flex;
        align-items: center;
        width: 100%;
        height: 90px;
        color: #fff;
        margin-top:10px;
    }

     .credit-inquiry a:nth-child(1) {
        background: #317ac9;  
        margin-top:0;
    }

    .credit-inquiry a:nth-child(2) {
        background: #ffa45b;
    }

    .credit-inquiry a:nth-child(3) {
        background: #49c394;
    }

    .credit-inquiry a:nth-child(4) {
        background: #80baf6;
    }

    .credit-inquiry a img {
        width: 45px;
        margin: 0 20px;
    }

    .credit-inquiry a:nth-child(1) img {
        width: 60px;
        height: 70px;
        margin-left: 10px;
        margin-right: 15px;
    }


    /* 一体化专栏 */
    .special-column {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        min-width: 1200px;
        background: #f7f7f7;
        margin-top: 20px;
    }

    .special-column .title {
        padding-top: 20px;
        margin: 0 auto;
        font-size: 22px;
        line-height: 31px;
        color: #317ac9;
        margin-bottom: 20px;
        font-weight: bold;
    }

    .tab-list {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .tab {
        position: relative;
        width: 587px;
        height: 280px;
        background: #fff;
        margin-bottom: 20px;
        overflow: hidden;
    }

    .tab-title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 45px;
        border-bottom: 1px solid #e5e5e5;
        margin-bottom: 10px;
    }

    .title-list {
        font-weight: bold;
        font-size: 18px;
        color: #333333;
        margin-left: 20px;
    }

    .title-list span {
        height: 42px;
        line-height: 48px;
        display: inline-block;
        margin-right: 20px;
    }

    .title-list .on {
        color: #317ac9;
        border-bottom: 3px solid #317ac9;
    }

    .tab-title .more {
        font-size: 14px;
        line-height: 30px;
        color: #13468f;
        margin-right: 20px;
    }

    .tab ul li {
        line-height: 37px;
        padding: 0 20px;
        width: 80%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        cursor: pointer;
    }

    .tab .tab-img {
        position: absolute;
        bottom: 10px;
        right: 10px;
        width: 100px;
        height: 100px;
    }

    /* 信用报告查询显示 */
    .show-report {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: none;
        background: #666666;
        opacity: 0.9;
        z-index: 9999;
    }

    .show-report-content {
        position: relative;
        width: 420px;
        min-height: 300px;
        padding: 40px 20px;
        background: #ffffff;
        margin: 200px auto 0;
        border-radius: 5px;
    }

    .report-list {
        display: flex;
        flex-direction: column;
        font-size: 15px;
    }

    .report-line {
        display: flex;
        align-items: center;
        margin: 10px 0;
    }

    .report-title {
        width: 30%;
    }

    .report-content {
        width: 70%;
    }

    .confirm {
        position: absolute;
        bottom: 20px;
        right: 20px;
        padding: 10px 15px;
        background: #317ac9;
        color: #fff;
        font-size: 16px;
    }
}

/* 电脑端样式 end */