﻿

.result-data-list i {
    font-style: normal;
}
.result-data-title {
    width: 1200px;
    height: 30px;
    margin: 0 auto;
    font-size: 22px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.85);
    line-height: 30px;
    margin-top: 30px;
}







/*关联的主干资源开始*/
.info .topic-data {
    margin-top: 10px;
    display: flex;
    flex-direction: row;
}
.info .topic-data a {
    display: inline-table;
    border: 1px solid rgba(131,109,68,0.3);
    /*background-color: rgba(131,109,68,0.15);*/
    color: rgba(131,109,68,1);
    border-radius: 14px;
    padding: 3px 10px;
    line-height: 18px;
    box-sizing: border-box;
    /*height: 24px;*/
    font-weight: 400;
    font-size: 13px;
    /*overflow: hidden;*/
}
.info .topic-data a:hover {
    /*display: inline-table;*/
    border: 1px solid rgba(131,109,68,0.5);
    background-color: rgba(131,109,68,0.15);
    color: rgba(131,109,68,1);
    border-radius: 14px;
}
/*关联的主干资源结束*/









/*1-文本*/
/*文本列表开始*/
.text-result-datas-list ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 1230px;
    margin: 0 auto;
    justify-content: flex-start;
}
.text-item {
    width: 585px;
    min-height: 120px;
    padding: 15px;
    padding-bottom: 15px;
    margin: 0;
    box-sizing: content-box;
    border-bottom: 0;
}
.text-item a {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
    /*border-radius: 5px;*/
    overflow: hidden;
    background: #FFFFFF;
    box-shadow: 0px 0px 30px 0px rgba(0, 21, 41, 0.02);
}
.text-item a:hover {
    /*width: 280px;*/
    /*height: 270px;*/
    border-radius: 5px;
    overflow: hidden;
    background: #FFFFFF;
    box-shadow: 0px 10px 50px 0px rgba(0, 21, 41, 0.09);
    text-indent: 0;
}
.text-item .cover {
    width: 120px;
    height: 160px;
    background-color: #DDD;
}
.text-item .cover img {
    width: 120px;
    height: 160px;
}
.text-item .info {
    flex: 1;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 20px;
    display: flex;
    flex-direction: column;
    /*padding-top: 16px;*/
}
.text-item .info .title {
    font-size: 18px;
    /*margin-top: 16px;*/
    margin-bottom: 8px;
    color: rgba(0,0,0,0.8);
    font-weight: bold;
    /*text-align: center;*/
    line-height: 22px;
    transition: all 0.3s ease 0s;
}
.text-item a:hover .info .title {
    color: rgba(131,109,68,1);
    transition: all 0.3s ease 0s;
}
.text-item .info .text {
    height: 40px;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 4px;
    color: rgba(0,0,0,0.4);
}
.text-item .info .attr {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 10px;
    color: rgba(0,0,0,0.5);
    /*font-weight: 300;*/
    /*color: #5a6a80;*/
    /*text-align: center;*/
}
.text-item a:hover .attr {
    color: rgba(131,109,68,0.6);
}
.text-item .info .num {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 2px;
    color: rgba(0,0,0,0.3);
    font-weight: 300;
}
.text-item .info .num span {
    /*padding: 0 5px;*/
    font-weight: 400;
}
/*.text-item .info .topic-data {*/
/*    margin-top: 10px;*/
/*    display: flex;*/
/*    flex-direction: row;*/
/*}*/
/*.text-item .info .topic-data a {*/
/*    !*display: inline;*!*/
/*    border: 1px solid rgba(131,109,68,0.3);*/
/*    !*background-color: rgba(131,109,68,0.15);*!*/
/*    color: rgba(131,109,68,1);*/
/*    border-radius: 20px;*/
/*    padding: 0 10px;*/
/*    line-height: 22px;*/
/*    box-sizing: border-box;*/
/*    height: 24px;*/
/*    font-weight: 400;*/
/*    font-size: 13px;*/
/*}*/
/*.text-item .info .topic-data a:hover {*/
/*    border: 1px solid rgba(131,109,68,0.5);*/
/*    background-color: rgba(131,109,68,0.15);*/
/*    color: rgba(131,109,68,1);*/
/*}*/
/*文本列表结束*/


















