.shortname-box {
    /*position: relative;*/
    /*display: inline-block;*/
    /*border-right: 1px solid #e2ecf5;*/
    /*color: #5d6a82;*/
    cursor: pointer;
}

.shortname-select {
    display: none;
    position: absolute;
    top: 38px;
    left: 4px;
    min-width: 102px;
    width: 100%;
    background: #fff;
    border: 1px solid #d5e3ef;
    box-shadow: 0 4px 6px rgba(155 200 239 0.2);
    z-index: 800;
}

.shortname-select li a {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #333333;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.shortname-select li a:hover {
    background: #386abb;
    color: #ffffff;
}

.top-bar-container .search-bar .left .show-name {
    color: #001384;
    font-size: 14px;
    /*max-width: 115px;*/
}

.top-bar-container .search-bar .left img {
    margin: 0 10px;
}

.top-bar-container .search-bar .left .line2 {
    width: 0.5px;
    height: 16px;
    background-color: #001384;
}

.top-bar-container .search-bar .left .man {
    color: #666666;
    font-size: 14px;
}

.top-bar-container .search-bar .r-input {
    position: absolute;
    top: 7px;
    right: 60px;
    display: flex;
    align-items: center;
}

.top-bar-container .search-bar .r-input input {
    width: 14px;
    height: 14px;
    margin-right: 8px;
    cursor: pointer;
}

.top-bar-container .search-bar .r-input span {
    color: #333333;
    font-size: 14px;
}

.kgo-main {
    width: 1280px;
    margin: 12px auto 0;
    display: flex;
}

.kgo-main .kgo-left {
    margin-right: 20px;
    padding-bottom: 20px;
    min-width: 248px;
    box-shadow: 0 0 10px 2px rgba(128, 138, 135, 0.3);
    min-height: 800px;
}

.kgo-main .kgo-left .left-box {
    margin: 15px 18px 0 18px;
}

.kgo-main .kgo-left .left-box .res-type {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*margin-bottom: 18px;*/
    cursor: pointer;
    padding: 0 6px;
    height: 36px;
    color: #333333;
}

.kgo-main .kgo-left .left-box .res-type.active {
    background-color: #001384;
    color: #fff;
}

.kgo-main .kgo-left .left-box .res-type.active > .key-num {
    display: none;
}

.kgo-main .kgo-left .left-box h2 {
    color: #333333;
    font-size: 16px;
    font-weight: bold;
}

.kgo-main .kgo-left .left-box .res-type img {
    width: 9px;
    height: 5px;
    cursor: pointer;
}

.kgo-main .kgo-left .left-box .res-type .key-wid {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 130px;
    /*color: #333333;*/
}

.kgo-main .kgo-left .left-box .res-type .key-num {
    font-size: 14px;
    /*color: #666666;*/
}

.kgo-main .kgo-left .left-box .more {
    display: flex;
    align-items: center;
    margin-bottom: 28px;
    cursor: pointer;
}

.kgo-main .kgo-left .left-box .more h2 {
    color: #001384;
    font-size: 14px;
    margin-right: 9px;
}

.kgo-main .kgo-left .left-box .more img {
    width: 9px;
    height: 5px;
    cursor: pointer;
}

.res-type-ul {
    font-size: 14px;
    margin-top: 12px;
}

.res-type-ul .all-type a {
    display: inline-block;
    padding: 0 4px 2px 4px;
    color: #9a9a9a;
    font-size: 12px;
    font-weight: normal;
    border: 1px solid #d2d2d2;
}

.res-type-ul li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.res-type-ul li.active {
    background: #F4F4F4;
    padding: 0 5px;
}
/*.res-type-ul li:first-child {*/
/*     padding-top: 10px;*/
/*}*/

.res-type-ul li.active .kl-close {
    float: right;
    /*display: inline-block;*/
    background: url(../image/kl-close.png) no-repeat right center;
    display: none;
    cursor: pointer;
    position: relative;
    right: 5px;
    top: 5px;
}

.res-type-ul li a {
    display: block;
    height: 28px;
    line-height: 28px;
    color: #666;
}

.res-type-ul li a .key-wid {
    display: inline-block;
    max-width: 116px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
}

.second-listclass {
    margin: 5px 0 5px 5px;
}


.plus-ico {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: url(../image/icon-set.png) no-repeat 0 0;
    margin-right: 4px;
    /* cursor: default; */
}

.reduce-ico {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: url(../image/icon-set.png) no-repeat -11px 0;
    margin-right: 4px;
}

.kgo-main .kgo-center {
    width: 100%;
    min-width: 745px;
    padding-top: 10px;
    box-shadow: 0 0 10px 2px rgba(128, 138, 135, 0.3);
}

.kgo-main .kgo-center .sub-words {
    margin: 20px 30px;
    /*width: 581px;*/
    border: 1px dashed #001384;
    padding: 0px 20px 18px 20px;
    /*height: 66px;*/
    overflow: hidden;
}

.kgo-main .kgo-center .sub-words .top {
    display: flex;
    margin-top: 12px;
}

.kgo-main .kgo-center .sub-words .top a {
    margin-left: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #001384;
}

.kgo-main .kgo-center .sub-words .bottom {
    display: block;
    line-height: 26px;
    margin-top: 12px;
    height: 12px;
    /*align-items: center;*/
    /*font-weight: bold;*/
}

.kgo-main .kgo-center .sub-words .bottom span {
    color: #333333;
    font-weight: bold;
    font-size: 14px;
}

.kgo-main .kgo-center .sub-words .bottom a {
    color: #1790FC;
    font-size: 14px;
}

.kgo-main .kgo-center .sub-words #more_arrow {
    float: right;
    position: relative;
    top: 22px;
    left: 12px;
    margin-left: 16px;
    cursor: pointer;
}

