.row1 {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 1;
    -moz-box-orient: vertical;
    overflow-wrap: break-word;
    word-break: break-all;
    white-space: normal;
    overflow: hidden;
}
.row2 {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 2;
    -moz-box-orient: vertical;
    overflow-wrap: break-word;
    word-break: break-all;
    white-space: normal;
    overflow: hidden;
}

.row3 {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 3;
    -moz-box-orient: vertical;
    overflow-wrap: break-word;
    word-break: break-all;
    white-space: normal;
    overflow: hidden;
}

.row5 {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 5;
  -moz-box-orient: vertical;
  overflow-wrap: break-word;
  word-break: break-all;
  white-space: normal;
  overflow: hidden;
}


.row11 {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 11;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 11;
    -moz-box-orient: vertical;
    overflow-wrap: break-word;
    word-break: break-all;
    white-space: normal;
    overflow: hidden;
}
.row7 {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 7;
  -moz-box-orient: vertical;
  overflow-wrap: break-word;
  word-break: break-all;
  white-space: normal;
  overflow: hidden;
}

.content-wrap {
    width: 100%;
    min-height: 800px;
}

.content-wrap a {
    color: #192332;
    font-size: 14px;
}
.content-wrap .content-main p a, .content-main table a{
    font-size: unset;
    color: #0099ff;
}

.content {
    width: 1200px;
    margin: 0 auto;
}

.breadcrumb {
    width: 1200px;
    color: #000000ff;
    font-size: 16px;
    margin: 20px auto 20px;
}

.breadcrumb a {
    color: #000000;
}

.content {
    width: 100%;
    position: relative;
    padding-bottom: 40px;
    min-height: 800px;
}

/* 
    .content::before{
     position: absolute;
     content:'';
     bottom: 0;
     width: 100%;
     left:0;
     height: 420px;
     background: url('/template/cciubsofficial/images/bgcolor.png') no-repeat;
     background-size: 100%;
    } */

.content-wrap {
    position: relative;
    width: 1200px;
    margin: 0 auto 0;
}
.zlhz-wrap{
    width: 100%;
    background-color: #fff;
    border:1px solid #E5E5E5;
    border-radius: 10px;
    padding: 0px 30px 30px;
}


/* img-content */
.img-content {
    position: relative;
    width: 1200px;
    margin: 40px auto 0;
}

.img-content .article-item-title {
    flex: 1;
    max-width: 100%;
    margin-bottom: 13px;
}

.img-content-list {
    display: flex;
    flex-wrap: wrap;
}

.img-content-list img {
    flex: 1;
    max-width: 285px;
    margin-right: 20px;
    background-color: #fff;
}

.img-content-list img:nth-child(4n) {
    margin-right: 0 !important;
}

/* 列表 */

.content-wrap .nav {
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    color: #566273;
}

.content-wrap .nav span {
    margin: 0 10px;
}

.content-list {
    width: 1200px;
    display: flex;
}

.content-list .left {
    width: 232px;
    margin-right: 20px;
    background: #ffffff;
}

.left-title {
    background: url(/template/cciubsofficial/images/listbg.png) no-repeat;
    width: 232px;
    height: 60px;
    border-radius: 6px 6px 0 0;
    background-size: 100%;
    display: flex;
    font-weight: Bold;
    font-size: 20px;
    color: #ffffff;
    align-items: center;
    justify-content: center;
}

.left-small-title {
    height: 50px;
    padding-left: 20px;
    line-height: 50px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
    background: #f5faff;
}

.left-small-title span {
    position: absolute;
    right: 18px;
    top: 18px;
    width: 16px;
    height: 16px;
    background: url('/template/cciubsofficial/images/arrow.png') no-repeat;
    transform: rotate(270deg);
    background-size: 100%;
}

.left-small-list {
    display: none;
}

.menu-active .left-small-list {
    display: block;
}

.menu-active .left-small-title {
    color: #2267c5;
}

.menu-active .left-small-title span {
    transform: rotate(0deg) !important;
}

.left-small-list p {
    padding: 4px 14px;
    height: 42px;
    line-height: 42px;
    border-bottom: 1px solid #f5faff;
    border-radius: 13px;
    cursor: pointer;
}

.left-small-list p:hover,
.left-small-list .current {
    padding: 4px 14px;
    border-radius: 13px;
    color: #2267c5;
}

.right {
    width: 888px;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    padding: 0 30px;
}

.right li {
    border-bottom: 1px solid #e5e5e5;
    height: 70px;
    align-items: center;
    display: flex;
}

.right li .dot {
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: #2267c5;
    display: inline-block;
    margin-right: 9px;
}

.right li .time {
    font-size: 16px;
    color: #566273;
    width: 100px;
}

