/* 手机端样式 */
@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: 50px;
    width: 100%;
    filter: alpha(Opacity=80);
    -moz-opacity: 0.5;
    opacity: 0.5;
  }

  .swiper-pagination {
    text-align: right !important;
  }

  .swiper-container .swiper-pagination-bullet {
    background: #fff;
    opacity: 0.8;
  }

  .swiper-container .swiper-pagination-bullet-active {
    background: #007aff;
    opacity: 0.8;
  }

  .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;
  }

  /* 新闻资讯、近期活动 */
  .n_listBox,
  .n_listBox2 {
    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 10px;
    font: bold 16px/33px Arial;
    color: #333333;
    background: #EEEEEE;
  }

  a {
    color: #434343;
    text-decoration: none;
  }

  .n_l_nav span.on {
    color: #FFF;
    background: #258BCB;
    font: bold 16px/33px Arial;
  }

  .n_listBox ul,
  .n_listBox2 ul {
    width: 100%;
    padding: 10px 0;
  }

  .n_listBox ul li,
  .n_listBox2 ul li {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
  }

  .n_listBox ul li a,
  .n_listBox2 ul li a {
    font-size: 15px;
  }

  .n_listBox .cont .date,
  .n_listBox2 .cont .date {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    color: #666666;
    margin-top: 6px;
  }

  .normalTit {
    border-bottom: 2px solid #EAEAEA;
    height: 48px;
    margin-bottom: 10px;
  }

  .normalTit span {
    display: block;
    float: left;
    cursor: pointer;
    padding: 0 5px;
    font: 24px/48px Arial, "Microsoft YaHei";
    margin: 0 0 -2px;
  }

  .normalTit .on {
    color: #1d71b7;
    border-bottom: 2px solid #1d71b7;
  }

  .normalTit .on a {
    color: #1d71b7;
  }

  /* 政务公开 */
  .public-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: calc(100vw - 20px);
    margin-left: 10px;
  }

  .public-list a {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 30%;
    margin-bottom: 10px;
  }

  .public-list .bg {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 70px;
    border-radius: 5px;
    margin-bottom: 10px;
  }

  .public-list .bg img {
    width: 40px;
    height: 40px;
  }

  /* 馆藏介绍 */
  .introduce-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: calc(100vw - 20px);
    margin-left: 10px;
  }

  .introduce-list a {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 48%;
    margin-bottom: 10px;
    background: #F8F8F8;
    padding: 13px 0;
  }

  .introduce-list a em {
    flex-shrink: 0;
    width: 8px;
    height: 8px;
    background-color: #D8D8D8;
    transform: rotate(45deg);
  }

  /* 园区地情、中国档案工作者誓词 */
  .ffznBottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(100vw - 20px);
    margin-left: 10px;
  }

  .ffznBottom a {
    display: flex;
    align-items: center;
    padding: 13px;
  }

  .ffznBottom a:first-child {
    background: #e96172;
    width: 30%;
    color: #ffffff;
  }

  .ffznBottom a:last-child {
    background-color: #e89560;
    width: 50%;
    color: #ffffff;
  }
}