.kgo-main .kgo-center .science-recommend-wrap {
    /*width: 584px;*/
    margin: 24px 20px 0 20px;
    padding: 0 16px;
    background-color: #EEEEEE;
    border-radius: 5px;
}

.kgo-main .kgo-center .science-recommend-wrap .science-recommend-tab {
    width: 100%;
    height: 38px;
    border-bottom: 1px solid #E5E5E5;
    display: flex;
}

.kgo-main .kgo-center .science-recommend-wrap .science-recommend-tab a {
    height: 38px;
    line-height: 45px;
    margin-right: 20px;
    font-size: 16px;
    color: #666666;
}

.kgo-main .kgo-center .science-recommend-wrap .science-recommend-tab .active {
    color: #001384;
    font-weight: bold;
    border-bottom: 2px solid #001384;
}

.kgo-main .kgo-center .science-recommend-wrap .science-recommend-content {
    margin-top: 12px
}

.kgo-main .kgo-center .science-recommend-wrap .science-recommend-content .science-recommend-list li {
    /*display: flex;*/
    /*margin-bottom: 13px;*/
    /*font-size: 16px;*/
    font-size: 14px;
    line-height: 38px;
}

.kgo-main .kgo-center .science-recommend-wrap .science-recommend-content .science-recommend-list .science-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: calc(100% - 290px);
}

.kgo-main .kgo-center .science-recommend-wrap .science-recommend-content .science-recommend-list .science-name {
    color: #999999;
    margin-left: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 120px;
}

.kgo-main .kgo-center .science-recommend-wrap .science-recommend-content .science-recommend-list .science-date {
    float: right;
    color: #999999;
}

.kgo-main .kgo-center .science-recommend-wrap .science-more {
    color: #001384;
    font-size: 14px;
    display: block;
    padding: 18px 0;
}

.kgo-main .kgo-center .search-range-bar {
    min-height: 36px;
    line-height: 26px;
    border-bottom: 1px solid #EEEEEE;
    display: flex;
    margin: 0 40px 0 30px;
    padding-bottom: 8px;
}

.kgo-main .kgo-center .search-range-bar h3 {
    color: #333333;
    font-weight: bold;
    font-size: 14px;
}

.kgo-main .kgo-center .search-range-bar p {
    color: #001384;
    font-size: 14px;
    font-weight: bold;
    max-width: calc(100% - 90px);
    margin-left: 8px;
    display: flex;
    flex-wrap: wrap;
}

.kgo-main .kgo-center .search-range-bar p>span {
    margin-right: 8px;
    display: flex;
}

.kgo-main .kgo-center .search-range-bar p>span>div {
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    color: #F00;
}

.kgo-main .kgo-center .search-range-bar p i {
    font-size: 14px;
    margin-left: 6px;
}

.search-range-delete {
    font-style: normal;
    color: #AAAAAA;
    font-size: 20px;
    cursor: pointer;
}

.kgo-main .kgo-center .search-action-bar {
    height: 46px;
    border-bottom: 1px solid #EEEEEE;
    margin: 0 40px 0 30px;
    /*display: flex;*/
    /*justify-content: space-between;*/
    /*align-items: center;*/
}

.kgo-main .kgo-center .search-action-bar .search-range-count {
    font-size: 14px;
    color: #001384;
    font-weight: bold;
    float: left;
    line-height: 46px;
}

.kgo-main .kgo-center .search-action-bar .search-range-count span {
    color: #FF1D00;
}

.kgo-main .kgo-center .search-action-bar .search-range-page {
    font-size: 14px;
    color: #333333;
    display: flex;
    align-items: center;
    margin: 8px 0;
    float: right;
}

.kgo-main .kgo-center .search-action-bar .search-range-page .page-select {
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    color: #616263;
    overflow: hidden;
    height: 27px;
    width: 53px;
    position: relative;
    display: block;
    margin: 0 10px;
}

.kgo-main .kgo-center .search-action-bar .search-range-page select {
    height: 27px;
    background-color: #ececec;
    border: 0;
    outline: none;
    width: 53px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-left: 16px;
    color: #001384;
    font-size: 14px;
}

.kgo-main .kgo-center .search-action-bar .search-range-page .page-select:after {
    content: "▼";
    position: absolute;
    right: 12px;
    top: 4px;
    z-index: 1;
    text-align: center;
    width: 10%;
    height: 100%;
    pointer-events: none;
    box-sizing: border-box;
}

.kgo-main .kgo-center .search-action-bar .search-range-page img {
    margin-left: 17px;
}

.kgo-main .kgo-center .batch-action-bar {
    height: 60px;
    line-height: 60px;
    margin: 0 40px 0 30px;
    /*display: flex;*/
    /*justify-content: space-between;*/
    /*align-items: center;*/
    /*border-bottom: 1px dashed #F4F4F4;*/
    font-size: 14px;
}

.search-range-table {
    margin: 14px 0 14px 20px;
    float: right;
}

.sr-grid-icon {
    display: inline-block;
    width: 16px;
    height: 18px;
    background: url(../image/grid.png) no-repeat;
    position: relative;
    margin-right: 5px;
}

.sr-btn2:hover .sr-grid-icon, .sr-btn2.active .sr-grid-icon, .sr-btn2.on .sr-grid-icon {
    background: url(../image/grid_blue.png) no-repeat;
}

.sr-table-icon {
    display: inline-block;
    width: 18px;
    height: 17px;
    background: url(../image/list.png) no-repeat;
    position: relative;
    margin-right: 5px;
}

.sr-btn2:hover .sr-table-icon, .sr-btn2.active .sr-table-icon, .sr-btn2.on .sr-table-icon {
    background: url(../image/list_blue.png) no-repeat;
}