/*2-图片*/
/*图片列表开始*/
.image-result-datas-list ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 1230px;
    margin: 0 auto;
    justify-content: flex-start;
}
.image-item {
    box-sizing: border-box;
    width: 17.8%;
    margin: 0 1.1%;
    /*padding: 10px 0;*/
    background: #FFFFFF;
    margin-top: 15px;
    margin-bottom: 15px;
    box-shadow: 0px -10px 30px 0px rgba(0, 21, 41, 0.06);
}
.image-item .cover {
    width: 100%;
    padding-top: 100%;
    display: block;
    background-color: rgba(225, 198,145, 0.1);
    transition: all 0.3s ease 0s;
    position: relative;
}
.image-item .cover:hover {
    background-color: rgba(225, 198,145, 0.3);
    transition: all 0.3s ease 0s;
}
.image-item .cover img {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.image-item .info {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 20px;
    padding-top: 16px;
    display: flex;
    flex-direction: column;
}
.image-item .info .title {
    margin-bottom: 6px;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    /*max-height: 60px;*/
    /*overflow: hidden;*/
}
.image-item .info a .title {
    color: rgba(0,0,0,0.8);
    transition: all 0.3s ease 0s;
}
.image-item .info a:hover .title {
    color: rgba(131,109,68,1);
    transition: all 0.3s ease 0s;
}
.image-item .info .from {
    padding-top: 4px;
    font-size: 13px;
    color: rgba(131,109,68,1);
    /*word-break:keep-all;*/
    /*white-space:nowrap;*/
}
.image-item .info .attr {
    font-size: 13px;
    line-height: 20px;
    color: rgba(0,0,0,0.5);
    font-weight: 300;
}
.image-item a:hover .attr {
    color: rgba(0,0,0,0.5);
}
.image-item .info .num {
    font-size: 12px;
    line-height: 18px;
    color: rgba(0,0,0,0.3);
    font-weight: 300;
}
.image-item .info .num span {
    padding: 0 5px;
    font-weight: 600;
}
/*.image-item .info .topic-data {*/
/*    margin-top: 10px;*/
/*    display: flex;*/
/*    flex-direction: row;*/
/*}*/
/*.image-item .info .topic-data a {*/
/*    !*display: inline;*!*/
/*    border: 1px solid rgba(131,109,68,0.3);*/
/*    color: rgba(131,109,68,1);*/
/*    border-radius: 20px;*/
/*    padding: 0 10px;*/
/*    line-height: 22px;*/
/*    box-sizing: border-box;*/
/*    height: 24px;*/
/*    font-weight: 400;*/
/*    font-size: 13px;*/
/*}*/
/*.image-item .info .topic-data a:hover {*/
/*    border: 1px solid rgba(131,109,68,0.5);*/
/*    background-color: rgba(131,109,68,0.15);*/
/*    color: rgba(131,109,68,1);*/
/*}*/
/*图片列表结束*/






















/*3-视频*/
/*视频列表开始*/
.video-result-datas-list ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 1220px;
    margin: 0 auto;
    justify-content: flex-start;
}
.video-item {
    width: 285px;
    min-height: 220px;
    margin: 10px;
    margin-bottom: 15px;
    /*margin: 0;*/
    box-sizing: content-box;
    border-bottom: 0;
}
.video-item {
    display: flex;
    flex-direction: column;
    width: 280px;
    /*height: 100%;*/
    /*border-radius: 5px;*/
    overflow: hidden;
    background: #FFFFFF;
    box-shadow: 0px -10px 30px 0px rgba(0, 21, 41, 0.06);
    transition: all 0.3s ease 0s;

    display: flex;
    flex-direction: column;
}
.video-item:hover {
    border-radius: 5px;
    overflow: hidden;
    background: #FFFFFF;
    box-shadow: 0px 10px 50px 0px rgba(0, 21, 41, 0.12);
    text-indent: 0;
    transition: all 0.3s ease 0s;
}
.video-item .cover {
    width: 280px;
    height: 180px;
    background-color: #DDD;
}
.video-item .cover img {
    width: 280px;
    height: 180px;
}
.video-item .info {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 20px;
    padding-top: 16px;
}
.video-item .info .title {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 6px;
    color: rgba(0,0,0,0.8);
    font-weight: bold;
}
.video-item a:hover .info .title {
    color: #1890FF;
    color: rgba(131,109,68,1);
}
.video-item .info .attr {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 6px;
    color: rgba(0,0,0,0.5);
    font-weight: 300;
    /*color: #5a6a80;*/
}
.video-item .info .num {
    font-size: 12px;
    line-height: 18px;
    color: rgba(0,0,0,0.3);
    font-weight: 300;
}
.video-item .info .num span {
    padding: 0 5px;
    font-weight: 600;
}
/*视频列表结束*/












