/*
    * @time Fri Nov 13 2020 08:57:46 GMT+0800 (中国标准时间)
    */
    .domPc {
      display: block
  }
  .domMob {
      display: none
  }
  .grid-1200 {
      width: 1200px
  }
  .grid-120 {
      width: 120px
  }
  .grid-700 {
      width: 700px
  }
  .grid-320 {
      width: 320px
  }
  .mr-30 {
      margin-right: 30px
  }
  .ml-30 {
      margin-left: 30px
  }
  .lib-top{ background:#305b9f!important;}
  .lib-top .top-search{background: #3376af!important;}
  .lib-foot{    background:#305b9f!important;}
  .list {
      /*padding-top: 100px;
      margin-top: -100px;*/
      overflow-x: hidden;
      overflow-y: visible;
      position: relative;
      z-index: 5
  }
  .list .item {
      padding: 20px 0;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      border-bottom: 1px dashed #bfbfbf
  }
  .list .item .tit {
      font-size: 18px;
      line-height: 28px
  }
  .list .item .tit i {
      font-size: 16px;
      height: 26px;
      line-height: 26px;
      padding: 0 10px;
      margin-right: 10px;
      color: #fff;
      font-style: normal
  }
  .list .item .tit i.red {
      background: #e10e0e
  }
  .list .item .tit i.blue {
      background: #027bfb
  }
  .list .item .tit i.orange {
      background: #f60
  }
  .list .item:hover {
      background: #fdfdfd
  }
  .list .item:hover .share {
      width: 140px
  }
  .list .xpage-more-btn {
      display: block;
      text-align: center;
      line-height: 46px;
      width: 270px;
      margin: 50px auto 10px;
      font-size: 16px;
      -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
      border-radius: 8px;
      background: #305b9f;
      color: #fff;
      cursor: pointer
  }
  .list .xpage-more-btn img {
      vertical-align: middle;
      margin-right: 10px;
      margin-top: -3px
  }
  .item-style1 {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between
  }
  .item-style1 .img {
      margin-right: 18px;
      width: 180px;
      height: auto;
      overflow: hidden
  }
  .item-style1 .img img {
      width: 100%
  }
  .item-style1 .txt {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -moz-box-flex: 1;
      -ms-flex: 1;
      flex: 1
  }
  .item-style1 .txt .tit {
      margin-top: 6px;
      height: 52px
  }
  .item-style1 .txt .info {
      margin-top: 5px
  }
  .item-style2 .info {
      margin-top: 5px
  }
  .item-style3 .tit {
      margin-bottom: 10px
  }
  .item-style3 .img {
      width: 100%;
      height: 394px;
  }
  .item-style3 .img img {
      width: 100%;
      height: auto
  }
  .item-style4 .tit { margin-bottom: 10px }
  .item-style4 .img { width: 100%; height: 191px;  }
  .item-style4 .img a { /*display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -moz-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between*/ display:block; width:100%; height:191px; }
  .item-style4 .img a img { width: 49%; height: 100%; overflow: hidden; border-radius: 5px; display:inline-block; margin-right:1%; }
  .item-style5 .tit { margin-bottom: 10px }
  .item-style5 .img { width: 100%; height: 124px; }
  .item-style5 .img a { /*display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -moz-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between*/ display:block; width:100%; height:124px; }
  .item-style5 .img a img { width: 32%; height: 100%; overflow: hidden; border-radius: 5px; display:inline-block; margin-right:1.3%; }
  .item-style6 .tit {
      margin-bottom: 10px
  }
  .item-style6 .img {
      position: relative;
      z-index: 1;
      width: 100%;
      height: auto
  }
  .item-style6 .img img {
      position: relative;
      z-index: 1;
      width: 100%;
      height: auto
  }
  .item-style6 .img .play {
      width: 80px;
      height: 80px;
      position: absolute;
      left: 50%;
      top: 50%;
      margin-left: -40px;
      margin-top: -40px;
      z-index: 3
  }
  .item-style6 .img video {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      z-index: 4;
      background: #000
  }
  .item-style6 .img .close {
      width: 30px;
      height: 30px;
      position: absolute;
      right: 0;
      top: 0;
      z-index: 10;
      cursor: pointer
  }
  .item-style6 .img .hide {
      display: none
  }
  .info {
      height: 30px;
      margin-top: 15px
  }
  .info .time {
      float: left;
      font-size: 14px;
      line-height: 30px;
      color: #999
  }
  .info .share {
      float: right;
      width: 0;
      height: 30px;
      font-size: 0;
      white-space: nowrap;
      -webkit-transition: width 1s;
      -moz-transition: width 1s;
      transition: width 1s
  }
  .info .share .share-item {
      display: inline-block;
      position: relative;
      width: 24px;
      height: 24px;
      margin-left: 8px
  }
  .info .share .share-item img {
      width: 100%;
      height: 100%
  }
  .info .share .share-item .qrcode {
      position: absolute;
      left: 50%;
      top: 30px;
      margin-left: -94px;
      z-index: 88;
      width: 150px;
      height: 0;
      overflow: hidden;
      -webkit-transition: all .5s;
      -moz-transition: all .5s;
      transition: all .5s
  }
  .info .share .share-item .qrcode img {
      width: 150px;
      height: 150px
  }
  .info .share .share-item .qrcode.show {
      height: 150px
  }
  .fixed {
      position: fixed!important;
      top: 0;
      z-index: 99
  }
  .main {
      margin-top: 20px;
      position:relative; z-index:100;
  }
  .main .box {
      margin: 0 auto
  }
  .nav {
      float: left;
      background: #fff;
      min-height: 250px
  }
  .nav .nav-cont {
      top: 70px;
      -webkit-border-radius: 8px 8px 0 0;
      -moz-border-radius: 8px 8px 0 0;
      border-radius: 8px 8px 0 0;
      overflow: hidden
  }
  .nav .nav-cont.fixed {
      top: 0
  }
  .nav .nav-cont a {
      display: block;
      text-align: center;
      height: 50px;
      line-height: 50px;
      font-size: 16px;
      border-left: 1px solid #f0f0f0;
      border-right: 1px solid #f0f0f0;
      border-bottom: 1px solid #f0f0f0
  }
  .nav .nav-cont a:first-child {
      background: #305b9f;
      border: 0
  }
  .nav .nav-cont a:first-child img {
      vertical-align: middle
  }
  .nav .nav-cont a.active {
      position: relative;
      color: #305b9f;
      background: #f3f6f8
  }
  .nav .nav-cont a.active:before {
      content: '';
      width: 3px;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      display: block;
      background: #305b9f
  }
  .box-cont {
      float: left
  }
  .hot {
      float: right;
      height:2200px;
  }
  .card {
      position: relative;
      border-top: 1px solid #bfbfbf;
      padding-bottom: 10px
  }
  .card .title {
      padding: 5px 0;
      line-height: 36px;
      font-size: 20px;
      font-weight: 700;
      color: #000
  }
  .card .title a {
      display: inline-block;
      position: relative;
      color: #000
  }
  .card .title a:before {
      content: '';
      position: absolute;
      left: 0;
      top: -5px;
      width: 100%;
      height: 4px;
      background: #305b9f
  }
  .list-style0 li {
      position: relative;
      margin-bottom: 5px
  }
  .list-style0 li:before {
      content: '';
      width: 4px;
      height: 4px;
      position: absolute;
      left: 0;
      top: 10px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      background: #bfbfbf
  }
  .list-style0 li a {
      padding-left: 8px;
      font-size: 16px;
      line-height: 26px;
      color: #666
  }
  .list-style2 li {
      position: relative;
      margin-bottom: 15px
  }
  /* .list-style2 li .img { float: left; margin-right: 10px; width: 130px; height: 85px; overflow: hidden; border-radius: 5px; } */
  .list-style2 li .img {
      float: left;
      margin-right: 10px;
      width: 75px;
      height: 85px;
      overflow: hidden;
      border-radius: 5px;
  }

  /* .list-style2 li .img img { width: 100%; height: 100% } */
  .list-style2 li .img img {
      width: 75px;
      height: 75px;
      border-radius: 100%;
  }

  .margin20 {
      margin-top: 20px;
  }
  .list-style2 li .tit {
      font-size: 16px;
      line-height: 26px;
      color: #333;
      padding: 5px 10px 10px 0;
      max-height: 85px;
      overflow: hidden;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box
  }
  .list-style3 {
  }
  .list-style3 ul {
      width: 100%
  }
  .list-style3 li {
      position: relative;
      margin-bottom: 17px
  }
  .list-style3 li .img {
      width: 100%;
      height: auto
  }
  .list-style3 li .img img {
      width: 100%;
      height: auto
  }
  .list-style3 li .tit {
      margin-top: 8px;
      text-align: center;
      font-size: 16px;
      line-height: 26px;
      color: #333;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box
  }
  .observe .swiper-container {
      width: 100%;
      height: 100%
  }
  .observe .swiper-container .img {
      width: 100%;
      height: auto;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 0 6px
  }
  .observe .swiper-container .img img {
      width: 100%;
      /* height: 280px; */
      border-radius:5px;
  }
  .observe .swiper-container .tit {
      text-align: center;
      padding: 0 6px;
      font-size: 16px;
      line-height: 26px;
      margin-top: 5px
  }
  .observe .swiper-container .swiper-slide {
      padding-top: 15px;
      -webkit-transition: all .3s;
      -moz-transition: all .3s;
      transition: all .3s
  }
  .observe .swiper-container .swiper-slide.swiper-slide-active {
      padding-top: 0
  }
  .observe .swiper-container .pagination {
      bottom: 0
  }
  .special {
      margin-top: 10px;
      background: #fff
  }
  .special.fixed {
      margin-top: 0
  }
  
  @media screen and (max-width:768px) {
  .domPc {
      display: none
  }
  .domMob {
      display: block
  }
  .grid-120, .grid-1200, .grid-320, .grid-700 {
      width: 100%
  }
  .main {
      margin-top: 0; z-index:1; 
  }
  .focus {
      height: auto
  }
  .list {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding-left: 10px;
      padding-right: 10px
  }
  .list .item {
      padding: 10px 0
  }
  .list .xpage-more-btn {
      color: #999;
      font-size: 14px;
      background: 0 0;
      margin-top: 10px
  }
  .item-style1 {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center
  }
  .item-style1 .img {
      margin-right: 10px;
      width: 140px;
      height: auto
  }
  .item-style1 .txt .tit {
      margin-top: 0;
      height: auto;
      font-size: 18px
  }
  .item-style1 .txt .tit a {
      overflow: hidden;
      text-overflow: ellipsis;
      cursor: pointer;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
  }
  }
  /*新华公益*/
  .focusBox5{ width:310px;}
  .focusBox5 .swiper-pagination{ display:none;}
  .tgr .swiper-wrapper{ height:338px;}
  .tgr { height: auto; display: inline-block; margin-top: 17px; }
  .tgr .swiper-button-prev {
      left: 0;
      width: 34px;
      height: 73px;
      background: url(/politics/newpage2020/images/icon-arrow.png) left 0 no-repeat;
  }
  .tgr .swiper-button-next {
      right: 0;
      width: 34px;
      height: 73px;
      background: url(/politics/newpage2020/images/icon-arrow.png) right 0 no-repeat;
  }
  .tgr_title { width: 374px; height: 67px; }
  .tgr ul { margin-top: 0px; }
  .tgr ul li h5 { font-family: "微软雅黑"; color: #305b9f; font-size: 14px; text-align: center;  height: auto; overflow: hidden; margin: 0 auto; margin-top: 10px;    }
  .tgr ul li h5 a { color: #305b9f; }
  .tgr ul li h4 {
      color: #000;
      font-size: 14px;
      line-height: 18px;
      text-align: center;
      font-weight:normal;
  }
  .tgr ul li { padding-top: 10px;  float: left; width: 75px; height: 156px; overflow: hidden; padding:0 40px; margin-bottom:10px;}
  .tgr ul li img { width: 75px; height: 75px; border-radius: 100%;  }
  .tgr ul li p { font-size: 14px; color: #666; text-align: center; width: 110px; line-height: 20px; margin-top: 5px; height: 40px; overflow: hidden; }
  /*公益讲堂*/
  .numlist { width:320px;  background:#fff; margin-bottom:10px; } 
  .numlist li {height:48px; _height:45px; border-bottom:1px solid #eaeaea; padding-left:11px; line-height:48px; padding:0 15px; font-size:14px; overflow:hidden } 
  .numlist li a { color:#585858; } 
  .numlist li span{ background:url(/book/2020new/images/line.jpg) 0px 3px no-repeat ; font-size:20px; color:#000000; font-family:Arial; font-weight:bold; width:75px; margin-right:20px; padding-left:15px;}
  .numlist .cur { border:none; font-weight:bold; padding:0px; height:75px; line-height:75px;} 
  .numlist .cur a { color:#000; font-size:14px; font-weight:bold; float:left; width:220px; line-height:23px; margin-top:9px;} 
  .numlist .cur span{ height:75px; width:75px; background-color:#305b9f; color:#FFFFFF; font-size:42px; line-height:75px; text-align:center; background-image:none; display:block; padding:0; float:left}
  .numlist-img { width:320px; height:180px; }
  .numlist-img img{ width:320px; height:180px; }
  
  /*右侧底部*/
  .special{
      width: 320px;
      height: auto;
      position: relative;
      z-index: 1
  }
  .special .swiper-container {
      width: 100%;
      height: 170px;
  }
  .special .swiper-container .img {
      width: 320px;
      height: 170px;
      position: relative;
      z-index: 1
  }
  .special .swiper-container .img img {
      width: 100%;
      height: auto;
  }
  .special .swiper-container .tit {
      position: absolute;
      right: 0;
      left: 0;
      bottom: 0;
      z-index: 4;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 10px;
      font-size: 16px;
      line-height: 28px;
      color: #fff;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), to(rgba(0,0,0,.65)));
      background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0, rgba(0,0,0,.65) 100%);
      background: -moz-linear-gradient(top, rgba(0,0,0,0) 0, rgba(0,0,0,.65) 100%);
      background: linear-gradient(to bottom, rgba(0,0,0,0) 0, rgba(0,0,0,.65) 100%)
  }
  .special .swiper-container .pagination {
      width: auto;
      left: auto;
      right: 10px;
      bottom: -1px;
  }
  .special .swiper-container .pagination .swiper-pagination-bullet {
      background: #0051a4;
      opacity: 1
  }
  .special .swiper-container .pagination .swiper-pagination-bullet-active {
      background: #fff
  }
  .special .swiper-container .swiper-button-prev {
      left: 0;
      width: 34px;
      height: 73px;
      background: url(/politics/newpage2020/images/icon-arrow.png) left 0 no-repeat
  }
  .special .swiper-container .swiper-button-next {
      right: 0;
      width: 34px;
      height: 73px;
      background: url(/politics/newpage2020/images/icon-arrow.png) right 0 no-repeat
  }
  /*人物列表*/
   .item-card {
      width: 48%;
      height: 180px;
      overflow: hidden;
      margin-bottom:50px;
      border:1px solid #ddd!important;
      border-radius:5px;
      float:left;
      margin:8px 1%;
  }
  .item-card li {
      width: 342px;
      height: 160px;
      border: 1px #e5e5e5 solid;
      border-radius: 4%;
      float: left;
      overflow: hidden;
      margin-top: 20px;
      margin-left: 20px;
  }
  .item-card .img {
      width: 60px;
      height: 60px;
      float: left;
      margin-left: 20px;
      overflow: hidden;
      border-radius: 30px;
      background: #333;
  }
  .item-card .img img {
      width: 100%;
      height: auto;
  }
  .item-card .txt {
      float: right;
      padding-right: 16px;
      width: 220px;
      overflow: hidden;
  }
  .item-card .txt .tit {
      font-family:"微软雅黑";
      color: #305b9f;
      font-size: 15px;
      font-weight:bold;
      line-height:24px;
  }
  .item-card .txt .tit a {
      color: #305b9f;
  }
  .item-card .txt p {
      font-family:"微软雅黑";
      color: #305b9f;
      font-size: 12px;
      margin-top: 10px;
      line-height: 18px;
      height: 33px;
      overflow: hidden;
  }
  .item-card .txt p a {
      color: #5e5e5e;
  }
  .item-card .txt .more {
      font-family: 微软雅黑;
      color: rgb(48, 91, 159);
      font-size: 14px;
      margin-top: 15px;
      width: 80px;
      text-align: center;
      padding-top: 3px;
      padding-bottom: 3px;
      border-width: 1px;
      border-style: solid;
      border-color: rgb(229, 229, 229);
      border-image: initial;
  }
  .item-card .txt .more a{
      color: rgb(48, 91, 159);
  }
  @media screen and (max-width:768px) {
   .item-card {
      width: 100%;
      height: 180px;
      overflow: hidden;
      margin-bottom:50px;
      border:1px solid #ddd!important;
      border-radius:5px;
      float:none;
      margin:8px 0;
  }
  .item-card li {
      width: 342px;
      height: 160px;
      border: 1px #e5e5e5 solid;
      border-radius: 4%;
      float: left;
      overflow: hidden;
      margin-top: 20px;
      margin-left: 20px;
  }
  .item-card .img {
      width: 16%;
      height: auto;
      float: left;
      margin-left: 4%;
      overflow: hidden;
      border-radius: 100px;
      background: #333;
  }
  .item-card .img img {
      width: 100%;
      height: auto;
  }
  .item-card .txt {
      float: right;
      padding:0;
      margin:10px 5% 0 5%;
      width: 70%;
      overflow: hidden;
  }
  .item-card .txt .tit {
      font-family:"微软雅黑";
      color: #305b9f;
      font-size: 17px;
      font-weight:bold;
      line-height:24px;
  }
  .item-card .txt .tit a {
      color: #305b9f;
  }
  .item-card .txt p {
      font-family:"微软雅黑";
      color: #305b9f;
      font-size: 16px;
      margin-top: 10px;
      line-height: 20px;
      height: 40px;
      overflow: hidden;
  }
  .item-card .txt p a {
      color: #5e5e5e;
  }
  .item-card .txt .more {
      font-family: 微软雅黑;
      color: rgb(48, 91, 159);
      font-size: 14px;
      margin-top: 15px;
      width: 80px;
      text-align: center;
      padding-top: 3px;
      padding-bottom: 3px;
      border-width: 1px;
      border-style: solid;
      border-color: rgb(229, 229, 229);
      border-image: initial;
  }
  .item-style4 .img { height: 100%; overflow: hidden; }
  .item-style4 .img a { display:block; width:100%; height:107px; }
  .item-style5 .img { height: 100%; overflow: hidden; }
  .item-style5 .img a { /*display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -moz-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between*/ display:block; width:100%; height:68px; }
  }
  .img{ border-radius:5px; overflow:hidden;}
  .lxwmbg {
    width: 320px;
    height: 85px;
    overflow: hidden;
    border-left: 1px solid #027bfb;
    border-right: 1px solid #027bfb;
    border-bottom: 1px solid #027bfb;
    border-top: 1px solid #fff;
    border-image:linear-gradient(to top,#8ebff3,#fff) 1 10;
}
.lxwmbg h5{ width: 100%; padding-left: 25px; font-size: 16px; color: #585858; line-height: 30px;}