﻿/*搜索开始*/
.search-box {
    margin: 0 auto;
    /*width: 100%;*/
    width: 1200px;
    height: 160px;
    box-sizing: border-box;
    /*background-color: #FFF;*/
    /*border-radius: 28px;*/
    position: absolute;
    z-index: 9;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin-top: 30px;
}
.search {
    display: -webkit-flex; /* Safari */
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 50%;
    height: 54px;
    box-sizing: border-box;
    justify-content: flex-start;
    background-color: #FFF;
    margin-top: 10px;
}
.search .icon {
    width: 20px;
    height: 20px;
    margin-left: 20px;
}
.search .icon img {
    width: 20px;
    height: 20px;
    position: relative;
    padding-top: 2px;
}
.search .input {
    flex: 1;
}
.search .input input {
    width: 100%;
    height: 54px;
    border: 0;
    text-indent: 40px;
    /*font-family: HYXinRenWenSongW;*/
    font-size: 16px;
    box-sizing: border-box;
    /*background: url("search_resource/images/icon_search.png");*/
    background: url(../images/icon_search.png) 14px center no-repeat;
    background-size: 18px 18px;
    outline: medium;
}
.search .btn {
    justify-content: flex-end;
    margin-left: auto;
}
.search a {
    width: 80px;
    height: 48px;
    display: block;
    /*border-radius: 25px;*/
    margin: 3px;
    /*background-color: #E70013;*/
    background: linear-gradient(90deg, #FFC600 0%, #FFDC5B 100%);
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: rgba(0,0,0,0.7);
    border: 0;
    outline: medium;
    /*font-family: HYXinRenWenSongW;*/
    cursor: pointer;
    font-weight: normal;
}
.search a:hover {
    background-color: #F11731;
}
/*搜索结束*/





/*数据量开始*/
.data-num {
    margin: 0 auto;
    padding-top: 16px;
    width: 100%;
    height: 30px;
    color: #FFF;
    line-height: 30px;
    font-size: 14px;
    /*text-align: center;*/
    color: rgba(255,255,255,0.7);
    font-weight: 300;
}
.data-num i {
    /*color: #9C7F66;*/
    font-style: normal;
    color: #ff0;
}
.data-num i.text-keyword {
    color: #ff0;
}
.data-num span {
    color: #E70013;
}
/*数据量结束*/





/*组合筛选开始*/
.multi-selector-box {
    width: 100%;
    padding: 20px 0;
    background: #FFF;
    box-shadow: 0px 0px 30px 0px rgba(0, 21, 41, 0.02);
}
.multi-selector {
    width: 1200px;
    margin: 0 auto;
    margin-top: 10px;
}
.multi-select {
    width: 100%;
    margin: 0 auto;
    margin-top: 10px;
    display: -webkit-flex; /* Safari */
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}
.multi-select:first-child {
    /*margin-top: 15px;*/
}
.multi-select .title {
    width: 90px;
    font-size: 14px;
    line-height: 30px;
    color: rgba(0,0,0,0.4);
}
.multi-select .cont {
    flex: 1;
}

/*资源类型筛选开始*/
nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}
nav .item {
    box-sizing: border-box;
    /*width: 100px;*/
    height: 30px;
    line-height: 30px;
    text-align: center;
    /*color: rgba(131,109,68,1);*/
    color: rgba(0,0,0,0.6);
    cursor: pointer;
    border: 0;
    border-radius: 18px;
    margin-right: 10px;
    margin-bottom: 8px;
    padding-left: 16px;
    padding-right: 16px;
    background-repeat: no-repeat;
    /*background-size: 20px 20px;*/
    /*background-position: 20px 8px;*/
    /*text-indent: 24px;*/
    text-indent: 0;
    font-size: 14px;
}
nav .item:hover {
    /*display: block;*/
    background-color: rgba(131,109,68,0.15);
    color: rgba(131,109,68,1);
    cursor: pointer;
}
nav .item.active {
    background-color: rgba(131,109,68,0.15);
    color: rgba(131,109,68,1);
}
nav .item.active:hover {
    background-color: rgba(131,109,68,0.15);
    color: rgba(131,109,68,1);
}
/*nav #nav_poi {*/
/*}*/
/*nav #nav_poi.item {*/
/*    background-image: url("../images/nav_topic_off.png");*/
/*}*/
/*nav #nav_poi.item.active {*/
/*    background-image: url("../images/nav_topic_on.png");*/
/*}*/
/*nav #nav_text.item {*/
/*    background-image: url("../images/nav_text_off.png");*/
/*}*/
/*nav #nav_text.item.active {*/
/*    background-image: url("../images/nav_text_on.png");*/
/*}*/
/*nav #nav_image.item {*/
/*    background-image: url("../images/nav_img_off.png");*/
/*}*/
/*nav #nav_image.item.active {*/
/*    background-image: url("../images/nav_img_on.png");*/
/*}*/
/*nav #nav_video.item {*/
/*    background-image: url("../images/nav_video_off.png");*/
/*}*/
/*nav #nav_video.item.active {*/
/*    background-image: url("../images/nav_video_on.png");*/
/*}*/
/*nav #nav_audio.item {*/
/*    background-image: url("../images/nav_audio_off.png");*/
/*}*/
/*nav #nav_audio.item.active {*/
/*    background-image: url("../images/nav_audio_on.png");*/
/*}*/
/*nav #nav_article.item {*/
/*    background-image: url("../images/nav_article_off.png");*/
/*}*/
/*nav #nav_article.item.active {*/
/*    background-image: url("../images/nav_article_on.png");*/
/*}*/
/*nav #nav_literature.item {*/
/*    background-image: url("../images/nav_document_off.png");*/
/*}*/
/*nav #nav_literature.item.active {*/
/*    background-image: url("../images/nav_document_on.png");*/
/*}*/
/*nav #nav_file.item {*/
/*    background-image: url("../images/nav_document_off.png");*/
/*}*/
/*nav #nav_file.item.active {*/
/*    background-image: url("../images/nav_document_on.png");*/
/*}*/
/*nav #nav_works.item {*/
/*    background-image: url("../images/nav_document_off.png");*/
/*}*/
/*nav #nav_works.item.active {*/
/*    background-image: url("../images/nav_document_on.png");*/
/*}*/
/*nav #nav_people.item {*/
/*    background-image: url("../images/nav_document_off.png");*/
/*}*/
/*nav #nav_people.item.active {*/
/*    background-image: url("../images/nav_document_on.png");*/
/*}*/
/*nav #nav_topic.item {*/
/*    background-image: url("../images/nav_topic_off.png");*/
/*}*/
/*nav #nav_topic.item.active {*/
/*    background-image: url("../images/nav_topic_on.png");*/
/*}*/
/*nav #nav_page.item {*/
/*    background-image: url("../images/nav_topic_off.png");*/
/*}*/
/*nav #nav_page.item.active {*/
/*    background-image: url("../images/nav_topic_on.png");*/
/*}*/
/*nav #nav_digital_resource.item {*/
/*    background-image: url("../images/nav_topic_off.png");*/
/*}*/
/*nav #nav_digital_resource.item.active {*/
/*    background-image: url("../images/nav_topic_on.png");*/
/*}*/
nav .attr-item, nav .tag-item {
    width: auto;
    padding: 0 16px;
    text-indent: 0;
    margin-bottom: 8px;
}
/*资源类型筛选结束*/