/*5-文章*/
/*文章列表开始*/
.article-result-datas-list ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 1230px;
    margin: 0 auto;
    justify-content: flex-start;
}
.article-item {
    width: 585px;
    min-height: 120px;
    padding: 15px;
    padding-bottom: 15px;
    margin: 0;
    box-sizing: content-box;
    border-bottom: 0;
}
.article-item a {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
    /*border-radius: 5px;*/
    overflow: hidden;
    background: #FFFFFF;
    box-shadow: 0px 0px 30px 0px rgba(0, 21, 41, 0.02);
}
.article-item a:hover {
    /*width: 280px;*/
    /*height: 270px;*/
    border-radius: 5px;
    overflow: hidden;
    background: #FFFFFF;
    box-shadow: 0px 10px 50px 0px rgba(0, 21, 41, 0.09);
    text-indent: 0;
}
.article-item .cover {
    width: 160px;
    height: 160px;
    /*height: 100%;*/
    /*max-height: 160px;*/
    /*padding-top: 100%;*/
    display: block;
    background-color: #DDD;
    position: relative;
    overflow: hidden;
}
.article-item .cover img {
    /*width: 160px;*/
    /*height: 160px;*/
    position: absolute;
    height: 100%;
    /*width: 100%;*/
    min-width: 100%;
    min-height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.article-item .info {
    flex: 1;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 20px;
    display: flex;
    flex-direction: column;
    /*padding-top: 16px;*/
}
.article-item .info .title {
    font-size: 18px;
    /*margin-top: 16px;*/
    margin-bottom: 8px;
    color: rgba(0,0,0,0.8);
    font-weight: bold;
    /*text-align: center;*/
    line-height: 22px;
    transition: all 0.3s ease 0s;
}
.article-item a:hover .info .title {
    color: rgba(131,109,68,1);
    transition: all 0.3s ease 0s;
}
.article-item .info .text {
    max-height: 40px;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 4px;
    margin-top: 8px;
    color: rgba(0,0,0,0.4);
}
.article-item .info .author {
    font-size: 13px;
    line-height: 20px;
    color: rgba(0,0,0,0.5);
    /*font-weight: 300;*/
    /*color: #5a6a80;*/
    /*text-align: center;*/
}
.article-item .info .attr {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 10px;
    color: rgba(0,0,0,0.5);
    /*font-weight: 300;*/
    /*color: #5a6a80;*/
    /*text-align: center;*/
}
.article-item a:hover .attr {
    color: rgba(131,109,68,0.6);
}
.article-item .info .num {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 2px;
    color: rgba(0,0,0,0.3);
    font-weight: 300;
}
.article-item .info .num span {
    /*padding: 0 5px;*/
    font-weight: 400;
}
/*文章列表结束*/









/*6-地理点*/
/*地理点列表开始*/
.poi-result-datas-list ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 1230px;
    margin: 0 auto;
    justify-content: flex-start;
}
.poi-item {
    width: 585px;
    min-height: 120px;
    padding: 15px;
    padding-bottom: 15px;
    margin: 0;
    box-sizing: content-box;
    border-bottom: 0;
}
.poi-item a {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
    /*border-radius: 5px;*/
    overflow: hidden;
    background: #FFFFFF;
    box-shadow: 0px 0px 30px 0px rgba(0, 21, 41, 0.02);
}
.poi-item a:hover {
    /*width: 280px;*/
    /*height: 270px;*/
    border-radius: 5px;
    overflow: hidden;
    background: #FFFFFF;
    box-shadow: 0px 10px 50px 0px rgba(0, 21, 41, 0.09);
    text-indent: 0;
}
.poi-item .cover {
    width: 160px;
    height: 160px;
    /*height: 100%;*/
    /*max-height: 160px;*/
    /*padding-top: 100%;*/
    display: block;
    background-color: #DDD;
    position: relative;
    overflow: hidden;
}
.poi-item .cover img {
    /*width: 160px;*/
    /*height: 160px;*/
    position: absolute;
    height: 100%;
    /*width: 100%;*/
    min-width: 100%;
    min-height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.poi-item .info {
    flex: 1;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 20px;
    display: flex;
    flex-direction: column;
    /*padding-top: 16px;*/
}
.poi-item .info .title {
    font-size: 18px;
    /*margin-top: 16px;*/
    margin-bottom: 8px;
    color: rgba(0,0,0,0.8);
    font-weight: bold;
    /*text-align: center;*/
    line-height: 22px;
    transition: all 0.3s ease 0s;
}
.poi-item a:hover .info .title {
    color: rgba(131,109,68,1);
    transition: all 0.3s ease 0s;
}
.poi-item .info .text {
    max-height: 40px;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 4px;
    margin-top: 8px;
    color: rgba(0,0,0,0.4);
}
.poi-item .info .author {
    font-size: 13px;
    line-height: 20px;
    color: rgba(0,0,0,0.5);
    /*font-weight: 300;*/
    /*color: #5a6a80;*/
    /*text-align: center;*/
}
.poi-item .info .attr {
    font-size: 13px;
    line-height: 20px;
    /*margin-bottom: 10px;*/
    color: rgba(0,0,0,0.5);
    /*font-weight: 300;*/
    /*color: #5a6a80;*/
    /*text-align: center;*/
}
.poi-item a:hover .attr {
    color: rgba(131,109,68,0.6);
}
.poi-item .info .num {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 2px;
    color: rgba(0,0,0,0.3);
    font-weight: 300;
}
.poi-item .info .num span {
    /*padding: 0 5px;*/
    font-weight: 400;
}
/*地理点列表结束*/


















/*7文献*/
/*文献列表开始*/
.literature-result-datas-list ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 1230px;
    margin: 0 auto;
    justify-content: flex-start;
}
.literature-item {
    width: 380px;
    min-height: 120px;
    padding: 15px;
    padding-bottom: 15px;
    margin: 0;
    box-sizing: content-box;
    border-bottom: 0;
}
.literature-item a {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
    /*border-radius: 5px;*/
    overflow: hidden;
    background: #FFFFFF;
    box-shadow: 0px 0px 30px 0px rgba(0, 21, 41, 0.02);
}
.literature-item a:hover {
    /*width: 280px;*/
    /*height: 270px;*/
    border-radius: 5px;
    overflow: hidden;
    background: #FFFFFF;
    box-shadow: 0px 10px 50px 0px rgba(0, 21, 41, 0.09);
    text-indent: 0;
}
.literature-item .cover {
    width: 120px;
    height: 160px;
    background-color: #DDD;
}
.literature-item .cover img {
    width: 120px;
    height: 160px;
}
.literature-item .info {
    flex: 1;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 20px;
    /*padding-top: 16px;*/
    display: flex;
    flex-direction: column;
}
.literature-item .info .title {
    font-size: 18px;
    /*margin-top: 16px;*/
    margin-bottom: 8px;
    color: rgba(0,0,0,0.8);
    font-weight: bold;
    /*text-align: center;*/
    line-height: 22px;
    transition: all 0.3s ease 0s;
}
.literature-item a:hover .info .title {
    color: rgba(131,109,68,1);
    transition: all 0.3s ease 0s;
}
.literature-item .info .attr {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 10px;
    color: rgba(0,0,0,0.5);
    /*font-weight: 300;*/
    /*color: #5a6a80;*/
    /*text-align: center;*/
}
.literature-item a:hover .attr {
    color: rgba(131,109,68,0.6);
}
.literature-item .info .num {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 2px;
    color: rgba(0,0,0,0.3);
    font-weight: 300;
}
.literature-item .info .num span {
    /*padding: 0 5px;*/
    font-weight: 400;
}
/*.literature-item .info .topic-data {*/
/*    margin-top: 10px;*/
/*    display: flex;*/
/*    flex-direction: row;*/
/*}*/
/*.literature-item .info .topic-data a {*/
/*    !*display: inline;*!*/
/*    border: 1px solid rgba(131,109,68,0.3);*/
/*    !*background-color: rgba(131,109,68,0.15);*!*/
/*    color: rgba(131,109,68,1);*/
/*    border-radius: 20px;*/
/*    padding: 0 10px;*/
/*    line-height: 22px;*/
/*    box-sizing: border-box;*/
/*    height: 24px;*/
/*    font-weight: 400;*/
/*    font-size: 13px;*/
/*}*/
/*.literature-item .info .topic-data a:hover {*/
/*    border: 1px solid rgba(131,109,68,0.5);*/
/*    background-color: rgba(131,109,68,0.15);*/
/*    color: rgba(131,109,68,1);*/
/*}*/
/*文献列表结束*/












