a,
a:focus,
a:hover {
    color: #333;
    text-decoration: none;
}

/* ========== 检索初始页 ========== */
.uc-search.mode-landing {
    min-height: 100vh;
    background: linear-gradient(180deg, #e8f4fc 0%, #f5fafd 45%, #ffffff 100%);
}

.search-landing {
    display: none;
    min-height: 100vh;
    padding-top: 12vh;
}

.uc-search.mode-landing .search-landing {
    display: block;
}

.search-landing-inner {
    margin: 0 auto;
    width: 720px;
    text-align: center;
}

.site-logo-wrap {
    margin-bottom: 48px;
}

.site-logo-wrap.is-empty {
    display: none;
    margin: 0;
}

.site-logo,
.site-logo-results {
    max-height: 72px;
    max-width: 360px;
    vertical-align: middle;
}

.landing-search-box,
.results-search-box {
    position: relative;
    display: flex;
    align-items: center;
    height: 60px;
    padding: 0 6px 0 44px;
    background: #fff;
    border: 1px solid #D2D2D2;
    border-radius: 30px;
    box-shadow: 0 2px 12px rgba(0, 80, 160, 0.06);
}

.search-icon-inner {
    position: absolute;
    left: 18px;
    top: 50%;
    margin-top: -14px;
    width: 28px;
    height: 28px;
    background: url('../images/search.png') center/contain no-repeat;
    opacity: 0.45;
}

.landing-search-box input,
.results-search-box input {
    flex: 1;
    height: 44px;
    border: none;
    box-shadow: none;
    font-size: 16px;
    background: transparent;
}

.landing-search-box input:focus,
.results-search-box input:focus {
    outline: none;
    box-shadow: none;
}

.btn-search-primary {
    flex-shrink: 0;
    width: 100px;
    height: 50px;
    background: #3283F8;
    border-radius: 25px;
    border: none;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}

.btn-search-primary:hover,
.btn-search-primary:focus {
    color: #fff;
    background: #1568c4;
}

/* ========== 检索结果页 ========== */
.search-results-page {
    padding-bottom: 40px;
    background: linear-gradient(180deg, #e8f4fc 0%, #f8fbfe 180px, #ffffff 320px);
}

.results-header-wrap {
    padding: 24px 0 16px;
    display: flex;
    justify-content: center;
}

.results-header-center {
    width: 100%;
    max-width: 1060px;
    display: flex;
    justify-content: center;
}

.results-search-row {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
}

.site-logo-results {
    flex-shrink: 0;
    margin-right: 16px;
    max-height: 48px;
    max-width: 200px;
}

.results-search-box {
    width: 680px;
    max-width: calc(100vw - 80px);
}

.results-toolbar-wrap {
    width: 1060px;
    margin: 0 auto 8px;
    padding: 0;
    background: transparent;
}

.results-toolbar {
    height: 50px;
    background: #F2F6F7;
    border-radius: 8px;
    padding-right: 20px;
}

.field-tabs li {
    width: 100px;
    height: 50px;
    line-height: 50px;
    font-size: 22px;
    color: #9CAAB6;
    cursor: pointer;
    border-radius: 8px;
    text-align: center;
}

.field-tabs li.tab-active {
    color: #FFFFFF;
    background: #3283F8;
}

.toolbar-filters {
    position: relative;
}

.filter-dropdown {
    position: relative;
    margin-left: 12px;
}

.filter-dropdown-toggle {
    display: flex;
    align-items: center;
    min-width: 80px;
    height: 50px;
    border: none;
    background: #F2F6F7;
    font-size: 15px;
    color: #333333;
    cursor: pointer;
    margin-right: 20px;
}

.filter-caret {
    margin-left: auto;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #333;
}

.filter-dropdown.open .filter-dropdown-menu {
    display: block;
}

.filter-dropdown-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 100;
    margin-top: 4px;
    min-width: 200px;
    padding: 8px 0;
    background: #fff;
    border: 1px solid #e0e6ed;
    border-radius: 4px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.time-range-menu {
    min-width: 220px;
    padding-bottom: 12px;
}

.preset-time-list li,
.sort-option-list li {
    padding: 10px 16px;
    font-size: 14px;
    color: #333;
    cursor: pointer;
    list-style: none;
}

.preset-time-list li:hover,
.sort-option-list li:hover,
.preset-time-list li.active,
.sort-option-list li.active {
    color: #1a7fe8;
    background: #f0f7ff;
}

.custom-time-range {
    margin-top: 8px;
    padding: 12px 16px 0;
    border-top: 1px solid #eee;
}

.custom-time-title {
    margin: 0 0 10px;
    font-size: 14px;
    color: #666;
}

.custom-time-row {
    margin-bottom: 10px;
}

.custom-time-row label {
    display: block;
    margin-bottom: 4px;
    font-size: 13px;
    color: #999;
    font-weight: normal;
}

.custom-time-row input {
    width: 100%;
    height: 34px;
}

.btn-confirm-filter {
    display: block;
    width: 100%;
    height: 36px;
    margin-top: 8px;
    border: none;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    background: #1a7fe8;
    cursor: pointer;
}

.result-count-row {
    padding: 6px 40px;
}

.result-count-row #search-about {
    display: block;
    margin: 0;
    font-size: 14px;
    color: #666;
}

.sort-menu {
    min-width: 140px;
}

.sort-menu ul {
    margin: 0;
    padding: 0;
}

::-ms-clear,
::-ms-reveal {
    display: none;
}

.container {
    width: 1200px;
    color: #333;
    background-color: #fff;
}

.search-normal {
    /* display:none; */
}

.search-senior {
    display: none;
}

.uc-search .search-result .search-red {
    margin-right: 0;
    color: red;
    /* color: #1BB8FA !important; */
}

#news-number {
    color: red !important;
    /* color: #1BB8FA !important */
}

