
.layui-laypage .layui-laypage-curr .layui-laypage-em {
  background: linear-gradient(180deg, #00BEF2 0%, #376AB8 53%, #573996 100%);
}
.layui-laypage {
  /* margin: 0 auto; */
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
  .pc-container .icon_author {
    padding-left: 20px;
    background: url('./icon/icon_thumb.png') no-repeat left center;
    background-size: 14px;
  }
  .pc-container .icon_times {
    padding-left: 20px;
    background: url('./icon/icon_times.png') no-repeat left center;
    background-size: 14px;
  }
  .pc-container .icon_views {
    padding-left: 20px;
    background: url('./icon/icon_eyes.png') no-repeat left center;
    background-size: 14px;
  }
  .pc-container .container {
    margin: 0 auto 50px;
    width: 1200px;
    justify-content: space-between;
    align-items: stretch;
  }
  .pc-container .main {
    padding-top: 20px;
    width: 800px;
  }
  

  .pc-container .list-title {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: left;
    font-size: 28px;
    color: #222;
  }

  .pc-container .list-item {
    padding: 20px 0;
    width: 100%;
    height: 194px;
    border-bottom: 1px solid #D8D8D8;
  }

  .pc-container .item-thumb {
    margin-right: 20px;
    width: 246px;
    height: 150px;
    overflow: hidden;
  }

  .pc-container .item-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s ease .1s;
  }

  .pc-container .item-thumb img:hover {
	/* 放大1.3倍 */
    transform: scale(1.3);
  }

  .pc-container .item-r {
    position: relative;
    flex: 1;
    width: 560px;
    height: 100%;
  }

  .pc-container .item-r .title {
    margin-bottom: 10px;
    width: 100%;
    line-height: 30px;
    font-size: 20px;
    font-weight: 500;
    cursor: pointer;
    color: #262626;
  }

  .pc-container .item-r .title:hover {
    color: #2E78C1;
  }

  .pc-container .item-r .subtitle {
    margin-bottom: 34px;
    height: 52px;
    line-height: 25px;
    text-align: left;
    color: #666;
    font-size: 16px;
  }
  .pc-container .item-r .times {
    position: absolute;
    left: 0;
    bottom: 0;
    padding-top: 10px;
    width: 100%;
    height: 30px;
    line-height: 20px;
  }
  .pc-container .sidebar-box {
    margin-top: 30px;
    padding: 0 30px;
    box-sizing: border-box;
    width: 360px;
    border-left: 1px solid #ddd;
  }
  .pc-container .sidebar {
    width: 360px;
    padding-bottom: 10px;
    box-sizing: border-box;
  }
  .pc-container .r-title {
    position: relative;
    padding-top: 10px;
    font-size: 18px;
    padding-bottom: 6px;
    margin-bottom: 12px;
    text-align: left;
    /* border-bottom: 2px solid #eee; */
    background: linear-gradient(180deg, #00BEF2 0%, #376AB8 53%, #573996 100%);
    -webkit-background-clip: text;
    color: transparent;
  }
  .pc-container .theme-r-title {
    padding-top: 10px;
    font-size: 18px;
    padding-bottom: 6px;
    margin-bottom: 12px;
    text-align: left;
    border-bottom: 2px solid #eee;
  }
  .pc-container .r-title:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(to left, #00BEF2 0%, #376AB8 53%, #573996 100%);
  }
  .pc-container .recommend-list li {
    position: relative;
    line-height: 30px;
    margin-bottom: 2px;
  }
  .pc-container .recommend-list li a {
    color: #2c3e50;
    cursor: pointer;
    text-decoration: none;
  }

  .pc-container .recommend-list li a:hover {
    color: #2E78C1;
  }
  .pc-container .full-img {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1200px;
    height: 200px;
    object-fit: contain;
  }
  .pc-container .theme-title {
    padding-bottom: 10px;
    margin-bottom: 30px;
    width: 100%;
    height: auto;
    line-height: 50px;
    text-align: left;
    font-size: 28px;
    color: #262626;
    border-bottom: 4px solid #eee;
  }


  .mHome {
    padding-bottom: 1.2rem;
  }
  .m-container .newItem {
    padding: 0 0.15rem;
    width: 100%;
    height: 0.4rem;
    line-height: 0.4rem;
    text-align: left;
    font-size: 0.14rem;
    border-bottom: 1px solid #eee;
  }
  .m-container .newItem:last-child {
    border-bottom: none;
  }