/*8-文件*/
/*文件列表开始*/
.file-result-datas-list ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 1230px;
    margin: 0 auto;
    justify-content: flex-start;
}
.file-item {
    width: 585px;
    min-height: 120px;
    padding: 15px;
    padding-bottom: 15px;
    margin: 0;
    box-sizing: content-box;
    border-bottom: 0;
}
.file-item a {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
    /*border-radius: 5px;*/
    overflow: hidden;
    background: #FFFFFF;
    box-shadow: 0px 0px 30px 0px rgba(0, 21, 41, 0.02);
}
.file-item a:hover {
    /*width: 280px;*/
    /*height: 270px;*/
    border-radius: 5px;
    overflow: hidden;
    background: #FFFFFF;
    box-shadow: 0px 10px 50px 0px rgba(0, 21, 41, 0.09);
    text-indent: 0;
}
.file-item .cover {
    width: 120px;
    height: 160px;
    background-color: #DDD;
}
.file-item .cover img {
    width: 120px;
    height: 160px;
}
.file-item .info {
    flex: 1;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 20px;
    display: flex;
    flex-direction: column;
    /*padding-top: 16px;*/
}
.file-item .info .title {
    font-size: 18px;
    /*margin-top: 16px;*/
    margin-bottom: 8px;
    color: rgba(0,0,0,0.8);
    font-weight: bold;
    /*text-align: center;*/
    line-height: 22px;
    transition: all 0.3s ease 0s;
}
.file-item a:hover .info .title {
    color: rgba(131,109,68,1);
    transition: all 0.3s ease 0s;
}
.file-item .info .text {
    height: 40px;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 4px;
    color: rgba(0,0,0,0.4);
}
.file-item .info .attr {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 10px;
    color: rgba(0,0,0,0.5);
    /*font-weight: 300;*/
    /*color: #5a6a80;*/
    /*text-align: center;*/
}
.file-item a:hover .attr {
    color: rgba(131,109,68,0.6);
}
.file-item .info .num {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 2px;
    color: rgba(0,0,0,0.3);
    font-weight: 300;
}
.file-item .info .num span {
    /*padding: 0 5px;*/
    font-weight: 400;
}
/*文件列表结束*/













