/* 手机端样式 */
@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;
  }

  /* 工商、质监、食药监、物价 */
  .sipListBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: 10px;
    width: calc(100vw - 20px);
  }

  .sipListBox .tit {
    width: 100%;
    height: 30px;
    border-bottom: 3px solid #DFDFDF;
    margin: 10px 0;
  }

  .sipListBox .tit span {
    display: block;
    margin-bottom: -3px;
    float: left;
    color: rgb(38, 139, 203);
    font: bold 16px / 30px 宋体;
    padding: 0px 20px;
    border-bottom: 3px solid rgb(38, 139, 203);
  }

  .sipListBox .cont  {
    display: flex;
    align-items: center;
    padding: 10px 0;
    min-height: 30px;
    width: 48%;
    background: #F8F8F8;
    margin-bottom: 10px;
    font-size: 15px;
  }

  .sipListBox .cont div {
    flex-shrink: 0;
    width: 8px;
    height: 8px;
    background: #D8D8D8;
    transform: rotate(45deg);
    margin: 0 10px;
  }

  /* 书记项目等 */
  .govinfoBox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 10px;
    width: calc(100vw - 20px);
    font-size: 15px;
    font-weight: bold;
  }

  .govinfoBox a {
    width: 48%;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    background: #F8F8F8;
    padding: 10px 0;
  }

  .govinfoBox em {
    line-height: 40px;
    height: 40px;
    width: 40px;
    text-align: center;
    display: block;
    float: left;
    color: #268bcb;
    margin: 0 10px;
    background: url(../images/gov_icon_scjdgl.png) center no-repeat;
  }

  .gov_icon1 em {
    background-position: center top;
  }

  .gov_icon2 em {
    background-position: center -60px;
  }

  .gov_icon3 em {
    background-position: center -120px;
  }
  
  .gov_icon4 em {
	width: 2.5rem;
	height: 2.5rem;
	background: url(../images/gov_icon_4.png) center no-repeat;
  }
}

/* 手机端样式 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;
    margin-bottom: 10px;
  }

  .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;
    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: 220px;
    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_listBox1 li a {
    width: 90% !important;
  }

  .n_listBox li span {
    float: right;
    color: #999999;
  }

  /* 工商、质监、食药监、物价 */
  .sipListBox .tit {
    height: 30px;
    border-bottom: 3px solid #DFDFDF;
  }

  .sipListBox .tit span {
    display: block;
    margin-bottom: -3px;
    float: left;
    color: rgb(38, 139, 203);
    font: bold 16px / 30px 宋体;
    padding: 0px 20px;
    border-bottom: 3px solid rgb(38, 139, 203);
  }

  .sipListBox .cont {
    border-top: none;
    padding: 10px;
    overflow: hidden;
  }

  .sipListBox .cont a {
    display: block;
    float: left;
    white-space: nowrap;
    font: 14px / 214% 宋体;
    padding: 0px 15px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(220, 220, 220);
    border-image: initial;
    border-radius: 5px;
    margin: 0px 10px 10px 0px;
  }

  /* 书记项目等 */
  .govinfoBox a {
    display: block;
    border: #E0E0E0 1px solid;
    margin-bottom: 10px;
    background: #F8F8F8;
    padding: 4px 5px;
    text-decoration: none;
    cursor: pointer;
  }

  .govinfoBox a span {
    font: 14px / 40px 宋体;
    text-decoration: none;
  }

  .govinfoBox em {
    display: block;
    margin: 0 10px;
    width: 40px;
    height: 40px;
    float: left;
    background: url(../images/gov_icon_scjdgl.png) center no-repeat;
  }

  .gov_icon1 em {
    background-position: center top;
  }

  .gov_icon2 em {
    background-position: center -60px;
  }

  .gov_icon3 em {
    background-position: center -120px;
  }
  
  .gov_icon4 em {
  	background: url(../images/gov_icon_4.png) center no-repeat;
  }
}

/* 电脑端样式 end */