body {
  font-family: 'PingFang SC', "XHW-pzh", 'Lantinghei SC', 'Helvetica Neue', Helvetica, Arial, 'Microsoft YaHei', '微软雅黑', STHeitiSC-Light, simsun, '宋体', 'WenQuanYi Zen Hei', 'WenQuanYi Micro Hei', sans-serif;
}
a,
a:hover{
  color: inherit;
}
.fc {
  display: flex;
  align-items: center;
}
.kepuhao {
  width: 1440px;
  margin: 0 auto 70px;
  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-body {
  margin-top: 32px;
  margin-bottom: 40px;
}
.kepuhao-ziyuan {
  display: flex;
  justify-content: space-between;
}
.kepuhao-left {
  width: 700px;
  /* margin-bottom: 40px; */
}
.kepuhao-type-title {
  height: 48px !important;
  margin-bottom: 0 !important;
  border-bottom: 1px solid #EBEBEB;
}
.source-type {
  display: flex;
  width: 348px;
  font-size: 24px;
  color: #333333;
  justify-content: space-between;
  margin-left: 16px;
  height: 48px;
 
}
/* .source-type-active {
  font-weight: 500;
  color: #0170F5;
  border-bottom: 2px solid #0170F5;;
} */
.source-type-active::before {
  content: '';
  display: block;
  position: absolute;
  height: 2px;
  width: 32px;
  background: #0170F5;;
  bottom: 0;
  left: 8px;
}

.kepuhao-s{
  text-align: center;
  width: 700px;
  margin: auto;
  /* margin-top: 20px; */
  position: relative;
  display: none;
}

.kepuhao-search-input {
  -webkit-appearance: none;
  background-color: #FFF;
  border-radius: 4px;
  border: 1px solid #DCDFE6;
  box-sizing: border-box;
  color: #606266;
  display: inline-block;
  font-size: 20px;
  height: 48px;
  line-height: 40px;
  outline: 0;
  transition: border-color .2s cubic-bezier(.645,.045,.355,1);
  padding: 0 150px 0 50px;
  width: 700px;
}

.kepuhao-s .fa-search{
  position: absolute;
  left: 12px;
  font-size: 20px;
  top: 14px;
  color: #3D65FD;
}

.kepuhao-s-main{
  position: absolute;
  right: 20px;
  top: 14px;
  height: 20px;
  font-size: 20px;
  line-height: 20px;
}

.kepuhao-s-s{
  color: #333333;
  display: inline-block;
  cursor: pointer;
}

.input-s-line{
  width: 1px;
  height: 16px;
  background: #E5E5E5;
  margin: 0 15px;
  display: inline-block;
  position: relative;
  top: 2px;
}

.kepuhao-s-c{
  color: #999999;
  display: inline-block;
  cursor: pointer;
}
.kepuhao-swiper {
  position: relative;
}
.kepuhao-swiper .swiper-container  {
  width: 700px;
  height: 378px;
}
.kepuhao-swiper .swiper-slide {
  position: relative;
}
.kepuhao-swiper .swiper-slide .info-img{
  width: 100%;
  height: 100%;
}
.kepuhao-swiper .swiper-slide .info-title{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 700px;
  padding: 17px 24px 16px;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 38px;
  background: linear-gradient(0deg, rgb(0 0 0 / 60%), transparent);
}
.swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 25px;
  right: 24px;
  width: auto;
  left: auto;
}

.kepuhao-swiper .swiper-button-prev,
.kepuhao-swiper .swiper-button-next {
  position: absolute;
  top: 185px;
  width: 20px;
  height: 40px;
  background: url(/assets/images/kepuhao/kepuhao-swiper-pre.png) no-repeat center;
  background-size: 100% 100%;
  z-index: 1;
  cursor: pointer;

}
.kepuhao-swiper .swiper-button-next {
  background-image: url(/assets/images/kepuhao/kepuhao-swiper-next.png);
  right: 0;
}
.kepuhao-swiper .swiper-button-prev {
  left: 0;
}

