.search-result-body {
    background-color: #f6f6f8;
    width: 100%;
}

.search-result-body .search-result-page {
    width: 1200px;
    margin: 0 auto;
    padding-top: 20px;
}

.search-result-body .search-result-page .search-result-container {
    width: 1200px;
    border: 1px solid #d6d6d6;
    background-color: #fff;
    min-height: 100%;
}

.search-result-body .search-result-page .search-result-container .tab-content {
    width: 1200px;
    display: flex;
    margin: 0;
    padding: 0;
}

.search-result-body .search-result-page .search-result-container .tab-content .my-search-tab-title {
    color: #4a4a4a;
    font-weight: 400;
    width: 33.33%;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    display: inline-block;
    text-align: center;
    transition: all .15s;
    cursor: pointer;
}

.search-result-body .search-result-page .search-result-container .tab-content .my-search-tab-title:hover {
    background-color: #2267bd;
    color: #fff;
    transition: all .15s;
}

.search-result-body .search-result-page .search-result-container .tab-content .my-search-tab-title.active {
    border-bottom: 3px solid #2267bd;
}

.search-result-body .search-result-page .search-result-container .my-search-tab {}

.search-result-body .search-result-page .search-result-container .my-search-tab .list {
    border-bottom: 1px solid #d6d6d6;
}

.search-result-body .search-result-page .search-result-container .my-search-tab .list-case {
    display: flex;
    height: 100px;
}

.search-result-body .search-result-page .search-result-container .my-search-tab .list-case .case-logo {
    width: 60px;
    height: 60px;
    margin: 20px;
}

.search-result-body .search-result-page .search-result-container .my-search-tab .list-case .case-logo img {
    border-radius: 100%;
    height: 100%;
    width: 100%;
}

.search-result-body .search-result-page .search-result-container .my-search-tab .list-case .case-content {}

.search-result-body .search-result-page .search-result-container .my-search-tab .list-case .search-title {
    line-height: 50px;
    font-size: 18px;
    cursor: pointer;
    color: #3b4249;
    text-decoration: none;
    display: inherit;
    max-width: 1000px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
}

.search-result-body .search-result-page .search-result-container .my-search-tab .list-case p {
    max-width: 1080px;
    position: relative;
    height: 40px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 14px;
}


/* 资讯结果展示 */

.search-result-body .search-result-page .search-result-container .my-search-tab .list {
    display: flex;
    padding: 15px 10px;
    border-bottom: 1px dashed #e6e6e6;
}

.search-result-body .search-result-page .search-result-container .my-search-tab .list .left-content {
    margin-right: 20px;
}

.search-result-body .search-result-page .search-result-container .my-search-tab .list .left-content .pic-content {
    width: 300px;
    height: 185px;
}

.search-result-body .search-result-page .search-result-container .my-search-tab .list .left-content .pic-content img {
    width: 100%;
    height: 100%;
}

.search-result-body .search-result-page .search-result-container .my-search-tab .list .right-content {
    width: 818px;
}

.search-result-body .search-result-page .search-result-container .my-search-tab .list .right-content .news-title {
    width: 818px;
    font-size: 22px;
    line-height: 1em;
    color: #3a3a3a;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 20px;
}

.search-result-body .search-result-page .search-result-container .my-search-tab .list .right-content .news-title:hover {
    color: #2267bd;
}

.search-result-body .search-result-page .search-result-container .my-search-tab .list .right-content .news-info {
    margin-top: 20px;
    display: flex;
    font-size: 16px;
}

.search-result-body .search-result-page .search-result-container .my-search-tab .list .right-content .news-info .news-author {
    margin-right: 20px;
    color: #2267bd;
}

.search-result-body .search-result-page .search-result-container .my-search-tab .list .right-content .news-info .news-create-time {
    color: #9f9f9f;
}

.search-result-body .search-result-page .search-result-container .my-search-tab .list .right-content .news-summary {
    color: #9f9f9f;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 15px;
    line-height: 1.5em;
    font-size: 16px;
}


/* 下载搜索结果展示 */

.search-result-body .search-result-page .search-result-container .my-search-tab .download-warp {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
}

.search-result-body .search-result-page .search-result-container .my-search-tab .download-list {
    display: flex;
    margin-top: 15px;
    color: #7d7d7d;
    width: 70%;
    justify-content: space-between;
}

.search-result-body .search-result-page .search-result-container .my-search-tab .download-list .file-name {
    display: block;
    background-color: #fff;
    padding-right: 20px;
    position: absolute;
    z-index: 1;
}

.search-result-body .search-result-page .search-result-container .my-search-tab .download-list .dashed {
    width: 95%;
    border-bottom: 1px dashed #a7a7a7;
    position: relative;
    z-index: 0;
    top: -10px;
}

.search-result-body .search-result-page .search-result-container .my-search-tab .download-list .float-right {
    position: relative;
}

.search-result-body .search-result-page .search-result-container .my-search-tab .download-list .downthis {
    color: #2677bd;
    cursor: pointer;
}

.search-result-body .search-result-page .search-result-container .my-search-tab .download-list .size {
    display: inline-block;
    margin: 0 8px;
}


/* 底部页码 */

.content-footer {
    padding: 2em;
    display: flex;
    justify-content: center;
}

.content-footer .page-item {
    overflow: hidden;
}

.content-footer .page-item ul {
    display: flex;
}

.content-footer .page-item li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 4px;
    cursor: pointer;
}

.content-footer .page-item li {
    box-sizing: content-box;
    display: inline-block;
    padding: 0 8px;
    min-width: 20px;
    height: 32px;
    line-height: 32px;
    border-radius: 16px;
    font-size: 16px;
    cursor: pointer;
}

.content-footer .page-item li.page-active {
    color: #2267bd;
    text-align: center;
    background-color: #eee;
}


/* 搜不到结果 */

#resultsHeader {
    font-weight: 300;
    font-size: 1em;
    padding: 20px 0;
}

#searchResultSuggestions li {
    list-style-type: square;
    margin-top: .5em;
    border: 0px;
}

#searchResultSuggestions {
    margin: 2em 1.5em;
}

#no-search {
    margin: 10em 30em;
}


/* 培训中心 */

section {
    display: flex;
    width: 80%;
    padding: 15px 0px;
    border-bottom: 1px dashed #e6e6e6;
    margin: 0 auto;
}

section .left-pic-content {
    margin-right: 20px;
}

.list-container .no-data {
    width: 100%;
    height: 400px;
    display: flex;
    color: #aaa;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

section .left-pic-content .left-pic {
    width: 224px;
    height: 138px;
}

section .left-pic img {
    width: 100%;
    height: 100%;
}

section .right-info-content {
    width: 644px;
    height: 138px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

section .right-info-content .right-info-title {
    font-size: 22px;
    width: 644px;
    line-height: 1em;
    color: #3a3a3a;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

section .right-info-content .info-line1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

section .right-info-content .info-line1 .right-info-author {
    margin-right: 20px;
    color: #2267bd;
}

section .right-info-content .info-line1 .right-info-views {
    color: #9f9f9f;
    position: relative;
    right: 170px;
}
