.kepuhao {
    width: 1440px;
    margin: 0 auto 24px;
    background: #FFFFFF;
  }
  .kepuhao-info {
    height: 251px;
    padding: 61px 120px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: url("../../images/kepuhao-bg.png") no-repeat 100% 100%;
  }
  .kepuhao-info .kepuhao-logo {
    height: 118px;
    width: 118px;
    border-radius: 50%;
    margin-right: 32px;
  }
  .kepuhao-info .kepuhao-name {
    font-size: 28px;
    font-weight: 600;
    color: #222222;
    line-height: 34px;
  }
  .follow-data {
    font-size: 24px;
    font-weight: 600;
    color: #222222;
    line-height: 29px;
    padding-right: 4px;
  }
  .follow-sufix {
    font-size: 16px;
    font-weight: 400;
    color: #505050;
    line-height: 19px;
  }
  .follow-divider {
    padding: 0 24px;
    color: #CDCDCD;
    font-size: 24px;
  }
  .description {
    font-size: 20px;
    color: #222222;
    line-height: 24px;
  }
  .kepuhao-desc {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
  }
  .kepuhao-ziyuan {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

.list-item {
    width: 584px;
    height: 169px;
    padding: 24px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #EBEBEB;
    margin-top: 32px;
  }
  .list-item .list-img {
    width: 203px;
    height: 121px;
    position: relative;
  }
  .list-item .list-img .play-button{
    width: 30px;
    height: 30px;
    position: absolute;
    left: 87px;
    top: 46px; 
    background: none;
  }
  .list-item .list-img img {
    width: 100%;
    height: 100%;
    background: #EBEBEB;
  }
  .list-item .list-img .activity-address {
    min-width: 53px;
    height: 20px;
    background: rgba(0,0,0,0.4);
    border-radius: 36px 36px 36px 36px;
    position: absolute;
    right: 13px;
    bottom: 8px;
    font-size: 12px;
    font-weight: 300;
    color: #FFFFFF;
    line-height: 20px;
    text-align: center;
  }
  
  .list-item .list-item-label {
    width: 357px;
    display: flex;
    flex-direction: column;
    height: 121px;
    justify-content: space-between;
  }
  .list-item .list-item-label .list-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .list-item .list-item-label .list-info>span{
    font-size: 14px;
    font-weight: 400;
    color: #999999;
  }
  .list-item .list-item-label .list-info .source-title{
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    max-width: 120px;
  }
  .list-item .list-item-label .list-item-title {
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 27px;
  }
  
  .list-keyword a{
    display: inline-block;
    height: 18px;
    line-height: 18px;
    border: 1px solid #1379FF;
    padding-left: 4px;
    padding-right: 4px;
    font-size: 12px;
    color: #1379FF;
    margin-left: 10px;
    overflow: hidden;
  }
  .list-keyword a:nth-child(1){
    margin-left: 0;
  }
  .tuwen_keyword {
    display: flex
  }

  .block-title {
    display: flex;
    align-items: center;
    font-size: 30px;
    font-weight: 500;
    color: #333333;
    line-height: 35px;
    margin-top: 32px;
  }
  .block-title img {
     margin-right: 12px;
  }
  .bread-bar {
    margin-top: 32px;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    display: flex;
    align-items: center;
  }
.bread-bar a {
    text-decoration: none;
    cursor: pointer;
}
.bread-bar img {
    margin-left: 5px;
    margin-right: 5px;
}


/* 分页 */
.kepuhao .tc {
  padding: 32px 0 0;
  text-align: center !important;
}

.kepuhao .tc .pages {
  display: inline-block;
  padding-bottom: 60px;
  padding-top: 10px;
  margin-right: 0;
}

.kepuhao .tc .pages .total-page {
  float: left;
  line-height: 34px;
  margin-right: 8px;
}

.kepuhao .tc .pages .page {
  float: left;
}

.kepuhao .tc .pages .page a {
  float: left;
  margin-right: 8px;
  padding: 0 13px;
  border: 1px solid #c2c2c2;
  border-radius: 2px;
  line-height: 34px;
  text-align: center;
  background: #ffffff;
  min-width: 34px;
  height: 34px;
  background-color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  color: #111111;
  text-decoration: none;
}
.kepuhao .tc .pages .page a:hover {
  border-color: #3e57fd;
}
.kepuhao .tc .pages .page .on {
  border: 1px;
  color: #ffffff;
  background: linear-gradient(180deg, #39a3fd 0%, #3e57fd 100%);
  background-color: #3e57fd;
  background-image: -moz-linear-gradient(180deg, #39a3fd 0%, #3e57fd 100%);
  background-image: -o-linear-gradient(180deg, #39a3fd 0%, #3e57fd 100%);
  background-image: -webkit-gradient(180deg, #39a3fd 0%, #3e57fd 100%);
  background-image: -webkit-linear-gradient(180deg, #39a3fd 0%, #3e57fd 100%);
  background-image: -ms-linear-gradient(180deg, #39a3fd 0%, #3e57fd 100%);
  background-image: linear-gradient(180deg, #39a3fd 0%, #3e57fd 100%);
}

.kepuhao .tc .pages .page .no_border {
  border: none;
}

.kepuhao .tc .pages .page .bgc {
  color: #fff;
  background-color: #c2c2c2;
}
