/*div{*/
/*    box-sizing: border-box;*/
/*}*/
.blog-search-box {
    max-width: 585px;
    margin-left: 160px;
}
.blog-search {
    float: left;
    width: calc(100% - 75px);
    height: 40px;
    padding-left: 20px;
    border: 1px solid #d7cce8;
    border-radius: 0;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    box-sizing: border-box;
    font-size: 16px;
}
.search-submit {
    width: 75px;
    height: 40px;
    border-radius: 0 8px 8px 0;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background: #8972ac;
    cursor: pointer;
}
.articles-list > li{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    padding: 18px 0 18px 0;
}
.articles-img{
    width: 160px;
    height: 80px;
    display: block;
    border: 0;
    background: #ccc;
    overflow: hidden;
}
.articles-img > a > img{
    width: 160px;
    height: 80px;
    overflow: hidden;
}
.articles-con-left{
    width: 540px;
}
.articles-con{
    width: 805px;
}
.articles-con > .art-tit a{
    font-size: 14px;
    color: #331515;
    font-weight: bold;
}
.articles-con > .art-tit a:hover{
    color: #F60;
}
.articles-con > .art-date{
    font-size: 12px;
    color: #888;
}
.articles-con > .art-brief{
    font-size: 12px;
    color: #888;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

/*.view-more{*/
/*    width: 100%;*/
/*    float: left;*/
/*    text-align: center;*/
/*    margin-top: 15px;*/
/*    margin-bottom: 30px;*/
/*}*/
.view-more button{
    width: 120px;
    text-align: center;
    padding: 10px 0;
    background-color: #faf7fe;
    color: #6a4b92;
    font-weight: bold;
    cursor: pointer;
}
.view-more button:hover{
    background-color: #6a4b92;
    color: #fff;
}

.content  div{
    box-sizing: border-box;
}
.navlist{
    width: 1000px;
    float: left;
    background-color: #ffffff;
    z-index: 1;
}
.navlist ul{
    width: 100%;
    float: left;
    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(:nth-child(3)):after {
    content: " | ";
    padding: 0 15px;
    display: inline-block;
    color: #e0d9ec;
}
.navlist ul .active {
    color: #6a4b92;
}
.tabdiv > .tab-left{
    width: 740px;
    float: left;
}
.tabdiv > .tab-right{
    width: 220px;
    float: left;
    position: relative;
    margin: 18px 0 0 40px;
}
.tabdiv > .tab-right .cat-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;
}
.tabdiv > .tab-right .cat-clear{
    width: 62px;
    height: 26px;
    background: #8972ac;
    position: absolute;
    top: 4px;
    right: 4px;
    display: flex;
    cursor: pointer;
}
.tabdiv > .tab-right .cat-clear >div:first-child{
    line-height: 11px;
    color: #fff;
    padding: 3px 0 0 4px;
}
.tabdiv > .tab-right .cat-clear >div:last-child{
    padding: 5px 0 0 4px;
}
/*.tabdiv > .tab-right .archives{*/
/*    max-height: 376px;*/
/*    overflow-y: scroll;*/
/*}*/
.tabdiv > .tab-right .tab-right-main{
    max-height: 888px;
    border-left: 1px solid #e0d9ec;
    border-right: 1px solid #e0d9ec;
    border-bottom: 1px solid #e0d9ec;
    overflow: hidden;
    /*overflow-y: auto;*/
}


.tabdiv > .tab-right .category-div{
    width: calc(100% - 13px);
    margin: 15px 0 0 13px;
    border-bottom: 1px solid #e0d9ec;
    float: left;
    padding-bottom: 5px;
}
.tabdiv > .tab-right .category-div:last-child{
    border-bottom: 0;
}
.tabdiv > .tab-right .category-div .category-tit{
    color: #6a4b92;
    font-size: 16px;
    font-weight: bold;
    width: 100%;
}
/*-------------*/
.tabdiv > .tab-right .category-div .category-main{
    max-height: 385px;
    overflow-y: auto;
    margin: 10px 0;
    padding:0;
}
.tabdiv > .tab-right .category-div .category-main li:first-child{
    padding:0 0 6px 0;
}
/*-------scrollbar--------*/
.tabdiv > .tab-right .category-div .category-main::-webkit-scrollbar {
    width: 8px;
}
.tabdiv > .tab-right .category-div .category-main::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #e0d9ec;
}
.tabdiv > .tab-right .category-div .category-main::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    background-color: #f7f7f7;
}
/*-------scrollbar-end-------*/



