/* 定义主题颜色 */
:root {
    --primary-color: #1368ea;
    --second-color: #acdead;
    --primary-cancel-color: #c8c8c8;
    --primary-bgc_color: #e9f0fffa;
}
.no_data {
    height: 150px;
    line-height: 150px;
    text-align: center;
}
/* 公共标题 */
.top_title {
    padding: 30px 0;
    font-size: 28px;
    position: relative;
    color: #000;
    text-align: center;
}
.top_title .top_center_text {
    position: relative;
    padding: 0 60px;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
}
.top_title .top_center_text::after,
.top_title .top_center_text::before {
    position: absolute;
    content: '';
    width: 30px;
    height: 1px;
    background-color: #333;
}
.top_title .top_center_text::before {
    right: 10px;
    top: 15px;
}
.top_title .top_center_text::after {
    left: 10px;
    top: 15px;
}
/* 顶部 */
.top_search {
    height: 260px;
    background-image: url('../images/bgimage.png');
    background-size: 100% 100%;
    display: flex;
    align-items: center;
}

/* 顶部搜索 */
.top_search .top_search_box {
    position: relative;
    display: flex;
}
.top_search .top_search_box div {
    display: flex;
    flex: 1;
    border-radius: 10px;
    overflow: hidden;
}
.top_search .top_search_box input {
    height: 60px;
    font-size: 14px;
    border-radius: 8px 0 0 8px;
    padding: 22px 0 22px 44px;
    flex: 1;
    border: 2px solid #fff;
}
.top_search .top_search_box img {
    width: 16px;
    height: 16px;
    position: absolute;
    left: 19px;
    bottom: 22px;
}
.top_search .top_search_simple {
    margin: 0;
    border: none;
    border-radius: 0 8px 8px 0;
    width: 118px;
    height: 60px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background-color: #1368ea;
    border: 2px solid #fff;
}
.advanced_search {
    padding: 0 10px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 60px;
}

/* 数量容器 */
.top_count_content {
    padding: 30px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.count_item {
    padding: 20px 0;
    border: 1px solid #ddd;
    border-radius: 8px;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 2px 8px 0px rgba(53, 53, 53, 0.1);
}
.count_box {
    display: flex;
    flex-direction: column;
}
.project_count_item {
    background-color: #1368ea;
}
.achievement_count_item {
    background-color: #db6d33;
}
.total_count_item {
    background-color: #367cc3;
}
.count_box .text {
    margin-bottom: 5px;
    color: #333;
    font-size: 14px;
}
.count_box .number {
    font-size: 18px;
}
.i_box {
    margin-right: 10px;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
}
.i_box i {
    font-size: 28px;
    color: #fff;
}
/* 新闻公告 */
.news_content {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
}

.news_item {
    padding: 20px 0;
    display: flex;
    align-items: center;
    border-bottom: 1px dashed #ddd;
    flex: 1;
    min-width: 45%;
}
.news_item span {
    color: #999;
}
.news_item a {
    margin: 0 30px 0 10px;
    flex: 1;
    font-size: 16px;
    color: #333;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

/* 科技重大专项 + 重点研发计划 + 国家自然基金 */
.top_multiview tab,
.scientific_multiview tab {
    border: none !important;
    margin: 0;
}
.top_multiview .tab_box,
.scientific_multiview .scientific_box {
    display: flex;
    justify-content: center;
    gap: 10px;
}
.top_multiview tab tab-nav,
.scientific_multiview tab tab-nav {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 0 20px;
    width: 138px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    background-color: #fff;
    text-align: center;
    box-shadow: 0px 2px 8px 0px rgba(53, 53, 53, 0.1);
}
.top_multiview tab tab-nav:hover,
.scientific_multiview tab tab-nav:hover {
    color: #fff;
}
.top_multiview tab tab-nav.active,
.scientific_multiview tab tab-nav.active {
    border: 1px solid #1368ea;
    background-color: #1368ea;
    backdrop-filter: blur(10px);
    color: #fff;
}
.top_multiview tab tab-nav a,
.scientific_multiview tab tab-nav a {
    color: #333;
}
.top_multiview tab tab-nav.active a,
.scientific_multiview tab tab-nav.active a {
    color: #fff;
}
.top_multiview tab tab-nav a:hover,
.scientific_multiview tab tab-nav a:hover {
    opacity: 1;
}
.item_no_data {
    height: 280px;
    line-height: 280px;
    text-align: center;
    font-size: 16px;
}
.item_container,
.scientific_container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px 0;
    /* min-height: 280px; */
}
.item_container a {
    display: block;
    width: 280px;
    height: 80px;
    padding: 10px 20px 20px 20px;
    background-color: #f5f5f5;
    box-sizing: content-box;
}
.scientific_container a {
    display: block;
    width: 450px;
    height: 80px;
    padding: 10px 20px 20px 20px;
    background-color: #f5f5f5;
    box-sizing: content-box;
}
.item_container a h3,
.scientific_container a h3 {
    line-height: 36px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #5f5f5f;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
}
.item_container a div,
.scientific_container a div {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #b2b2b2;
}
.item_container a div label,
.scientific_container a div label {
    color: #b2b2b2;
}
.scientific_container a div span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* 机构 */
.img_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
}
.img_container a {
    display: inline-block;
    width: 290px;
    height: 78px;
    overflow: hidden;
    border-radius: 10px;
}
.img_container a img {
    width: 100%;
    height: 100%;
}
/* 数据分析 */
#analysisContainer {
    height: 500px;
}
