/* 手机端样式 */
@media screen and (max-width: 768px) {
  .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: 40px;
    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: 40px;
    height: 40px;
    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 宋体;
    color: #333333;
    background: #EEEEEE;
  }

  a {
    color: #434343;
    text-decoration: none;
  }

  .n_l_nav span.on {
    color: #FFF;
    background: #258BCB;
    font: bold 16px/33px 宋体;
  }

  .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;
  }

  /* 城市管理 */
  .systemBox {
    display: flex;
    justify-content: space-between;
    margin: 10px 10px 20px;
    width: calc(100vw - 20px);
  }

  .systemBox a {
    display: flex;
    align-items: center;
    width: 48%;
    height: 60px;
    background: #F2F2F2;
    text-decoration: none;
    overflow: hidden;
  }

  .systemBox a span {
    font: 14px/20px "å¾®è½¯é›…é»‘";
    text-align: center;
    text-decoration: none;
    display: block;
  }

  .systemBox em {
    font-size: 48px;
    background: #F1616B;
    line-height: 60px;
    margin: 0 5px 0 0;
    color: #FFF;
    width: 60px;
    text-align: center;
    display: inline-block;
  }

  .systemBox a:first-child em {
    background: #838BDF;
  }

  .systemBox em.icon-sipac11 {
    background: #51C5C5;
  }

  /* 信息平台、联系我们 */
  .linkBox {
    display: flex;
    align-items: center;
    border: 1px solid #DFDFDF;
    margin: 0 auto 10px;
    width: calc(100vw - 20px);
  }

  .linkBox em {
    flex-shrink: 0;
    font-size: 50px;
    line-height: 60px;
    color: #FFF;
    width: 60px;
    text-align: center;
    display: inline-block;
    background-color: #268BCB;
  }

  .linkBox a {
    display: block;
    font: 17px/60px "å¾®è½¯é›…é»‘";
    padding: 0 0 0 50px;
    width: 100%;
    font-weight: bold;
    background: #f7f7f7;
  }

  .linkBox a {
    transition: 0.2s;
  }

  .containUsBox {
    width:calc(100vw - 20px);
    margin: 10px auto;
    border: 1px solid #DFDFDF;
  }

  .containUsBox .cont {
    font: 14px/160% Arial;
    padding: 10px;
  }
}

/* 手机端样式 end */