/*-------------category--ul---------------------*/
.tabdiv > .tab-right .tab-right-main ul{
    width: 100%;
    float: left;
    padding:12px 0 12px 0;
}
.tabdiv > .tab-right .tab-right-main ul li{
    width: 100%;
    float: left;
    font-size: 14px;
    line-height: 20px;
    padding: 6px 0 6px 0;
    box-sizing: border-box;
    display: flex;
    word-break: break-word;
}

.tabdiv > .tab-right .tab-right-main ul li label:hover{
    font-weight: bold;
    color: #6a4b92;
    cursor: pointer;
}
.tabdiv > .tab-right .tab-right-main ul li:hover span{
    font-weight: normal;
}
.tabdiv > .tab-right .tab-right-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;
    border: 0;
    outline: 0 !important;
    line-height: 20px;
    color: #d8d8d8;
    border: 1px solid #e0e0e0;
    position: relative;
    top: 2px;
    left: 0;
    cursor: pointer;
}

.tabdiv > .tab-right .tab-right-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;
}
.tabdiv > .tab-right .tab-right-main ul li > input[type=checkbox]:checked{
    /*background-color: #1d2e90;*/
    border: 1px #e0e0e0 solid;
}
.tabdiv > .tab-right .tab-right-main ul li > label{
    padding-right: 5px;
    margin-left: 5px;
    font-size: 14px;
    cursor: pointer;
    width: 175px;
    display: inline-block;
    box-sizing: border-box;
}
.tabdiv > .tab-right .tab-right-main ul li > label span{
    color: #888888;
}




/*-------------archives----------------*/
.tabdiv > .tab-right .archives li{
    padding: 6px 0 6px 13px !important;
}
.tabdiv > .tab-right .archives li a:hover{
    font-weight: bold;
    color: #6a4b92;
    cursor: pointer;
}
.tabdiv > .tab-right  .archives li:hover{
    font-weight: bold;
    color: #6a4b92;
    cursor: pointer;
}
.tabdiv > .tab-right  .archives li:hover a{
    font-weight: bold;
    color: #6a4b92;
    cursor: pointer;
}
.tabdiv > .tab-right .archives li:hover > span{
    font-weight: normal;
}
.select,.select a{
    color: #6a4b92;
    font-weight: bold;
}
.tabdiv > .tab-right .archives li span,.select span,.select a > span{
    font-weight:normal;
    color: #888888;
}