.kgo-main .kgo-center .batch-action-bar .batchLeft {
    display: flex;
    align-items: center;
    position: relative;
    float: left;
}

.kgo-main .kgo-center .batch-action-bar .batchLeft input {
    margin-right: 6px;
}

.kgo-main .kgo-center .batch-action-bar .batchLeft .clear-btn {
    width: 60px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    color: #FFFFFF;
    background-color: #001384;
    font-size: 14px;
    border-radius: 5px;
    margin-left: 19px;
}

.kgo-main .kgo-center .batch-action-bar .batchLeft .export-btn {
    width: 58px;
    height: 25px;
    line-height: 27px;
    text-align: center;
    color: #001384;
    font-size: 14px;
    border-radius: 5px;
    border: 1px solid #001384;
    margin-left: 12px;
}

.kgo-main .kgo-center .search-action-bar .search-range-sort {
    width: 118px;
    /*height: 27px;*/
    background-color: #F4F4F4;
    /*display: flex;*/
    /*align-items: center;*/
    cursor: pointer;
    float: left;
    margin: 8px 30px;
}

.kgo-main .kgo-center .search-action-bar .search-range-sort img {
    margin: 0 7px 0 13px;
}

.search-range-sort:hover .sort-list {
    display: block;
}

.sort-list {
    position: absolute;
    min-width: 124px;
    max-width: 160px;
    /*padding: 5px 0;*/
    background: #fff;
    border: 1px solid #eee;
    box-shadow: 4px 4px 5px rgba(142, 142, 142, 0.25);
    z-index: 100;
    display: none;
}

.sort-list li a {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    color: #535c7b;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sort-list li a:hover {
    background: #386abb;
    color: #ffffff;
}

.kgo-main .kgo-center .article {
    margin: 0 31px 0 32px;
    border-bottom: 1px dashed #ccc;
}

.kgo-main .kgo-center .article .chapter {
    margin-top: 23px;
    display: flex;
    align-items: center;
}

.kgo-main .kgo-center .article .chapter input {
    margin-right: 11px;
}

.kgo-main .kgo-center .article .chapter a {
    color: #001384;
    margin-right: 10px;
}

.kgo-main .kgo-center .article .chapter a span {
    color: #FF1D00;
}

.kgo-main .kgo-center .article .authors {
    display: flex;
    flex-wrap: wrap;
}

.kgo-main .kgo-center .article .authors p {
    width: 50%;
    font-size: 14px;
    color: #999999;
    margin-top: 13px;
}

.kgo-main .kgo-center .article .content {
    font-size: 14.7px;
    color: #666666;
    margin-top: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.kgo-main .kgo-center .article .keyword {
    margin-top: 15px;
    display: flex;
    font-size: 14px;
}

.kgo-main .kgo-center .article .keyword a {
    color: #001384;
}

.kgo-main .kgo-center .article .source {
    display: flex;
    align-items: center;
    margin-top: 14px;
    font-size: 14px;
}

.kgo-main .kgo-center .article .source img {
    width: 12px;
    height: 12px;
    margin: 0 4px 0 9px;
}

.kgo-main .kgo-center .article .source a {
    color: #1790FC;
}

.kgo-main .kgo-center .article .download {
    display: flex;
    flex-direction: row-reverse;
    margin-bottom: 24px;
}

.kgo-main .kgo-center .article .download a {
    font-size: 14px;
    width: 69px;
    height: 26px;
    background-color: #F4F4F4;
    color: #666666;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
}

.kgo-main .kgo-center .article .download a img {
    margin-right: 6px;
}

.kgo-main .kgo-center .article .download a:nth-child(4) {
    background-color: #001384;
    color: #FFFFFF;
}

/*翻页*/
.f-page {
    width: 100%;
    padding: 15px 0;
    font-size: 13px;
    color: #505960;
    margin: 20px 0 10px;
    align-content: center;
    text-align: center;
}

.f-pages-cont {
    display: inline-block;
    overflow: hidden;
    clear: both;
}

.f-pages-cont li {
    float: left;
    margin-right: 5px;
    cursor: pointer;
}

.f-pages-cont li a {
    display: block;
    padding: 9px 12px;
    border: 1px solid #e5e5e5;
    color: #7d7d7d;
    border-radius: 3px;
}

.f-pages-cont li a:hover {
    border: 1px solid #222080;
    color: #222080;
}

.f-pages-cont li:hover {
    background: #fafdff;
}

.f-pages-cont li:hover a {
    text-decoration: none;
}

.f-pages-cont li.on a {
    border: 1px solid #222080;
    background: #222080;
    color: #fff;
}

.kgo-main .kgo-right {
    margin-left: 20px;
    width: 248px;
    min-width: 248px;
    box-shadow: 0 0 10px 2px rgba(128, 138, 135, 0.3);
    padding-bottom: 20px;
}

.kgo-main .kgo-right .right-wap {
    margin: 0 18px;
}

.kgo-main .kgo-right .right-wap .map {
    margin-top: 16px;
}

.kgo-main .kgo-right .right-wap .map h2 {
    color: #333333;
    font-size: 16px;
    font-weight: bold;
}

.kgo-main .kgo-right .right-wap .maps {
    margin-top: 17px;
    margin-bottom: 19px;
    width: 259px;
    height: 167px;
}

.kgo-main .kgo-right .right-wap .map-list {
    margin: 0 30px;
}

.kgo-main .kgo-right .right-wap .map-list .map-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}

.kgo-main .kgo-right .right-wap .map-list .map-item p {
    font-size: 14px;
    color: #333333;
}

.kgo-main .kgo-right .right-wap .right-title {
    height: 53px;
    border-bottom: 1px solid #EEEEEE;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 12px;
}