/*数据库筛选开始*/
/*.dblist {*/
/*    display: flex;*/
/*    flex-direction: row;*/
/*    flex-wrap: wrap;*/
/*}*/
/*.dblist .item {*/
/*    box-sizing: border-box;*/
/*    padding: 0 20px;*/
/*    !*width: 100px;*!*/
/*    height: 36px;*/
/*    line-height: 36px;*/
/*    text-align: center;*/
/*    color: rgba(131,109,68,1);*/
/*    cursor: pointer;*/
/*    !*border: solid 1px #9C7F66;*!*/
/*    border-radius: 18px;*/
/*    margin-right: 10px;*/
/*    margin-bottom: 10px;*/
/*    font-size: 16px;*/
/*}*/
/*.dblist .item:hover {*/
/*    background-color: rgba(131,109,68,0.15);*/
/*    color: rgba(131,109,68,1);*/
/*}*/
/*.dblist .item.active {*/
/*    background-color: rgba(131,109,68,0.15);*/
/*    color: rgba(131,109,68,1);*/
/*}*/
/*.dblist .item.active:hover {*/
/*    background-color: rgba(131,109,68,0.15);*/
/*    color: rgba(131,109,68,1);*/
/*}*/
/*数据库筛选结束*/
/*组合筛选结束*/






.source-type nav .item-type {
    box-sizing: border-box;
    /*width: 100px;*/
    height: 30px;
    line-height: 30px;
    text-align: center;
    /*color: rgba(131,109,68,1);*/
    /*color: rgba(0,0,0,0.6);*/
    color: rgba(255,255,255,1);
    cursor: pointer;
    border: 0;
    /*border-radius: 18px;*/
    margin-right: 10px;
    margin-bottom: 8px;
    padding-left: 12px;
    padding-right: 12px;
    background-repeat: no-repeat;
    /*background-size: 20px 20px;*/
    /*background-position: 20px 8px;*/
    /*text-indent: 24px;*/
    text-indent: 0;
    font-size: 14px;
    background: none;
}
.source-type nav .item-type:hover {
    /*display: block;*/
    background-color: rgba(225,198,145,1);
    color: rgba(131,109,68,1);
}
.source-type nav .item-type.active {
    background-color: rgba(225,198,145,1);
    color: rgba(131,109,68,1);
}
.source-type nav .item-type.active:hover {
    background-color: rgba(225,198,145,1);
    color: rgba(131,109,68,1);
}





















