/*wyb		*/
body *{
    font-family: Arial,Helvetica,sans-serif;
}
.ul-snv li a h3, .ul-snv li a b {
    font-weight: 400;
    font-size: 14px;
}

.ul-snv li a {
    display: flex;
    justify-content: space-between;
    /*padding: 5px 10px;*/
    color: #555;
}

i.open_ico {
    background: url(../images/sear_ico.png) no-repeat -28px 0px;
    width: 6px;
    height: 6px;
    margin-top: 15px;
    margin-right: 5px;
    float: left;
    display: none;
}

.tt_title, .ul-snv a {
    font-size: 14px;
    font-weight: 400;
    color: #4d6bfe;
}

.ul-snv .t a {
    color: #fff;
}

.ul-snv {
    border: none;
    overflow-y: inherit;
}

.m-list {
    margin-left: 0;
}

.content {
    width: 90vw;
    margin: 0 auto;
    float: inherit;
}

/*	!* 设置滚动条的背景为透明 *!
	::-webkit-scrollbar {
		background-color: transparent;
	}

	!* 设置滚动条滑块的背景为透明 *!
	::-webkit-scrollbar-thumb {
		background-color: transparent;
		border-radius: 10px; !* 可以设置滑块的圆角 *!
	}

	!* 设置滚动条滑块在hover时的背景为透明 *!
	::-webkit-scrollbar-thumb:hover {
		background-color: transparent;
	}

	!* 设置滚动条滑块在active时的背景为透明 *!
	::-webkit-scrollbar-thumb:active {
		background-color: transparent;
	}

	!* 设置滚动条的宽度 *!
	::-webkit-scrollbar {
		width: 10px; !* 根据需要设置宽度 *!
	}*/
/*.ul-snv .con ul{*/
/*	max-height: 500px;*/
/*	overflow-y: scroll;*/
/*}*/
.scrollbar-container {
    position: relative;
    overflow-y: hidden;
    max-height: 300px;
}

#filter-result-li-list {
    display: flex;
    align-items: center;
}

.m-listinfo li {
    margin-bottom: 0 !important;
}

.m-listinfo .sele .sx span {
    margin-right: 0 !important;
}

/*.content {
    width: 1000px;
    float: right;
}
.m-listinfo {
    width: 940px;
    margin: 0 auto;
}
.header .wp1350{
    margin: 0 auto;
}
.g-search.sty2{
    width: 56%;
}
.m-list {
    padding: 40px 0 90px;
    width: 1350px;
    margin: 0 auto;
}*/
.list_c {
    display: flex;
}

ul.list_data {
    display: flex;
    overflow: inherit;
    flex-wrap: wrap;
    padding-top: 1px;

}

.snv {
    /*margin-right: 0;*/
    /*min-width: 240px;*/
    min-width: inherit;
    float: inherit;
    /*width: auto;*/
    border: none;
    width: 90vw;
    margin: 0 auto 20px;
    box-sizing: border-box;
}

.ul-snv .con .t, #features-div-list .t {
    background: none;
    color: #4d6bfe;
    flex-shrink: 0;
}

.m-listcls {
    padding: 0 15px;
    height: auto;
}

.m-listcls .item::after {
    left: -15px;
    right: -15px;
}

.m-listcls .item {
    margin-right: 10px;
    flex-wrap: wrap;
    justify-content: center;
    padding: 10px 0;
    box-sizing: border-box;
}

.m-listcls .item:last-child {
    margin-right: 0;
}

.ul-snv li:hover {
    /*background-color: aliceblue;*/
    color: #fff;
    background-color: #4d6bfe;
    border-radius: 4px;
}

.ul-snv li:hover h3,.ul-snv li:hover b{
    color: #fff;
}

.ul-snv li {
    padding: 4px 10px;
    box-sizing: border-box;
    /*margin-right: 5px;
    margin-bottom: 5px;*/
    display: inline-block;
    margin-bottom: 0px;
}

.m-listinfo .sele .time .select-sub {
    box-shadow: 0 2px 4px rgba(0, 0, 0, .32), 0 0 6px rgba(0, 0, 0, .08);
    top: 32px;
}

.re_text_list {
    position: relative;
    /* padding-right: 135px; */
    /*margin-top: 10px;*/
    background-color: #fff;
    padding-top: 12px;
    /*border-bottom: 1px solid #D8D8D8;*/
    border-bottom: 1px solid #ebeef5;
    padding-bottom: 13px;
    display: flex;
}

.qrcode {
    width: 80px;
    position: absolute;
    top: 0;
    right: 0;
    /* transform: translateY(-50%); */
    text-align: center;
}

.l_title {
    /* margin: 4px 0px; */
    /*width: 750px;*/
    /*height: auto;*/
    /* overflow: hidden; */
    /*padding-left: 0px;
    margin-bottom: 10px;
    line-height: 20px;*/
    line-height: 34px;
    width: 38%;
    flex-shrink: 0;
}