.kgo-main .kgo-right .right-wap .right-title h3 {
    color: #333333;
    font-weight: bold;
    font-size: 16px;
}

.kgo-main .kgo-right .right-wap .right-title .expert-count {
    color: #666666;
    font-size: 14px;
}

.kgo-main .kgo-right .right-wap .right-title .expert-count p {
    cursor: pointer;
}

.kgo-main .kgo-right .right-wap .not-related {
    line-height: 40px;
    background-color: #ececec;
    margin: -12px 0 -12px;
    display: block;
    text-align: center;
    font-size: 14px;
}

.kgo-main .kgo-right .expert-photo {
    display: flex;
    text-align: center;
    margin-top: 21px;
}

.kgo-main .kgo-right .expert-photo .leftportrait {
    margin-right: 42px;
    position: relative;
}

.kgo-main .kgo-right .expert-photo .leftportrait p {
    color: #333333;
    font-size: 16px;
    width: 86px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    margin-left: 10px;
}

.kgo-main .kgo-right .expert-photo .leftportrait p:nth-child(3) {
    color: #999999;
    font-size: 14px;
    width: 86px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    margin-left: 10px;
}

.kgo-main .kgo-right .expert-photo .leftportrait .academician {
    position: absolute;
    top: 4px;
    left: 75px;
    width: 46px;
    height: 22px;
}

.kgo-main .kgo-right .expert-photo img {
    width: 100px;
    height: 100px;
    margin-bottom: 12px;
}

.kgo-main .kgo-right .expert-photo .rightportrait p {
    color: #333333;
    font-size: 16px;
    width: 86px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    margin-left: 10px;
}

.kgo-main .kgo-right .expert-photo .rightportrait p:nth-child(3) {
    color: #999999;
    font-size: 14px;
    width: 86px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    margin-left: 10px;
}

.kgo-main .kgo-right .right-title {
    display: flex;
    border-bottom: 1px solid #E8E8E8;
    justify-content: space-between;
    align-items: center;
    height: 58px;
}

.kgo-main .kgo-right .right-title h3 {
    color: #333333;
    font-size: 18px;
    font-weight: bold;
}

.kgo-main .kgo-right .right-title a {
    color: #666666;
    font-size: 14px;
}

.kgo-main .kgo-right .bdata {
    margin-top: 30px;
    display: flex;
}

.kgo-main .kgo-right .bdata img {
    width: 45px;
    height: 39px;
    margin-right: 10px;
    margin-top: 5px;
}

.kgo-main .kgo-right .bdata p {
    font-size: 16px;
    color: #333333;
}

.kgo-main .kgo-right .app-item {
    margin-top: 20px;
}

.kgo-main .kgo-right .app-item .app-top {
    display: flex;
}

.kgo-main .kgo-right .app-item .app-top h4 a {
    font-size: 14px;
    color: #181515;
    /*font-weight: bold;*/
    margin-left: 16px;
    float: left;
}

.kgo-main .kgo-right .app-item .app-detail {
    display: flex;
    justify-content: space-between;
    margin: 13px 0;
    line-height: 28px;
}

.kgo-main .kgo-right .app-item .app-detail .imgs {
    display: flex;
    width: 19px;
    height: 19px;
}

.kgo-main .kgo-right .app-item .app-detail .imgs img {
    margin-right: 4px;
}

.kgo-main .kgo-right .app-item .app-detail a {
    width: 88px;
    border-radius: 29px;
    font-size: 14px;
    color: #001384;
    text-align: center;
    background-color: #EEEEEE;
}

.kgo-main .kgo-right .app-item .app-introduce {
    color: #666666;
    font-size: 14px;
    line-height: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    max-width: 220px
}


.expert-count p:hover {
    color: #222080;
}

.right-wap .acade-list {
    position: inherit;
    width: auto;
    margin: 0 0 0 -10px;
}

.recm-dataSet-list {
    position: inherit;
    width: auto;
    margin-top: 20px;
}

.recm-dataSet-list > li a:hover .recm-dataSet-title {
    color: #222080;
}

.recm-dataSet-list > li {
    margin: 0 15px 20px;
}

.recm-dataSet-list > li img {
    width: 45px;
    height: 39px;
    margin-right: 10px;
    margin-top: 10px;
}

.recm-dataSet-title {
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    max-height: 72px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin: 10px 4px 20px;
}

.recm-apply-list > li {
    margin: 0 15px 20px;
}

.recm-apply-list > li h4 a {
    color: #333333;
    font-size: 14px;
}

.recm-apply-list > li h4 a:hover {
    color: #222080;
}

.recm-apply-abstract {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    word-break: break-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 24px;
    color: #666666;
    height: 72px;
    margin-top: 5px;
}


.kgo-main .kgo-page {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 100px;
}

.kgo-main .layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #001384;
}

.kgo-main .layui-laypage {
    margin: 0;
}

.kgo-main .layui-laypage a,
.kgo-main .layui-laypage span {
    margin: 0;
    width: 34px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    padding: 0;
}

.Links {
    display: flex;
    width: 1280px;
    margin: 0 auto;
    font-size: 20px;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 30px;
}

.Links p {
    color: #333333;
}

.Links a {
    color: #001384;
    margin-right: 28px;
    text-decoration: underline;
}

.error_tip {
    position: relative;
    width: auto;
    font-size: 14px;
    line-height: 20px;
    color: #FF1D00;
    background: url(../image/error_ico.png) no-repeat;
    background-position: 0 2px;
    padding-left: 28px;
    margin: 10px 30px;
}

/*批量引用*/
/*引用，导出快捷按钮组*/
.conv-btn-group {
    position: fixed;
    /*right: 40px;*/
    /*bottom: 80px;*/
    right: 106px;
    bottom: 0px;
    z-index: 2000;
}

