@charset "utf-8";

/* 设置主题 */

:root {--primary: #0270dc;}



/* css样式初始化 */

*,::before,::after {box-sizing: border-box;}

html { -moz-tab-size: 4;-o-tab-size: 4;tab-size: 4;}

html {line-height: 1; /* 1 */-webkit-text-size-adjust: 100%; /* 2 */}

body {margin: 0;}

body {font-family: "Noto Sans SC", "Source Han Sans CN", "Noto Sans S Chinese Light", "Microsoft Yahei", "Microsoft YaHei Light", "Pingfang sc regular", "Helvetica Neue", Helvetica, Tahoma, sans-serif !important;}

body {font-family: inherit;line-height: inherit;}

blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre {margin: 0;}

ol,ul {list-style: none;margin: 0;padding: 0;}

a {color: inherit;text-decoration: inherit;}

html {font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont,'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif,'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'; /* 1 */line-height: 1; /* 2 */}

pre,code,kbd,samp {font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,'Liberation Mono', 'Courier New', monospace;}

img,video {max-width: 100%;height: auto;}

button,input,optgroup,select,textarea {padding: 0;line-height: inherit;color: inherit}

textarea {resize: vertical;}

input::-moz-placeholder, textarea::-moz-placeholder {opacity: 1;color: #9ca3af;}

input::placeholder,textarea::placeholder {opacity: 1;color: #9ca3af;}



/* 滚动条+选中渲染css */

::selection{background:var(--primary);color:#fff;}

::-moz-selection{background:var(--primary);color:#fff;}

::-webkit-input-placeholder{text-overflow:ellipsis}

::-webkit-scrollbar{width:8px;height:8px;overflow:auto}

::-webkit-scrollbar-thumb{background-color:var(--primary);min-height:25px;min-width:25px;border:1px solid #e0e0e0}

::-webkit-scrollbar-track{background-color:#f7f7f7;border:1px solid #efefef}



/* 分页css */

.ui-bhpage{ width:auto; height:auto; overflow:hidden; clear:both; text-align:center;  margin:20px auto 20px auto;}

.ui-bhpage li{min-width:32px; height:32px;text-align:center; display:inline-block; line-height:32px; margin-right:4px;border:solid 1px #d9d9d9; border-radius:4px;}

.ui-bhpage li:first-child a,.ui-bhpage li:last-child a{box-sizing: border-box;padding: 0 10px;}

.ui-bhpage li:first-child span, .ui-bhpage li:last-child span {box-sizing: border-box;padding: 0 10px;}

.ui-bhpage li a{ width:100%; height:32px; text-align:center; line-height:32px; display:block; font-size:14px; color:#666; box-sizing: border-box; }

.ui-bhpage li:hover,.ui-bhpage li.active{ background:var(--primary); color:#fff; border:solid 1px var(--primary); }

.ui-bhpage li:hover a{ color: #fff;}



/* 文章分页 */

.article-pager{ width:100%; height:38px; margin:15px auto 15px auto; clear:both; text-align:center;}

.article-pager ul {display: flex;align-items: center;justify-content: center;}

.article-pager li{height:38px; border:solid 1px #efefef; text-align:center;line-height:38px; box-sizing:border-box; border-radius:4px; background:#fff;margin-left: 10px;flex: 1;max-width: 128px;}

.article-pager li a{ width:100%; height:38px; display:block; color:#333; font-size: 13px;}

.article-pager li a span{ font-size: 13px;}

.article-pager li:hover{  border:solid 1px var(--primary);}

.article-pager li:hover a{ color:var(--primary);}



/* 无数据 */

.ui-nodata {display: flex;justify-content: center;align-items: center;flex-direction: column;min-height: 300px;}

.ui-nodata img {max-width: 100px;}

.ui-nodata p {font-size: 15px;line-height: 30px;color: #444444;}



/* 文章内容 */

.ui-content{ width: 100%; min-height: auto; margin: 10px auto; overflow: hidden;line-height:180%;word-wrap:break-word;padding: 15px 0;color: #444;}

.ui-content p{ line-height: 32px; font-size: 16px;word-wrap:break-word;}

.ui-content img{ max-width: 100%;  border-radius: 3px; cursor: pointer; display: inline-block;}

.ui-content table{ width: 100%; border-collapse: collapse; margin: 10px auto;}

.ui-content table th{ padding:8px 12px; text-align: center; vertical-align: middle; background-color: #fafafa; border: solid 1px #dcdcdc;}

.ui-content table td{ padding:8px 12px; border: solid 1px #dcdcdc; font-size: 14px;}

.ui-content table tr:hover td{background-color: #fafafa;}

.ui-content table th:hover td{background-color: #efefef;}

.ui-content video{border:solid 1px #dcdcdc; overflow:hidden; padding:5px; border-radius:4px;}

.ui-content pre{ background-color: #f6f8fa; border: solid 1px #dcdcdc; border-radius: 4px; line-height: 160%; padding: 10px 12px; font-size: 13px; color: #666;}

.ui-content pre code{ padding: 0; border: 0;}

.ui-content code{background-color: #f6f8fa; border: solid 1px #dcdcdc; border-radius: 4px; padding: 4px 6px; font-size: 12px; margin:0 2px;}

.ui-content input{ margin-right: 5px;}



       

/* 文本溢出省略 */

.ellipsis-1,.ellipsis-2,.ellipsis-3{-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-overflow:ellipsis}

.ellipsis-1{-webkit-line-clamp:1;line-clamp: 1;}

.ellipsis-2{-webkit-line-clamp:2;line-clamp: 2;}

.ellipsis-3{-webkit-line-clamp:3;line-clamp: 3;}



/* 版心 */

.wrap {width: 1360px;margin: 0 auto;box-sizing: border-box;overflow: hidden;height: auto;padding: 0; position: relative;}

.w {width: 1200px;margin: 0 auto;box-sizing: border-box;overflow: hidden;height: auto;padding: 0;}

.container{width: 100%;height: auto; overflow: hidden;}



/* 通用间距 */

.padding-100 {padding: 100px 0;}



/* 头部 */

.header {height: 100px;width: 100%;background-color: #fff;position: fixed;top: 0;left: 0;right: 0;z-index: 999;box-shadow: 0px 1px 30px rgba(53, 53, 53, 0.1);}

.flex_header_wrap {display: flex;justify-content: space-between;align-items: center;height: 100%;gap: 50px;overflow: visible;}

.header .logo {font-size: 0;height: 68px;overflow: hidden;}

.header .logo img {width: 100%;height: 100%;object-fit: contain;}



.header .header_nav {flex: 1; display: flex;align-items: center;justify-content: flex-end;gap:60px;height: 100%;}

.header_nav li {position: relative;height: 100%;display: flex;align-items: center;}

.header_nav li a {font-size: 18px;line-height: 30px;color: #1a1a1a;font-weight: normal;position: relative;transition: all 0.3s ease;}

.header_nav li a:hover {color: var(--primary);}

.header_nav li.active a {color: var(--primary);}



.header_nav li .drop_down_menu {position: absolute;width: 210px;left: calc(50% - 100px);top: 100px;background-color: #fff;height: auto;max-height: 320px;overflow-y: auto;display: none;}

.header_nav li .drop_down_menu a {padding: 0 15px;font-size: 16px;border-bottom: 0.5px solid rgba(178, 178, 178, 0.4);width: 100%;display: flex;height: 60px;line-height: 30px;align-items: center;justify-content: center;color: #000;font-weight: normal;}

.header_nav li.active .drop_down_menu a::after {height: 0;}

.header_nav li .drop_down_menu a:hover {color: var(--primary);}



.header .other_header_nav {display: flex;align-items: center;gap: 15px;}



/* 头部分类 */

.classify {position: relative;height: 44px; width: 44px;-webkit-transition: background 0.5s;-moz-transition: background 0.5s;-o-transition: background 0.5s;transition: background 0.5s;display: none;}

.classify:hover {cursor: pointer;background-color: rgba(255, 255, 255, 0.2);}

.classify span {position: absolute;left: calc((100% - 25px) / 2);top: calc((100% - 2px) / 2);width: 25px;height: 2px;background-color: #000;}

.classify span:nth-child(1) {transform: translateY(10px) rotate(0deg);}

.classify span:nth-child(2) {opacity: 0;}

.classify span:nth-child(3) {transform: translateY(-10px) rotate(0deg);}

.classify-active span:nth-child(1) {animation-duration: 0.5s;animation-fill-mode: both;animation-name: clickfirst;}

.classify-active span:nth-child(2) {animation-duration: 0.5s;animation-fill-mode: both;animation-name: clicksecond;}

.classify-active span:nth-child(3) {animation-duration: 0.5s;animation-fill-mode: both;animation-name: clickthird;}

/*第一条线旋转动画*/

@keyframes clickfirst { 0% {transform: translateY(8px) rotate(0deg);} 100% {transform: translateY(0) rotate(45deg);}}

/*第二条线淡入淡出动画动画*/

@keyframes clicksecond { 0% {opacity: 1;} 100% {opacity: 0;}}

/*第三条线旋转动画*/

@keyframes clickthird { 0% {transform: translateY(-8px) rotate(0deg);} 100% {transform: translateY(0) rotate(-45deg);}}

.classify-out span:nth-child(1) {animation-duration: 0.5s;animation-fill-mode: both;animation-name: outfirst;}

.classify-out span:nth-child(2) {animation-duration: 0.5s;animation-fill-mode: both;animation-name: outsecond;}

.classify-out span:nth-child(3) {animation-duration: 0.5s;animation-fill-mode: both;animation-name: outthird;}

@keyframes outfirst { 0% {transform: translateY(0) rotate(-45deg);} 100% {transform: translateY(-8px) rotate(0deg);}}

@keyframes outsecond { 0% {opacity: 0;} 100% {opacity: 1;}}

@keyframes outthird { 0% {transform: translateY(0) rotate(45deg);} 100% {transform: translateY(8px) rotate(0deg);}}



/* 分类容器 */

.asidewrap {position: fixed;top: 0px; left: 0;  right: 0;  bottom: 0; z-index: 998;display: none;background-color: #f5f5f5;padding: 0 15px; padding-top: 64px;}

.asidewrap ul {width: 100%;overflow-y: auto;height: calc(100vh - 64px);}

.asidewrap li {border-bottom: 1px solid #dcdcdc;font-size: 16px;}

.asidewrap li .asideheader {display: flex;justify-content: space-between;align-items: center;height: 60px;gap: 10px;}

.asidewrap li .asideheader .tit {flex: 1;font-size: 16px;color: #333;line-height: 60px;}

.asidewrap li .asideheader .kz {width: 60px;font-size: 35px;font-style: normal;font-weight: normal;text-align: right;color: #666;}

.asidewrap li .asideheader .tit:hover {color: var(--primary);}

.asidewrap li .asidecontent {padding: 0 15px;display: none;}

.asidewrap li .asidecontent a {display: block;position: relative;line-height: 44px;color: #666;font-size: 14px;padding-left: 15px;}

.asidewrap li .asidecontent a:hover {color: var(--primary);}

.asidewrap li .asideheader img {width: 30px;height: 30px;object-fit: contain;}

.asidewrap li .asideheader .tel_cont {flex: 1;display: flex;flex-direction: column;justify-content: space-between;height: 40px;}

.asidewrap li .asideheader .tel_cont h6 {font-size: 12px;font-weight: normal;color: #444444;}

.asidewrap li .asideheader .tel_cont a {font-size: 15px;font-weight: bold;color: var(--primary);line-height: 26px;}



/* 固定高度 */

.fixed_header {height: 100px;width: 100%;}

.fixed_header.hide {display: none;}



.footer {background-color: var(--primary);}

.footer_bottom {padding: 58px 0;display: flex;justify-content: center;align-items: center;}

.footer_bottom p {color: #fff;font-size: 18px;line-height: 30px;}





/* 首页 */

.index_swiper {height: 630px;width: 100%;--swiper-theme-color:var(--primary);position: relative;}

.index_swiper .swiper-slide a {width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;}

.index_swiper .swiper-slide img {display: block;width: 100%;height: 100%;object-fit: cover;}

.index_swiper video {width: 100%;height: 100%;object-fit: cover;}



.index_about_wrap {background-image: url(../images/index_about_bg.jpg);background-size: cover;background-position: center;}

.index_about_wrap .index_about_tit {display: flex;flex-direction: column;gap: 50px;}

.index_about_wrap .index_about_tit h2 {font-size: 48px;font-weight: bold;color: #1a1a1a;}

.index_about_wrap .index_about_tit h2 span {color: var(--primary);}

.index_about_wrap .index_about_tit::after {content: ''; height: 4px; background-color: #00b27a;width: 54px;}

.index_about_wrap .index_about_content {margin-top: 50px;font-size: 18px;line-height: 30px;display: flex;flex-direction: column;width: 100%;gap: 25px;  text-align: justify;text-justify: inter-word;color: #4d4d4d;}





.index_dates_wrap {background-image: url(../images/important_dates_bg.jpg);background-position: center;background-size: cover;position: relative;padding-bottom: 200px;}

.index_dates_wrap  h2 {font-size: 48px;color: #fff;font-weight: bold;margin-bottom: 60px;}

.index_dates_wrap .index_dates_gird {display: grid;grid-template-columns: repeat(4,1fr);gap: 20px;margin-bottom: 20px;}

.index_dates_wrap .index_dates_gird .date_item {height: 211px;background-color: #fff;border-radius: 8px;display: flex;flex-direction: column;justify-content: center;align-items: center;border-left: 3px solid #f3bc00;gap:10px;}

.index_dates_wrap .index_dates_gird .date_item:nth-child(2n) {border-color: #02ae7d;}

.index_dates_wrap .index_dates_gird .date_item:nth-child(3n) {border-color: #f3bc00;}

.index_dates_wrap .index_dates_gird .date_item:nth-child(4n) {border-color: #ac2852;}

.index_dates_wrap .index_dates_gird .date_item h3 {font-size: 28px;color: #000;font-weight: bold;}

.index_dates_wrap .index_dates_gird .date_item img {width: 34px;height: 34px;object-fit: contain;margin-bottom: 15px;}

.index_dates_wrap .index_dates_gird .date_item p {color: #666;font-size: 18px;}

.index_dates_wrap .index_dates_gird .date_item:first-child h3 {color: #006fbd;}

.index_dates_wrap .index_dates_gird .date_item:first-child p {color: #e00000;}

.index_dates_wrap::after {content: '';position: absolute;bottom: 0;height: 100px;background-color:#fff;width: 100%;border-top-left-radius: 24px;border-top-right-radius: 24px;}



.index_publication_wrap {padding-bottom: 100px;}

.index_publication_wrap .w {overflow: visible;}

.index_publication_wrap h2 {font-size: 48px;font-weight: bold;}

.index_publication_wrap .index_pub_flex {display: flex;gap: 40px;justify-content: space-between;align-items: center;margin-top: 60px;}

.index_publication_wrap .index_pub_flex .left {flex: 1;display: flex;flex-direction: column;gap: 20px;}

.index_publication_wrap .index_pub_flex .left .pub_item {height: 150px;	background-color: #ffffff;box-shadow: 0px 3px 18px 0px rgba(209, 209, 209, 0.55);border-radius: 8px;padding: 18px;box-sizing: border-box;font-size: 18px;line-height: 30px;color: #4d4d4d;text-align: justify;text-justify: inter-word;}

.index_publication_wrap .index_pub_flex .right {background-color: #fff;box-shadow: 0px 3px 18px 0px rgba(209, 209, 209, 0.55);width: 362px;flex-shrink: 0;height: 491px;}



.index_submission_contact_wrap {background-image: url(../images/submission_contact_bg.jpg);background-position: center;background-size: cover;}

.index_submission_contact_wrap .w {overflow: visible;display: flex;justify-content: space-between;gap: 20px;}

.index_submission_contact_wrap .index_submission_wrap {flex: 1;box-shadow: 0px 3px 18px 0px rgba(209, 209, 209, 0.55);border-radius: 8px;background-color: #fff;padding: 25px;}

.index_submission_contact_wrap .index_contact_wrap {width: 400px;box-shadow: 0px 3px 18px 0px rgba(209, 209, 209, 0.55);border-radius: 8px;background-color: #fff;padding: 25px;}



.index_submission_wrap h3,.index_contact_wrap h3 {font-size: 48px;font-weight: bold;color: #1a1a1a;margin-top: 35px;margin-bottom: 40px;}

.index_submission_wrap .btn_wrap {display: flex;gap: 16px;}

.index_submission_wrap .btn_wrap a {width: 326px;height: 64px;border-radius: 8px;background-color: #006fdb;margin-bottom: 40px;display: flex;align-items: center;gap: 5px;justify-content: center;color: #fff;font-size: 18px;font-weight: bold;padding: 0 10px;}

.index_submission_wrap .btn_wrap a:last-child {background-color: #a569ff;}

.index_submission_wrap .btn_wrap a i {font-size: 20px;font-weight: normal;}

.index_submission_wrap h6 {font-size: 28px;line-height: 30px;color: #006fbd;margin-bottom: 20px;}

.index_submission_wrap p {font-size: 18px;line-height: 30px;color: #4d4d4d;}



.index_contact_wrap .contact_info_item {height: 103px;width: 100%;border: solid 2px rgba(0, 111, 219, 0.8);border-radius: 8px;display: flex;justify-content: space-between;align-items: center;margin-bottom: 20px;padding: 0 18px;gap: 15px;}

.index_contact_wrap .contact_info_item .icon_wrap {display: flex;justify-content: center;align-items: center;background-color: #ddf5ed;width: 64px;height: 64px;border-radius: 50%;flex-shrink: 0;}

.index_contact_wrap .contact_info_item .icon_wrap i {font-size: 30px;color: #006fdb;}

.index_contact_wrap .contact_info_item .info_item {flex: 1;display: flex;flex-direction: column;gap: 10px;}

.index_contact_wrap .contact_info_item .info_item p {font-size: 18px;color: #1a1a1a;}

.index_contact_wrap .contact_info_item .info_item h5 {font-weight: bold;font-size: 20px;}

.index_contact_wrap .pic {display: flex;align-items: center;justify-content: center;}

.index_contact_wrap .pic img {width: 169px;height: 169px;object-fit: contain;}



/* 其他导航 */

.other_nav {background-color: #f2f2f2;}

.other_nav .other_flex_nav {display: flex;align-items: center;justify-content: space-between;gap: 30px;height: 64px;}

.other_nav .history_nav {display: flex;align-items: center;height: 100%;gap: 5px;font-size: 15px;color: #666;}

.other_nav .history_nav i {font-size: 15px;color: #666;}

.other_nav .history_nav span {color: var(--primary);font-size: 15px;}

.other_nav .history_nav a:hover {color: var(--primary);}



.other_index_wrap {padding: 64px 0;}

.contact_index_wrap .w {overflow: visible;}

.other_tit {border-bottom: 1px solid #0270dc;padding-bottom: 35px;position: relative;}

.other_tit::after {content: '';height: 3px;width: 100px;background-color: #0270dc;bottom: -1.5px;position: absolute;}

.other_tit h2 {font-size: 36px;font-weight: bold;color: #0270dc;}

.other_desc {padding: 44px 0;font-size: 18px;line-height: 30px;color: #444;}





.contact_index_wrap h6 {font-size: 28px;line-height: 30px;color: #1a1a1a;}

.contact_secretary_grid {display: grid;grid-template-columns: repeat(3,1fr);gap: 20px;margin-top: 30px;}

.contact_secretary_grid .secretary_item {border-top: 3px solid #a569ff;box-shadow: 0px 3px 16px 0px rgba(209, 209, 209, 0.5);background-color: #fff;height: 360px;display: flex;flex-direction: column;justify-content: center;padding: 40px;box-sizing: border-box;}

.contact_secretary_grid .secretary_item p {font-size: 18px;line-height: 30px;color: #1a1a1a;}

.contact_secretary_grid .secretary_item .pic {width: 180px;height: 180px;margin-top: 30px;overflow: hidden;}

.contact_secretary_grid .secretary_item .pic img {width: 100%;height: 100%;object-fit: cover;}



.committees_tr {margin-bottom: 80px;}

.committees_tr h3 {font-size: 36px;line-height: 1.2;color: #1a1a1a;}

.committees_tr .commit_grid {display: grid;grid-template-columns: repeat(3,1fr);gap: 20px;margin-top: 45px;}

.committees_tr .commit_grid .commit_item {height: 340px;display: flex;flex-direction: column;justify-content: center;align-items: center;gap: 20px;}

.committees_tr .commit_grid .commit_item .pic {width: 170px;height: 170px;border-radius: 50%;overflow: hidden;}

.committees_tr .commit_grid .commit_item .pic img {width: 100%;height: 100%;object-fit: cover;}

.committees_tr .commit_grid .commit_item a {display: flex;justify-content: center;align-items: center;background-color: #f1f1f1;width: 208px;height: 36px;gap: 5px;font-size: 16px;color: #444;}

.committees_tr .commit_grid .commit_item a:hover {color: var(--primary);}

.committees_tr .commit_grid .commit_item .info h4 {font-size: 24px;color: #0270dc;font-weight: bold;text-align: center;line-height: 35px;}

.committees_tr .commit_grid .commit_item .info p {font-size: 18px;line-height: 27px;color: #444;text-align: center;}





.speaker_wrap {margin-top: 64px;}

.speark_item {display: flex;justify-content: space-between;align-items: flex-start;margin-bottom: 30px;gap: 64px;}

.speark_item .pic {width: 160px;height: 160px;border-radius: 50%;overflow: hidden;}

.speark_item .pic img {width: 100%;height: 100%;object-fit: cover;}

.speark_item .cont {flex: 1;box-shadow: 0px 0px 16px 0px #e3e3e3; background-color: #fff;	border-radius: 16px;padding: 50px 40px;border-left: 5px solid #0270dc;}



.speark_item .cont h4 {font-size: 28px;font-weight: bold;color: #1a1a1a;line-height: 30px;}

.speark_item .cont .desc {font-size: 18px;line-height: 30px;font-style: italic;font-weight: normal;color: #444;}

.speark_item .cont .ui-content {font-size: 16px;line-height: 24px;color: #444;}





.ui-content p {font-size: 18px;color: #444;line-height: 30px;}

.ui-content span {font-weight: bold;}



/* 按钮组 */

.btn-group {display: flex;gap: 12px;margin-bottom: 60px;margin-top: 30px;}

.btn-group .btn {color: white;border-radius: 8px;font-size: 18px;cursor: pointer;display: flex;gap: 5px;justify-content: center;align-items: center;height: 64px;padding: 0 35px;}

.btn-group .btn.blue {background-color:#006fdb;}

.btn-group .btn.blue1 {background-color: #2a5699;}

.btn-group .btn.green {background-color: #a569ff;}





/* 表格 */

.datetable {box-shadow: 0px 3px 16px 0px rgba(209, 209, 209, 0.5);margin-top: 35px;}

.datetable .datehead {display: flex;justify-content: center;align-items: center;padding: 25px 0;font-size: 24px;font-weight: bold;}

.datetable .datetr {display: flex;justify-content: space-between;border-bottom: 1px solid #90a6bd;}

.datetable .datetr:last-child {border-bottom: none;}

.datetable .datetr .dateleft {width: 33%;flex-shrink: 0;padding: 25px 50px;display: flex;align-items: center;border-right: 1px solid #90a6bd;text-align: right;justify-content: flex-end;}

.datetable .datetr .dateright {flex: 1;padding: 25px 50px;display: flex;align-items: center;}

.datetable.blue .datehead {background-color: #0270dc;color: #fff;}

.datetable.blue .datetr:nth-child(2n) {background-color: #e8f2fb;}

.datetable.green .datehead {background-color: #01b17a;color: #fff;}

.datetable.green .datetr:nth-child(2n) {background-color: #e5fff7;}



.flex_table {border: 3px solid #0270dc;margin-top: 30px;}

.flex_table .tr {display: flex;align-items: center;justify-content: space-between;border-bottom: 1px solid #0270dc;font-size: 18px;line-height: 30px;color: #1a1a1a;}

.flex_table .tr.blue {background-color: #0270dc;color: #fff;}

.flex_table .tr .td {flex: 1;padding: 25px 80px;}

.flex_table .tr .td.h {font-size: 24px;line-height: 30px;font-weight: bold;}

.flex_table .tr .td:first-child {border-right: 1px solid #0270dc;}



.flex_venue {display: flex;justify-content: space-between;align-items: flex-start;gap: 80px;}

.flex_venue .pic {width: 482px;height: 350px;overflow: hidden;flex-shrink: 0;}

.flex_venue .pic img {width: 100%;height: 100%;object-fit: cover;}

.flex_venue .cont {flex: 1;}





.track-item {display: flex;border: 1px solid #99bbdd;border-bottom: none;}

.track-item:last-child {border-bottom: 1px solid #99bbdd;}

.track-left {width: 450px;padding: 16px 34px;font-weight: bold;flex-shrink: 0;display: flex;flex-direction: column;border-right: 1px solid #99bbdd;justify-content: center;font-size: 28px;line-height: 30px;}

.track-right {flex: 1;padding: 50px 60px;font-size: 18px;display: flex;flex-direction: column;line-height: 32px;color: #444;}   

/* 各赛道左侧背景色区分 */

.track1 .track-left { background: #eefaff; }

.track2 .track-left { background: #ffffdd; }

.track3 .track-left { background: #edf4fc; }

.track4 .track-left { background: #e8f9e8; }

.track5 .track-left { background: #fff3e8; }

.track6 .track-left { background: #eef6ff; }

.track-num {color: #0066cc;margin-bottom: 20px;}



.date_item {border: 1px solid #a7b9ca;height: 64px;border-bottom: none;display: flex;align-items: center;

justify-content: space-between;}

.date_item:last-child {border: 1px solid #a7b9ca;}

.date_item .date_left {border-right: 1px solid #a7b9ca;height: 100%;width: 27%;flex-shrink: 0;background-color: #f3f7fa;display: flex;justify-content: center;align-items: center;font-size: 18px;color: #333;}

.date_item .date_right {flex: 1;display: flex;justify-content: center;align-items: center;font-size: 18px;color: #333;}



@media screen and (max-width: 1024px) {



    /* 版心 */

    .wrap {width: 100%;padding: 0 15px;}

    .w {width: 100%;padding: 0 15px;}



    /* 头部 */

    .header {height: 64px;}

    .header .logo {height: 33px;}

    .fixed_header {height: 64px;}

    .header .header_nav {display: none;}

    .header .other_header_nav {gap: 0px;}

    .other_header_nav .search_btn {height: 44px;width: 44px;}

    .other_header_nav .classify {display: block;}



    .footer_bottom p {font-size: 14px;line-height: 20px;}



    .padding-100 {padding: 50px 0;}



    /* 首页 */

    .index_swiper {height: auto;}

    .index_about_wrap .index_about_tit {gap:25px}

    .index_about_wrap .index_about_tit h2 {font-size: 30px;}

    .index_about_wrap .index_about_content {font-size: 16px;}

    .index_dates_wrap h2 {margin-bottom: 30px;}

    .index_dates_wrap .index_dates_gird {grid-template-columns: repeat(2,1fr);margin-bottom: 80px;}

    .index_dates_wrap .index_dates_gird .date_item h3 {font-size: 18px;}

    .index_dates_wrap .index_dates_gird .date_item p {font-size: 14px;}

    .index_publication_wrap h2 {font-size: 30px;}

    .index_dates_wrap::after {height: 50px;}



    .index_publication_wrap .index_pub_flex {flex-direction: column;gap: 20px;margin-top: 30px;}

    .index_publication_wrap .index_pub_flex .left .pub_item {height: auto;}

    .index_publication_wrap {padding-bottom: 50px;}

    .index_submission_wrap h3, .index_contact_wrap h3 {font-size: 30px;}

    .index_submission_contact_wrap .w {flex-direction: column;gap: 20px;}

    .index_submission_wrap h3, .index_contact_wrap h3 {margin-bottom: 30px;}

    .index_submission_wrap .btn_wrap a {font-size: 14px;margin-bottom: 30px;}

    .index_submission_wrap p {font-size: 16px;line-height:30px;}

    .index_submission_contact_wrap .index_contact_wrap {width: 100%;}

    

    .date_item {height: auto;}

    .date_item .date_left {width: 50%;padding: 10px;}



    .committees_tr h3 {font-size: 30px;}

    .other_index_wrap {padding: 30px 0;}



    .committees_tr .commit_grid { grid-template-columns: repeat(1, 1fr);margin-top: 30px;}



    .datetable .datehead {text-align: center;}



    .speark_item {flex-direction: column;gap: 30px;}

    .speark_item .pic {width: 100px;height: 100px;}

    .speark_item .cont {padding: 30px;}

    .flex_table .tr .td {padding: 15px;}



    .contact_secretary_grid {grid-template-columns: repeat(1, 1fr);}



    .flex_venue {flex-direction: column;gap: 30px;}

    .flex_venue .pic {width: 100%;height: auto;}



    .track-left {width: 50%;border-right: none;padding: 15px;font-size: 18px;line-height: 1.2;}

    .track-right {padding: 15px;font-size: 14px;line-height: 1.5;}



}