<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.list_con {
  width: 100%;
  float: left;
  height: auto;
  background: #f0f0f0;
  padding-bottom: 60px; }
  .list_con .position {
    padding: 20px 0;
    font-size: 14px; }
  .list_con .news_fl {
    width: 70%;
    background: #fff;
    padding: 20px 0px 20px 20px;
    float: left; }
    .list_con .news_fl .tab_list {
      width: 100%;
      float: left;
      height: auto;
      margin-top: 0px;
      padding-right: 20px; }
      .list_con .news_fl .tab_list .tab_title {
        background: #f0f0f0;
        width: 100%;
        float: left;
        height: auto; }
        .list_con .news_fl .tab_list .tab_title .hover {
          background: #fc3c2a; }
          .list_con .news_fl .tab_list .tab_title .hover a {
            color: #fff; }
            .list_con .news_fl .tab_list .tab_title .hover a:before {
              content: none; }
        .list_con .news_fl .tab_list .tab_title li:last-child a:before {
          content: none; }
        .list_con .news_fl .tab_list .tab_title li {
          float: left; }
          .list_con .news_fl .tab_list .tab_title li a {
            padding: 10px 20px;
            display: inline-block;
            width: 100%;
            float: left;
            position: relative; }
            .list_con .news_fl .tab_list .tab_title li a:before {
              content: "|";
              position: absolute;
              right: -2px;
              color: #ccc; }
    .list_con .news_fl .tab_content li {
      width: 100%;
      float: left;
      height: auto;
      display: flex;
      padding-bottom: 20px;
      margin-top: 20px;
      border-bottom: 1px solid #f0f0f0;
      align-items: center; }
      .list_con .news_fl .tab_content li .img {
        flex-shrink: 0;
        width: 240px; }
        .list_con .news_fl .tab_content li .img img {
          width: 240px; }
      .list_con .news_fl .tab_content li .content {
        margin-left: 20px; }
        .list_con .news_fl .tab_content li .content .desc {
          margin: 10px 0;
          color: #666;
          height: 46px;
          overflow: hidden; }
        .list_con .news_fl .tab_content li .content .info {
          color: #666;
          font-size: 14px;
          display: flex; }
          .list_con .news_fl .tab_content li .content .info div {
            display: flex;
            align-items: center;
            margin-right: 20px; }
            .list_con .news_fl .tab_content li .content .info div i {
              color: #666;
              font-size: 18px; }
  .list_con .aside {
    float: right;
    width: 28%; }
    .list_con .aside .FrBigImg {
      float: left; }
      .list_con .aside .FrBigImg img {
        width: 100%; }
    .list_con .aside .list {
      background: #fff;
      padding: 10px;
      padding-top: 0px;
      width: 100%;
      float: left;
      height: auto;
      margin-bottom: 20px; }
      .list_con .aside .list .b_title {
        width: 100%; }
        .list_con .aside .list .b_title em {
          border-top: 2px solid #fc3c2a;
          float: left;
          padding: 10px; }
      .list_con .aside .list .top_news {
        width: 100%;
        float: left;
        height: auto;
        position: relative;
        margin-top: 0px; }
        .list_con .aside .list .top_news a {
          color: #fff;
          font-size: 16px; }
        .list_con .aside .list .top_news img {
          width: 100%; }
        .list_con .aside .list .top_news .title {
          position: absolute;
          left: 0px;
          bottom: 0px;
          background: rgba(0, 0, 0, 0.5);
          padding: 10px; }
        .list_con .aside .list .top_news .num {
          position: absolute;
          left: 0px;
          top: 0px;
          background: #fc3c2a;
          padding: 5px 10px; }
      .list_con .aside .list ul li {
        width: 100%;
        float: left;
        height: auto;
        display: flex;
        padding: 10px 0; }
        .list_con .aside .list ul li .img {
          width: 100px;
          flex-shrink: 0;
          position: relative; }
          .list_con .aside .list ul li .img img {
            width: 100%; }
          .list_con .aside .list ul li .img .num {
            position: absolute;
            background: rgba(255, 255, 255, 0.5);
            top: 0px;
            left: 0px;
            padding: 0 8px; }
        .list_con .aside .list ul li .content {
          margin-left: 10px; }
          .list_con .aside .list ul li .content .time {
            font-size: 12px;
            color: #666;
            margin-top: 5px; }
    .list_con .aside .Label {
      background: #fff;
      padding: 10px;
      padding-top: 0px;
      width: 100%;
      float: left;
      height: auto; }
      .list_con .aside .Label .title {
        width: 100%;
        float: left; }
        .list_con .aside .Label .title em {
          border-top: 2px solid #fc3c2a;
          float: left;
          padding: 10px; }
      .list_con .aside .Label ul {
        width: 100%;
        float: left;
        padding: 0 10px; }
        .list_con .aside .Label ul li {
          float: left;
          margin-right: 10px;
          margin-bottom: 5px; }
          .list_con .aside .Label ul li a {
            font-size: 12px; }
  .list_con .article {
    width: 70%;
    background: #fff;
    float: left;
    padding: 20px 20px 60px 20px; }
    .list_con .article .top {
      border-bottom: 2px solid #f0f0f0;
      padding: 20px 0; }
      .list_con .article .top h1 {
        font-size: 25px; }
      .list_con .article .top .info {
        display: flex;
        font-size: 14px;
        margin-top: 10px; }
        .list_con .article .top .info span {
          margin-right: 20px; }
    .list_con .article .content {
      margin-top: 20px;
      text-align: center;
      line-height: 1.8; }
      .list_con .article .content p {
        text-align: left; }
    .list_con .article .prevandnext {
      width: 100%;
      float: left;
      height: auto;
      margin-top: 20px;
      color: #666; }

.Taglistbox .taglist {
  float: left;
  width: 100%; }
  .Taglistbox .taglist li {
    float: left;
    margin-top: 10px;
    margin-right: 10px;
    color: #666;
    font-size: 14px; }
    .Taglistbox .taglist li a {
      color: #666; }

/*page*/
.box-page {
  width: 100%;
  float: left;
  text-align: left;
  margin-top: 20px; }

.dede_pages {
  width: 100%;
  float: left;
  text-align: left;
  margin-top: 10px; }

.dede_pages .pagelist {
  display: inline-block; }

.dede_pages .pagelist li {
  float: left;
  width: auto;
  border: 1px solid #ccc;
  margin-right: 5px;
  font-size: 13px;
  padding: 5px 10px; }

.dede_pages .pagelist .thisclass {
  background: #ff6600;
  border-color: #ff6600;
  color: #fff; }

.dede_pages .pagelist .pageinfo {
  float: left;
  color: #999; }

@media screen and (max-width: 769px) {
  .list_con {
    padding-bottom: 10px; }
    .list_con .position {
      padding: 10px; }
    .list_con .news_fl {
      width: 100%;
      padding: 5px; }
      .list_con .news_fl .tab_list {
        padding: 0; }
      .list_con .news_fl .tab_title {
        padding: 0; }
        .list_con .news_fl .tab_title li {
          width: 25%;
          font-size: 12px; }
      .list_con .news_fl .tab_contentbox .tab_content li {
        align-items: normal;
        padding-bottom: 10px;
        margin-top: 10px; }
      .list_con .news_fl .tab_contentbox .tab_content .img {
        width: 120px; }
        .list_con .news_fl .tab_contentbox .tab_content .img img {
          width: 100%; }
      .list_con .news_fl .tab_contentbox .tab_content .content .title {
        font-size: 14px; }
      .list_con .news_fl .tab_contentbox .tab_content .content .desc {
        font-size: 12px;
        margin: 5px 0; }
      .list_con .news_fl .tab_contentbox .tab_content .content .info {
        font-size: 12px; }
        .list_con .news_fl .tab_contentbox .tab_content .content .info div:nth-child(1) i {
          display: none; }
    .list_con .article {
      width: 100%; }
      .list_con .article .top {
        padding: 0px 0 20px 0; }
      .list_con .article .info {
        flex-wrap: wrap; }
        .list_con .article .info span:nth-child(1) {
          width: 100%;
          margin-bottom: 10px; }
    .list_con .aside {
      width: 100%;
      margin-top: 20px; }
      .list_con .aside .FrBigImg {
        width: 100%; }
      .list_con .aside .list {
        margin-top: 10px; } }
/*
  
 主色 #EC8617 
 高亮色 #ff6600
 字体颜色 #515151  文本颜色#626262
 线颜色 #dedede
 点缀色 #517fff

*/

/*# sourceMappingURL=news.css.map */
</pre></body></html>