.h2-text {
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 55px !important;
  white-space: normal !important;
  margin-bottom: 0px !important;
}
.wrapper.empty-whole {
  background: #ffffff;
  padding-bottom: 0;
}
.new-kph-bg {
  background: url(/assets/images/kph-bg-new.png) no-repeat center bottom;
  background-size: cover;
  padding: 60px 0;
}
.org-index .org-index-nav {
  height: auto;
}
.org-index .org-index-nav a {
  width: 155px;
  margin-right: 13px;
  margin-left: 0;
  box-shadow: 0px 2px 10px 0px #deebff;
  border: 0;
  border-radius: 0;
  height: 60px;
  line-height: 60px;
  color: #666666;
}
.org-index .org-index-nav a:last-child {
  margin-right: 0;
}

.org-index-list {
  padding-top: 32px;
}
.org-index .org-index-nav a.active {
  font-size: 24px;
  font-weight: 600;
  color: #024ac2;
  background: #ffffff;
  border-bottom: 2px solid #024ac2;
}
.new-box-flex{
    display: flex;
    justify-content: flex-start;
    margin-top: 26px;
}
.org-sc-box {
  height: 50px;
  width: 500px;
  margin-left: 60px;
}
.org-sc-box .inner {
  width: 420px;
  border: none;
  border-radius: 4px;
  padding-left: 110px;
}
.org-sc-box input {
  width: 280px;
}
.org-sc-box input::input-placeholder{
	color:#C6C6C6;
}
.org-sc-box .sc-btn {
  background: #fff;
  color: #0170f5;
}
.org-sc-box .type-list li.cur {
  color: #0170f5;
  position: relative;
}

.org-sc-box .type-list.active {
  border: none;
  width: 110px;
  left: 0px;
  top: 0px;
}
.type-list .cur .icon-select {
  position: relative;
}
.type-list .cur .icon-select::after{
  background: url(/assets/images/kph-search-up.png) no-repeat 0 0;
  background-size: contain;
  width: 7px;
  height: 6px;
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  right: -10px;
}
.type-list.active .cur .icon-select::after{
  background: url(/assets/images/kph-search-up.png) no-repeat 0 0;
  background-size: contain;
  width: 7px;
  height: 6px;
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  right: -10px;
  transform: rotate(180deg);
}
.org-index-userinfo {
  flex: 1;
  display: flex;
}
.org-index .org-index-userinfo .org-index-avatar {
  width: 118px;
  height: 118px;
  margin-right: 32px;
}
.org-index .org-index-userinfo .org-index-avatar img{
  width: 118px;
  height: 118px;
}
.org-index .org-index-userinfo p {
  text-align: left;
  margin-top: 16px;
  font-size: 28px;
}
.org-index .org-index-userinfo .brief {
  padding: 0;
  font-size: 20px;
  font-weight: 500;
  margin-top: 0px;
  flex: 1;
}
.num-font-size {
  font-size: 24px;
  font-weight: 600;
  color: #222222;
  line-height: 23px;
  margin-right: 8px;
}
.num-title-size {
  font-size: 16px;
  font-weight: 400;
  color: #505050;
  line-height: 23px;
}
.flex {
  display: flex;
}
.middle-line {
  width: 1px;
  height: 23px;
  background: #cdcdcd;
  margin: 0 24px;
}
.pages .page a.on:hover {
  background: #024ac2 !important;
}
.pages .page a:hover {
  border-color: #024ac2 !important;
}