.right li p {
    flex: 1;
    padding-right: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.right li p:hover {
    color: #2267c5;
    cursor: pointer;
}

.menu-item {
    cursor: pointer;
}

.fast-pass {
    background: url('/template/cciubsofficial/images/list-left-bg.png') no-repeat;
    width: 233px;
    height: 248px;
    background-size: contain;
    margin-top: 10px;
}

.fast-pass .fast-pass-title {
    color: #000000ff;
    font-size: 20px;
    font-weight: Bold;
    height: 48px;
    line-height: 52px;
    text-align: center;
}

.fast-items {
    display: flex;
    flex-wrap: wrap;
    padding: 0 19px
}

.fast-items li {
    padding: 0 8px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-items: center;
}

.fast-items li span {
    width: 20px;
    height: 20px;
    display: inline-block;
}

.fast-items li a {
    width: 57px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.fast-items li:hover a{
    color: #2267c5;
    font-weight: bold;
}
.fast-items li:hover {
    color: #2267c5;
    cursor: pointer;
}

.fast-items li:nth-child(1) span {
    margin-right: 4px;
    background: url('/template/cciubsofficial/images/fast1.png') no-repeat;
    background-size: 100%;
}

.fast-items li:nth-child(1):hover span {
    background: url('/template/cciubsofficial/images/fast1-1.png') no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: 100%;
}

.fast-items li:nth-child(2) span {
    margin-right: 4px;
    background: url('/template/cciubsofficial/images/fast2.png') no-repeat;
    background-size: 100%;
}

.fast-items li:nth-child(2):hover span {
    background: url('/template/cciubsofficial/images/fast2-1.png') no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: 100%;
}

.fast-items li:nth-child(3) span {
    margin-right: 4px;
    background: url('/template/cciubsofficial/images/fast3.png') no-repeat;
    background-size: 100%;
}

.fast-items li:nth-child(3):hover span {
    background: url('/template/cciubsofficial/images/fast3-1.png') no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: 100%;
}

.fast-items li:nth-child(4) span {
    margin-right: 4px;
    background: url('/template/cciubsofficial/images/fast4.png') no-repeat;
    background-size: 100%;
}

.fast-items li:nth-child(4):hover span {
    background: url('/template/cciubsofficial/images/fast4-1.png') no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: 100%;
}

.fast-items li:nth-child(5) span {
    margin-right: 4px;
    background: url('/template/cciubsofficial/images/fast5.png') no-repeat;
    background-size: 100%;
}

.fast-items li:nth-child(5):hover span {
    background: url('/template/cciubsofficial/images/fast5-1.png') no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: 100%;
}

.fast-items li:nth-child(6) span {
    margin-right: 4px;
    background: url('/template/cciubsofficial/images/fast6.png') no-repeat;
    background-size: 100%;
}

.fast-items li:nth-child(6):hover span {
    background: url('/template/cciubsofficial/images/fast6-1.png') no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: 100%;
}

.fast-items li:nth-child(7) span {
    margin-right: 4px;
    background: url('/template/cciubsofficial/images/fast7.png') no-repeat;
    background-size: 100%;
}

.fast-items li:nth-child(7):hover span {
    background: url('/template/cciubsofficial/images/fast7-1.png') no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: 100%;
}

.fast-items li:nth-child(8) span {
    margin-right: 4px;
    background: url('/template/cciubsofficial/images/fast8.png') no-repeat;
    background-size: 100%;
}

.fast-items li:nth-child(8):hover span {
    background: url('/template/cciubsofficial/images/fast8-1.png') no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: 100%;
}

@media screen and (min-width: 751px) {}

.list-left {
    float: left;
    width: 232px;
    margin-right: 20px;
}

.list-left .left-top {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #fff;
    color: #192332;
    font-size: 16px;
    text-align: center;
    margin-bottom: 20px;
}

.list-left .left-top h2 {
    background: url('/template/cciubsofficial/images/listbg.png') no-repeat left top;
    height: 60px;
    padding: 21px 0;
    line-height: 18px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    border-radius: 6px 6px 0 0;
    background-size: 100%;
}

.list-left .left-top ul li {
    border-bottom: 1px solid #e5e5e5;
    position: relative;
}

.list-left .left-top ul li a {
    display: block;
    height: 52px;
    font-size: 16px;
    line-height: 16px;
    padding: 18px 0;
}

.list-left .left-top ul li:last-child {
    border-bottom: 0;
}

.list-left .left-top ul li.active a {
    color: #2267c5;
    font-weight: 500;
}

.list-left .left-top ul li.active:after {
    content: '';
    display: block;
    width: 4px;
    height: 20px;
    background: #2267c5;
    position: absolute;
    top: 15px;
    left: 0;
}

.list-left .left-bottom {
    background: #fff;
    text-align: center;
    overflow: hidden;
    background: url('../images/eqbg.png') no-repeat center center;
}

.list-left .left-bottom .item {
    width: 120px;
    height: 154px;
    border: 1px solid #dce1eb;
    margin: 0 auto;
    margin-bottom: 20px;
    font-size: 12px;
    background: #fff;
}

.list-left .left-bottom .item:first-child {
    margin-top: 30px;
}

.list-left .left-bottom .item img {
    width: 100px;
    height: 100px;
    margin: 10px 0;
}

.xj_ls_pager .f_yahei {
    display: block;
    width: 100%;
    margin: 20px 0;
    overflow: hidden;
    text-align: center;
}

.xj_ls_pager .f_yahei a {
    display: inline;
    /* width: 40px; */
    height: 40px;
    line-height: 40px;
    background: #fff;
    text-align: center;
    margin-right: 10px;
    border: 2px solid #fff;
    color: #192332;
}

.xj_ls_pager .f_yahei a:hover {
    border: 2px solid #0099ff;
}

.xj_ls_pager .f_yahei .page_cur {
    border: none;
    background: linear-gradient(135deg,
            rgba(37, 180, 244, 1) 0%,
            rgba(20, 140, 255, 1) 100%);
    color: #fff;
}

.xj_ls_pager .f_yahei a.page_cur {
    border: none;
}

/* 科学家精神 */
.right-box .right-title::after {
    height: 8px;
}


.scientist-wrap {
    padding: 30px;
}

.scientist-list {
    margin-top: 24px;
}

.scientist-item {
    display: flex;
    height: 152px;
    border-radius: 8px;
    border: 1px solid #d4e7fd;
    overflow: hidden;
    margin-bottom: 24px;
}

.scientist-item .cover {
    width: 284px;
    height: 153px;
    border-radius: 8px 0 0 8px;
}

.scientist-item .cover img {
    width: 100%;
    height: 100%;
}

.scientist-item .info {
    flex: 1;
    padding: 24px;
}

.scientist-item .info-title-row {
    color: #0a3866;

    font-size: 18px;
    font-weight: 700;
    height: auto;
    background: transparent;
}

.scientist-item .info-des {
    margin: 12px 0;
    color: #05162e;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.scientist-item .time {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.scientist-item .time span {
    color: #637599;
    font-size: 14px;
}

.scientist-item .time .more {
    padding-right: 12px;
    color: #0a3866;
    font-size: 14px;
    background: url('/template/cciubsofficial/images/arrow-right-1.png') right center no-repeat;
    background-size: 8px 8px;
}

/* 学会期刊 */
.periodical-wrap {
    padding: 30px;
}

.periodical-list {}

.periodical-item {
    display: flex;
    justify-content: space-between;
    height: 232px;
    border-radius: 8px;
    border: 1px solid #d4e7fd;
    overflow: hidden;
    margin-bottom: 20px;
}

.periodical-item:nth-child(2n) {
    flex-direction: row-reverse;
}

.periodical-item .cover {
    flex: none;
    width: 170px;
    height: 232px;
}

.periodical-item .cover img {
    width: 100%;
    height: 100%;
}

.periodical-item .info {
    flex: 1;
    padding: 24px;
}

.periodical-item .info .title {
    color: #05162e;
    font-size: 28px;
    font-weight: 700;
    line-height: 42px;
}

.periodical-item .info .des {
    margin-top: 16px;
    color: #05162e;
    font-size: 16px;
    line-height: 24px;
}

.periodical-item .info .more {
    margin-top: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 170px;
    height: 38px;
    border-radius: 8px;
    border: 1px solid #d4e7fd;
}

.periodical-item .info .more img {
    width: 18px;
    height: 18px;
    margin-left: 6px;
}

/* 组织机构 */
.org-wrap {
    padding: 30px;
}

.org-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.org-list .org-item {
    width: 434px;
    height: 410px;
    padding: 24px;
    border-radius: 8px;
    opacity: 1;
    border: 1px solid #d4e7fd;
    background: url('/template/cciubsofficial/images/org-bg.png') right center no-repeat;
    background-size: 100% 100%;
    margin-bottom: 20px;
}

.org-list .org-item .title {
    color: #0a3866;
    font-size: 24px;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 30px;
    height: 60px;

text-overflow:ellipsis;

display:-webkit-box;

-webkit-box-orient:vertical;

-webkit-line-clamp:2;
}

.org-list .org-item .des {
    color: #05162e;
    font-size: 16px;
    line-height: 24px;
    margin-top: 16px;
    height: 236px;
}

.org-list .org-item .more {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 16px;
    width: 386px;
    height: 42px;
    border-radius: 8px;
    border: 1px solid #d4e7fd;
    color: #0a3866;
    font-size: 18px;
    font-weight: 700;
    background-color: #fff;

}

.org-list .org-item .more img {
    width: 18px;
    height: 18px;
    margin-left: 4px;
}

.lsz-wrap {}

.center {
    text-align: center;
}

.lsz-list {
    display: flex;
    flex-wrap: wrap;
    padding: 30px 208px;

}

.lsz-tip {
    color: #05162e;
    font-size: 18px;
    text-align: center;

}

.lsz-item {
    flex: none;
    margin-right: 16px;
    width: 210px;
    height: 416px;
    border-radius: 8px;
    border: 1px solid #d4e7fd;
    overflow: hidden;
    margin-bottom: 24px;

}

.lsz-item:nth-child(3n) {
    margin-right: 0;

}

.lsz-item .cover, .lsz-item .cover a {
    width: 210px;
    height: 280px;
    overflow: hidden;
    display: block;

}

.lsz-item .cover img {
    width: 100% !important;
    height: 100% !important;
    background-size:100%;
    object-fit: cover;

}

.lsz-item .info {
    padding: 16px;

}

.lsz-item .info .pos {
    color: #2267c5;
    font-size: 18px;
    font-weight: 700;

}

.lsz-item .info .name {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 40px;
    color: #0a3866;
    font-size: 18px;
    font-weight: 700;
    margin-top: 10px;
}

.lsz-item .info .name .line {
    width: 1px;
    height: 14px;
    background-color: #D4E7FD;
    margin: 0 8px;

}

.lsz-item .info .edu {
    /* margin-top: 4px; */
    color: #0a3866;
    font-size: 16px;
    line-height: 24px;
    /* height: 24px; */
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
}

/* 期刊详情 */
.qk-detail-wrap {
    display: flex;
    padding: 30px 40px;

}

.qk-detail-wrap .qk-left {
    width: 306px;
}

.qk-detail-wrap .qk-left .cover {
    width: 220px;
    height: 300px;

}

.qk-detail-wrap .qk-left .cover img {
    width: 100%;
    height: 100%;

}

.qk-detail-wrap .qk-left .detail {
    margin-top: 16px;
    color: #000000;
    font-size: 16px;
    line-height: 24px;
    word-break:break-all;

}

.qk-right {
    margin-left: 40px;
    border-left: 1px solid #D4E7FD;
    padding-left: 40px;
    word-break:break-all;

}

.qk-right .title {
    color: #05162e;
    font-size: 28px;
    font-weight: 700;

}

.qk-right .qk-right-detail {}

.qk-right .qk-right-detail-item {
    margin-top: 24px;

}

.qk-right .qk-right-detail-title {
    position: relative;
    color: #0a3866;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 24px;

}

.qk-right .qk-right-detail-title::after {
    content: '';
    position: absolute;
    left: 86px;
    right: 0;
    bottom: 0;
    height: 1px;
    background-color: #D4E7FD;


}

.qk-right .qk-right-detail-content {
    color: #05162e;
    font-size: 16px;
    line-height: 24px;

}

.qk-right .qk-right-detail-content p {
    margin-bottom: 10px;
 

}

.qk-right .qk-right-detail-content a {
    color: #2267c5;
    font-size: 16px;

}

/* 组织机构- 分支机构 */
.fzjg-wrap {}

.fzjg-wrap .content-box {
    border-radius: 8px;
    border: 1px solid #d4e7fd;
    background: #ffffff;
    margin-bottom: 10px;

}

.fzjg-wrap .fzjg-right-content {
    color: #05162e;
    font-size: 16px;
    line-height: 24px;

}

/* 人才托举 */
.rctj-wrap {}

.rctj-wrap .right-box {
    padding: 24px 0;
    border-bottom: 1px solid #d4e7fd;

}

.rctj-wrap .rctj-bottom {
    padding: 30px 0;

}

.rctj-wrap .rctj-bottom .des {
    color: #05162e;
    font-size: 16px;
    line-height: 32px;
    text-indent: 2em;
}

.rctj-wrap .rctj-bottom .session-list {}

.rctj-wrap .rctj-bottom .session-item {
    margin-top: 24px;
    border-radius: 8px;
    overflow: hidden;

}

.rctj-wrap .rctj-bottom .session-item.active {

    border: 1px solid #d4e7fd;
 

}

.rctj-wrap .rctj-bottom .session-item.active .session-item-person {
    display: flex;

}

.rctj-wrap .rctj-bottom .session-item.active .session-item-title .icon {
    background: url('/template/cciubsofficial/images/arrow-top.png') no-repeat;
    background-size: 100% 100%;

}

.rctj-wrap .rctj-bottom .session-item-title {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #0a3866;
    font-size: 18px;
    font-weight: 700;
    height: 42px;
    padding: 0 16px;
    background: linear-gradient(270deg, #ffffff 0%, #e1ecfa 100%);
    cursor: pointer;


}

.rctj-wrap .rctj-bottom .session-item-title::before {
    position: absolute;
    top: 12px;
    left: 0;
    content: '';
    width: 4px;
    height: 18px;
    background: #0a3866;

}

.rctj-wrap .rctj-bottom .session-item-title .title {
    color: #0a3866;
    font-size: 18px;
    font-weight: 700;

}

.rctj-wrap .rctj-bottom .session-item-title .icon {

    width: 16px;
    height: 16px;
    background: url('/template/cciubsofficial/images/arrow.png') no-repeat;
    background-size: 100% 100%;

}



.rctj-wrap .rctj-bottom .session-item .session-item-person {
    display: none;
    padding: 20px;
}

.rctj-wrap .rctj-bottom .session-item .session-item-person-item {
    width: 200px;
    border-radius: 8px;
    border: 1px solid #d4e7fd;
    margin-right: 16px;
    overflow: hidden;

}

.rctj-wrap .rctj-bottom .session-item .session-item-person-item:nth-child(4n) {

    margin-right: 0;

}

.rctj-wrap .rctj-bottom .session-item .session-item-person-item .cover {
    width: 200px;
    height: 266px;

}

.rctj-wrap .rctj-bottom .session-item .session-item-person-item .cover img {
    width: 100%;
    height: 100%;

}

.rctj-wrap .rctj-bottom .session-item .session-item-person-item .info {
    padding: 16px;

}

.rctj-wrap .rctj-bottom .session-item .session-item-person-item .info .name {
    color: #0a3866;
    font-size: 18px;
    font-weight: 700;

}

.rctj-wrap .rctj-bottom .session-item .session-item-person-item .info .line {
    width: 1px;
    height: 16px;
    margin: 0 10px;

}

.rctj-wrap .rctj-bottom .session-item .session-item-person-item .info .pos {
    color: #0a3866;
    font-size: 16px;
    font-weight: 400;
    margin-top: 10px;
}
.zlhz-wrap{
    width: 100%;
}
.ruhuixuzhi{
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #d4e7fd;
    margin-bottom: 10px;
  }
  
  .ruhuixuzhi .content-main{
    padding: 0 30px;
    min-height: 130px;
  }

  .content-main img {
    max-width: 100% !important;
    height: auto !important;
  }

  .ruhuixuzhi .content{
    padding: 20px 0;
  }

  .ruhuixuzhi .title{
    color: #0a3866;
    font-size: 24px;
    font-weight: 700;
    height: 75px;
    line-height: 75px;
    padding: 0 30px;
    border-bottom: 1px solid #d4e7fd;
    font-family: "PingFang SC";
    margin-bottom: 14px;
  }

  .ruhuixuzhi .title span{
    position: relative;
    z-index: 1
  }

  .ruhuixuzhi .title span::after{
    /* content:'';
    position: absolute;
    width: 100%;
    height: 18px;
    left: -4px;
    background: #cce3ff;
    bottom:0;
    z-index: -1; */
  }
@media screen and (max-width: 750px) {
    /* meun不分 */

    .content-list,
    .content-wrap {
        width: 100%;
    }
    .content-list{
        margin-top: 0 !important;
    }
    .zlhz-wrap{
        border-radius: 0;
        padding: 0;
        border:none;
    }
    .zlhz-wrap .content-main{
        padding: 0 0.2rem;
        color: #05162e;
        font-size: 0.32rem;
        line-height: 0.48rem;
        font-weight: 400;
    }
    .zlhz-wrap .content-main img{
        width: 100%!important;
        height: auto!important;
    }
    .fast-pass, .leftreseth5 .left-top h2{
        display: none;
    }
    .content-list{
        display: block;
    }
    .list-left{
        display: none !important;
    }
    .list-left.leftreseth5{
        /* display: block !important; */
    }
    .leftreseth5  .left-top ul{
        display: flex;
        border-bottom: 1px solid #DCDEE0;
        margin-left: 0.2rem;
        overflow-x: scroll;
    }
    .list-left.leftreseth5 .left-top ul li{
        border: none;
        white-space: nowrap;
        margin: 0 0.2rem 0 0;
    }
    .list-left.leftreseth5{
        width: 100% !important;
        margin-right: 0 !important;
        float: none !important;
    }
    .list-left.leftreseth5 .left-top{
        margin-bottom: 0.2rem;
    }
    .list-left.leftreseth5 .left-top ul li.active a{
        color: #112170;
    }
    .list-left.leftreseth5 .left-top ul li a{
        padding: 0.18rem 0;
        height: auto;
    }
    .list-left.leftreseth5 .left-top ul li.active:after{
        width: 100%;
        height: 0.04rem;
        top: auto;
        bottom:0;
        background: #112170;
    }
    .right {
        width: 100%;
        padding: inherit;
        border: none;
    }

    .right li .time {
        font-size: 0.2rem;
        width: 1.8rem;
    }

    .right li {
        height: 1.1rem;
        padding: 0 0.3rem;
        color: rgb(5, 22, 46);
        font-size: 0.32rem;
    }

    .content {
        margin-top: 0.2rem;
        min-height: 100vh;
        background: #fff;
    }

    .page_norm {
        display: inline !important;
    }

    .xj_ls_pager .f_yahei a {
        /* display: inline-block; */
        /* width: 0.4rem !important; */
        height: 0.8rem ; 
        line-height: 0.8rem ;
        background: #fff;
        text-align: center;
        margin-right: 0.1rem;
        border: 2px solid #fff;
        color: #192332;
        font-size: 0.24rem;
    }
    .xj_ls_pager .next-wrap{
        display: none;
        font-size: 0.24rem;
    }
    .xj_ls_pager .jump{
        display: none !important; 
    }
    .jumpPage{
        width: 0.5rem;
        height: 0.5rem;
        border:1px solid #dcdee0;
    }
    .xj_ls_pager .total{
            display: none;
    }
    .scientist-wrap {
    }
    .scientist-wrap .right-box {
        display: flex !important;
        height: .9rem;
        padding: 0 .3rem;
        align-items: center;
        border-top: 1px solid #D4E7FD;
        border-bottom: 1px solid #D4E7FD;

    }

    .scientist-list {
        margin-top: 0.2rem;
        padding: 0.3rem;
    }

    .scientist-item {
        margin-bottom: 0.2rem;
        height: 2rem;
        border-radius: 4px 0 0 4px;
    }

    .scientist-item .cover {
        width: 2.6rem;
        height: 100%;
        object-fit: cover;
    }

    .scientist-item .info {
        padding: 0.2rem;
    }

    .scientist-item .info-title {
        font-size: 0.24rem;
    }

    .scientist-item .info-des {
        font-size: 0.24rem;
        line-height: 1.4;
        margin-top: 0.1rem;
    }
    .scientist-item .time {
        margin-top: .1rem;

    }

    .scientist-item .time .more {
        font-size: 0.24rem;
    }

    /* 学会期刊 */
    .periodical-wrap {}

    .periodical-wrap .right-box {
        display: flex !important;
        height: .9rem;
        padding: 0 .3rem;
        align-items: center;
        border-top: 1px solid #D4E7FD;
        border-bottom: 1px solid #D4E7FD;

    }

    .periodical-list {
        margin-top: .2rem;
        padding: .3rem;

    }

    .periodical-item {
        height: 4.9rem;
        padding: .3rem;
        border-radius: .08rem;
        margin-bottom: .24rem;
    }

    .periodical-item .cover {
        flex: none;
        width: 1.46rem;
        height: 2rem;
    }



    .periodical-item .info {
        position: relative;
        flex: 1;
        padding: .1rem .2rem;
    }

    .periodical-item .info .title {
     
        height: 1.1rem;
        font-size: 0.36rem;
        line-height: 0.54rem;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -moz-box;
        -moz-line-clamp: 2;
        -moz-box-orient: vertical;
        overflow-wrap: break-word;
        word-break: break-all;
        white-space: normal;
        overflow: hidden;
    }

    .periodical-item .info .des {
        position: absolute;
        top: 2rem;
        left: -1.46rem;
        right: 0;
        margin-top: 16px;
        color: #05162e;
        font-size: 0.28rem;
        line-height: 0.42rem;
    }

    .periodical-item:nth-child(2n) .info .des {
        position: absolute;
        width: 6.5rem;
        top: 2rem;
        left: 0.2rem;
        right: 0;
        margin-top: 16px;
        color: #05162e;
        font-size: 0.28rem;
        line-height: 0.42rem;
    }

    .periodical-item .info .more {
        display: flex;
        margin-top: .24rem;
        width: 1.64rem;
        height: 0.48rem;
        border-radius: .08rem;
        font-size: .24rem;
    }

    .periodical-item .info .more img {
        width: 0.24rem;
        height: 0.24rem;
        margin-left: 1px;
    }

    /* 组织机构 */
    .org-wrap {
        padding: 0;
    }

    .org-wrap .right-box {
        display: flex !important;
        height: .9rem;
        padding: 0 .3rem;
        align-items: center;
        border-top: 1px solid #D4E7FD;
        border-bottom: 1px solid #D4E7FD;

    }

    .org-list {
        margin: .3rem;

    }

    .org-list .org-item {
        width: 100%;
        height: auto;
        padding: .3rem;
        border-radius: .08rem;
        margin-bottom: .3rem;
    }

    .org-list .org-item .title {
        font-size: 0.36rem;
    }

    .org-list .org-item .des {
        height: auto;
        font-size: 0.32rem;
        margin-top: .24rem;
        line-height: 0.48rem;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 7;
        -webkit-box-orient: vertical;
        display: -moz-box;
        -moz-line-clamp: 7;
        -moz-box-orient: vertical;
        overflow-wrap: break-word;
        word-break: break-all;
        white-space: normal;
        overflow: hidden;
    }

    .org-list .org-item .more {
        margin-top: .24rem;
        width: 100%;
        height: .68rem;
        font-size: .28rem;
    }

    .org-list .org-item .more img {
        width: 0.24rem;
        height: 0.24rem;
    }

    .lsz-wrap {}


    .right-detail-top {
        border-top: 1px solid #D4E7FD;
    }

    .lsz-list {
        padding: 0rem;
        margin-top: .32rem;
        justify-content: space-between;
    }

    .lsz-tip {
        font-size: 0.32rem;
        text-align: left;
    }

    .lsz-item {
        flex: none;
        margin-right: .16rem;
        width: 3.37rem;
        height: auto;
        border-radius: .08rem;
        margin-bottom: .32rem;
    }

    .lsz-item:nth-child(3n) {
        margin-right: .16rem;

    }

    .lsz-item:nth-child(2n) {
        margin-right: 0;
    }

    .lsz-item .cover {
        width: 3.37rem;
        height: 4.48rem;
        overflow: hidden;
    }

    .lsz-item .info {
        padding: .16rem;
    }

    .lsz-item .info .pos {
        font-size: .28rem;
    }

    .lsz-item .info .name {
        font-size: .28rem;
        margin-top: .1rem;
    }

    .lsz-item .info .name .line {
        width: 1px;
        height: .2rem;
        margin: 0 .08rem;

    }

    .lsz-item .info .edu {
        margin-top: .1rem;
        color: #0a3866;
        font-size: .24rem;
        line-height: .36rem;

    }

    /* 期刊详情 */
    .qk-detail-wrap {
        display: flex;
        flex-direction: column;
        padding: .3rem;

    }

    .qk-detail .right-box {
        display: flex !important;
        height: .9rem;
        padding: 0 .3rem;
        align-items: center;
        border-top: 1px solid #D4E7FD;
        border-bottom: 1px solid #D4E7FD;

    }

    .qk-detail-wrap .qk-left {}

    .qk-detail-wrap .qk-left .cover {
        width: 5rem;
        height: 6.86rem;
    }



    .qk-detail-wrap .qk-left .detail {
        margin-top: .4rem;
        font-size: .28rem;
        line-height: .42rem;

    }

    .qk-detail-wrap .qk-left .detail .qk-name {
        display: block !important;
       
        font-size: 0.4rem;
        margin-bottom: .16rem;

    }

    .qk-detail-wrap .qk-left .detail div{
      word-wrap: break-word;
    }

    .qk-right {
        margin-left: 0;
        border-left: none;
        padding-left: 0;

    }

    .qk-right .title {
        display: none;
    }

    .qk-right .qk-right-detail {}

    .qk-right .qk-right-detail-item {
        margin-top: .4rem;
    }

    .qk-right .qk-right-detail-title {
        font-size: 0.32rem;
        margin-bottom: .4rem;
    }

    .qk-right .qk-right-detail-title::after {
        left: 1.3rem;
    }

    .qk-right .qk-right-detail-content {
        font-size: 0.32rem;
        line-height: .48rem;
    }

    .qk-right .qk-right-detail-content p,
    .qk-right .qk-right-detail-content > div{
        margin-bottom: .1rem;
        width: 100%!important;
    }

    .qk-right .qk-right-detail-content a {
        font-size: .32rem;

    }

    /* 组织机构- 分支机构 */
    .fzjg-wrap {}

    .fzjg-wrap>.right-box {
        display: flex !important;
        height: .9rem;
        padding: 0 .3rem;
        align-items: center;
        border-top: 1px solid #D4E7FD;
        border-bottom: 1px solid #D4E7FD;

    }

    .fzjg-wrap .content-box {
        border-radius: 0;
        border: none;
        background: #ffffff;
        margin-bottom: 0;
        margin: .3rem;
        border-bottom: 1px solid #D4E7FD;

    }

    .fzjg-wrap .content-box .right-title {
        padding-left: .2rem;
    }

    .fzjg-wrap .content-box .right-title::after {
        content: '';
        top: .14rem;
        width: .14rem;
        height: .14rem;
        border-radius: 50%;
        background-color: #000;

    }

    .fzjg-wrap .content-box .right-detail-top {
        border-bottom: none;
        border-top: none;
        padding: 0 .3rem;
    }

    .fzjg-wrap .fzjg-right-content {
        color: #05162e;
        font-size: .24rem;
        line-height: .36rem;

    }

    /* 人才托举 */
    .rctj-wrap {}
    .rctj-wrap>.right-box {
        display: flex !important;
        height: .9rem;
        padding: 0 .3rem;
        align-items: center;
        border-top: 1px solid #D4E7FD;
        border-bottom: 1px solid #D4E7FD;

    }
    .rctj-wrap .rctj-bottom {
        padding: .3rem;
    }

    .rctj-wrap .rctj-bottom .des {
        font-size: 0.32rem;
        line-height: .48rem;
    }
    .rctj-wrap .rctj-bottom .session-item {
        margin-top: .32rem;
    }

    .rctj-wrap .rctj-bottom .session-item.active {
        border-radius: .08rem;
    }

    .rctj-wrap .rctj-bottom .session-item.active .session-item-title .icon {
        background: url('/template/cciubsofficial/images/arrow-top.png') no-repeat;
        background-size: 100% 100%;
    }

    .rctj-wrap .rctj-bottom .session-item-title {
        font-size: 0.28rem;
        height: .54rem;
        padding: 0 .16rem;
    }

    .rctj-wrap .rctj-bottom .session-item-title::before {
        top: .16rem;
        width: .04rem;
        height: .2rem;
    }

    .rctj-wrap .rctj-bottom .session-item-title .title {
        font-size: .28rem;
    }

    .rctj-wrap .rctj-bottom .session-item-title .icon {
        width: .3rem;
        height: .3rem;
    }



    .rctj-wrap .rctj-bottom .session-item .session-item-person {
        padding: .24rem;
        flex-direction: column;
    }

    .rctj-wrap .rctj-bottom .session-item .session-item-person-item {
        width: 3.36rem;
        margin: 0 auto .2rem!important;
    }

    .rctj-wrap .rctj-bottom .session-item .session-item-person-item .cover {
        width: 3.36rem;
        height: 4.48rem;

    }

    .rctj-wrap .rctj-bottom .session-item .session-item-person-item .info {
        padding: .16rem;
    }

    .rctj-wrap .rctj-bottom .session-item .session-item-person-item .info .name {
        font-size: .28rem;
    }

    .rctj-wrap .rctj-bottom .session-item .session-item-person-item .info .line {
        display: none;
   
    }

    .rctj-wrap .rctj-bottom .session-item .session-item-person-item .info .pos {
        font-size: .24rem;
        margin-top: .1rem;
    }


}

.societyinfo-wrap{
    width: 948px; 
}
.societyinfo{
    width: 948px;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    padding-bottom: 30px;
}
.societyinfo-title{
    margin-bottom: 10px;
    height: 76px;
    line-height: 76px;
    padding:0 30px;
    font-size: 24px;
    color: #0a3866;
    font-weight: bold;
    border-bottom: 1px solid  #D4E7FD;

}

.societyinfo-title span{
    position: relative;
    left:0;
    top:0;
    z-index: 2;
}

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

.societyinfo-content{
   padding: 20px 30px 0;
}

.societyinfo-subtitle{
    position: relative;
    left:0;
    top:0;
    font-weight: bold;
    padding-left: 14px;
    font-size: 18px;
    height: 42px;
    margin-bottom: 20px;
    line-height: 42px;
    color: #0a3866;
    background: linear-gradient(270deg, #FFF 0%, #E1ECFA 100%);
}
.societyinfo-subtitle::before{
    content:"";
    position: absolute;
    left: 0;
    top:12px;
    width: 4px;
height: 18px;
background:  #0A3866;


}

.societyinfo-list{
    overflow: hidden;
    margin-left: -16px;

}
.societyinfo-list li{
    margin-left:16px;
    float: left;
   width: 210px;
   height: 380px;
   /* border-radius: 8px;
border: 1px solid  #D4E7FD; */
overflow: hidden;
margin-bottom: 20px;
}

.societyinfo-img{
    width: 210px;
    height: 280px;
    object-fit: cover;
}
.societyinfo-detail{
    padding: 0 16px 16px;
}

.societyinfo-detail h4{
    height:38px;
    line-height: 38px;
    display: flex;
    align-items: center;
}

.societyinfo-detail span{
    font-size: 18px;
  
    font-weight: bold;
    color: #0a3866;

}

.societyinfo-name{
    padding-right: 17px;
   position: relative;
   left:0;
   top:0;
}
.societyinfo-name::after{
    content:"";
    position: absolute;
    top:12px;
    right:8px;
    height: 14px;
    width: 1px;
    background: #D4E7FD;
}

.societyinfo-detail p{
    font-size: 16px;
    line-height: 24px;
    height: 48px;
    color: #05162e;
    cursor: pointer;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 2;
    -moz-box-orient: vertical;
    overflow-wrap: break-word;
    word-break: break-all;
    white-space: normal;
    overflow: hidden;
}
.societylist{
  
    margin-left: -0.1rem;
    margin-bottom: 14px;
    overflow: hidden;
    /* display: flex;
    justify-content: space-between; */
}
.societyinfo{
    padding-bottom:.32rem;
}

.societyitem{
    float: left;
    width: 211px;
    margin-top: 0.1rem;
    margin-left: .1rem;
    height: 94px;
    flex-direction: column;
    border-radius: 0.08rem;
    display: flex;
    border: 1px solid  #D4E7FD;
   justify-content: center;
    background: url("../images/society_bg.jpg") center no-repeat;
    background-size: cover;
}
.societyitem p{
    color: #ffffff;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: bold;
    line-height: 28px;
}



@media screen and (max-width:900px){



    .societyinfo-wrap,.societyinfo {

      width: 100%;

    }
    .societyinfo-title{
        border-top: 1px solid #D4E7FD;
        height: 0.9rem;
        font-size: 0.36rem;
        margin-bottom: 0.1rem;
        line-height: 0.9rem;
    }
    .societyinfo-title span::after{
        height: 0.22rem;
    }
    .societyinfo-content{
        padding:0.2rem 0.3rem 0;
    }

    .societyinfo-subtitle{
        height: .52rem;
        font-size: .28rem;
        padding-left: .14rem;
        line-height: .52rem;
    }
    .societyinfo-subtitle::before{
        top:.12rem;
        height: .28rem;
        width: 0.04rem;
    }

    .societyinfo-img{
        width: 100%;
        height: 4.48rem;
    }

    .societyinfo-list{
        flex-wrap: wrap;
        margin-left: -0.16rem;
        margin-top: -0.16rem;
    }
    .societyinfo-detail{
        padding: 0 .16rem .16rem;
    }

    .societyinfo-detail h4{
        height: .56rem;
        line-height: .56rem;

    }
    .societyinfo-name::after{
        display: none;
    }
    .societyinfo-name{
        padding-right: .08rem;
    }
    .societyinfo-detail span{
        font-size: .28rem;
    }
    .societyinfo-detail p{
        font-size: .24rem;
        line-height: .36rem;
    }
    .societyinfo-list li{
        margin-top: 0.16rem;
        width: 3.36rem;
        margin-left: 0.16rem;
        height: auto;
        /* border-radius: 0.08rem; */
    }
    .societylist{
        padding: 0 0.3rem;
        margin-bottom: 0.3rem;
    }

    .societyitem{
        width: 3.39rem;

    }

    .societyitem p{
        font-size: .24rem;
        line-height: .36rem;
    }

    .societyitem{
        flex-direction: row;
        padding: 0.2rem 0;
        height: auto;
    }

  }


@media screen and (max-width: 750px) {

    .zlhz-wrap .title{
      color: #0a3866;
      font-size: 0.32rem;
      font-weight: 700;
      height: 0.75rem;
      line-height:0.75rem;
      padding: 0 0.3rem;
      border-bottom: 1px solid #d4e7fd;
      font-family: "PingFang SC";
      margin-bottom: 0.14rem;
    }
    
    .zlhz-wrap .title span{
      position: relative;
      z-index: 1
    }
    
    .ruhuixuzhi .content-main{
        padding:  0 10px
    }
    .content-main table{
        width: 100% !important;
    }
    .content-main table td{
        padding: 0 10px;
    }
    .content-main table td span{
        font-size: 14px !important;
    }
    .zlhz-wrap .title span::after{
      /* content:'';
      position: absolute;
      width: 100%;
      height: 0.18rem;
      left: 0;
      background: #cce3ff;
      bottom:0;
      z-index: -1; */
    }
}