/* 电脑端样式 */
@media screen and (min-width: 768px) {
  .hidden-pc {
    display: none;
  }

  .hidden-mobile {
    display: block;
  }

  /* 轮播图 */
  .newsBox,
  .ywznBox,
  .ywxxBox,
  .zthgBox {
    margin: 20px auto;
    width: 1200px;
  }

  .newsBox-wrap {
    width: 100%;
    min-width: 1200px;
    background: #F7F7F7;
  }

  .newsBox {
    padding: 20px 0;
    margin-top: 10px !important;
  }

  .warp {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
  }

  .newsBox3-wrap {
    display: flex;
    flex-direction: column;
  }

  .newsBox .n_imgsBox_cc {
    position: relative;
    width: 665px;
    height: 405px;
    margin-left: 0;
  }

  .n_imgsBox_cc img {
    width: 665px;
    height: 405px;
  }

  .n_imgsBox_cc .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-container .swiper-pagination-bullet {
    background: #fff;
    opacity: 0.8;
  }

  .swiper-container .swiper-pagination-bullet-active {
    background: #007aff;
    opacity: 0.8;
  }

  .n_imgsBox_cc .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;
  }

  /* 工作动态、通知公告切换 */
  .n_listBox_dt_wrap {
    width: 500px;
    height: 405px;
  }

  .n_listBox_tbzw_wrap {
    width: 810px;
    height: 290px;
    overflow: hidden;
    position: relative;
    border-top: none;
  }

  .n_listBox {
    width: 100%;
    height: 100%;
    /* border: 1px solid #DFDFDF; */
    overflow: hidden;
    position: relative;
  }

  .n_l_nav {
    border-bottom: 1px solid #DFDFDF;
    height: 48px;
    margin-bottom: 10px;
  }

  .n_l_nav span {
    display: block;
    float: left;
    cursor: pointer;
    padding: 0 20px;
    font: 22px/48px Arial;
  }

  a {
    text-decoration: none;
  }

  .n_l_nav span.on {
    border-bottom: 2px solid #1d71b7;
    font: 22px/48px Arial;
  }

  .n_l_nav span.on a {
    color: #1d71b7;
  }

  .n_l_nav .n_l_more {
    display: block;
    float: right;
    font: 17px/40px "微软雅黑";
    margin: 10px 0 0 0;
  }

  .n_l_more a {
    display: none;
    color: #999999;
  }

  .n_l_more a:hover {
    color: #1d71b7;
  }

  .n_listBox .cont {
    position: absolute;
  }

  .n_listBox ul {
    padding: 10px;
    width: 475px;
    height: 250px;
    float: left;
  }

  .tbzw .n_listBox_tbzw_wrap ul {
    padding: 10px;
    width: 790px;
    height: 250px;
    float: left;
  }

  .n_listBox li {
    font: 17px/38px Arial;
    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: 75%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .n_listBox li span {
    float: right;
    color: #999999;
  }

  .normalTit {
    border-bottom: 2px solid #EAEAEA;
    height: 48px;
    margin-bottom: 20px;
  }

  .normalTit span {
    display: block;
    float: left;
    cursor: pointer;
    padding: 0 5px;
    font: 24px/48px Arial, "Microsoft YaHei";
    margin: 0 0 -2px;
  }

  .normalTit .on {
    color: #1d71b7;
    border-bottom: 2px solid #1d71b7;
  }

  .normalTit .on a {
    /* color: #1d71b7; */
	color: #FFF;
  }

  .ywznBox {
    width: 100%;
    height: 383px;
    background-color: #ffffff;
  }

  .zwgkList {
    width: 332px;
    height: 100%;
  }

  .xinxiList {
    width: 100%;
    height: 160px;
  }

  .xinxiList ul li {
    width: 75px;
    height: 80px;
    float: left;
    text-align: center;
  }

  .xinxiList ul li .sipaciconfont {
    font-size: 25px;
    color: #5390d0;
    -webkit-text-stroke-width: 0.2px;
  }

  .jg {
    margin-right: 50px;
  }

  .cgjsList {
    width: 100%;
    height: 115px;
  }

  .cgjsLeft {
    width: 100px;
    height: 100%;
    float: left;
    background-color: #4ecccb;
    border-radius: 5px;
  }

  .cgjsLeft_top {
    width: 100%;
    height: 70px;
    text-align: center;
    line-height: 70px;
  }

  .cgjsLeft_top i {
    color: #ffffff;
    font-size: 40px;
  }

  .cgjsLeft_bottom {
    width: 100%;
    text-align: center;
    color: #ffffff;
  }

  .cgjsRight {
    width: 215px;
    height: 100%;
    float: right;
  }

  .cgjsRight ul li {
    width: 85px;
    height: 38px;
    float: left;
    line-height: 38px;
  }

  .cgjsRight em {
    background: #CBCBCB;
    width: 5px;
    height: 5px;
    margin: 18px 10px 0 2px;
    float: left;
  }

  .taxgBox {
    width: 396px;
    height: 100%;
    margin-left: 60px;
  }

  .dacxQuery .dacx_txt {
    width: 330px;
    height: 40px;
    border: 1px solid #b5b5b5;
    border-right: none;
    border-radius: 25px 0 0 25px;
    display: inline-block;
  }

  .dacxQuery .dacx_btn {
    border: solid 1px #b5b5b5;
    width: 66px;
    height: 42px;
    border-bottom-right-radius: 25px;
    border-top-right-radius: 25px;
    display: inline-block;
    background: url(../images/ssan.jpg) no-repeat center center;
  }

  .daxxList {
    width: 100%;
    height: 255px;
  }

  .daxxjbList ul li {
    width: 100%;
    height: 40px;
    line-height: 40px;
  }

  .daxxjbList em {
    background: #CBCBCB;
    width: 3px;
    height: 3px;
    margin: 18px 10px 0 2px;
    float: left;
  }

  .ffznBox {
    width: 375px;
    height: 100%;
  }

  .ffznList ul li {
    width: 100%;
    height: 45px;
    line-height: 45px;
  }

  .ffznList em {
    background: #CBCBCB;
    width: 3px;
    height: 3px;
    margin: 22px 10px 0 2px;
    float: left;
  }

  .ffznBottom {
    width: 100%;
    height: 35px;
    margin-top: 16px;
  }

  .ffznBottom_left {
    width: 110px;
    height: 35px;
    float: left;
    background-color: #e96172;
    border-radius: 5px;
    text-align: center;
    line-height: 35px;
    color: #ffffff;
  }

  .ffznBottom_right {
    width: 230px;
    height: 35px;
    float: left;
    margin-left: 33px;
    background-color: #e89560;
    border-radius: 5px;
    text-align: center;
    line-height: 35px;
    color: #ffffff;
  }

  .ywxxBox {
    width: 100%;
    height: 406px;
    background-color: #f7f7f7;
  }

  .ywzdBox {
    width: 590px;
    height: 400px;
    overflow: hidden;
    position: relative;
    margin-top: 20px;
  }

  .ywzdBox .cont {
    position: absolute;
  }

  .ywzdBox ul {
    float: left;
    width: 590px;
  }

  .ywzdBox li {
    font: 17px/38px Arial;
    overflow: hidden;
  }

  .ywzdBox li a {
    display: block;
    float: left;
    width: 70%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .ywzdBox li em {
    background: #CBCBCB;
    width: 3px;
    height: 3px;
    margin: 18px 10px 0 2px;
    float: left;
  }

  .ywzdBox li span {
    float: right;
    color: #999999;
  }

  .n_l_nav_yw {
    float: right;
  }

  .n_l_nav_yw span {
    font-size: 17px;
  }

  .ywzdBox .normalTit .on_ym a {
    color: #1d71b7;
  }

  .xxxzBox {
    width: 590px;
    height: 400px;
    overflow: hidden;
    position: relative;
    margin-top: 20px;
  }

  .xxxzBox .cont {
    position: absolute;
  }

  .xxxzBox ul {
    float: left;
    width: 590px;
  }

  .xxxzBox li {
    font: 17px/38px Arial;
    overflow: hidden;
  }

  .xxxzBox li a {
    display: block;
    float: left;
    width: 70%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .xxxzBox li em {
    background: #CBCBCB;
    width: 3px;
    height: 3px;
    margin: 18px 10px 0 2px;
    float: left;
  }

  .xxxzBox li span {
    float: right;
    color: #999999;
  }

  .n_l_nav_xx {
    float: right;
  }

  .n_l_nav_xx span {
    font-size: 17px;
  }

  .xxxzBox .normalTit .on_xx a {
    color: #1d71b7;
  }

  .zthgBox {
    width: 100%;
    height: 345px;
  }

  .lsztBox {
    width: 403px;
    height: 300px;
    margin-top: 30px;
    border: solid 1px #eeeeee;
  }

  .lszt_Top {
    width: 100%;
    height: 112px;
    background: url(../images/dangan_lszthg.jpg) no-repeat center;
  }

  .lszt_bottom {
    width: 100%;
    height: 188px;
  }

  .lszt_bottom ul li {
    float: left;
    width: 133px;
    height: 100%;
    text-align: center;
    line-height: 30px;
    padding-top: 40px;
  }

  .lszt_bottom ul li a i {
    font-size: 40px;
  }

  .dsjBox {
    width: 335px;
    height: 100%;
    margin-left: 40px;
    margin-top: 20px;
  }

  .dsjList li {
    font: 17px/36px Arial;
    overflow: hidden;
  }

  .dsjList li a {
    display: block;
    float: left;
    width: 55%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .dsjList li em {
    background: #CBCBCB;
    width: 3px;
    height: 3px;
    margin: 18px 10px 0 2px;
    float: left;
  }

  .dsjList li span {
    float: right;
    color: #999999;
  }

  .wsztBox {
    width: 370px;
    height: 100%;
    margin-top: 20px;
  }

  .icon-lingdao {
    background: url(../images/zwgk_icon_r1_c1_s1.jpg) left center no-repeat;
  }

  .icon-jianjie {
    background: url(../images/zwgk_icon_r1_c8_s1.jpg) left center no-repeat;
  }

  .icon-shebao {
    background: url(../images/zwgk_icon_r1_c11_s1.jpg) left center no-repeat;
  }

  .icon-lingdao1 {
    background: url(../images/zwgk_icon_r6_c2_s1.jpg) left center no-repeat;
  }

  .icon-hangzhengquanliqingdan {
    background: url(../images/zwgk_icon_r5_c7_s1.jpg) left center no-repeat;
  }

  .icon-tubiaozhizuomoban_fuzhi {
    background: url(../images/zwgk_icon_r5_c12_s1.jpg) left center no-repeat;
  }

  .icon-house {
    background: url(../images/zwgk_icon_r10_c3_s1.jpg) left center no-repeat;
  }

  .icon-yqfz {
    background: url(../images/lszt_icon_r1_c1_s1.jpg) center center no-repeat;
    height: 38px;
    display: block;
  }

  .icon-zjcg {
    background: url(../images/lszt_icon_r1_c3_s1.jpg) center center no-repeat;
    height: 38px;
    display: block;
  }

  .icon-bycg {
    background: url(../images/lszt_icon_r1_c5_s1.jpg) center center no-repeat;
    height: 38px;
    display: block;
  }

  /* 网上展厅 */
  .n_imgsBox_cc2 {
    position: relative;
    width: 370px;
    height: 250px;
    margin-left: 0;
  }

  .n_imgsBox_cc2 img {
    width: 370px;
    height: 250px;
  }

  .n_imgsBox_cc2 .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-container .swiper-pagination-bullet {
    background: #fff;
    opacity: 0.8;
  }

  .swiper-container .swiper-pagination-bullet-active {
    background: #007aff;
    opacity: 0.8;
  }

  .n_imgsBox_cc2 .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;
  }
}