/* 手机端样式 */
@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;
  }

  /* 培训考试报名等 */
  .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 {
    font-size: 30px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    display: block;
    float: left;
    color: #268bcb;
    margin: 0 10px;
  }
  /* 劳动社保 */
  .systemBox {
    margin: 10px;
    width: calc(100vw - 20px);
    font-size: 15px;
    font-weight: bold;
    background: #eef6fb;
    color: #268BCB;
  }
  .systemBox a{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    height: 80px;
  }
  .systemBox em {
    font-size: 25px;
    line-height: 40px;
    padding: 5px 0 0;
    margin-right: 20px;
    color: #FFF;
    width: 45px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    background: #21BD79;
  }
  .systemBox img {
    width: 20px;
    height: 20px;
  }
}

/* 手机端样式 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: 280px;
    margin: 10px 0 20px;
    float: right;
    border: 1px solid #DFDFDF;
    overflow: hidden;
  }

  .n_l_nav {
    border-bottom: 1px solid #DFDFDF;
    height: 33px;
    background: url(../images/box.png) top repeat-x;
  }

  .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;
    background: #FFF;
    border: none;
    border-bottom: 3px solid #258BCB;
    font: bold 16px/31px 宋体;
  }

  .n_listBox .cont {
    /* position: absolute; */
  }

  .n_listBox ul {
    padding: 10px;
    width: 340px;
    height: 170px;
    float: left;
  }

  .n_listBox1 ul {
    padding: 10px;
    width: 730px;
    height: 250px;
    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;
  }

  /* 培训考试报名等 */
  /* 劳动社保 */
  .i_contR {
    width: 240px;
    float: right;
  }

  .govCont {
    padding: 0 0 20px;
    overflow: hidden;
    position: relative;
  }

  .govinfoBox {}

  .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;
    display: inline-block
  }

  .govinfoBox em {
    font-size: 30px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    display: block;
    float: left;
    color: #268bcb;
  }

  .govinfoBox a:hover em {
    animation: gov_icon 1s;
    -moz-animation: gov_icon 1s;
    -webkit-animation: gov_icon 1s;
  }

  .systemBox {
    border: 1px solid #DFDFDF;
  }

  .systemBox .tit {
    border-bottom: 1px solid #268BCB;
    background: #F8F8F8;
    font: 14px/34px "宋体";
    overflow: hidden;
  }

  .systemBox .tit span {
    color: #FFF;
    padding: 0 20px;
    background: #268BCB;
    float: left;
    display: block;
  }

  .systemBox .tit .more {
    float: right;
    font: 12px/34px "宋体";
    margin: 0 5px 0 0;
  }

  .systemBox .cont {
    padding: 0 20px;
  }

  .systemBox a {
    display: block;
    border-top: #E0E0E0 1px dotted;
    padding: 10px 0;
    text-decoration: none;
    cursor: pointer;
    clear: both;
    overflow: hidden;
  }

  .systemBox a:first-child {
    border-top: none;
  }

  .systemBox a span {
    font: 14px/45px "宋体";
    text-decoration: none;
    display: inline-block;
  }

  .systemBox em {
    font-size: 25px;
    line-height: 40px;
    padding: 5px 0 0;
    margin-right: 20px;
    color: #FFF;
    width: 45px;
    text-align: center;
    display: inline-block;
    float: left;
    border-radius: 50%;
    background: #258BCB;
  }

  .systemBox a:hover em {
    animation: gov_icon 1s;
    -moz-animation: gov_icon 1s;
    -webkit-animation: gov_icon 1s;
  }

  .systemBox em.icon-sipac04 {
    background: #21BD79;
  }

  .systemBox em.icon-sipac06 {
    background: #4D6BA3;
  }

}

/* 电脑端样式 end */