/*10-人物*/
/*人物列表开始*/
.people-result-datas-list ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 1230px;
    margin: 0 auto;
    justify-content: flex-start;
}
.people-item {
    width: 175px;
    min-height: 330px;
    padding: 15px;
    padding-bottom: 15px;
    margin: 0;
    box-sizing: content-box;
    border-bottom: 0;
}
.people-item a {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    /*border-radius: 5px;*/
    overflow: hidden;
    background: #FFFFFF;
    box-shadow: 0px 0px 30px 0px rgba(0, 21, 41, 0.02);
}
.people-item a:hover {
    /*width: 280px;*/
    /*height: 270px;*/
    border-radius: 5px;
    overflow: hidden;
    background: #FFFFFF;
    box-shadow: 0px 10px 50px 0px rgba(0, 21, 41, 0.09);
    text-indent: 0;
}
.people-item .cover {
    width: 175px;
    height: 250px;
    background-color: #DDD;
}
.people-item .cover img {
    width: 175px;
    height: 250px;
}
.people-item .info {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 20px;
    padding-top: 16px;
}
.people-item .info .title {
    font-size: 16px;
    /*margin-top: 16px;*/
    margin-bottom: 6px;
    color: rgba(0,0,0,0.8);
    font-weight: bold;
    text-align: center;
    line-height: 20px;
}
.people-item a:hover .info .title {
    color: rgba(131,109,68,1);
}
.people-item .info .attr {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 16px;
    color: rgba(0,0,0,0.5);
    /*font-weight: 300;*/
    /*color: #5a6a80;*/
    text-align: center;
}
.people-item a:hover .attr {
    color: rgba(131,109,68,0.6);
}
.people-item .info .num {
    font-size: 12px;
    line-height: 18px;
    color: rgba(0,0,0,0.3);
    font-weight: 300;
}
.people-item .info .num span {
    padding: 0 5px;
    font-weight: 600;
}
/*人物列表结束*/






