/* 电脑端样式 */
@media screen and (min-width: 768px) {
  body {
    font-family: 宋体 !important;
  }

  .hidden-pc {
    display: none;
  }

  .hidden-mobile {
    display: block;
  }

  .warp {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 1000px;
  }

  .newsBox-wrap {
    width: 750px;
  }

  .newsBox {
    display: flex;
    justify-content: space-between;
    width: 100%;
    overflow: hidden;
  }

  .newsBox .n_imgsBox {
    width: 380px;
    height: 220px;
    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: 380px;
    height: 220px;
    display: block;
  }

  .n_imgsBox .swiper-slide .title {
    position: absolute;
    bottom: 0;
    background-color: #66614f;
    height: 30px;
    width: 100%;
    filter: alpha(Opacity=80);
    -moz-opacity: 0.5;
    opacity: 0.5;
  }

  .swiper-pagination {
    text-align: right !important;
  }

  .swiper-pagination-bullets {
    bottom: 6px !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: 30px;
    height: 30px;
    width: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: left;
    text-indent: 10px;
  }

  .newsBox .n_listBox {
    position: relative;
    width: 360px;
    height: 218px;
    float: right;
    border: 1px solid #DFDFDF;
    overflow: hidden;
  }

  .n_listBox1 {
    position: relative;
    width: 100% !important;
    height: 220px;
    margin: 0 0 10px;
    float: right;
    border: 1px solid #DFDFDF;
    overflow: hidden;
  }

  .n_l_nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #DFDFDF;
    height: 33px;
    background: url(../images/box.png) top repeat-x;
  }
  .n_l_nav > a {
    font-size: 13px;
    color: #999;
    margin-right: 10px;
  }
  .n_l_nav span {
    font-weight: bold;
    display: block;
    float: left;
    cursor: pointer;
    padding: 0 20px;
    font: bold 16px/33px 宋体;
    border-right: 1px solid #DFDFDF;
  }

  a {
    color: #434343;
    text-decoration: none;
  }

  .n_listBox .n_l_nav span.on {
    color: #258BCB;
    background: #FFF;
    border-top: 3px solid #258BCB;
    font: bold 16px/31px 宋体;
  }

  .n_listBox1 .n_l_nav span.on {
    color: #258BCB;
    border: none;
    border-bottom: 3px solid #258BCB;
    border-right: 1px solid #dfdfdf;
    background: none;
    font: bold 16px/31px 宋体;
  }

  .n_listBox .n_l_nav span.on a,
  .n_listBox1 .n_l_nav span.on a {
    color: #258BCB;
  }

  .n_listBox ul {
    padding: 10px;
    width: 340px;
    height: 170px;
    float: left;
  }

  .n_listBox1 ul {
    padding: 10px;
    width: 730px;
    float: left;
  }

  .n_listBox li {
    font: 14px/28px 宋体;
    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: 70%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .n_listBox li span {
    float: right;
    color: #999999;
  }

  /* 城市管理 */
  .systemBox {
    overflow: hidden;
    clear: both;
    margin: 20px 0 10px 0;
  }

  .systemBox a {
    display: block;
    float: left;
    width: 245px;
    background: #F2F2F2;
    margin: 0 0 0 10px;
    padding: 0;
    text-decoration: none;
    cursor: pointer;
    overflow: hidden;
  }

  .systemBox a:first-child {
    margin: 0;
  }

  .systemBox a span {
    font: 17px/40px "å¾®è½¯é›…é»‘";
    text-align: center;
    padding: 10px 0;
    text-decoration: none;
    display: block;
  }

  .systemBox a:hover span {
    color: #3F85CF;
    transition: 0.2s;
  }

  .systemBox a:first-child span {
    font: 17px/20px "å¾®è½¯é›…é»‘";
  }

  .systemBox em {
    font-size: 48px;
    background: #F1616B;
    line-height: 60px;
    padding: 0;
    margin: 0 5px 0 0;
    color: #FFF;
    width: 60px;
    text-align: center;
    display: inline-block;
    float: left;
  }

  .systemBox a:first-child em {
    background: #838BDF;
  }

  .systemBox em.icon-sipac11 {
    background: #51C5C5;
  }

  .systemBox a:hover em {
    text-shadow: 0 2px 5px #333333;
    transition: 0.2s;
  }

  /* 信息平台、联系我们 */
  .i_contR {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 240px;
  }

  .btnBox {
    overflow: hidden;
    clear: both;
  }

  .btnBox a {
    display: block;
    float: left;
    width: 240px;
    background: #4BB5F6;
    margin: 0 0 10px;
    padding: 0;
    text-decoration: none;
    cursor: pointer;
    overflow: hidden;
  }

  .btnBox a:first-child {
    background: #72D3BD;
  }

  .btnBox a span {
    font: 14px/30px "å¾®è½¯é›…é»‘";
    color: #FFF;
    padding: 10px 0;
    text-decoration: none;
    display: block;
  }

  .btnBox em {
    font-size: 36px;
    line-height: 40px;
    padding: 5px 10px;
    margin: 0 5px 0 0;
    color: #FFF;
    width: 30px;
    text-align: center;
    display: inline-block;
    float: left;
  }

  .btnBox a:hover em {
    animation: gov_icon 1s;
    -moz-animation: gov_icon 1s;
    -webkit-animation: gov_icon 1s;
  }

  .linkBox {
    border: 1px solid #DFDFDF;
    border-top: 2px solid #2A8DCC;
    margin: 0 0 10px;
    width: calc(100% - 2px);
  }

  .linkBox a {
    display: block;
    font: 14px/40px "å¾®è½¯é›…é»‘";
    border-bottom: 1px solid #FFFFFF;
    padding: 0 0 0 50px;
    background: #F8F8F8 url("../images/icon.png") 20px -220px no-repeat;
  }

  .linkBox a {
    transition: 0.2s;
  }

  .containUsBox {
    border: 1px solid #DFDFDF;
  }

  .containUsBox .tit {
    background: url(../images/W020171018413960693761.jpg) center no-repeat;
    height: 80px;
  }

  .containUsBox .cont {
    font: 14px/160% Arial;
    padding: 10px;
  }

}

/* 电脑端样式 end */