.tuwen_item {
  padding: 24px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #EBEBEB;
}
.tuwen_item + .tuwen_item {
  margin-top: 24px;
}
.tuwen_item .item_img {
  width: 203px;
  height: 121px;
  position: relative;
}
.tuwen_item .item_img .tuwen_img {
  width: 100%;
  height: 100%;
  background: #EBEBEB;
}
.tuwen_item .item_img .play-button {
  width: 30px;
  height: 30px;
  position: absolute;
  top:46px;
  left: 87px;
}

.tuwen_item .item_label {
  width: 473px;
  display: flex;
  flex-direction: column;
  height: 121px;
  justify-content: space-between;
}
.tuwen_item .item_label .tuwen_info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tuwen_item .item_label .tuwen_info span {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
}
.tuwen_item .item_label .tuwen_title {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 27px;
  text-align: justify;
}

.tuwen_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;
  overflow: hidden;
  margin-left: 16px;
}
.tuwen_keyword a:nth-child(1){
  margin-left: 0;
}
.tuwen_keyword {
  display: flex;
}

.kepuhao-title {
  width: 100%;
  height: 28px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 28px;
}
.type-label {
  font-size: 24px;
  font-weight: 500;
  color: #333333;
  line-height: 23px;
  margin-left: 16px;
}
.kepuhao-right {
  width: 440px;
}
.recom-video {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.img-item {
  width: 208px;
  height: 224px;
  background: #FFFFFF;
  margin-top: 24px;
  border-bottom: 1px solid #EBEBEB;
}
.img-item .video-img{
  width: 100%;
  height: 116px;
  position: relative;
}
.img-item .video-img .video-cover{
  width: 100%;
  height: 100%;
  background: #EBEBEB;
}
.img-item .video-img .play-img{
  height: 28px;
  width: 28px;
  position: absolute;
  top: 44px;
  left: 90px;
}
.img-item .video-img .duration {
  width: 46px;
  height: 20px;
  background: rgba(0,0,0,0.4);
  border-radius: 36px 36px 36px 36px;
  text-align: center;
  font-size: 12px;
  font-weight: 300;
  color: #FFFFFF;
  line-height: 20px;
  position: absolute;
  right: 8px;
  bottom: 8px;

}
.img-item .img-title {
  font-size: 16px;
  color: #333333;
  padding-top: 12px;
  line-height: 26px;
}
.img-item .video-time {
  font-size: 16px;
  color: #999999;
  padding: 8px 0 12px
}
.recom-activity {
  display: flex;
  flex-wrap: wrap;
}
.recom-activity .activity-item {
  width: 384px;
  margin-right: 24px;
  margin-top: 24px;
  border-bottom: 1px solid #EBEBEB;
}
.recom-activity .activity-item:nth-last-child(-n+3){
  border-bottom: none;
}
.recom-activity .activity-item:nth-child(3n){
  margin-right: 0;
}
.recom-activity .activity-item .activity-cover{
  width: 100%;
  height: 170px;
  position: relative;
}
.recom-activity .activity-item .activity-cover .activity-address{
  width: 53px;
  height: 20px;
  background: rgba(0,0,0,0.4);
  border-radius: 36px 36px 36px 36px;
  position: absolute;
  right: 11px;
  bottom: 7px;
  font-size: 12px;
  font-weight: 300;
  color: #FFFFFF;
  line-height: 20px;
  text-align: center;
}
.recom-activity .activity-item .activity-cover img{
  width: 100%;
  height: 100%;
  background: #EBEBEB;
}

.recom-activity .activity-item .activity-title{
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 26px;
  margin-top: 16px;
  height: 52px;
}
.recom-activity .activity-item .activity-info{
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
  display: flex;
  justify-content: space-between;
  margin: 8px 0 16px;
}

.label-action {
  display: flex; 
  align-items: center; 
  cursor: pointer;
  font-size: 20px; 
  font-weight: 400; 
  color: #0170F5;
}
.label-action span{
  margin-right: 8px;
}
.label-action .page-info span{
  line-height: 24px;
  margin-right: 0;
}
.label-action .page-info {
  margin: 0 16px;
}
.label-action .swiper-button-disabled{
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.zixun-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.zixun-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0;
  width: 584px;
  height: 169px;
  border-bottom: 1px solid #EBEBEB;
  margin-bottom: 24px;
}
.zixun-item:nth-last-child(-n+2){
  border-bottom: none;
  margin-bottom: 0;
}
.zixun-item img {
  width: 203px;
  height: 121px;
  background: #EBEBEB;
}
.zixun-right {
  width: 357px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.zixun-title {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 27px;
}
.zixun-title:hover{
  color: #0170F5;
}
.zixun-info {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 21px;
  justify-content: space-between;
}

.kepuhao-content .kepuhao-item {
  height: 165px;
  width: 200px;
  text-align: center;
  background: url(/assets/images/kepuhao-item-bg.png) no-repeat  center;
  background-size: 100%;
  margin-top: 45px;
}
.kepuhao-content .kepuhao-item:nth-child(-n+2){
  margin-top: 34px;
}
.kepuhao-content .kepuhao-item-plain {
  height: 186px;
  width: 200px;
  text-align: center;
  background: #FFFFFF;
  box-shadow: 0px 2px 7px 0px #E8ECFF;
  margin-top: 24px;
}
.kepuhao-content .kepuhao-item .kepuhao-img{
  text-align: center;
}
.kepuhao-content .kepuhao-item .kepuhao-img img{
  position: relative;
  top: -21px;
  height: 98px;
  width: 98px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #E1E1E1;
}
.kepuhao-content .kepuhao-item .kepuhao-name {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 400;
  color: #313039;
  width: 180px;
  height: 62px;
  /* margin-top: 14px; */
  margin-left: 10px;

}
.kepuhao-content .kepuhao-item .kepuhao-name-new {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #313039;
  width: 180px;
  height: 62px;
  margin-top: -7px;
  margin-left: 10px;

}
.kepuhao-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.tuwen_title a:hover, .info-title a:hover,  .img-title a:hover, .activity-title a:hover{
  color: #0170F5;
}

.article-item {
  height: 93px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
}
.article-item:first-child {
  margin-top: 24px;
}
.article-item .article-cover {
  width: 124px;
  height: 93px;
  background: #EBEBEB;
}
.article-item .article-info {
  width: 299px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.article-item .article-info .article-title{
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 27px;
}
.article-item .article-info .read-count{
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 21px;
}
.page-button-disabled{
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.pages {
  text-align: center;
  margin-top: 50px;
}
.pagination a {
  border: none !important;
  width: 28px !important;
  height: 28px !important;
  font-size: 12px !important;
  color: #333 !important;
  line-height: 28px !important;

}
.pagination a:hover {
  background: #ffff !important;
  color: #112170 !important;
  border: 1px solid #0170F5 !important;
}
.pagination .active {
  background: #024AC2 !important;
  border: none !important;
  border: none !important;
  width: 28px !important;
  height: 28px !important;
  font-size: 12px !important;
  line-height: 28px !important;
}
.pagination input {
  height: 28px !important;
  width: 28px !important;
  line-height: 28px !important;
}
.source-type>div {
  cursor: pointer;
  position: relative;
}
.nav-icon {
  height: 28px;
  width: 28px;
}
.edubase-source, .edubase-activity {
  margin-top: 40px;
}
.hot-resource {
  margin-bottom: 40px;
}
.hot-resource .hot-resource-item {
  width: 440px;
  position: relative;
  margin-top: 28px;
}
.hot-resource .hot-resource-item:nth-child(1){
  border-bottom: 1px solid #EBEBEB;
  margin: 7px 0 20px;
}
.hot-resource .hot-resource-item .info-img {
  width: 100%;
  height: 230px;
  background: #EBEBEB;
}
.hot-resource .hot-resource-item .hot-title {
  font-weight: 400;
  color: #333333;
  font-size: 16px;
  line-height: 26px;
  margin-top: 12px;
  max-height: 52px;
  overflow: hidden;
}
.hot-resource .hot-resource-item .hot-pubtime {
  font-size: 16px;
  font-weight: 400;
  color: #999999;
  line-height: 24px;
  margin: 16px 0 24px;
}
.hot-resource .hot-resource-item .play-button {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 100px;
  left: 205px;
}
.hot-resource .hot-resource-item .video-duration{
  width: 46px;
  height: 20px;
  background: rgba(0,0,0,0.4);
  border-radius: 36px 36px 36px 36px;
  color: #fff;
  position: absolute;
  top: 190px;
  right: 20px;
}

.status-on {
  color: #00D615;
}
.classfly-type{
    position: absolute;
    width: 41px;
    height: 22px;
    background: #0170F5;
    text-align: center;
    border-radius: 0 0 14px 0;
    top: 0;
    color: #fff;
    font-size: 12px;
    line-height: 22px;
}
.spcial-title {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 26px;
  height: 26px;
  overflow: hidden;
  margin-top: 12px;
}
.special-cover {
  width: 439px;
  height: 194px;
  background: #909090;
}
.special-cover img {
  width: 100%;
  height: 100%;
}
.special-divider {
  height: 1px;
  background-color: #EBEBEB;
  margin: 24px 0;
}

.hot-resource-item-upper {
  display: flex;
}
.hot-resource-item-upper:nth-child(1) {
  margin-top: 0;
}
.hot-resource-item-upper:nth-child(2) {
  margin-top: 28px;
}
.info-img-upper {
  width: 168px;
  height: 93px;
  background: #D9D9D9;
  position: relative;
  margin-right: 16px;
  flex-shrink: 0;
}
.info-img-upper img {
  width: 100%;
  height: 100%;
}
.info-img-upper .play-button-upper {
  width: 24px;
  height: 24px;
  position: absolute;
  left: 72px;
  top: 35px;
}
.hot-info-upper .hot-title-upper{
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 27px;
  height: 54px;
  overflow: hidden;
  margin-bottom: 18px;
}
.hot-info-upper .read-count-upper {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 21px;
}
.hot-resource-bar img {
  width: 205px;
}
.hot-swiper-left, hot-swiper-right {
  margin-right: 26px;
  width: 205px;
}
.special-swiper-item {
  width: 440px;
  height: 247px;
  position: relative;
}
.special-swiper-cover {
  width: 440px;
  height: 247px;
}
.special-swiper-cover img {
  width: 100%;
  height: 100%;
}
.spcial-swiper-title-outer {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 51px;
  background: rgba(255,255,255,0.7);
  padding: 10px 87px 0 24px;
  width: 100%;
}
.spcial-swiper-title {
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  line-height: 31px;
  height: 31px;
  overflow: hidden;
}
.special-content {
  position: relative;
}
.special-index {
  position: absolute;
  right: 24px;
  bottom: 11px;
  width: 63px;
  height: 29px;
  background: #0170F5;
  font-size: 20px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 23px;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* ***********************科普号栏目start *********************** */
.kph-column-list_wrap{
  overflow: auto;
  margin: -24px 6px 30px;
}
.kph-column-list{
  font-size: 0;
  text-align: justify;
  margin-left: -60px;
}
.kph-column-item{
  margin-left: 60px;
  display: inline-block;
  position: relative;
  margin-top: 24px;
  font-size: 24px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 34px;
  cursor: pointer;
}
.kph-column-item:hover{
  font-weight: 500;
  color: #333;
}
.kph-column-item.active{
  font-weight: 500;
  color: #0170F5;
}
/* ***********************科普号栏目end *********************** */
/* ***********************科普号栏目搜索框start *********************** */
.kph-search{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 34px;
  padding-bottom: 17px;
  border-bottom: 1px solid #EBEBEB;
}
.kph-search>i.fa,
.kph-search-input,
.kph-search-clear{
  margin-right: 16px;
  flex-shrink: 0;
}
.kph-search>i.fa{
  font-size: 24px;
  color: #0170F5;
}
.kph-search-input{
  flex-grow: 1;
  height: 34px;
  font-size: 24px;
  font-weight: 400;
  color: #333333;
  line-height: 34px;
  border: none;
  outline: none;
}
.kph-search-clear{
  cursor: pointer;
  visibility: hidden;
}
.kph-search-btn{
  font-size: 24px;
  font-weight: 400;
  color: #333333;
  line-height: 34px;
  cursor: pointer;
}
.kph-search-cancel-btn{
  margin-left: 16px;
  font-size: 24px;
  font-weight: 400;
  color: #0170F5;
  line-height: 34px;
  cursor: pointer;
}
/* ***********************科普号栏目搜索框end *********************** */
/* ***********************科普号栏目资源列表start *********************** */
/* 单个资源start */
.kph-resource{
  margin: 34px 0 24px;
  display: flex;
  justify-content: space-between;
}
.kph-resource-cover{
  position: relative;
  flex-shrink: 0;
  width: 700px;
  height: 378px;
  background: #D9D9D9;
}
.kph-resource-cover img{
  width: 100%;
  height: 100%;
}
.kph-resource-cover .play-button{
  width: 50px;
  height: 50px;
  position: absolute;
  top:0;
  right:0;
  bottom:0;
  left: 0;
  margin: auto;
}
.kph-resource-info{
  flex: 1 0 0;
  height: 378px;
  background: #F7FAFF;
  padding: 32px 24px;
}
.kph-resource-title {
  height: 66px;
  font-size: 22px;
  font-weight: 600;
  color: #333333;
  line-height: 33px;
}
.kph-resource-title:hover{
  color: #0170F5;
}
.kph-resource-intro_title{
  display: inline-block;
  margin-top: 24px;
  padding: 3px 13px;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 24px;
  background: #004EAC;
  border-radius: 2px 2px 2px 2px;
}
.kph-resource-intro_content{
  margin-top: 16px;
  height: 81px;
  font-size: 18px;
  font-weight: 400;
  color: #666666;
  line-height: 27px;
  display: -webkit-box;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.kph-resource-keywords{
  width: 307px;
  overflow: hidden;
  margin-left: 24px;
  font-size: 0;
}
.kph-resource-keywords a{
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: #0170F5;
  line-height: 21px;
  overflow: hidden;
  white-space: nowrap;
  vertical-align: middle;
}
.kph-resource-keywords a+a{
  margin-left: 8px;
}
.kph-resource-time{
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 21px;
}
/* 单个资源end */

.kph-resource-list{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.kph-resource-item{
  display: flex;
  justify-content: space-between;
  width: 584px;
  padding: 24px 0;
  border-bottom: 1px solid #EBEBEB;
}
.kph-resource-item:nth-last-child(-n+2){
  border-bottom: none;
}
.kph-resource-item_cover{
  flex-shrink: 0;
  position: relative;
  width: 203px;
  height: 121px;
  margin-right: 24px;
  background: #D9D9D9;
}
.kph-resource-item_cover img{
  width: 100%;
  height: 100%;
}
.kph-resource-item_cover .play-button {
  width: 30px;
  height: 30px;
  position: absolute;
  top:0;
  right:0;
  bottom:0;
  left: 0;
  margin: auto;
}
.kph-resource-item_info{
  flex: 1 0 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.kph-resource-item_title{
  height: 54px;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 27px;
  overflow: hidden;
}
.kph-resource-item_title:hover{
  color: #0170F5
}
.kph-resource-item_keywords{
  width: 230px;
  overflow: hidden;
  margin-right: 24px;
  font-size: 0;
}
.kph-resource-item_keywords a{
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: #0170F5;
  line-height: 21px;
  overflow: hidden;
  white-space: nowrap;
  vertical-align: middle;
}
.kph-resource-item_keywords a+a{
  margin-left: 8px;
}
.kph-resource-item_time{
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 21px;
}

.kph-resource-pagination {
  padding: 32px 0 0;
  text-align: center !important;
}

.kph-resource-pagination .pages {
  display: inline-block;
  padding-bottom: 60px;
  padding-top: 10px;
  margin-right: 0;
}

.kph-resource-pagination .pages .total-page {
  float: left;
  line-height: 34px;
  margin-right: 8px;
}

.kph-resource-pagination .pages .page {
  float: left;
}

.kph-resource-pagination .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;
}
.kph-resource-pagination .pages .page a:hover {
  border-color: #3e57fd;
}
.kph-resource-pagination .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%);
}

.kph-resource-pagination .pages .page .no_border {
  border: none;
}

.kph-resource-pagination .pages .page .bgc {
  color: #fff;
  background-color: #c2c2c2;
}
/* ***********************科普号栏目资源列表end *********************** */

/* ***********************其它栏目最新视频start *********************** */
.kph-video-list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.kph-video-item{
  margin-bottom: 40px;
  width: 200px;
  height: 234px;
  background: #FFFFFF;
  box-shadow: 0px 2px 7px 0px #E8ECFF;
  overflow: hidden;
}
.kph-video-item_cover{
  position: relative;
  width: 200px;
  height: 118px;
  background: #909090;
}
.kph-video-item_cover img{
  width: 100%;
  height: 100%;
}
.kph-video-item_cover .play-button {
  width: 28px;
  height: 28px;
  position: absolute;
  top:0;
  right:0;
  bottom:0;
  left: 0;
  margin: auto;
}
.kph-video-item_info{
  margin: 12px 16px;
}
.kph-video-item_title{
  height: 52px;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 26px;
}
.kph-video-item_title:hover{
  color: #0170F5;
}
.kph-video-item_source {
  margin-top: 16px;
  height: 24px;
  font-size: 16px;
  font-weight: 400;
  color: #999999;
  line-height: 24px;
}

.kph-video-list2{
  margin-bottom: 50px;
  padding: 14px 20px;
  background: rgba(245,248,255,0.8);
}
.kph-video-item2{
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 26px;
}
.kph-video-item2 + .kph-video-item2{
  margin-top: 24px;
}
.kph-video-item2 img{
  flex-shrink: 0;
  width: 18px;
  margin-right: 10px;
}
.kph-video-item2 a{
  flex:1 0 0;
  overflow: hidden;
}
.kph-video-item2:hover{
  color: #0170F5;
}
/* ***********************其它栏目最新视频end *********************** */

/* ***********************其它栏目热门音频start *********************** */
.kph-audio-item{
  margin: 40px 0;
  display: flex;
}
.kph-audio-item_cover{
  flex-shrink: 0;
  position: relative;
  margin-right: 16px;
  width: 168px;
  height: 93px;
  background: #909090;
}
.kph-audio-item_cover img{
  width: 100%;
  height: 100%;
}
.kph-audio-item_cover .play-button {
  width: 30px;
  height: 30px;
  position: absolute;
  top:0;
  right:0;
  bottom:0;
  left: 0;
  margin: auto;
}
.kph-audio-item_info{
  flex: 1 0 0%;
  overflow: hidden;
}
.kph-audio-item_title{
  height: 54px;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 27px;
}
.kph-audio-item_title:hover{
  color: #0170F5;
}
.kph-audio-item_other{
  margin-top: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 21px;
}
/* ***********************其它栏目热门音频end *********************** */

/* 【全部】和【精品推荐】栏目中的专题start */
.special-wrap{
  margin: 30px -120px;
  padding: 32px 120px;
  background: #F7FAFF;
}
.special-swiper-item2 {
  width: 436px;
  height: 196px;
  position: relative;
}
.special-swiper-cover2 {
  width: 436px;
  height: 196px;
}
.special-swiper-cover2 img {
  width: 100%;
  height: 100%;
}
/* 【全部】和【精品推荐】栏目中的专题end */

/* 【全部】和【精品推荐】栏目中的推荐科普号start */
.kepuhao-content2 .kepuhao-item{
  width: 282px;
  height: 201px;
  margin-top: 36px;
}
.kepuhao-content2 .kepuhao-item:nth-child(-n+2){
  margin-top: 0;
}
.kepuhao-content2 .kepuhao-item .kepuhao-img img{
  top: 0;
  margin-top: 22px;
}
.kepuhao-content2 .kepuhao-item .kepuhao-name-new {
  margin: 0;
  display: block;
  margin: 8px auto 0;
}
/* 【全部】和【精品推荐】栏目中的推荐科普号end */