/*11-主题*/
/*主题列表开始*/
.topic-result-datas-list ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 1230px;
    margin: 0 auto;
    justify-content: flex-start;
}
.topic-item {
    width: 585px;
    min-height: 120px;
    padding: 15px;
    padding-bottom: 15px;
    margin: 0;
    box-sizing: content-box;
    border-bottom: 0;
}
.topic-item a {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
    /*border-radius: 5px;*/
    overflow: hidden;
    background: #FFFFFF;
    box-shadow: 0px 0px 30px 0px rgba(0, 21, 41, 0.02);
}
.topic-item a:hover {
    /*width: 280px;*/
    /*height: 270px;*/
    border-radius: 5px;
    overflow: hidden;
    background: #FFFFFF;
    box-shadow: 0px 10px 50px 0px rgba(0, 21, 41, 0.09);
    text-indent: 0;
}
.topic-item .cover {
    width: 160px;
    height: 160px;
    /*height: 100%;*/
    /*max-height: 160px;*/
    /*padding-top: 100%;*/
    display: block;
    background-color: #DDD;
    position: relative;
    overflow: hidden;
}
.topic-item .cover img {
    /*width: 160px;*/
    /*height: 160px;*/
    position: absolute;
    height: 100%;
    /*width: 100%;*/
    min-width: 100%;
    min-height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.topic-item .info {
    flex: 1;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 20px;
    display: flex;
    flex-direction: column;
    /*padding-top: 16px;*/
}
.topic-item .info .title {
    font-size: 18px;
    /*margin-top: 16px;*/
    margin-bottom: 8px;
    color: rgba(0,0,0,0.8);
    font-weight: bold;
    /*text-align: center;*/
    line-height: 22px;
    transition: all 0.3s ease 0s;
}
.topic-item a:hover .info .title {
    color: rgba(131,109,68,1);
    transition: all 0.3s ease 0s;
}
.topic-item .info .text {
    max-height: 40px;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 4px;
    margin-top: 8px;
    color: rgba(0,0,0,0.4);
}
.topic-item .info .author {
    font-size: 13px;
    line-height: 20px;
    color: rgba(0,0,0,0.5);
    /*font-weight: 300;*/
    /*color: #5a6a80;*/
    /*text-align: center;*/
}
.topic-item .info .attr {
    font-size: 13px;
    line-height: 20px;
    /*margin-bottom: 10px;*/
    color: rgba(0,0,0,0.5);
    /*font-weight: 300;*/
    /*color: #5a6a80;*/
    /*text-align: center;*/
}
.topic-item a:hover .attr {
    color: rgba(131,109,68,0.6);
}
.topic-item .info .num {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 2px;
    color: rgba(0,0,0,0.3);
    font-weight: 300;
}
.topic-item .info .num span {
    /*padding: 0 5px;*/
    font-weight: 400;
}
/*主题列表结束*/












/*13-数字文献*/
/*数字文献列表开始*/
.digital_resource-result-datas-list ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 1230px;
    margin: 0 auto;
    justify-content: flex-start;
}
.digital-resource-item {
    width: 175px;
    min-height: 330px;
    padding: 15px;
    padding-bottom: 15px;
    margin: 0;
    box-sizing: content-box;
    border-bottom: 0;
}
.digital-resource-item a {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    /*border-radius: 5px;*/
    overflow: hidden;
    background: #FFFFFF;
    box-shadow: 0px 0px 30px 0px rgba(0, 21, 41, 0.02);
}
.digital-resource-item a:hover {
    /*width: 280px;*/
    /*height: 270px;*/
    border-radius: 5px;
    overflow: hidden;
    background: #FFFFFF;
    box-shadow: 0px 10px 50px 0px rgba(0, 21, 41, 0.09);
    text-indent: 0;
}
.digital-resource-item .cover {
    width: 175px;
    height: 250px;
    background-color: #DDD;
}
.digital-resource-item .cover img {
    width: 175px;
    height: 250px;
}
.digital-resource-item .info {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 20px;
    padding-top: 16px;
}
.digital-resource-item .info .title {
    font-size: 16px;
    /*margin-top: 16px;*/
    margin-bottom: 8px;
    color: rgba(0,0,0,0.8);
    font-weight: bold;
    /*text-align: center;*/
    line-height: 20px;
}
.digital-resource-item a:hover .info .title {
    color: rgba(131,109,68,1);
}
.digital-resource-item .info .attr {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 8px;
    color: rgba(0,0,0,0.5);
    /*font-weight: 300;*/
    /*color: #5a6a80;*/
    /*text-align: center;*/
}
.digital-resource-item a:hover .attr {
    color: rgba(131,109,68,0.6);
}
.digital-resource-item .info .num {
    font-size: 13px;
    line-height: 18px;
    color: rgba(0,0,0,0.4);
    /*font-weight: 300;*/
}
.digital-resource-item .info .num span {
    /*padding: 0 5px;*/
    /*font-weight: 400;*/
}
/*数字文献列表结束*/















