/* new style start */
#main{
    --gray-color: #888888;
    --light-purple-e0: #e0d9ec;
    --light-purple-fa: #faf8fb;
    --regular-purple-color: #6a4b92;
    --primary-color: #65488c;
    --info-color: #f39f3a;
    --light-purple-f9: #f9f7fb;
    --default-text: #331415;
    --light-purple-64: #64478a;
}
.l-content-container{
    margin-top: 50px;
}
.content .l-content-wrapper.is-visible{
    display: block;
}
.navlist{
    width: 1000px;
    background-color: #ffffff;
    z-index: 1;
    position: relative;
}
.navlist ul{
    width: 100%;
    border-bottom: 2px solid #e0d9ec;
}
.navlist ul li{
    font-size: 20px;
    display: inline-block;
    cursor: pointer;
    font-weight: bold;
    padding-bottom: 6px;
}
.navlist ul li:not(:last-child):after {
    content: " | ";
    padding: 0 15px;
    display: inline-block;
    color: #e0d9ec;
}
.navlist ul .active {
    color: #6a4b92;
}
.navlist .cat-clear-all {
    position: absolute;
    right: 0;
    top: 0;
    width: 80px;
    color: #6a4b92;
    cursor: pointer;
}

.navlist .cat-clear-all >div:first-child {
    color: #6a4b92;
    font-weight: bold;
    display: inline-block;
    line-height: 30px;
    font-size: 12px;
}
.navlist .cat-clear-all div>img{
    vertical-align: middle;
}
.navlist .cat-clear-all >div:last-child {
    padding: 5px 0 0 4px;
}

.category_intro{
    margin-top: 22px;
}
.category_intro p{
    font-size: 14px;
    line-height: 20px;
}
.l-h2-arrow{
    padding-bottom: 10px;
}
.bb2{
    border-top: 2px solid var(--light-purple-e0);
}
.bt2{
    border-top: 2px solid var(--light-purple-e0);
}
.pt48{
    padding-top: 48px;
}
.content .l-content-wrapper{
    display: none;
}

.l-content-wrapper{
    /*padding-top: 70px;*/
    border-bottom: 0;
    position: relative;
}
.l-content-wrapper *{
    box-sizing: border-box;
}
.l-content-wrapper h2{
    width: fit-content;
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
    color: var(--primary-color);
}