/*!*主题&文字资源开始*!*/
/*.datalist {*/
/*    padding-top: 10px;*/
/*}*/

/*.datalist ul {*/
/*    display: -webkit-flex; !* Safari *!*/
/*    display: flex;*/
/*    flex-direction: row;*/
/*    justify-content: space-between;*/
/*    flex-wrap: wrap;*/
/*    width: 92%;*/
/*    margin: 0 auto;*/
/*    padding-top: 20px;*/
/*    padding-bottom: 70px;*/
/*}*/

/*.datalist ul li {*/
/*    box-sizing: border-box;*/
/*    width: 98%;*/
/*    margin: 0 1%;*/
/*    !*background-color: #fc0;*!*/
/*    border-bottom: dotted 1px #CCC;*/
/*    line-height: 35px;*/
/*    font-size: 18px;*/
/*    padding: 10px 0;*/
/*}*/

/*.datalist ul li .dbname {*/
/*    display: -webkit-flex; !* Safari *!*/
/*    display: flex;*/
/*    flex-direction: row;*/
/*    justify-content: space-between;*/
/*}*/

/*.datalist ul li .dbname .name {*/
/*    font-size: 20px;*/
/*}*/

/*.datalist ul li .dbname .name span {*/
/*    padding-left: 20px;*/
/*    font-size: 15px;*/
/*    color: #9C7F66;*/
/*    word-break: keep-all;*/
/*    white-space: nowrap;*/
/*}*/

/*.datalist ul li .dbname .from {*/
/*    !*background-color: #f60;*!*/
/*    font-size: 14px;*/
/*    color: #9B9B9B;*/
/*    word-break: keep-all;*/
/*    white-space: nowrap;*/
/*    !*overflow:hidden;*!*/
/*    !*text-overflow:ellipsis;*!*/
/*}*/

/*.datalist ul a:hover {*/
/*    color: #9C7F66;*/
/*    !*padding-left: 20px;*!*/
/*    text-indent: 20px;*/
/*}*/

/*!*主题&文字资源结束*!*/


/*!*图片资源开始*!*/
/*.dataimglist {*/
/*    padding-top: 10px;*/
/*}*/

/*.dataimglist ul {*/
/*    display: -webkit-flex; !* Safari *!*/
/*    display: flex;*/
/*    flex-direction: row;*/
/*    justify-content: flex-start;*/
/*    flex-wrap: wrap;*/
/*    width: 92%;*/
/*    margin: 0 auto;*/
/*    padding-top: 20px;*/
/*    padding-bottom: 50px;*/
/*}*/

/*.dataimglist ul li {*/
/*    box-sizing: border-box;*/
/*    width: 18%;*/
/*    margin: 0 1%;*/
/*    padding: 10px 0;*/
/*    margin-bottom: 20px;*/
/*}*/

/*.dataimglist ul li .dbimg {*/
/*    width: 100%;*/
/*    padding-top: 100%;*/
/*    display: block;*/
/*    background-color: #f8f8f8;*/
/*    position: relative;*/
/*}*/

/*.dataimglist ul li .dbimg img {*/
/*    position: absolute;*/
/*    max-width: 100%;*/
/*    max-height: 100%;*/
/*    left: 50%;*/
/*    top: 50%;*/
/*    transform: translate(-50%, -50%);*/
/*}*/

/*.dataimglist ul li .dbname {*/
/*    display: -webkit-flex; !* Safari *!*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    justify-content: space-between;*/
/*}*/

/*.dataimglist ul li .dbname .name {*/
/*    padding-top: 12px;*/
/*    line-height: 22px;*/
/*    font-size: 16px;*/
/*}*/

/*.dataimglist ul li .dbname .na {*/
/*    font-size: 16px;*/
/*}*/

/*.dataimglist ul li .dbname .tp {*/
/*    padding-top: 8px;*/
/*    font-size: 14px;*/
/*    color: #9C7F66;*/
/*}*/

/*.dataimglist ul li .dbname .from {*/
/*    padding-top: 4px;*/
/*    font-size: 14px;*/
/*    color: #9B9B9B;*/
/*    !*word-break:keep-all;*!*/
/*    !*white-space:nowrap;*!*/
/*}*/

/*.dataimglist ul li a:hover .dbimg {*/
/*    background-color: #FEF6E9;*/
/*}*/

/*.dataimglist ul a:hover {*/
/*    color: #9C7F66;*/
/*}*/

/*!*图片资源结束*!*/