/*14-事件*/
/*事件列表开始*/
.event-result-datas-list ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 1230px;
    margin: 0 auto;
    justify-content: flex-start;
}
.event-item {
    width: 585px;
    min-height: 120px;
    padding: 15px;
    padding-bottom: 15px;
    margin: 0;
    box-sizing: content-box;
    border-bottom: 0;
}
.event-item a {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
    /*border-radius: 5px;*/
    overflow: hidden;
    background: #FFFFFF;
    box-shadow: 0px 0px 30px 0px rgba(0, 21, 41, 0.02);
}
.event-item a:hover {
    /*width: 280px;*/
    /*height: 270px;*/
    border-radius: 5px;
    overflow: hidden;
    background: #FFFFFF;
    box-shadow: 0px 10px 50px 0px rgba(0, 21, 41, 0.09);
    text-indent: 0;
}
.event-item .cover {
    width: 160px;
    height: 160px;
    /*height: 100%;*/
    /*max-height: 160px;*/
    /*padding-top: 100%;*/
    display: block;
    background-color: #DDD;
    position: relative;
    overflow: hidden;
}
.event-item .cover img {
    /*width: 160px;*/
    /*height: 160px;*/
    position: absolute;
    height: 100%;
    /*width: 100%;*/
    min-width: 100%;
    min-height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.event-item .info {
    flex: 1;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 20px;
    display: flex;
    flex-direction: column;
    /*padding-top: 16px;*/
}
.event-item .info .title {
    font-size: 18px;
    /*margin-top: 16px;*/
    margin-bottom: 8px;
    color: rgba(0,0,0,0.8);
    font-weight: bold;
    /*text-align: center;*/
    line-height: 22px;
    transition: all 0.3s ease 0s;
}
.event-item a:hover .info .title {
    color: rgba(131,109,68,1);
    transition: all 0.3s ease 0s;
}
.event-item .info .text {
    max-height: 40px;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 4px;
    margin-top: 8px;
    color: rgba(0,0,0,0.4);
}
.event-item .info .author {
    font-size: 13px;
    line-height: 20px;
    color: rgba(0,0,0,0.5);
    /*font-weight: 300;*/
    /*color: #5a6a80;*/
    /*text-align: center;*/
}
.event-item .info .attr {
    font-size: 13px;
    line-height: 20px;
    /*margin-bottom: 10px;*/
    color: rgba(0,0,0,0.5);
    /*font-weight: 300;*/
    /*color: #5a6a80;*/
    /*text-align: center;*/
}
.event-item a:hover .attr {
    color: rgba(131,109,68,0.6);
}
.event-item .info .num {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 2px;
    color: rgba(0,0,0,0.5);
    font-weight: 300;
}
.event-item .info .num span {
    /*padding: 0 5px;*/
    font-weight: 400;
}
/*事件列表结束*/















/*15-外链接*/
/*外链接列表开始*/
.link-result-datas-list ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 1230px;
    margin: 0 auto;
    justify-content: flex-start;
}
.link-item {
    width: 585px;
    min-height: 120px;
    padding: 15px;
    padding-bottom: 15px;
    margin: 0;
    box-sizing: content-box;
    border-bottom: 0;
}
.link-item a {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
    /*border-radius: 5px;*/
    overflow: hidden;
    background: #FFFFFF;
    box-shadow: 0px 0px 30px 0px rgba(0, 21, 41, 0.02);
}
.link-item a:hover {
    /*width: 280px;*/
    /*height: 270px;*/
    border-radius: 5px;
    overflow: hidden;
    background: #FFFFFF;
    box-shadow: 0px 10px 50px 0px rgba(0, 21, 41, 0.09);
    text-indent: 0;
}
.link-item .cover {
    flex-shrink: 0;
    width: 160px;
    height: 160px;
    /*height: 100%;*/
    /*max-height: 160px;*/
    /*padding-top: 100%;*/
    display: block;
    background-color: #DDD;
    position: relative;
    overflow: hidden;
}
.link-item .cover img {
    /*width: 160px;*/
    /*height: 160px;*/
    position: absolute;
    height: 100%;
    /*width: 100%;*/
    min-width: 100%;
    min-height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.link-item .info {
    flex: 1;
    width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    padding: 20px;
    display: flex;
    flex-direction: column;
    /*padding-top: 16px;*/
}
.link-item .info .title {
    font-size: 18px;
    /*margin-top: 16px;*/
    margin-bottom: 8px;
    color: rgba(0,0,0,0.8);
    font-weight: bold;
    /*text-align: center;*/
    line-height: 22px;
    transition: all 0.3s ease 0s;
}
.link-item a:hover .info .title {
    color: rgba(131,109,68,1);
    transition: all 0.3s ease 0s;
}
.link-item .info .text {
    max-height: 40px;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 4px;
    /*margin-top: 8px;*/
    color: rgba(0,0,0,0.4);
}
.link-item .info .author {
    font-size: 13px;
    line-height: 20px;
    color: rgba(0,0,0,0.5);
    /*font-weight: 300;*/
    /*color: #5a6a80;*/
    /*text-align: center;*/
}
.link-item .info .attr {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 10px;
    color: rgba(0,0,0,0.5);
    /*font-weight: 300;*/
    /*color: #5a6a80;*/
    /*text-align: center;*/
}
.link-item a:hover .attr {
    color: rgba(131,109,68,0.6);
}
.link-item .info .num {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 2px;
    color: rgba(0,0,0,0.3);
    font-weight: 300;
}
.link-item .info .num span {
    /*padding: 0 5px;*/
    font-weight: 400;
}
.link-item .info .link {
    width: 100%;
    max-height: 40px;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 6px;
    color: rgba(0,0,0,0.5);
    /*font-weight: 300;*/
    /*white-space:nowrap;*/
    /*overflow:hidden;*/
    /*text-overflow:ellipsis;*/
    word-wrap:break-word;

    display:-webkit-box;
    overflow:hidden;
    text-overflow:ellipsis;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
}
.link-item a:hover .link {
    color: rgba(131,109,68,0.6);
}
/*外链接列表结束*/