/* new common style start */
#main{
    --gray-color: #888;
    --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;
}
.category_intro{
    margin-top: 22px;
}
.category_intro p{
    font-size: 14px;
    line-height: 20px;
}
.l-content-wrapper{
    /*padding-top: 50px;*/
    border-bottom: 0;
    position: relative;
}
.l-h2-arrow{
    padding-bottom: 10px;
}
.bb2{
    border-bottom: 2px solid var(--light-purple-e0);
}
.bt2{
    border-top: 2px solid var(--light-purple-e0);
}
.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);
}
.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 {
    float: left;
    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: #331414;
    font-weight: bold;
}
.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;
    /*margin-bottom: 42px;*/
}
.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;
    right: 0;
     top: -26px;
}
.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: #9f9f9f;
}
/*.sub1 > div > .booth{*/
/*    padding-left: 14px;*/
/*}*/
.sub1 .booth span{
    float: none;
    padding-right: 18px;
}
.nostart-tb{
    background: url(/../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: #331415 !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);
}
.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;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.exhibition-list li > .sub1>div:nth-child(3){
    width: auto;
}

/* new common style end */

/* ====================================================
     News exhibition
==================================================== */
.exhibition{
    width: 100%;
}
.exhibition-search{
    padding: 20px;
}
.exhibition-search form{
    display: flex;
    justify-content: flex-start;
}
.exhibition-search form >div{
    margin-right: 20px;
}
.exhibition-search form >div:last-child{
    margin-right: 0;
}
.exhibition-search form >div select{
    width: 120px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    background-color: #fff;
}
.exhibition-search form >div input[type=date]{
    width: 178px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    padding-left: 10px;
}
.exhibition-search form >div button{
    width: 78px;
    height: 28px;
    border-radius: 3px;
    background: #8a72ac;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
}
.exhibition-search form >div input[type=date]::-webkit-calendar-picker-indicator {
    opacity: 1;
    display: inline-block;
    width: 15px;
    height: 15px;
    position: relative;
    left: -2px;
    background: url("/new/images/web/date_icon.png") no-repeat;
    cursor: pointer;
}

.exhibition-search form >div input[type=text]{
    width: 178px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    padding-left: 10px;
}
.exhibition-search form label{
    font-size: 14px;
    vertical-align: middle;
    line-height: 28px;
}

.exhibition-list{
    width: 100%;
    margin-top: 5px;
}

.exhibition-list li > .sub1{
    width: 100%;
    border-bottom: 1px solid #e2e0e3;
    line-height: 25px;
    display: flex;
    align-items: center;
    padding-bottom: 5px;
}
.exhibition-list li > .sub1>div:first-child> .nostart-tb {
    background: url(/../new/images/web/nostart-tb-cn.png) no-repeat;
    width: 11px;
    height: 12px;
    display: inline-block;
    margin-right:10px;
    vertical-align:middle;
}
.exhibition-list li > .sub1>div:first-child> .start-tb {
    background: url(/../new/images/web/start-tb.png) no-repeat;
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-right:9px;
    vertical-align:middle;
}

.exhibition-list li > .sub1>div:nth-child(2) a{
    color: #6a4b92;
}
.exhibition-list .started div, .exhibition-list .started div a, .exhibition-list .started span {
    color: #9f9f9f !important;
}
.exhibition-list li > .sub1>div:nth-child(3) > div {
    color: #9f9f9f;
}
.exhibition-list li > .sub1>div:nth-child(3) > div span{
    font-weight: bold;
    color: #331515;
    float: none;
}

.exhibition-list li > .sub1>div:nth-child(3) > .ex-address > span{
    color: #595757;
}
.exhibition-list li > .sub1>div:nth-child(3) > .ex-address > span:nth-child(2){
    font-weight: normal;
}
.exhibition-list li > .sub2{
    width: 100%;
    margin-top: 12px;
    display: flex;
}

.exhibition-list li > .sub2 >div:last-child{
    color: #595757;
    font-size: 12px;
    line-height: 22px;
    margin-left: 20px;
}

/*---------------日期提示框--------------------------*/
.dialog-section {
    position: absolute;
    top: 538px;
    left: 50%;
    width: 580px;
    z-index: 20;
    padding-top: 48px;
    padding-bottom: 48px;
    text-align: center;
    margin: 0;
    background-color: #FFF;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    transform: translate(-50%, -50%);
}

.dialog-text {
    padding: 0;
    margin-bottom: 20px;
    font-size: 14px;
}
.dialog-close {
    display: inline-block;
    vertical-align: middle;
    background-image: url(/new/images/web/icons-dialog.png);
    background-repeat: no-repeat;
    position: absolute;
    right: 16px;
    top: 12px;
    width: 14px;
    height: 14px;
    padding: 0;
    margin: 0;
    background-position: 0 -135px;
    cursor: pointer;
}

.i-warning {
    position: relative;
    display: inline-block;
    top: -2px;
    margin-right: 20px;
    width: 36px;
    height: 36px;
    vertical-align: middle;
    background-image: url("/new/images/web/icons-dialog.png");
    background-repeat: no-repeat;
    background-position: 0 -45px;
}
.page_literature_tit{
    margin-bottom: 25px;
}
.pages_tit {
    margin-top: 30px;
}
.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: 12px;
    padding-bottom: 8px;
    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: 12px;
    line-height: 22px;
}
.word-list{
    max-width: 680px;
    padding-top: 15px;
    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);
}

.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;
}
.pt48{
    padding-top: 48px;
}
.content .l-content-wrapper{
    display: none;
}

.l-content-container{
    margin-top: 50px;
}
.tabdiv{
    overflow: hidden;
}


/*---------------topic--------------------*/
.topic-container ul {
    border-bottom: 2px solid #EBE4F6;
}
.topic-container ul li {
    padding: 16px 0;
    border-bottom: 1px solid #EBE4F6;
}
.topic-container ul li:last-child{
    padding: 16px 0;
    border: none;
}

.topic-container  .classify-item {
    height: auto;
    padding: 5px 12px;
    display: inline-block;
    margin-top: 2px;
    margin-right: 5px;
    white-space: nowrap;

    a {
        color: inherit;
    }
}

.topic-container ul .classify-item:nth-child(5n+2) {
    color: #453e88;
    background-color: #f2f1f9;
}
.topic-container ul.classify-item:nth-child(5n+3) {
    color: #2a909c;
    background-color: #f1f7f9;
}
.topic-container ul .classify-item:nth-child(5n+4) {
    color: #3c9162;
    background-color: #f2fbf6;
}
.topic-container ul .classify-item:nth-child(5n+5) {
    color: #998c2e;
    background-color: #f7f7f0;
}
.topic-container ul .classify-item:nth-child(5n+6) {
    color: #a85858;
    background-color: #f7f3f2;
}

.d-flex {
    display: flex;
}