.l-content-wrapper h2 a {
    font-size: inherit;
    color: inherit;
}
.l-content-wrapper h2:hover a{
    color: var(--info-color);
    cursor: pointer;
}
.l-h2-arrow img{
    width: 14px;
    height: 12px;
    cursor: pointer;
    float: right;
    margin-top: -12px;
}
.l-content-wrapper h2 span{
    font-size: 18px;
    font-weight: bold;
    color: var(--info-color);
}
.lib-article-container {
    width: 100%;
}
.lib-article-container li{
    display: flex;
    width: 100%;
    border-bottom: 1px solid var(--light-purple-e0);
    padding-top: 19px;
    padding-bottom: 19px;
}
.lib-article-container li > div:first-child{
    min-width: 160px;
    max-width: 160px;
    height: 80px;
    border: 1px solid var(--light-purple-e0);
    box-sizing: unset;
}
.lib-article-container li > div img{
    width: 100%;
    height: 100%;
}
.lib-article-card{
    margin-left: 35px;
}
.lib-article-card h3{
    line-height: 20px;
    font-size: 14px;
    color: var(--default-text);
    font-weight: normal;
}
.lib-article-card h3 a{
    color: var(--default-text);
}
.lib-article-card h3 a:hover{
    color: #F60;
}
.lib-article-card span{
    display: inline-block;
    line-height: 20px;
}
.lib-article-card span,
.lib-article-card p{
    color: var(--gray-color);
}
.lib-article-card p{
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.view-more{
    width: 100%;
    text-align: center;
    margin-top: 34px;
}
.view-more a {
    display: inline-block;
    width: 120px;
    text-align: center;
    padding: 10px 0;
    background-color: #faf7fe;
    font-weight: bold;
    cursor: pointer;
}
.view-more a{
    color: var(--regular-purple-color);
}
.view-more a:hover{
    background-color: var(--regular-purple-color);
}
.view-more a:hover{
    color: #fff;
}

.lit-view-more {
    position: absolute;
    top: -26px;
    right: 0;
    z-index: 1;
}
.icon-arrow-info{
    opacity: 0;
}
.icon-arrow-info:hover{
    opacity: 1;
}
.exhibition-search{
    background-color: var(--light-purple-fa);
}
.l-content-wrapper .exhibition-list li{
    display: none;
    padding: 27px 0 0 0;
    background: transparent;
    border-bottom: 0;
}
.l-content-wrapper .exhibition-list li:first-child{
    padding-top: 14px;
}
.l-content-wrapper .exhibition-list li:nth-child(-n+2){
    display: block;
}
.news_list .exhibition-list li{
    display: block;
}
.exhibition-list li > .sub1{
    border-color: var(--light-purple-e0);
}

.sub1 > div{
    display: flex;
    align-items: center;
    color: var(--gray-color);
    padding-left: 20px;
}
/*.sub1 > div > .booth{*/
/*    padding-left: 14px;*/
/*}*/
.sub1 .booth span{
    float: none;
    padding-right: 18px;
}
.nostart-tb{
    background: url(http://hg.y866.cn/biomolecule/lib/static/../new/images/web/nostart-tb-cn.png) no-repeat;
    width: 11px;
    height: 12px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}
.ex-date:after,
.booth:after{
    content: " | ";
    float: right;
    margin-top: -1px;
}
.sub1 > div > .ex-date{
    width: 130px;
    text-align: center;
}
.sub1 > div > .ex-address{
    margin-left: 20px;
}
#main .l-content-wrapper .sub2-tit{
    float: none;
    width: 350px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    color: var(--default-text) !important;
    padding-bottom: 10px;
}
.exhibition-list li .sub2 > div:first-child{
    min-width: 160px;
    width: 160px;
    height: 80px;
    position: relative;
    border-color: var(--light-purple-e0);
    display: flex;
    justify-content: center;
}
.exhibition-list li > .sub1>div:nth-child(2){
    font-size: 12px;
    font-weight: normal;
}
.exhibition-list li > .sub2 > div:first-child img{
    display: block;
    max-width: 100%;
    height: auto;
    max-height: 78px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.exhibition-list li > .sub1>div:nth-child(3){
    width: auto;
}
.type-numbers, #type-numbers{
    font-size: 18px;
    font-weight: bold;
    color: var(--info-color);
    display: inline-block;
}
.bd-container{
    padding-top: 20px;
    display: flex;
}
.bd-left-box{
    flex: 1 1 160px;
}
.bd-left-box p{
    padding-top: 7px;
    padding-bottom: 3px;
    padding-left: 8px;
    font-size: 15px;
    line-height: 16px;
    font-weight: bold;
    color: var(--primary-color);
    background-color: var(--light-purple-f9);
}
.bd-right-box{
    padding-left: 36px;
}
.bd-right-box p{
    color: var(--default-text);
    font-size: 14px;
    line-height: 24px;
}
.word-list{
    max-width: 680px;
    padding-top: 19px;
    display: flex;
    flex-flow: row wrap;
    gap: 4px;
}
.word-list a{
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background-color: var(--light-purple-f9);
    font-size: 14px;
    font-weight: bold;
    border-radius: 4px;
}
.word-list a span{
    color: var(--light-purple-64);
}
/* new style end */
.list-main {
    width: 100%;
    padding-left: 0;
}
.list-main ul {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    gap: 16px;
}
.list-main ul li {
    flex: 0 1 calc(100% / 4 - 12px);
    height: 60px;
    line-height: 18px;
    padding-left: 8px;
    box-sizing: border-box;
    background-color: #fbf8fb;
    display: flex;
    align-items: center;

}
.list-main > div span {
    margin: 12px 0 22px 2px;
    width: 35px;
    height: 2px;
    display: block;
    background-color: #8972ac;
}



/*-------------------2023-03-07 改版------------------------*/

.news-left{
    width: 740px;
    float: left;
}
.news-right{
    width: 220px;
    float: left;
    position: relative;
    margin: 19px 0 0 40px;
}
.news-right .news-search{
    width: 100%;
    height: 32px;
}
.news-right .news-search input[type=text]{
    width: 100%;
    height: 32px;
    line-height: 32px;
    border: 1px solid #d7cce8;
    border-radius: 6px;
    box-sizing: border-box;
    font-size: 14px;
    padding: 0 0 0 10px;
}
.news-right .news-search input[type=text]::placeholder{
    color: #999;
    font-size: 14px;
}
.news-right .news-search div{
    width: 40px;
    height: 32px;
    border-radius:0 6px 6px 0;
    text-align: center;
    color: #fff;
    font-size: 14px;
    background: #8972ac;
    position: absolute;
    right: 0;
    top:0;
    cursor: pointer;
}
.news-right .news-search i{
    color: #fff;
    font-size: 16px;
    position: absolute;
    right:12px;
    top:7px;
    cursor: pointer;
    caret-color: rgba(0,0,0,0);
}
.news-right .hot-total{
    margin-top: 20px;
    position: relative;
}
.news-right .hot-total .h-tit{
    width: 100%;
    height: 35px;
    line-height: 35px;
    padding-left: 13px;
    font-size: 16px;
    font-weight: bold;
    color: #6a4b92;
    background: #ece6f7;
    border-bottom: 2px solid #7c669c;
    float: left;
    box-sizing: border-box;
}
.news-right .cat-clear {
    width: 62px;
    height: 26px;
    background: #8972ac;
    position: absolute;
    top: 4px;
    right: 4px;
    display: flex;
    cursor: pointer;
}
.news-right .cat-clear >div:first-child {
    line-height: 11px;
    color: #fff;
    padding: 3px 0 0 4px;
}
.news-right .cat-clear >div:last-child {
    padding: 5px 0 0 4px;
}
.news-right .hot-total .hot-total-main{
    border-left: 1px solid #e0d9ec;
    border-right: 1px solid #e0d9ec;
    border-bottom: 1px solid #e0d9ec;
    overflow: hidden;
    max-height: 499px;
}
.news-right .hot-total .hot-total-main ul{
    width: 100%;
    float: left;
    /* padding: 12px 0 12px 0; */
    max-height: 475px;
    overflow-y: auto;
    margin: 10px 0 15px 0;
}
.news-right .hot-total .hot-total-main ul::-webkit-scrollbar {
    width: 8px;
}
.news-right .hot-total .hot-total-main ul::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #e0d9ec;
}
.news-right .hot-total .hot-total-main ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    background-color: #f7f7f7;
}
.news-right .hot-total .hot-total-main ul li{
    width: 100%;
    float: left;
    font-size: 14px;
    line-height: 20px;
    padding: 6px 10px;
    box-sizing: border-box;
    display: flex;
    word-break: break-word;
}
.news-right .hot-total .hot-total-main ul li label{
    padding-right: 5px;
    margin-left: 5px;
    font-size: 14px;
    cursor: pointer;
    display: inline-block;
    box-sizing: border-box;
    caret-color: rgba(0,0,0,0);
}
.news-right .hot-total .hot-total-main ul li label:hover{
    color: #6a4b92;
    font-weight: bold;
}
.news-right .hot-total .hot-total-main ul li  span{
    color: #888;
}
.news-right .hot-total .hot-total-main ul li input[type=checkbox]{
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    min-width: 16px;
    -webkit-appearance: none;
    background-color: transparent;
    outline: 0 !important;
    line-height: 20px;
    color: #d8d8d8;
    border: 1px solid #e0e0e0;
    position: relative;
    /*top: 2px;*/
    left: 0;
    cursor: pointer;
    caret-color: rgba(0,0,0,0);
}
.news-right .hot-total .hot-total-main ul li input[type=checkbox]:checked:after{
    content: "";
    border-style: solid;
    border-color: transparent #6a4b92 #6a4b92 transparent;
    border-width: 2px;
    transform: rotate(45deg);
    width: 3px;
    height: 8px;
    display: block;
    margin-left: 4px;
    border-radius: 2px;
    margin-top: -1px;
}
.news-right .hot-total .hot-total-main ul li input[type=checkbox]:checked{
    /*background-color: #1d2e90;*/
    border: 1px #e0e0e0 solid;
}
.news-right .link a{
    font-size: 16px;
    color: #6a4b92;
    font-weight: bold;
    margin-top: 20px;
    display: inline-block;
}