.paixu {
  padding-top: 0 !important;
  display: flex;
  justify-content: space-between;
  height: 74px;
}
.down-status {
  flex: 1;
}
.down-status span {
  color: #333333;
  font-size: 20px !important;
  margin-right: 0;
  line-height: 40px;
  padding: 0 !important;
  min-width: 70px;
  margin-right: 22px;
}
.down-status span.span-down{
    margin-right: 4px;
    padding: 0 12px !important;
}
.down-status span:first-child {
  margin-right: 0;
}
.down-status span.active {
  background: linear-gradient(142deg, #3e97ff 0%, #a3d3ff 100%);
  border-radius: 40px;
  color: #fff !important;
  border-bottom: 0 !important;
}
.wall-down-item {
  top: 12px;
  left: 12px;
  width: 22px;
  height: 22px;
}
.video-choice .not-check {
  width: 22px;
  background-image: url(/assets/images/n-status.png);
}
.video-choice .checked {
  width: 22px;
  background-image: url(/assets/images/y-status.png);
}
.act-title {
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  white-space: normal;
  margin: 12px 12px 10px;
  font-size: 16px;
  color: #333;
  font-weight: 500;
  line-height: 20px;
  height: 40px;
  letter-spacing: 1px;
}
.act-time {
  font-weight: 400;
  color: #666666;
  margin: 21px 12px;
  font-size: 14px;
}
.reset-w.img-text-list {
  width: 1220px;
}
.act-status {
  position: absolute;
  bottom: 21px;
  right: 12px;
  color: #7c7c7c;
  font-size: 12px;
  line-height: 18px;
}
.act-status-ing {
  color: #43dc00;
}
.activity-item {
  width: 275px;
  display: inline-block;
  margin-right: 33px;
  margin-bottom: 30px;
  cursor: pointer;
  background: #f9faff;
  vertical-align: top;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.activity-item img {
  width: 275px;
  height: 174px;
}
.activity-item:nth-child(4n) {
  margin-right: 0;
}
.activity-province {
  position: absolute;
  color: #fff;
  top: 150px;
  right: 10px;
    background: rgba(0,0,0,0.4);
    border-radius: 36px 36px 36px 36px;
    font-size: 12px;
    padding: 2px 12px;
}
.list-blocks .list-block{
    margin: 4px 30px 20px 3px;
    box-shadow: 0px 2px 7px 0px #E8ECFF;
}
.tuijian {
    width: 1328px;
    margin: auto;
    position: relative;
}
.tuijian .common-show{
    width: 1200px;
}
.organizations-all .common-show .list-item{
    width: 280px;
    margin-right: 0;
    height: 263px;
    background-size: cover;
}
.organizations-all .swiper-button-prev{
    left: 0;
}
.organizations-all .swiper-button-next{
    right: 0;
}
.organizations-all .common-show .list-item img{
    width: 134px;
    height: 134px;
    margin-top: 0;
}
.organizations-all .common-show .list-item p .cell-wrap b{
    font-size: 30px;
    font-weight: 600;
    width: 180px;
    line-height: 1;
        overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.tj-padding{
    position: absolute;
    bottom: 0;
    width: 100%;
    padding:10px 20px;
    background: #F1F1F1;
    border-radius: 13px 13px 13px 13px;
}
.tj-dec{
    font-size: 16px;
    font-weight: 400;
    color: #313039;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.organizations-all .swiper-button-next, .organizations-all .swiper-button-prev{
    width: 48px;
    height: 48px;
    border-radius: 50%;
}
.organizations-all .swiper-button-next.swiper-button-disabled, .organizations-all .swiper-button-prev.swiper-button-disabled{
    background-color: #bad1ff;
}
.organizations-all .swiper-button-prev,
.organizations-all .swiper-button-next{
        background-color: #024ac2;
}
.title-header{
    font-size: 31px;
    font-weight: 600;
    color: #222222;
}
.mr-10{
    margin-right: 10px;
}
.video-block .block-imgs .opertions-blocks .opertions-block .icon-box{
    line-height: 15px;
}
.video-block .block-imgs .video-icon{
    width: 48px;
    height: 48px;
    top: 50%;
    margin-top: -24px;
    left: 50%;
    margin-left: -24px;
}
.video-block .block-imgs .video-icon img{
    width: 100%;
}
.video-time{
    width: 60px;
    height: 21px;
    background: rgba(0,0,0,0.4);
    border-radius: 36px 36px 36px 36px;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 21px;
    text-align: center;
    position: absolute;
    bottom: 12px;
    right: 15px;
}
.yc-video{
    position: absolute;
    bottom: 12px;
    left: 10px;
}
.video-block .block-info{
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    margin-top: 12px;
    line-height: 28px;
    height: 56px;
    padding: 0;
}
.video-publish-time{
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    margin-left: 10px;
    padding-bottom: 16px;
    display: block;
}
.list-blocks .video-block{
    width: 590px;
    display: flex;
    padding: 24px;
}
.list-blocks .video-block .title-time-box{
    width: 270px;
    margin-right: 20px;
}
.list-blocks .video-block  .block-imgs{
    width: 250px;
    height: 150px;
}
.list-blocks .video-block .title-time-box .video-publish-time{
    margin-top: 36px;
    margin-left:0 ;
    padding-bottom:0 ;
}
.list-blocks .list-block h2{
    height: auto;
}
.org-sc-box .type-list{
      width: 110px;
}
.relative{
  position: relative;
}
.kph-gz{
    position: absolute;
    width: 181px;
    height: 46px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 400;
    line-height: 46px;
    text-align: center;
    right: 0;
    top: 0;
    border: 1px solid transparent;
    cursor: pointer;
}
.kph-gz-true{
    background: #F4F8FF;
    border: 1px solid #024AC2;
    color: #024AC2;
}
.kph-gz-false{
  background: linear-gradient(31deg, #0070F4 0%, #0044F4 100%);
  color: #fff;
}

.org-index-list .list-block>.icon-box, .org-index-list .list-block>.upload-icon{
  right: 24px;
}