* {
    margin: 0;
    padding: 0;
    color: #333;
    text-decoration: none;
    list-style-type: none;
  }
  body {
    width: 100%;
    overflow-x: hidden;
  }
  .gab-bg {
    min-width: 100vw;
    min-height: 100vh;
    background-color: #f2f7f9;
  }
  .gab-container {
    width: 1200px;
    margin: 0 auto;
    padding: 50px;
    overflow: hidden;
  }
  .gab-header {
    width: 100%;
    height: 460px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    background: url(headbg.png) no-repeat;
    background-size: 100% 100%;
  }
  .gab-header .head-container {
    width: 1100px;
    margin: 0 auto;
    position: relative;
    padding-top: 80px;
    height: 100%;
    box-sizing: border-box;
  }
  .gab-header .site-name {
    padding-left: 30px;
  }
  .gab-header .site-name a {
    font-size: 48px;
    letter-spacing: 3px;
    font-weight: bold;
    color: #E30A05;
    text-shadow: 3px -3px 5px #fff;
  }
  .gab-header .wza-button {
    width: 160px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 24px;
    font-weight: bold;
    color: #007fff;
    border: 2px solid #007fff;
    position: absolute;
    right: 100px;
    top: 30px;
    cursor: pointer;
  }
  .gab-header .wza-button a {
    color: #007fff;
  }
  .gab-header .zzzq-button {
    width: 250px;
    height: 80px;
    position: absolute;
    bottom: 90px;
    left: 100px;
    border-radius: 80px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }
  .gab-container-two {
    width: 100%;
  }
  .gab-container-two .cloumn-list-two {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .gab-container-two .cloumn-list-two > li {
    width: calc((100% - 50px) / 2);
    height: 180px;
    border-radius: 15px;
    margin-right: 50px;
    margin-bottom: 50px;
    background-color: #fff;
    box-shadow: 0px 6px 15px 1px #eee;
  }
  .gab-container-two .cloumn-list-two > li > a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .gab-container-two .cloumn-list-two > li > a .image-icon-two {
    width: 120px;
    height: 120px;
  }
  .gab-container-two .cloumn-list-two > li > a .image-icon-two img {
    width: 100%;
    height: 100%;
  }
  .gab-container-two .cloumn-list-two > li > a .title-name-two {
    font-size: 36px;
    font-weight: bold;
    box-sizing: border-box;
    flex: 1;
    padding-left: 30px;
  }
  .gab-container-two .cloumn-list-two > li:nth-of-type(2n) {
    margin-right: 0;
  }
  @media screen and (max-width: 1200px) {
    html {
      overflow-x: hidden;
      font-size: 100px !important;
    }
    .gab-container {
      width: 100%;
      box-sizing: border-box;
      padding: 0.3rem 0.2rem;
    }
    .gab-header {
      width: 100%;
      box-sizing: border-box;
      height: 4rem;
      background-size: 225%;
      background-position: 35% 100%;
    }
    .gab-header .head-container {
      width: 100%;
      padding-top: 0.3rem;
    }
    .gab-header .site-name {
      font-size: 14px;
      padding-left: 0.2rem;
    }
    .gab-header .site-name a {
      font-size: 0.5rem;
    }
    .gab-header .wza-button {
      top: 10px;
      right: 10px;
      display: none;
    }
    .gab-header .zzzq-button {
      width: 2rem;
      height: 1.8rem;
      left: 0.8rem;
      bottom: 0.1rem;
    }
    .gab-header .zzzq-button img {
      width: 2rem;
      height: 0.8rem;
    }
    .gab-container-two .container-two-title {
      font-size: 0.28rem;
      margin-bottom: 0.2rem;
      margin-top: 0.2rem;
    }
    .gab-container-two .cloumn-list-two {
      font-size: 14px;
    }
    .gab-container-two .cloumn-list-two > li {
      width: 100%;
      margin-right: 0;
      margin-bottom: 0.3rem;
      height: 2rem;
    }
    .gab-container-two .cloumn-list-two > li > a {
      padding: 0 0.4rem;
    }
    .gab-container-two .cloumn-list-two > li > a .image-icon-two {
      width: 1.4rem;
      height: 1.4rem;
    }
    .gab-container-two .cloumn-list-two > li > a .title-name-two {
      font-size: 0.48rem;
      padding-left: 0.4rem;
    }
    .pager-box {
      flex-wrap: wrap;
    }
    .pager-box > a {
      margin: 8px;
      font-size: 28px;
      box-sizing: border-box;
    }
  }
  
  /* 列表样式 */
  .list-wrap {
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .title-bg{
    vertical-align: middle;
  }
  .list-table {
    margin: 30px 0;
  }
  .list-item {
    border-radius: 5px;
    background-color: #ffffff;
    padding: 15px;
    margin-right: 10px;
    margin-bottom: 30px;
    box-shadow: 1px 1px 8px 2px #f7f5f2;
    width: 100%;
    position: relative;
    box-sizing: border-box;
  }
  .list-item-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .list-item-time {
    border-radius: 5px;
    width: 112px;
    padding: 10px;
    font-weight: bold;
    background-color: #f7f7f7;
    font-size: 32px;
    text-align: center;
    color: #808080;
    line-height: normal;
    word-wrap: break-word;
  }
  .list-item-content {
    padding: 10px 10px 10px 30px;
    font-size: 36px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    width: 80%;
    max-height: 90px;
    line-height: normal;
  }
  .list-item .list-item-wrap:hover span,
  .list-item .list-item-wrap:hover p{
    color: #51a3fd;
  }
  .list-item-icon {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 10px;
    background: url(list_xq1.png) no-repeat;
  }
  .list-item:hover .list-item-icon {
    background: url(list_xq2.png) no-repeat;
  }
  .list-item-icon {
    position: absolute;
    right: 10px;
  }
  
  /* 页码 */
    .page-list {
      text-align: center;
      color: #999;
      font-size: 28px;
      margin: 40px 0 35px 0;
      padding-bottom: 40px;
    }
  
    .page-list a, .page-list .lik {
      border: 1px solid #eee;
      margin: 0 3px;
      line-height: 60px;
      width: 60px;
      width: 60px;
      color: #999;
      border-radius: 3px;
      display: inline-block;
    }
  
    .page-list .on {
      background: #007fff;
      color: #fff;
    }
  
    .page-list input#num {
      width: 60px;
      height: 60px;
      border: 1px solid #ddd;
      text-align: center;
      margin: 0 6px;
      color: #999;
      font-size: 28px;
    }
  
    .page-list input[type="submit"] {
      width: 100px;
      height: 60px;
      margin-left: 8px;
      background: #007fff;
      border: 0;
      cursor: pointer;
      border-radius: 3px;
      font-size: 28px;
      color: #fff;
    }
  
    .page-list span {
      margin: 0 5px;
    }
      /* 列表头 */
  .list-head {
    margin-top: 30px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .list-title {
    position: relative;
    /* width: calc(1200px - 110px); */
    width: 100%;
    height: 80px;
    line-height: 80px;
    text-align: center;
  }
  .head-block{
    position: absolute;
    width: 100%;
    z-index: 999;
    top: 0;
  }
  .head-title {
    color: #51a3fd;
    font-weight: bold;
    font-size: 42px;
  }
  
  /* 列表头 */
  
  
  @media screen and (max-width: 1200px) {
    
    .list-wrap {
      width: 100%;
      padding: 0.2rem;
    }
  
    .back {
      width: 55px;
      height: 40px;
    }
    .list-head{
      margin-top: 0.2rem;
    }
    .list-table{
      margin: 0.4rem auto 0.2rem auto;
    }
    .head-title {
      font-size: 0.45rem;
    }
    .list-item{
      margin-bottom: 0.2rem;
      padding: 0.3rem;
    }
    .list-item-time {
      font-size: 0.36rem;
    }
    .list-item-content {
      width: 76%;
      font-size: 0.4rem;
      padding: 0 0.4rem  0 0.2rem;
      line-height: normal;
      -webkit-line-clamp: 1;
    }
  
    .page-list a, .page-list .lik{
      width: auto;
      font-size: .4rem;
      padding: 0 10px;
    }
      .page-list input#num{
      /* line-height: .3rem; */
      width: 60px;
      font-size: .4rem;
      padding: 0 10px;
      /* height: .3rem; */
    }
    .page-list input[type="submit"]{
      /* height: .3rem; */
      /* vertical-align: middle; */
      font-size: .4rem;
    }
    .pager-box{
      flex-wrap: wrap;
      
    }
    .pager-box >a{
      margin:8px;
      font-size: 28px;
      box-sizing: border-box;
    }
  }
  
  /* 详情 */
  .view-wrap {
    width: 1200px;
    margin: 60px auto;
    background-color: #fff;
    padding: 20px;
  }
  .gab-datail-box .gab-detail-title {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    box-sizing: border-box;
    padding: 0 60px;
    margin-top: 85px;
    margin-bottom: 80px;
    line-height: normal;
  }
  .gab-datail-box .gab-detail-soure {
    width: 100%;
    height: 50px;
    background-color: #F3F3F3;
    box-sizing: border-box;
    /* padding-left: 145px; */
    font-size: 24px;
    color: #666666;
    display: flex;
    align-items: center;
    margin-bottom: 45px;
    justify-content: center;
    line-height: normal;
  }
  .gab-datail-box .gab-detail-soure .detail-soure {
    margin-right: 100px;
  }
  .gab-detail-soure div {
      font-size: 24px;
  }
  .detail-article{
    font-size: 24px;
  }
  @media screen and (max-width: 1200px) {
    
    .view-wrap {
      width: 100%;
      padding: 0.2rem;
      box-sizing: border-box;
      margin-top: 0;
    }
    
    .gab-datail-box .gab-detail-title {
      font-size: 0.4rem;
      padding: 0;
      margin-top: 0.4rem;
      margin-bottom: 0.4rem;
      text-align: justify;
      text-align: center;
      line-height: normal;
    }
  
    .gab-datail-box .gab-detail-soure {
      width: 100%;
      height: auto;
      background-color: #F3F3F3;
      box-sizing: border-box;
      font-size: 24px;
      color: #666666;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      padding: 0.1rem ;
    }
    .gab-datail-box .gab-detail-soure .detail-soure {
        margin-right: 0.1rem;
        font-size: .35rem;
        width: 100%;
        text-align: center;
    }
    .gab-datail-box .gab-detail-soure .detail-pubtime {
        font-size: .35rem;
    }
    .back {
      width: 0.8rem;
      height: 0.6rem;
    }
    .list-title {
      height: 40px;
      line-height: 40px;
      width: calc(100% - 75px);
      margin: 0 auto;
    }
    .title-bg {
      width: 96%;
    }
    .detail-article{
        font-size: 0.35rem;
    }
    .detail-article .TRS_UEDITOR p, .detail-article .TRS_UEDITOR span{
    font-size: 0.4rem!important;
  }

  }
  .footer-content p ins{
    color: #c9e3ff;
  }
  #articlePlayer .playTitle{
    font-size: 18px!important;
  }
  