.conv-btn {
    display: block;
    position: relative;
    transition: all 0.6s;
    margin-bottom: 10px;
}

.conv-btn:hover {
    transform: scale(1.1);
}

.conv-num {
    position: absolute;
    right: -4px;
    top: -2px;
    display: block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 30px;
    background: #fa5e71;
    color: #fff;
    font-size: 13px;
    letter-spacing: -1px;
}

.conv-btn-cont {
    width: 51px;
    height: 51px;
}

.export-cart-ico {
    background: url(../image/export-cart-ico.png) no-repeat;
}

.loading {
    margin: 20px auto;
    width: 120px;
    height: 120px;
    text-align: center;
}

.loading .text_cont {
    color: rgb(68, 71, 74);
    font-size: 15px;
}

.g-line {
    display: inline-block !important;
    position: relative;
    top: 2px;
    width: 1px;
    height: 13px;
    background: #1790FC;
    margin: 0 15px;
}

/*提示框*/
.tip-down-menu {
    left: 86px;
    top: 35px;
    position: absolute;
    right: -1px;
    background: #fff;
    border: 1px solid #d5e3ef;
    box-shadow: 0 4px 6px rgba(155, 200, 239, .2);
    /*z-index:999;*/
    z-index: 201;
    display: none;
}

.tip-down-menu li a {
    display: block;
    width: calc(100% - 30px);
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    color: #535c7b;
    cursor: pointer;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tip-down-menu li a:hover {
    background: #eef4f8;
    color: #3a9de3;
    text-decoration: none;
}

.tip-down-menu-a-on {
    text-decoration: none;
    background: #eef4f8;
    color: #3a9de3;
}

.key-num {
    float: right;
    display: inline-block;
    color: #999;
    letter-spacing: 0;
    text-align: right;
    overflow: hidden;
    width: auto;
    margin-left: 10px;
}

/*列表*/
.list-content-warp {
    margin: 0 30px
}

.search-result-list {
    position: relative;
    padding: 25px 0 16px;
    border-bottom: 1px dashed #ddd;
}

.sc-title, .sc-title2 {
    font-size: 16px;
    font-weight: 400;
    color: #001384;
    line-height: 25px;
    position: relative;
}

.sc-title a {
    color: #001384;
    margin-left: 18px;
}

.article-tag {
    height: 14px;
    line-height: 14px;
    font-size: 12px;
    padding: 0 5px;
    margin-left: 10px;
    border-radius: 3px;
    margin-top: 4.5px;
}

.list-info {
    font-size: 14px;
    margin-top: 12px;
    line-height: 24px;
    margin-left: 16px;
}

.list-info > p {
    width: 45%;
    margin-right: 30px;
    /* color: #A1A1A1; */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 30px;
}

.list-info > p span {
    color: #A1A1A1;
}

.check-bs {
    /*-webkit-appearance: none;*/
    width: 14px;
    height: 14px;
    /*background: url(../img/check.png) no-repeat;*/
    position: absolute;
    top: 5px;
    margin-right: 3px;
    border: 1px solid #001384;
    border-radius: 3px;
}

.sr-summary {
    /*max-height: 40px;*/
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    word-break: break-all;
    margin-left: 16px;
    font-size: 14px;
    line-height: 20px;
    margin-top: 12px;
}

.sr-summary2 {
    max-height: 40px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
    margin-left: 16px;
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
}

.sr-summary span {
    color: #666666;
}

.list-keyWord {
    font-size: 14px;
    margin-top: 12px;
    margin-left: 16px;
    /*white-space: nowrap;*/
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/

    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    word-break: break-all;
    line-height: 20px;
}

.list-source {
    margin-top: 12px;
    margin-left: 16px;
    position: relative;
    line-height: 20px;
    font-size: 14px;
}

.list-source>p {
    float: left;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    word-break: break-all;
}

.list-source p span {
    margin-right: 4px;
    margin-left: 2px;
    color: #a1a1a1 !important;
}

.link-other-icon {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(../image/link.png) no-repeat;
    background-size: contain;
    position: relative;
    top: 2px;
    margin-right: 5px;
}

.o-social-share {
    width: 74px;
    position: absolute;
    right: 0;
    top: 34px;
    background: #FFFFFF;
    z-index: 88;
    box-shadow: 4px 4px 5px rgba(155, 200, 239, .2);
    border: 1px solid #eee;
    padding: 5px 0;
    /*left: 0;*/
    display: none;
}

.top-arrow-share {
    position: absolute;
    left: 50%;
    top: -8px;
    margin-left: -7px;
    display: block;
    width: 15px;
    height: 8px;
    background: url(../image/top-arrow-share.png) no-repeat;
}

.kl-close {
    float: right;
    display: inline-block;
    width: 15px;
    height: 24px;
    background: url(../image/kl-close.png) no-repeat right center;
    display: none;
    cursor: pointer;
    /*position: absolute;*/
    /*top: 0;*/
    /*right: 0;*/
}

.showMore {
    color: #001384;
    font-size: 14px;
    margin: 10px 10px 10px 4px;
}

.down-arrow {
    display: inline-block;
    width: 20px;
    height: 10px;
    background: url(../image/more-arrow-grey-down.png) no-repeat center;
    cursor: pointer;
}

.up-arrow {
    display: inline-block;
    width: 20px;
    height: 10px;
    background: url(../image/more-arrow-grey-down.png) no-repeat center;
    cursor: pointer;
    transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
}

.blue-arrow-down {
    position: relative;
    top: -1px;
    display: inline-block;
    width: 8px;
    height: 5px;
    background: url(../image/more-arrow-down.png) no-repeat;
    margin-left: 3px;
}

.blue-arrow-up {
    display: inline-block;
    width: 20px;
    height: 10px;
    background: url(../image/more-arrow-down.png) no-repeat center;
    cursor: pointer;
    transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
}

/*数据集、专家*/
.fs-wrap {
    padding: 20px 0 16px;
    border-bottom: 1px dashed #ccc;
}

.fs-container {
    float: left;
    margin-left: 19px;
    max-width: calc((100% - 60px) / 4);
}

.fs-container:first-child {
    margin-left: 0;
}

.fs-box {
    /*width: 100%;*/
    height: 210px;
    box-sizing: border-box;
    border-radius: 2px;
    border: solid 1px #e1e1e1;
    margin-top: 15px;
    padding: 0 0 15px;
    transition: all .5s;
}

.fs-box > a {
    display: block;
    width: 100%;
}

.fsImg-box {
    width: 100%;
    /*height: 116px;*/
    overflow: hidden;
    position: relative;
    text-align: center;
}

.fs-name {
    white-space: normal;
    height: 38px;
    max-height: 38px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #001384;
    padding: 0 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 5px;
    line-height: 19px;
}

.fs-infor {
    color: #A1A1A1;
    padding: 0 8px;
    margin-top: 10px;
}

.fs-year {
    line-height: 19px;
}

.fs-title {
    font-size: 16px;
    line-height: 16px;
}

.acade-list {
    position: absolute;
    width: 960px;
    margin-top: 20px;
}

.acade-list li {
    position: relative;
    float: left;
    width: 90px;
    margin: 20px 0 0 20px;
}

.acade-img {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
    background-position: center center;
    /*background-repeat: no-repeat;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    /*background-image: url();*/

    border-radius: 150px;
    margin-bottom: 7px;
}

.acade-list p {
    font-size: 13px;
    color: #4f4f4f;
    line-height: 18px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.translate-img {
    position: absolute;
    top: 2px;
    left: 22px;
}

.scienceProject-other-title {
    padding-left: 48px;
}

.video-details {
    margin-top: 10px;
}

.video-details img {
    width: 212px;
}

.video-details .date {
    color: #999999;
    font-size: 14px;
    margin-top: 13px;
}

.app-ico1 {
    position: absolute;
    /*top: 0;*/
    /*left: 0;*/
}

.app-left-img {
    float: left;
    width: 95px;
    height: 95px;
    /*border: 1px solid #eaeaea;*/
    text-align: center;
    vertical-align: middle;
}

.app-right-cont {
    margin: 0 30px 0 110px;
}

/*.ckcesr-img {*/
/*    display: block;*/
/*    width: 110px;*/
/*    height: 110px;*/
/*    border: solid 1px #e6e6e6;*/
/*    text-align: center;*/
/*    line-height: 110px;*/
/*    margin-right: 14px;*/
/*    overflow: hidden;*/
/*}*/

/*.ckcesr-img img {*/
/*    max-width: 100%;*/
/*}*/

/*专利*/
.patent-textimg-list {
    border: 1px solid #e5e5e5;
    margin-top: 15px;
    margin-bottom: 15px;
}

.patent-content {
    padding-bottom: 14px;
    display: -webkit-box;
    /* overflow: hidden; */
    /* clear: both; */
}

.patent-img {
    width: 95px;
    height: 95px;
    line-height: 95px;
    margin: 20px 20px 10px 20px;
    border: 1px solid #eaeaea;
    text-align: center;
    overflow: hidden;
}

.patent-img img {
    width: 80px;
    height: auto;
    vertical-align: middle;
}

.patent-textcont {
    position: relative;
    float: left;
    width: calc(100% - 150px);
    margin-top: 20px;
}

.sc-info2 {
    line-height: 20px;
    margin-left: 15px;
}

.sc-title2 a {
    margin-left: 18px;
    display: inline-block;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.sc-info2.sc-info3 li {
    width: 100%;
}

.sc-info2 li {
    display: inline-block;
    margin-right: 10px;
    /*color: #a1a1a1;*/
    font-size: 14px;
    padding: 0;
    width: 48%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sc-info2 li span {
    color: #999999;
}

.sc-abstract {
    position: relative;
    /*width: 100%;*/
    min-height: 58px;
    font-size: 12px;
    line-height: 20px;
    margin: 10px 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #666666;
}

.invent-content {
    margin-left: 20px;
    line-height: 54px;
    font-size: 14px;
    height: 54px;
}

.invent-content > .effect {
    display: block;
    padding: 0 10px;
    height: 34px;
    line-height: 34px;
    color: #ffffff;
    background: #fb682e;
    text-align: center;
    border-radius: 4px;
    margin: 10px 15px 10px 0;
    max-width: 350px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.patent-score2 {
    line-height: 54px;
    /*position: relative;*/
    /*right: 0;*/
    /*top: 14px;*/
}

.impower-icon {
    position: absolute;
    right: -14px;
    top: -20px;
    z-index: 11;
}

/*专家*/
.academician-list {
    padding: 0 0 12px 0;
    display: flex;
    align-items: center;
    border: solid 1px #e1e1e1;
    margin: 15px 0;
}

.academician-img {
    position: relative;
    display: inline-block;
    width: 100px;
    margin-top: 3px;
    margin-left: 10px;
    text-align: center;
}

.academician-img a {
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 100px;
    overflow: hidden;
    text-align: center;
    border: 1px solid #eee;
}

.academician-img img {
    width: 100px;
}

.bubble-tip {
    position: absolute;
    bottom: -5px;
    left: 50%;
    margin-left: -39px;
    width: 78px;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    border-radius: 30px;
    text-align: center;
    color: #fff;
    background: #fb682e;
}

.bubble-tip2 {
    position: absolute;
    top: -6px;
    right: -10px;
    width: 52px;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    border-radius: 30px;
    text-align: center;
    color: #fff;
    background: #fb682e;
}

.academician-text {
    display: inline-block;
    width: 532px;
    margin-left: 22px;
    vertical-align: top;
    padding: 20px 0 16px;
    border-bottom: 1px dashed #f4f4f4;
}

.academician-text h3 {
    position: relative;
    padding-bottom: 4px;
}

.academician-text h3 a {
    font-size: 18px;
    color: #386baa;
    margin-right: 10px;
    margin-left: 16px;
}

.academician-text h3 span {
    font-size: 13px;
    color: #a3a3a3;
    font-weight: normal;
}

.subject-field-list {
    font-size: 14px;
    margin-top: 10px;
    /*white-space: nowrap;*/
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
    margin-left: 16px;

    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    word-break: break-all;
    line-height: 20px;
}

.subject-field-list span {
    color: #A1A1A1;
}

/*弹出框*/
.mask-box-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    display: none;
    z-index: 1000;
}

.mask-box {
    width: 700px;
    height: 480px;
    position: fixed;
    left: 50%;
    margin-left: -350px;
    top: 50%;
    margin-top: -240px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 15px rgba(56, 56, 56, .3);
}

.close-box {
    display: block;
    width: 26px;
    height: 26px;
    position: absolute;
    top: 5px;
    right: 12px;
    background: url(../image/close-icon-gray-d330973d5bb833f2.png) no-repeat center center;
    cursor: pointer;
    z-index: 150;
    -webkit-transition: -webkit-transform 0.2s ease-in;
    -moz-transition: -moz-transform 0.2s ease-in;
    -o-transition: -o-transform 0.2s ease-in;
    transition: transform 0.2s ease-in;
}

.close-box:hover {
    background: url(../image/close-icon-gray-d330973d5bb833f2.png) no-repeat center center;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.mask-box-title {
    line-height: 38px;
    /* background: #222080; */
    /* color: #FFFFFF; */
    font-weight: bold;
    border-radius: 5px 5px 0 0;
    padding: 0 16px;
    width: calc(100% - 55px);
}

.maskbox-cont-list {
    position: relative;
    border-bottom: 1px solid #e9e9e9;
    padding: 10px 5px;
}

.little-title {
    width: 550px;
    height: 20px;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333333;
}

.sc-info li {
    display: inline;
    margin-right: 10px;
    color: #a1a1a1;
    font-size: 13px;
    padding: 0;
}

.delete-list {
    position: absolute;
    top: 21px;
    right: 10px;
    display: block;
    width: 19px;
    height: 19px;
    background: url(../image/delete-list.png) no-repeat;
    cursor: pointer;
}

.mask-box .f-one {
    font-size: 13px;
    font-weight: normal;
}

.mask-box .f-one .cred {
    color: #fd2f38 !important;
}

.action-bar {
    height: 52px;
    line-height: 51px;
    background: #f4f6f9;
    margin: 2px 20px 10px 20px;
}

.m-formgroup {
    /* display: inline-block; */
    display: inline-flex;
    margin-right: 20px;
}

.m-form-control {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../image/down-arrow-r.png) no-repeat right #fff;
    /* padding: 0 25px 0 10px; */
    text-indent: 10px;
    border: 1px solid #e1e1e1;
    font-size: 12px;
    color: #595959;
    height: 28px;
    line-height: 26px;
    border-radius: 3px;
    width: 150px;
}

.maskbox-cont {
    margin: 10px 20px;
}

.mask-box .l-btn {
    height: 29px;
    line-height: 28px;
    padding: 0 10px;
    font-size: 12px;
    background: #f7f7f7;
    border-radius: 2px;
    border: 1px solid #dcdcdc;
    vertical-align: middle;
    color: #666666;
    cursor: pointer;
}

.mask-box .c-blue-btn {
    position: relative;
    /* top: -1px; */
    height: 27px;
    line-height: 27px;
    border: 0;
    border-radius: 2px;
    padding: 0 10px;
    font-size: 12px;
    color: #fff;
    background: #22b4d4;
    cursor: pointer;
    margin-right: 12px;
}

.m-formgroup {
    display: inline-flex;
    margin-right: 20px;
}

.m-form-label {
    display: inline-block;
    font-size: 12px;
    color: #595959;
    text-align: right;
    width: 80px !important;
}

.cite-input {
    width: 500px;
    overflow: hidden;
    border-style: none;
    font-size: 14px;
}

/*专利以图搜图*/
.patent-photo {
    position: absolute;
    right: 278px;
    top: 18px;
    margin-top: -11px;
    display: block;
    width: 25px;
    height: 20px;
    background: url(../image/camera.png) no-repeat;
    background-size: 100%;
    cursor: pointer;
}

.s-patent-img {
    position: absolute;
    right: 278px;
    top: 16px;
    transform: translateY(-50%);
    text-align: center;
    box-shadow: 0 0 4px rgba(0 0 0 .2);
    z-index: 300;
}

.s-patent-close {
    position: absolute;
    right: -14px;
    top: 0;
    display: block;
    width: 14px;
    height: 14px;
    background: url(../image/s-p-close.png) no-repeat;
    z-index: 1200;
    cursor: pointer;
}

.sp-over {
    width: 25px;
    height: 25px;
    padding: 1px;
    border: 1px solid #fd9e51;
    background: #fff;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.s-patent-img img {
    width: 28px;
}

.patent-camera-body {
    position: absolute;
    top: 35px;
    left: 0;
    width: 458px;
    background: #fff;
    /* padding-bottom: 25px; */
    border: 1px solid #d5e3ef;
    box-shadow: 0 4px 6px rgba(155 200 239 .2);
    padding: 0 15px 15px;
    box-sizing: border-box;
    z-index: 200;
}

.zeromodal-closes {
    padding: 0;
    border: 0;
    cursor: pointer;
    position: relative;
    top: -10px;
    margin-right: 5px;
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    opacity: .2;
}

.subtext {
    position: relative;
    font-size: 12px;
    color: #d0d0d0;
}

/*video*/
.video-item {
    display: flex;
    align-items: center;
    padding-top: 19px;
    padding-bottom: 25px;
    border-bottom: 1px solid #F4F4F4;
    width: 100%;
}

.video-item .leftImg {
    margin-right: 22px;
}

.video-item .leftImg img {
    width: 182px;
    height: 114px;
    border-radius: 5px;
}

.video-item .middle {
    width: 516px;
}

.video-item .middle .top {
    display: flex;
    justify-content: space-between;
}

.video-item .middle .top .title a {
    font-size: 18px;
    color: #001384;
    font-weight: bold;
}

.video-item .middle .top .share {
    display: flex;
    align-items: center;
}

.video-item .middle .top .share a {
    display: flex;
    align-items: center;
    margin-left: 15px;
    color: #001384;
    font-size: 14px;
}

.video-item .middle .top .share a img {
    margin-left: 6px;
    width: 14px;
    height: 14px;
}

.video-item .middle .in {
    margin-top: 18px;
    margin-bottom: 18px;
    font-size: 14px;
    color: #333333;
    display: -webkit-box;
    overflow: hidden;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 26px;
}

.video-item .middle .bottom {
    display: flex;
    justify-content: space-between;
}

.video-item .middle .bottom .left {
    color: #666666;
    font-size: 14px;
}

.video-item .middle .bottom .right {
    display: flex;
    align-items: center;
}

.video-item .middle .bottom .right img {
    width: 20px;
    height: 13px;
}

.video-item .middle .bottom .right p {
    color: #001384;
    font-size: 14px;
    margin-left: 8px;
}

.video-item .line {
    width: 1px;
    height: 80px;
    background-color: #EEEEEE;
    margin: 0 30px;
}

.video-item .rights {
    width: 129px;
    height: 50px;
    background-color: #F4F4F4;
    color: #001384;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    cursor: pointer;
}

.video-item .rights img {
    width: 17px;
    height: 17px;
    margin-right: 5px;
}

.video-item:last-child {
    border-bottom: none;
}

.l-btn {
    height: 29px;
    line-height: 28px;
    padding: 0 10px;
    font-size: 12px;
    background: #F4F4F4;
    border-radius: 2px;
    border: 1px solid #dcdcdc;
    vertical-align: middle;
    color: #666666;
    cursor: pointer;
}

.a-ico {
    position: relative;
    top: 1px;
    display: inline-block;
    width: 14px;
    height: 10px;
    margin-right: 3px;
    background: url(../image/ico-group.png) no-repeat;
}

.a-export-ico {
    background-position: -24px 0;
}

.list-content-warp table {
    border-collapse: collapse;
    width: 100%;
}

.list-content-warp .table-head {
    margin: 0 20px;
    height: 38px;
    line-height: 38px;
    background-color: #F4F4F4;
    /*display: flex;*/
    /*align-items: center;*/
    border-radius: 5px;
}

.list-content-warp .table-head div {
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 38px;
    text-align: center;
    /* border: 1px solid #eee; */
}

.list-content-warp table tr {
    min-height: 66px;
    border-bottom: 1px solid #F4F4F4;
}

.list-content-warp table tr td {
    height: 60px;
    font-size: 14px;
    line-height: 30px;
    padding: 6px;
}

.list-content-warp table tr .table-author {
    text-align: center;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.list-content-warp table tr td .table-title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.list-content-warp table .list-source a {
    margin-left: 10px;
}

.list-content-warp table .list-source a i {
    margin-right: 0;
}

.check {
    padding: 14px 20px 0 13px;
    background: #F2F2F2;
    border: 1px solid #EEEEEE;
    border-radius: 4px;
    margin-top: 12px;
}

.check .resources {
    display: flex;
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 11px;
    flex-wrap: wrap;
    line-height: 25px;
}

.check .resources p {
    font-size: 14px;
    color: #001384;
}

.check .resources .single {
    display: flex;
    align-items: center;
    margin-right: 13px;
}

.check .resources .single span {
    font-size: 14px;
    margin-left: 4px;
}

.resource-type-warp {
    background: #FFFFFF;
    box-shadow: 0 4px 12px 0 rgba(157, 215, 255, 0.16);
}

.resource-type {
    width: 1280px;
    margin: 12px auto 0;
    /*height: 95px;*/
    text-align: center;
    display: flex;
    justify-content: center;
}

.resource-type .resource-type-item {
    width: 96px;
    height: 88px;
    background: #FFFFFF;
    color: #333333;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    position: relative;
    cursor: pointer;
}

.resource-type .resource-type-item .resource-type-number {
    font-size: 14px;
    top: 12px;
    position: relative;
}

.resource-type .resource-type-item span {
    display: block;
    width: 1px;
    height: 26px;
    background: #EEEEEE;
    position: absolute;
    right: 0;
}

.resource-type .resource-type-item:hover, .resource-type .resource-type-item.active {
    background: #001384;
    color: #FFFFFF;
    font-weight: bold;
}

.resource-type .resource-type-item:hover span, .resource-type .resource-type-item.active span {
    width: 0;
}

.resource-type .resource-type-item:hover span {
    /*display: none;*/
}

.resource-type .widen {
    width: 114px;
}

.sort-cont-default {
    height: 27px;
    line-height: 28px;
    padding: 0 10px;
    font-size: 12px;
    background: #FFF;
    border: solid 1px #ececec;
    border-radius: 2px;
    vertical-align: middle;
    color: #666666;
    cursor: pointer;
    text-align: center;
}
.sort-cont:hover .sort-list {
    display: block;
}