.right {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  border-radius: 6px;
}

.right-detail-top {
  padding: 36px 30px 24px;
  border-bottom: 1px solid #d4e7fdff;
}

.right-title {
  position: relative;
  color: #0a3866ff;
 
  font-size: 24px;
  font-weight: Bold;
  z-index: 1;
  word-wrap: break-word;
}

.right-title::after{
  /* position: absolute;
  bottom:0;
  content: '';
  width: 100%;
  height: 18px;
  left:0;
  background: #CCE3FF;
  z-index: -1; */
}

.time {
  margin-top: 12px;
  color: #566273ff;
  font-size: 14px;
}

.right-detail-bottom {
  padding: 30px;
  word-wrap: break-word;

}

.right-detail-bottom {
  padding: 30px;
  word-wrap: break-word;
}

.right-detail-bottom p {
  color: #05162eff;
  font-size: 16px;
  font-family: "PingFang SC";
  line-height: 32px;
  word-wrap: break-word;
}

.right-detail-bottom span {
  flex:1;
  /* display: inline-block;
  max-width: 880px; */
  /* word-break: keep-all !important; */
}


.right-detail-bottom table {
  /* width: 100% !important; */
  display: inline-table;
}


.right-detail-bottom p {
  color: #05162eff;
  font-size: 16px;
  font-family: "PingFang SC";
  line-height: 32px;
  word-wrap: break-word;
}

/* 学会党建 */
.xhdj-wrap {
  width: 1200px;
  padding: 30px;
  background-color: #fff;
  border-radius: 8px;
}

.content-wrap-more {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.xhdj-content {
  margin-top:24px;
  display: flex;
}

.xhdj-left {
  width: 500px;
  height: 313px;
  margin-right: 24px;
  border-radius: 8px;
  position: relative;
}

.xhdj-left img {
  width: 500px;
  height: 313px;
  border-radius: 8px;
  background-size: 100%;
}
.xhdj-left p{
  position: absolute;
  bottom:0;
  width: 500px;
  height: 42px;
  line-height: 42px;
  background: linear-gradient(270deg, #05162e00 0.43%, #05162E 50%);
  color:#fff;
  padding: 0 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 0 0 8px 8px;
}

.xhdj-right {
  flex:1;
}

.xhdj-right > div:first-child{
  margin-top: 0 !important;
}
.xhdj-right > div {
  height: 98px;
  margin-top: 10px;
  border-bottom: 1px solid #D4E7FD;
} 

.xhdj-right > div:last-child{
  border-bottom: none !important;
}
.xhdj-words a{
  color: #05162e;
  height: 54px;
  font-size: 18px;
  color:#05162E;
  line-height: 27px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 设置最大显示行数 */
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.xhdj-time {
  color: #566273;
  font-family: "PingFang SC";
  font-size: 16px;
  margin-top: 8px;
}

/* 学术交流 */

.gnhy-wrap{
 
}

.gnhy-wrap-study {
  background-color: #fff;
  border-radius: 8px;
}
.gnhy-wrap .content-wrap-more {
  padding:30px;
}

.gnhy-right {
  padding: 0 30px;
}

.gnhy-right .gnhy-right-div{
  width: 100%;
  border: 1px solid #E1E9F8;
  border-radius: 8px;
  display: flex;
  margin-bottom: 20px;
  overflow: hidden;
}

.gnhy-img {
  width: 228px;
  height: 152px;
  background-size: 100%;
}
.gnhy-img-right {
  flex:1;
  padding: 20px;
}

.gnhy-title {
  color: #0a3866;
  font-size: 18px;
  overflow: hidden;
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 1; /* 设置最大显示行数 */
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.gnhy-words {
  color: #05162e;
  font-size: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 设置最大显示行数 */
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  margin-top: 12px;
  margin-bottom: 12px;
  line-height: 24px;
}

.gnhy-time{
  font-size: 14px;
  color:#637599;
  display: flex;
  justify-content: space-between;
}

.gnhy-subinfo{
  display: flex;
  justify-content: space-between;
}

.gnhy-time .gnhy-detail{
   color: #0a3866;
   padding-right: 8px;
   background: url('../images/detail_icon.png') center right no-repeat;
   background-size: 4px 6px;
   
}
.kxcb-date{
  display: none;
}
@media screen and (max-width: 750px) {
  .xhdj-content{
    width: 100%;
    display:block;
  }
  .right-detail-bottom {
    overflow-y: scroll;
  }

  .right-detail-bottom table {
    width: 100% !important;
    display: inline-table;
    overflow-x: scroll;
  }
  

  .right-detail-bottom span {
    flex:1;
    display: inline-block;
    max-width: 6rem;
    word-break: keep-all !important;
  }
  
  .right-detail-bottom img{
    max-width: 100% !important;
    height: auto !important;
  }
  

  
  .right-detail-top {
    padding: 0.36rem 0.3rem 0.24rem;
  }

  .right {
    border: none;
    border-radius: none;
  }

  .breadcrumb {
    width: 100% !important;
    padding-left: 0.3rem;
    margin: 0;
    margin-top: 0.2rem;
  }

  .right-detail-bottom {
    padding:0.3rem;
  }

  .time {
    margin-top: 0;
    text-align: right;
  }
  
  .right-title {
    font-size: 0.36rem;
  }

  .time {
    display: none;
  }

  .right-detail-bottom p {
    font-size: 0.24rem;
  }

  .gnhy-wrap .content-wrap-more {
    padding:0.3rem;
  }
  .gnhy-right{
    padding: 0 0.3rem;
  }
  .gnhy-img {
    width:2.28rem;
    object-fit: cover;
  }
  .gnhy-img-right{
    padding: 0.2rem;
    overflow: hidden;
  }
  .right li .dot{
    display: none;
  }
   .kxcb-date {
      width: 0.68rem;
      height: 0.88rem;
      border-radius: 4px;
      background: #d4e7fd;
      margin-left: 0.2rem;
      display: flex;
      flex-direction:column;
      align-items: center;
      justify-content: center;
      display: none;
    }
    .kxcb-date span:nth-child(1){
      color: #ffffff;
      font-size: 0.36rem;
      font-weight: 700;
    }
    .kxcb-date span:nth-child(2){
      color: #ffffff;
      font-size: 0.2rem;
      font-weight: 700;
    }

}
