/* 非遗资料库 */
/* IntangibleDatabaseList */
.IntangibleDatabaseList {
    width: 100%;
    box-sizing: border-box;
}
.IntDatList_box {
    display: flex;
    gap: 1.5rem;
    padding: 1.5rem 0.9rem;
    box-sizing: border-box;
    background-color: #fff;
    min-height: 70vh;
}
.IntDatList_tentList {

}
.IntDatList_sifts {
    background: #f8f8f8;
    padding: 1.5rem 1rem;
    box-sizing: border-box;
    display: flex;
    gap: 1rem;
    flex-direction: column;
    border-radius: 3px;
}
.IntDatList_sift {
    font-size: 15px;
    color: #333333;
    align-items: baseline;
    display: flex;
    gap: 0.5rem;
}
.IntDatList_sift a {
    color: #333333;
    padding: 0.2rem 0.5rem;
    box-sizing: border-box;
    border-radius: 3px;
}
.IntDatList_sift_active {
    background: #26478a;
    color: #fff !important;
}
.IntDatList_sift_title {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}
.IntDatList_sift_list {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    flex: 1;
}
.IntDatList_search {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0;
    box-sizing: border-box;
}
.IntDatList_searchNum {
    font-size: 16px;
    color: #333;
}
.IntDatList_searchNum>span {
    color: #ff0c00;
}
.IntDatList_searchInp {

}
.section_recruit_search {
    color: #7d87a1;
    display: flex;
    justify-content: center;
}
.section_recruit_search>span {
    margin: auto 0;
}
.section_recruit_search>input {
    width: 13rem;
    color: #7d87a1;
    outline: none;
    font-size: .7778rem;
    border: 1px solid #b6b6b6;
    border-radius: 0.2rem 0 0 0.2rem;
    padding: 0 0.7rem;
    box-sizing: border-box;
}
.section_recruit_search_bnt {
    cursor: pointer;
    display: flex;
    color: #fff;
    background-color: #26478a;
    padding: 0.3rem 0.7rem;
    box-sizing: border-box;
    border-radius: 0 0.2rem 0.2rem 0;
    /* margin-left: 0.7rem; */
}
.section_recruit_search_bnt>button {
    cursor: pointer;
    background: transparent;
    border: none;
    color: #fff;
    font-size: .7778rem;
}
.section_recruit_search_bnt>button>img {
    width: 1.3rem;
    height: auto;
    object-fit: contain;
    display: block;
}


.IntDatList_List {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.6rem 3rem;
}
.IntDatList_item {
    display: flex;
    align-items: center;
    padding: 0.5rem;
    box-sizing: border-box;
    background: #f8f8f8;
}
.IntDatList_itemImg {
    flex: 1.68;
    overflow: hidden;
}
.IntDatList_itemImg img {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
    transition: all .5s ease;
}
.IntDatList_item:hover .IntDatList_itemImg img {
    transform: scale(1.1);
}
.IntDatList_itemTent {
    height: 100%;
    flex: 1.5;
    color: #3f3f3f;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 0 0.8rem;
    box-sizing: border-box;
}
.IntDatList_itemTitle {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0.45rem;
}
.IntDatList_itemInfo {
    display: flex;
    gap: 0.3rem;
    align-items: center;
    color: #666666;
    font-size: 13px;
}
.IntDatList_itemInfo>img {
    width: 15px;
    height: auto;
    object-fit: contain;
    display: block;
}
.IntDatList_Library {

}
.IntDatList_Library_list {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3, 1fr);
    padding-bottom: 2rem;
    border-bottom: 1px solid #d9d9d9;
}
.IntDatList_Library_item {
    background-color: #fff;
    transition: all .5s ease;
}
.IntDatList_Library_item:hover {
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
}
.IntDatList_Library_item_video {
    position: relative;
}
.IntDatList_Library_item_video video {
    width: 100% !important;
    height: auto;
    vertical-align: bottom;
    object-position: center;
}
.IntDatList_Library_item_video img {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(6);
    width: 42px;
    height: auto;
    object-fit: contain;
    display: block;
    transition: all .5s ease;
}
.IntDatList_Library_item_video .IntDatList_Library_time {
    position: absolute;
    bottom: 6px;
    right: 12px;
    color: #fff;
    font-size: 12px;
}
.IntDatList_Library_item:hover img{
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}
.IntDatList_Library_tent {
    display: flex;
    gap: 0.45rem;
    flex-direction: column;
    font-size: 13px;
    color: #666;
    padding: 0.8rem 0.3rem;
    box-sizing: border-box;
}
.IntDatList_Library_tent>span {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* 显示的行数 */
    -webkit-box-orient: vertical;
    line-height: 1.5em; /* 每行的高度 */
    max-height: 1.5em; /* 最大高度为三行的高度 */
}
.IntDatList_Library_tent>span:first-child {
    color: #3f3f3f;
    font-weight: 600;
    font-size: 15px;
}


.IntDatList_Library_info {
    padding: 2rem 0;
    box-sizing: border-box;
    display: flex;
    gap: 0.2rem;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #333;
}
.IntDatList_Library_info>img {
    width: 120px;
    margin-top: 1rem;
    height: auto;
    object-fit: contain;
    display: block;
}
.IntDatList_Library_info>span:last-child {
    font-size: 13px;
    color: #666;
}