.uc-search .select form {
    margin: 60px auto;
    width: 600px;
}

.uc-search.mode-results .search-legacy-advanced {
    display: none !important;
}

.select-search {
    position: relative;
    width: 700px;
    height: 50px;
}

.select-search input {
    width: 600px;
    height: 50px;
    font-size: 18px;
    border-radius: 6px;
}

.select-search img {
    position: absolute;
    right: 90px;
    top: 0;
    width: 22px;
    box-sizing: content-box;
    padding: 15px;
    margin-right: 7px;
    cursor: pointer;
}

.select form {
    line-height: 50px;
    font-size: 18px;
}

.select span {
    margin-left: 20px;
    font-weight: bold;
    cursor: pointer;
}

.search-tab {
    margin: 30px auto 0;
    width: 1060px;
    border-bottom: 1px solid #ccc;
}

.search-tab li {
    width: 110px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    font-size: 16px;
    color: #666;
    font-weight: bold;
    cursor: pointer;
}

.search-tab .tab-active {
    color: #fff;
    background-color: #1BB8FA;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

/* #search-senior, .search-normal {
    display: none !important;
} */
.uc-search .select .search-senior {
    position: relative;
    display: none;
    margin: 20px auto;
    width: 1060px;
}

.search-senior h2 {
    margin: 0;
    padding: 20px 0;
    color: #000;
    font-size: 24px;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
}

.search-senior>div {
    position: relative;
    left: 260px;
    padding-top: 10px;
    font-size: 14px;
}

.search-senior .node-list {
    position: absolute;
    left: 15px;
    padding-top: 20px;
    width: 260px;
    font-size: 15px;
}

.node-list .node-select {
    color: #1BB8FA;
}

.node-list .node-list-all {
    margin-bottom: 4px;
    cursor: pointer;
}

.node-list-item li {
    margin-right: 6px;
    margin-bottom: 6px;
    cursor: pointer;
}

.search-senior .search-title {
    width: 100px;
    color: #000;
    font-weight: bold;
    text-align: right;
    line-height: 36px;
}

.search-senior ul {
    width: 960px;
}

.search-senior ul li.form-group {
    margin: 0;
}

.search-position ul li.form-group {
    margin-top: 20px;
}

.search-position ul li.form-group:first-child {
    margin-top: 0;
}

.search-senior .search-cont {
    padding-left: 20px;
    color: #666;
    line-height: 36px;
}

.search-senior .search-cont label {
    width: 130px;
    color: #666;
    font-weight: normal;
}

.search-senior .search-cont input,
.search-senior .search-cont select {
    margin-left: 10px;
    width: 242px;
    height: 36px;
    color: #333;
    border-color: #ccc;
}

.search-remove {
    display: none;
    position: relative;
    left: -36px;
    padding: 0 12px;
    font-size: 21px;
    color: #2C7DBA;
    cursor: pointer;
}

.select-search .search-remove {
    position: absolute;
    right: 130px;
    left: auto;
    padding: 0 19px;
}

.search-btn {
    text-align: center;
}

.search-btn button {
    margin-right: 30px;
    width: 160px;
    height: 50px;
    color: #fff;
    font-size: 20px;
    background-color: #999;
}

.search-btn button:last-child {
    margin-right: 0;
}

.search-btn button:hover,
.search-btn button:focus {
    color: #f5f5f5;
}

.search-btn button.search-active {
    background-color: #1BB8FA;
}

.simple-search,
.advanced-search {
    padding-top: 40px;
    text-align: center;
    color: #fff;
}

.search-senior .advanced-search {
    left: 0;
}

.simple-search button,
.advanced-search button {
    width: 130px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    border-radius: 3px;
    outline: none;
    border: none;
    font-weight: bold;
}

.search-active {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
}

.simple-search .simple-search-btn,
.advanced-search .advanced-search-btn {
    margin-right: 30px;
    /* background-color: #1BB8FA; */
    background-color: red;
}

.simple-search .simple-search-btn,
.advanced-search #search-normal {
    margin-right: 30px;
    background-color: rgb(160, 150, 150);
}