.l_title a {
    font-size: 14px;
    /*color: #549ded;*/
    font-weight: 400;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 设置最大显示行数 */
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.loading.load_text {
    width: 130px;
    height: 120px;
    text-align: center;
    margin: 20px auto;
}

.loading img {
    width: 60px;
}

.qrcode::before {
    content: '';
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    height: 80px;
    border-left: 1px solid #D8D8D8;
}

.qrcode h3 {
    text-align: center;
    color: #333;
    font-size: 0.729vw;
    margin-bottom: 5px;
}

.qrcode a img {
    width: 80px;
}
#content .re_text_list:nth-child(2n){
    background: #f7f7f7;
}
#content .re_text_list:not(:first-child):hover{
    background: #4d6bfe26;
}
#content .re_text_list:not(:first-child):hover h2 a{
    /*background: #4d6bfe26;*/
    color: #4d6bfe;
}
.m-listinfo .list {
    padding-top: 0;
}

.intro p {
    /*width: 750px;*/
    height: 33px;
    line-height: 16px;
    overflow: hidden;
    float: left;
}

.author {
    margin-right: 10px;
    height: 34px;
    /*color: rgb(137, 137, 137);*/
    line-height: 34px;
    overflow: hidden;
    clear: both;
    font-size: 14px;
    /*border-top-color: rgb(237, 237, 237);*/
    /*border-top-width: 1px;*/
    /*border-top-style: solid;*/
    /*display: none;*/
}

.author ol li {
    height: 36px;
    line-height: 35px;
    margin-right: 11px;
    float: left;
}

.pages {
    margin-bottom: 0;
    margin-top: 20px;
}

.tcdPageCode {
    display: flex;
    justify-content: center;
}

#div_page_flip.pages .tcdPageCode span {
    display: inline-block;
    height: 33px;
    line-height: 33px;
    padding: 0;
    margin: 0 2px;
    font-weight: 400;
    background-color: #fff;
    vertical-align: middle;
    min-width: 33px;
    border-radius: 4px;
}

#div_page_flip.pages .tcdPageCode span:first-child,#div_page_flip.pages .tcdPageCode span:last-child {
    padding: 0 5px;
}

#div_page_flip.pages .tcdPageCode span.current {
    color: #fff;
    background-color: #4d6bfe;
    border-color: #4d6bfe;
}

#div_page_flip.pages .tcdPageCode a {
    padding: 0 5px;
    color: #404041;
    display: block;
    min-width: 33px;
    line-height: 31px;
    border: 1px solid #B9C1D6;
    box-sizing: border-box;
    border-radius: 4px;
    margin: 0 5px;
    height: 33px;
}

#div_page_flip.pages .tcdPageCode a:hover {
    background-color: #4d6bfe;
    color: #fff;
    border:1px solid #4d6bfe;

}

.g-search .input::before {
    width: 0;
}

.menu-tab-title li a:hover, .menu-tab-title li a.on {
    color: #4d6bfe;
    border-bottom: 3px solid #4d6bfe;
    text-decoration: none;
}

.menu-tab-title li a {
    display: block;
    /* padding: 15px 2px; */
    color: #2b2b2b;
    font-size: 15px;
    border-bottom: 3px solid #fff;
    box-sizing: border-box;
    height: 40px;
}

.menu-tab-title {
    /*max-width: 1350px;*/
    margin: 0 auto;
    display: flex;
    /*background-color: #fff;*/
    height: 40px;
    line-height: 40px;
    border-radius: 8px;
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 16px;
    gap: 16px;
    margin-left: 10.41vw;
}

@media (max-width: 1200px) {
    .m-list, .menu-tab-title {
        margin-left: 5vw;
    }

    .content {
        width: 90vw;
    }

    .main.list {
        padding-top: 11.114vw;
    }
}

/*wyb	*/
.re_text_list{
    color: #555;
    align-items: center;
    padding-left: 10px;
}
.re_text_list:not(.title):hover{
    background: #4d6bfe9B;
}
.re_text_list.title{
    font-size: 14px;
    font-weight: 700;
}
.re_text_list.title .l_title{
    font-size: 14px;
    font-weight: 700;
}

.author.language {
    width: 68px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.author.databasetype {
    width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.author.introduction {
    width: 20%;
    flex-grow: 1;
    padding-right: 20px;
    display: flex;
}

.author.introduction.active {
    height: auto;
}

.author.introduction span {
    cursor: pointer;
    /*color:#4d6bfe;*/
    flex-shrink: 0;
}

.author.databaseurl {
    width: 100px;
    text-align: center;
}

.introduction_content {
    height: 34px;
    flex-shrink: 1;
    width: 100%;
    white-space: nowrap; /* 防止文本换行 */
    overflow: hidden; /* 隐藏超出容器的内容 */
    text-overflow: ellipsis; /* 显示省略号来表示文本被截断 */
}

.introduction_content.active {
    text-indent: 2em;
    height: auto;
    white-space: inherit;
    line-height: 26px;
}
.header .hdr2{
    background: none;
}
.header .logo{
    width: auto;
    border-right: 1px solid #d4d4d4;
    padding-right: 16px;
}
.header .logo a{
    color: #4d6bfe;
    font-size: 22px;
    font-weight: 700;
}
.header .wp1350{
    max-width: 90vw;
}
.header .hdr2{
    padding-top: 14px;
    height: 50px;
}
.g-search.sty2{
    height: 33px;
    box-shadow: none;
    border: 1px solid #d6d6d6;
}