<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 手机端样式 */
@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;
  }

  /* 创投政策 */
  .cxzcList {
    margin: 10px;
    width: calc(100vw - 20px);
  }

  .icon-jianjie {
    background: url(../images/cxzc_icon.png) left center no-repeat;
  }

  .icon-pingtai1 {
    background: url(../images/ctqy_icon.png) left center no-repeat;
  }

  .icon-book {
    background: url(../images/tpzx_icon.png) left center no-repeat;
  }


  .cxzcList .sipaciconfont {
    font-size: 46px;
    color: #ffffff;
    -webkit-text-stroke-width: 0.2px;
  }

  .cxzcList ul li {
    width: 100%;
    height: 80px;
    margin-bottom: 10px;
  }

  .cxzcList ul li a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 80px;
  }

  .cxzcList ul li a i {
    margin: 0 30px;
  }

  .cxzcList ul li a div {
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
  }

  /* 载体与平台 */
  .tplinkList {
    width: 100vw;
    height: calc(50vw - 5px);
    margin-bottom: 10px;
  }

  .tplinkList img {
    width: 100%;
    height: 100%;
  }

  .tplinkLeft {
    width: calc(50vw - 5px);
    height: calc(50vw - 5px);
    float: left;
  }

  .tplinkRight {
    width: calc(50vw - 5px);
    height: calc(50vw - 5px);
    float: right;
  }

  .tplinkTop {
    width: 100%;
    height: calc(50% - 5px);
  }

  .tplinkBottom {
    width: 100%;
    height: calc(50% - 5px);
    margin-top: 10px;
  }

  .tplinkBottom_Left {
    width: calc(50% - 5px);
    height: 100%;
    float: left;
  }

  .tplinkBottom_Right {
    width: calc(50% - 5px);
    height: 100%;
    float: right;
  }

  .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;
  }
}

/* 电脑端样式 */
@media screen and (min-width: 768px) {
  .hidden-pc {
    display: none;
  }

  .hidden-mobile {
    display: block;
  }

  /* 轮播图 */
  .newsBox,
  .tbzw,
  .gjfg_2021,
  .gjfg {
    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: 100%;
  }

  .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;
  }

  /* 创新政策最新公告在体育平台等 */
  .ggBox {
    width: 1200px;
    height: 320px;
    margin: 0 auto;
    background-color: #ffffff;
  }

  .cxzcList {
    float: left;
    margin-top: 15px;
  }

  .cxzcList .sipaciconfont {
    font-size: 46px;
    color: #ffffff;
    -webkit-text-stroke-width: 0.2px;
  }

  .cxzcList ul li {
    width: 220px;
    height: 80px;
    line-height: 80px;
    margin-bottom: 10px;
  }

  .cxzcList ul li a i {
    margin-left: 30px;
  }

  .cxzcList ul li a div {
    width: 130px;
    height: 80px;
    line-height: 80px;
    float: right;
    font-size: 18px;
    color: #ffffff;
  }

  .cxzcWenzi:hover {
    text-decoration: underline
  }

  .zxggList {
    width: 480px;
    height: 100%;
    float: left;
    margin-left: 20px;
  }

  .daxxjbList .cont {
    position: absolute;
  }

  .daxxjbList li {
    font: 17px/35px Arial;
    overflow: hidden;
  }

  .daxxjbList li a {
    display: block;
    float: left;
    width: 70%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .daxxjbList li em {
    background: #CBCBCB;
    width: 3px;
    height: 3px;
    margin: 18px 10px 0 2px;
    float: left;
  }

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

  .ztptList {
    width: 450px;
    height: 100%;
    float: right;
  }

  .gwwbBox {
    margin-left: 280px;
    width: 170px;
    height: 100%;
  }

  .gwwbImgW {
    width: 34px;
    height: 100%;
    float: left;
    margin-top: 15px;
  }

  .gwwbImgT {
    width: 36px;
    height: 100%;
    float: left;
    margin-top: 15px;
  }

  .gwwbWenzi {
    width: 90px;
    height: 35px;
    float: right;
    font-size: 14px;
    margin-top: 8px;
  }

  .gwwbWenzi a {
    color: #9dd3e5;
  }

  .tplinkList {
    width: 450px;
    height: 200px;
  }

  .tplinkLeft {
    width: 190px;
    height: 200px;
    float: left;
  }

  .tplinkRight {
    width: 250px;
    height: 200px;
    float: right;
  }

  .tplinkTop {
    width: 100%;
    height: 90px;
  }

  .tplinkBottom {
    width: 100%;
    height: 105px;
    margin-top: 8px;
  }

  .tplinkBottom_Left {
    width: 120px;
    height: 100%;
    float: left;
  }

  .tplinkBottom_Right {
    width: 120px;
    height: 100%;
    float: right;
  }

  .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;
  }

}</pre></body></html>