.simple-search .simple-result-search-btn,
.advanced-search .advanced-result-search-btn {
    display: none;
    background-color: #999;
}

.advanced-search span {
    margin-right: 60px;
    height: 40px;
    line-height: 16px;
    font-size: 16px;
    color: #000;
}

.result-head {
    display: none;
}

.search-result {
    margin: 0 auto;
    padding: 0;
    width: 1060px;
}

#search-about {
    display: none;
}

.uc-search.mode-results #search-about {
    display: block;
}

#search-about {
    margin: 0;
}

#sort-type strong {
    cursor: pointer;
}

#sort-type .glyphicon {
    display: none;
}

.result-head-cont {
    margin-left: 10px;
}

.result-head-cont h3 {
    margin: 0;
    margin-bottom: 16px;
    font-size: 24px;
}

.result-head-cont p {
    margin: 0;
    font-size: 14px;
    color: #000;
}

.result-head-cont .sort-relativity {
    margin-right: 10px;
}

.result-head-cont .sort-type .active-sort {
    color: #1BB8FA;
}

.search-result {
    min-height: 200px;
}

.search-result li {
    padding: 20px 0;
    border-bottom: 1px dashed #999;
}

.search-result li a {
    display: block;
    color: #ccc;
}

.search-result li a:hover {
    color: #000;
}

.search-result h1 {
    margin: 0;
    height: 200px;
    font-size: 28px;
    line-height: 200px;
    text-align: center;
}

.search-result h2 {
    margin: 0;
    font-weight: normal;
    font-size: 24px;
    color: #000000;
}

.search-result h2 .photo-icon {
    display: inline-block;
    vertical-align: top;
    margin-top: 3px;
    margin-left: 10px;
}

.search-result .search-content {
    color: #333;
    margin: 20px 0;
    font-weight: normal;
    font-size: 15px;
    height: 52px;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.search-result .search-content p {
    margin: 0;
    text-align: justify;
}

.search-result .corner span {
    margin-right: 24px;
    color: #666;
}

.search-result .corner .result-meta-right {
    margin-right: 0;
    text-align: right;
    white-space: nowrap;
    font-size: 14px;
}

.search-result .corner .result-meta-right .search-author {
    margin-right: 16px;
    color: #333;
}

.search-result .corner .result-meta-right .search-date {
    color: #999;
}

.search-result .corner .article-type {
    margin-top: -1px;
    margin-right: 18px;
    width: 39px;
    height: 21px;
    line-height: 21px;
    text-align: center;
    color: #1BB8FA;
    border: 1px dashed #1BB8FA;
}

.pagination {
    margin: 30px 0 10px;
}

.pagination>li>a,
.pagination>li>span {
    margin-right: 10px;
    padding: 4px 10px;
    color: #555;
    font-size: 15px;
    border-color: #ccc;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    cursor: pointer;
    background-color: #1a7fe8;
    border-color: #1a7fe8;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    margin-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    color: #fff;
    background-color: #1BB8FA;
    border-color: #1BB8FA;
}