@charset "utf-8";

/* ========== Banner轮播区域 ========== */
.banner-section {
    position: relative;
    width: 100%;
    height: 542px;
    overflow: hidden;
}

.banner-slider {
    position: relative;
    width: 100%;
    height: 496px;
    margin: 0;
    padding: 0;
}

.banner-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 0.8s ease;
    list-style: none;
}

.banner-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(238,238,238,0) 50%, #F8F8F8 100%);
    pointer-events: none;
}

.banner-item.active {
    opacity: 1;
}

.banner-text {
    position: absolute;
    top: 96px;
    left: 50%;
    transform: translateX(-50%);
    background: url(../images/black.png) no-repeat center center;
    background-size: 100% 100%;
    width: 1034px;
    height: 220px;
}

.banner-text img {
    width: 731px;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

/* Banner左右箭头 */
.banner-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    text-align: center;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s;
    border-radius: 50%;
    width: 56px;
    height: 56px;
    text-align: center;
    line-height: 56px;

}
.banner-arrow img{
    width: 20px;
    height: auto;
}
.banner-arrow.banner-prev img{
    transform: rotate(90deg);
}
.banner-arrow.banner-next img{
    transform: rotate(270deg);
}
.banner-arrow:hover {
    background: rgba(0, 0, 0, 0.5);
}

.banner-prev {
    left: 200px;
}

.banner-next {
    right: 200px;
}

/* Banner小圆点 */
.banner-dots {
    position: absolute;
    bottom: 130px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    margin: 0;
    padding: 0;
}

.banner-dots .dot {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0 6px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s;
    list-style: none;
}

.banner-dots .dot.active {
    background: #fff;
}

/* ========== 新闻资讯区域 ========== */
.news-section {
    margin-top: 10px;
    position: relative;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px 0px rgba(215,221,230,0.5);
    border-radius: 8px;
    padding: 20px;
    box-sizing: border-box;
}

.section-title {
    position: relative;
    padding-bottom: 10px;
    border-bottom: 2px solid #DDDDDD;
    margin-bottom: 4px;
}

.section-title .title-text {
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: bold;
    font-size: 22px;
    line-height: 30px;
    color: #0F4C81;
    margin-right: 10px;
    position: relative;
    display: inline-block;
    vertical-align: bottom;
}

.section-title .title-text::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #2161DC;
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: 10px;
}

.section-title .title-en {
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #CCCCCC;
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    min-height: 1em;
}

.section-title .title-en::after {
    content: '';
    display: block;
    width: 4px;
    height: 2px;
    background: #2161DC;
    position: absolute;
    left: -13px;
    top: 100%;
    margin-top: 10px;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
}
.more-link{
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #666666;
    margin-top: 12px;
    position: relative;
    padding-right: 12px; 
}
.section-title .more-link {
    margin-top: 0;
    padding-top: 0;
    line-height: 30px;
}
/* 伪元素画三角 */
.more-link::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 7px solid #666;
  }
/* 新闻轮播 */
.news-slider {
    width: 430px;
    height: 284px;
    overflow: hidden;
    position: relative;
}

.news-slider-wrap {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
}

.news-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease;
    list-style: none;
}

.news-slide.active {
    opacity: 1;
}

.news-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news-dots-box{
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 40px;
    position: absolute;
    bottom: 0;
    line-height: 40px;
    text-align: left;
}
.news-dots-list{
    margin-left: 10px;
}
.news-dots-list li {
   display: none;
}
.news-dots-list li a{
    font-size: 14px;
    color: #FFFFFF;
    max-width: 360px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}
.news-dots-list li a:hover{
    text-decoration: underline;
}
.news-dots-list li.active {
    display: block;
}
/* 新闻轮播小圆圈 */
.news-dots {
    margin-right: 2px;
}

.news-dots .dot {
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #FFFFFF;
    opacity: 0.4;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s;
    list-style: none;
    margin:0 4px;
}

.news-dots .dot.active {
    opacity: 1;
}

/* 新闻列表 */
.news-list {
    width: 730px;
    height: 286px;
    overflow: hidden;
}
.news-tabs{
    background: #F5F6F9;
    padding-left:20px;
}
.news-tabs .tab {
    display: inline-block;
    padding: 10px 16px;
    font-size: 18px;
    color: #000;
    cursor: pointer;
    transition: all 0.3s;
    position: relative;
}
.news-tabs .tab::after{
    content: '';
    display: inline-block;
    width: 1px;
    height: 12px;
    background: #dddddd;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.news-tabs .tab:last-child::after{
    display: none;
}
.news-tabs .tab.active,
.news-tabs .tab:hover {
    font-weight: bold;
    color: #0F4C81;
}

/* 页签对应内容面板：默认隐藏，选中时显示 */
.tab-panel {
    display: none;
    padding-left: 20px;
}
.tab-panel.active {
    display: block;
}

.news-items li {
    height: 40px;
    border-bottom: 1px dashed #DDDDDD;
    line-height: 40px;
    position: relative;
    padding-left: 10px;
}
.news-items li::before{
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #BE956B;;
    border-radius: 50%;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.news-items li a {
    font-size: 14px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 10px;
    display: inline-block;
    max-width: 80%;
}

.news-items li a:hover {
    color: #2161DC;
}

.news-items li .date {
    font-size: 14px;
    color: #777777;
}
.news-list-img {
    margin-top: 15px;
}
.news-list-img li {
    width: 192px;
    height: 86px;
    margin-right: 9.6px;
    float: left;
}
.news-list-img li a {
    width: 100%;
    height: 100%;
}
.news-list-img li a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news-list-img li:last-child {
    margin-right: 0;
}

/* ========== 交易切换（三面板显隐 + 翻牌数字） ========== */
.transaction-switch {
    margin-top: 20px;
    box-sizing: border-box;
}
.transaction-switch .switch-title {
    background: url(../images/title-line.png) no-repeat center;
    background-size: 100% auto;
    min-height: 48px;
    box-sizing: border-box;
    text-align: center;
    line-height: 48px;
}
.transaction-switch .switch-title-inner {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 500px;
    margin: 0 auto;
    line-height: normal;
    text-align: center;
    zoom: 1;
}
.transaction-switch .switch-title-inner:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    visibility: hidden;
}
.transaction-switch .switch-ink {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 3px;
    background: #0F4483;
    border-radius: 2px;
    transition: left 0.45s cubic-bezier(0.4, 0, 0.2, 1), width 0.45s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
}
.transaction-switch .switch-tab {
    float: left;
    width: 33.333%;
    box-sizing: border-box;
    background: none;
    border: none;
    font-size: 20px;
    color: #666666;
    line-height: 1.4;
    cursor: pointer;
    padding-bottom: 5px;
    font-family: inherit;
    transition: color 0.3s, font-weight 0.3s;
    white-space: nowrap;
    text-align: center;
}
.transaction-switch .switch-tab-label {
    display: inline-block;
    vertical-align: bottom;
    white-space: nowrap;
}
.transaction-switch .switch-tab:hover {
    color: #0F4C81;
}
.transaction-switch .switch-tab.is-active {
    color: #0F4C81;
    font-weight: bold;
    font-size: 20px;
}
.transaction-switch .switch-card {
    margin-top: 10px;
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    /* background-image: linear-gradient(180deg, #fff 0%, #f7fbff 100%); */
    position: relative;
    overflow: hidden;
}
.transaction-switch .switch-card::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 114px;
    background: url(../images/wave.png) no-repeat center bottom;
    background-size: 100% 100%;
    pointer-events: none;
}
.transaction-switch .switch-panels {
    position: relative;
    min-height: 108px;
    z-index: 1;
}
.transaction-switch .ts-panel {
    display: none;
    padding: 0 8px;
    box-sizing: border-box;
}
.transaction-switch .ts-panel.is-active {
    display: block;
    animation: tsPanelIn 0.4s ease;
}
@keyframes tsPanelIn {
    from { opacity: 0; transform: translateX(12px); }
    to { opacity: 1; transform: translateX(0); }
}
.transaction-switch .switch-metrics {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin: 0;
    padding: 20px 0 24px;
    list-style: none;
    border-collapse: separate;
    border-spacing: 0;
}
.transaction-switch .metric-col {
    display: table-cell;
    width: 25%;
    vertical-align: top;
    text-align: center;
    position: relative;
    padding: 0 4px;
}
.transaction-switch .metric-col:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 30px;
    background: #DEDEDE;
}
.transaction-switch .metric-value {
    margin-bottom: 6px;
    text-align: center;
    font-size: 0;
}
.transaction-switch .metric-value .ts-odom {
    font-size: 32px;
}
.transaction-switch .metric-value .metric-unit {
    font-size: 18px;
    margin-left: 6px;
}
.transaction-switch .ts-odom {
    display: inline-block;
    vertical-align: baseline;
    font-variant-numeric: tabular-nums;
    perspective: 140px;
}
.transaction-switch .ts-odom-inner {
    display: inline-block;
    line-height: 1;
    font-size: 40px;
    font-weight: 700;
    color: #117CFF;
    transform-style: preserve-3d;
}
.transaction-switch .ts-digit {
    display: inline-block;
    min-width: 0.5em;
    width: 0.6em;
    height: 1em;
    overflow: hidden;
    text-align: center;
    vertical-align: top;
    margin: 0 1px;
}
.transaction-switch .ts-digit.is-flip .ts-roll {
    animation: tsDigitFlip 0.52s ease;
}
.transaction-switch .ts-roll {
    display: block;
    transition: transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform;
}
.transaction-switch .ts-roll span {
    display: block;
    height: 1em;
    line-height: 1;
}
@keyframes tsDigitFlip {
    0% { transform: rotateX(0deg); }
    50% { transform: rotateX(-86deg); }
    100% { transform: rotateX(0deg); }
}
.transaction-switch .ts-odom.is-roll .ts-roll {
    transition: transform 0.72s cubic-bezier(0.2, 0.85, 0.25, 1);
}
.transaction-switch .metric-unit {
    display: inline-block;
    vertical-align: baseline;
    color: #444;
    font-weight: 500;
}
.transaction-switch .metric-label {
    margin: 0;
    font-size: 18px;
    color: #444;
    line-height: 1.4;
}

/* ========== 业务办事入口 ========== */
.entry-section {
    margin-top: 22px;
}
.entry-section .login-title {
    background: url(../images/title-line.png) no-repeat center;
    background-size: 100% auto;
    min-height: 48px;
    box-sizing: border-box;
    text-align: center;
    line-height: 48px;
    font-weight: bold;
    font-size: 22px;
    color: #0F4C81;
    margin-bottom: 10px;
}

.entry-item {
    width: 184px;
    height: 130px;
    background: rgba(113,163,255,0.3);
    border-radius: 12px;
    margin-right: 19px;
    text-align: center;
    float: left;
    position: relative;
}
.entry-item:last-child {
    margin-right: 0;
}
.entry-item img {
    width: 56px;
    height: auto;
    margin-bottom: 20px;
    margin-top: 19px;
}
.entry-item:nth-child(2) img {
    width: 62px;
}
.entry-item:nth-child(3) img {
    width: 54px;
}
.entry-item:nth-child(4) img {
    width: 47px;
}
.entry-item:nth-child(5) img {
    width: 57px;
}
.entry-item:nth-child(6) img {
    width: 36px;
}
.entry-item span {
    font-size: 18px;
    color: #333333;
    position: absolute;
    display: block;
    width: 100%;
    bottom: 16px;
}

/* ========== 交易项目区域 ========== */
.trade-section {
    margin-top: 22px;
    padding: 20px 14px;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px 0px rgba(215,221,230,0.5);
    border-radius: 8px;
    box-sizing: border-box;
}

.trade-project {
    width: 847px;
    height: 422px;
    overflow: hidden;
}
.trade-side-menu ul{
    width: 168px;
}
.trade-side-menu ul li {
    width: 100%;
    height: 40px;
    background: #FFFFFF;
    border-radius: 3px;
    border: 1px solid #DDDDDD;
    margin-bottom: 12px;
}
.trade-side-menu ul li:last-child {
    margin-bottom: 0;
}
.trade-side-menu ul li a {
    font-size: 18px;
    color: #000;
    line-height: 40px;
    padding-left: 10px;
    background-repeat: no-repeat;
    background-position: 13px center;
    background-size: 18px 18px;
    display: block;
    width: calc(100% - 38px);
    height: 100%;
    padding-left: 38px;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;

}
.trade-side-menu ul li:hover,.trade-side-menu ul li.active{
    background: #016FFF;
    border: 1px solid #016FFF;
}
.trade-side-menu ul li:hover a,
.trade-side-menu ul li.active a {
    color: #FFFFFF;
    font-weight: bold;
}

/* 二级菜单图标 */
.trade-side-menu ul li.menu-gcjs a { background-image: url(../images/icons/gcjs.png); }
.trade-side-menu ul li.menu-gcjs a:hover,
.trade-side-menu ul li.menu-gcjs.active a { background-image: url(../images/icons/gcjs_hover.png); }

.trade-side-menu ul li.menu-tdsyq a { background-image: url(../images/icons/tdsyq.png); }
.trade-side-menu ul li.menu-tdsyq a:hover,
.trade-side-menu ul li.menu-tdsyq.active a { background-image: url(../images/icons/tdsyq_hover.png); }

.trade-side-menu ul li.menu-zfcg a { background-image: url(../images/icons/zfcg.png); }
.trade-side-menu ul li.menu-zfcg a:hover,
.trade-side-menu ul li.menu-zfcg.active a { background-image: url(../images/icons/zfcg_hover.png); }

.trade-side-menu ul li.menu-gycq a { background-image: url(../images/icons/gycq.png); }
.trade-side-menu ul li.menu-gycq a:hover,
.trade-side-menu ul li.menu-gycq.active a { background-image: url(../images/icons/gycq_hover.png); }

.trade-side-menu ul li.menu-nccq a { background-image: url(../images/icons/nccq.png); }
.trade-side-menu ul li.menu-nccq a:hover,
.trade-side-menu ul li.menu-nccq.active a { background-image: url(../images/icons/nccq_hover.png); }

.trade-side-menu ul li.menu-kyqjy a { background-image: url(../images/icons/kyqjy.png); }
.trade-side-menu ul li.menu-kyqjy a:hover,
.trade-side-menu ul li.menu-kyqjy.active a { background-image: url(../images/icons/kyqjy_hover.png); }

.trade-side-menu ul li.menu-elym a { background-image: url(../images/icons/elym.png); }
.trade-side-menu ul li.menu-elym a:hover,
.trade-side-menu ul li.menu-elym.active a { background-image: url(../images/icons/elym_hover.png); }

.trade-side-menu ul li.menu-ypcg a { background-image: url(../images/icons/ypcg.png); }
.trade-side-menu ul li.menu-ypcg a:hover,
.trade-side-menu ul li.menu-ypcg.active a { background-image: url(../images/icons/ypcg_hover.png); }

.trade-side-menu ul li.menu-tpfq a { background-image: url(../images/icons/tpfq.png); }
.trade-side-menu ul li.menu-tpfq a:hover,
.trade-side-menu ul li.menu-tpfq.active a { background-image: url(../images/icons/tpfq_hover.png); }

.trade-side-menu ul li.menu-pwq a { background-image: url(../images/icons/pwq.png); }
.trade-side-menu ul li.menu-pwq a:hover,
.trade-side-menu ul li.menu-pwq.active a { background-image: url(../images/icons/pwq_hover.png); }

.trade-side-menu ul li.menu-lqjy a { background-image: url(../images/icons/lqjy.png); }
.trade-side-menu ul li.menu-lqjy a:hover,
.trade-side-menu ul li.menu-lqjy.active a { background-image: url(../images/icons/lqjy_hover.png); }

.trade-side-menu ul li.menu-zscq a { background-image: url(../images/icons/zscq.png); }
.trade-side-menu ul li.menu-zscq a:hover,
.trade-side-menu ul li.menu-zscq.active a { background-image: url(../images/icons/zscq_hover.png); }

.trade-side-menu ul li.menu-ysq a { background-image: url(../images/icons/ysq.png); }
.trade-side-menu ul li.menu-ysq a:hover,
.trade-side-menu ul li.menu-ysq.active a { background-image: url(../images/icons/ysq_hover.png); }

.trade-side-menu ul li.menu-qt a { background-image: url(../images/icons/qt.png); }
.trade-side-menu ul li.menu-qt a:hover,
.trade-side-menu ul li.menu-qt.active a { background-image: url(../images/icons/qt_hover.png); }

.trade-content-right{
    width: 665px;
}


.trade-tabs {
    position: relative;
    width: 100%;
    height: 40px;
    background: #F5F6F9;
    line-height: 40px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.trade-tabs::-webkit-scrollbar {
    display: none;
}
.trade-tabs::before {
    content: '';
    display: inline-block;
    position: sticky;
    left: 0;
    width: 0;
    height: 40px;
    vertical-align: top;
    box-sizing: border-box;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s;
    z-index: 2;
}
.trade-tabs.can-scroll-left::before,
.trade-tabs.can-scroll-right::before {
    width: 13px;
    height: 40px;
    background: url(../images/left-arrow.png) no-repeat center center;
}
.trade-tabs.can-scroll-left::before {
    opacity: 1;
    pointer-events: auto;
}
.trade-tabs::after {
    content: '';
    display: inline-block;
    position: sticky;
    right: 0;
    width: 0;
    height: 40px;
    vertical-align: top;
    box-sizing: border-box;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s;
    z-index: 2;
}
.trade-tabs.can-scroll-left::after,
.trade-tabs.can-scroll-right::after {
    width: 13px;
    height: 40px;
    background: url(../images/right-arrow.png) no-repeat center center;
}
.trade-tabs.can-scroll-right::after {
    opacity: 1;
    pointer-events: auto;
}

.trade-tabs .tab {
    display: inline-block;
    padding: 0px 15px;
    font-size: 18px;
    color: #000000;
    cursor: pointer;
    transition: all 0.3s;
    position: relative;
}
.trade-tabs .tab::after{
    content: '';
    display: inline-block;
    width: 1px;
    height: 12px;
    background: #DDDDDD;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.trade-tabs .tab:last-child::after{
    display: none;
}
.trade-tabs .tab.active,
.trade-tabs .tab:hover {
    font-weight: bold;
    font-size: 18px;
    color: #0F4C81;
}
/* 交易信息一级面板：按一级页签切换 */
.trade-level1-panel {
    display: none;
}
.trade-level1-panel.active {
    display: block;
    color: #016FFF;
}


/* 服务资讯 */
.service-info {
    width: 310px;
}

.service-info-list {
    display: flex;
    flex-wrap: wrap;
}

.info-item {
    width: 148px;
    height: 114px;
    background: #F5F6F9;
    border-radius: 2px;
    transition: all 0.3s;
    margin-bottom: 10px;
    border: 1px solid #F5F6F9;
    text-align: center;
    line-height: 180px;
    background-repeat: no-repeat;
    background-position: center 25px;
    background-size: 41px 41px;
}
.info-item.qzqd {
    background-image: url(../images/icons/qzqd.png);
}
.info-item.qzqd:hover {
    background-image: url(../images/icons/qzqd_hover.png);
}

.info-item.jyml {
    background-image: url(../images/icons/jyml.png);
}
.info-item.jyml:hover {
    background-image: url(../images/icons/jyml_hover.png);
}
.info-item.jylc {
    background-image: url(../images/icons/jylc.png);
}
.info-item.jylc:hover {
    background-image: url(../images/icons/jylc_hover.png);
}
.info-item.cjwt {
    background-image: url(../images/icons/cjwt.png);
}
.info-item.cjwt:hover {
    background-image: url(../images/icons/cjwt_hover.png);
}
.info-item.hqzc {
    background-image: url(../images/icons/hqzc.png);
}
.info-item.hqzc:hover {
    background-image: url(../images/icons/hqzc_hover.png);
}
.info-item.lxwm {
    background-image: url(../images/icons/lxwm.png);
}
.info-item.lxwm:hover {
    background-image: url(../images/icons/lxwm_hover.png);
}
.info-item:nth-child(2n+1){
    margin-right: 10px;
}
.info-item:last-child,.info-item:nth-last-child(2) {
    margin-bottom: 0;
}

.info-item span {
    font-size: 16px;
    color: #000000;
}

.info-item:hover {
    background: #016FFF;
    border: 1px solid rgba(255,255,255,0.6);
    background-repeat: no-repeat;
    background-position: center 25px;
    background-size: 41px 41px;
}

.info-item:hover span {
    color: #FFFFFF;
}

/* ========== 今日统计区域 ========== */
.today-section {
    margin-top: 25px;
}
.today-list-box {
    width: 858px;
}

.focus-trade-box {
    width: 328px;
}
.today-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 8px;
    padding: 0 8px;
    background: #EBEBED;
    table-layout: fixed;
}
.today-table th{
 padding: 3px 8px;
 font-size: 14px;
 color: #666666;
 font-style: normal;
 text-align: left;
}
.today-table td {
    font-size: 16px;
    color: #333333;
    padding:9px;
    background: #FFFFFF;
    text-align: left;
    width: calc(100% - 28px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.today-table td a {
    color: #333333;
    display: inline-block;
    width: calc(100% - 28px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.today-table tbody tr:hover td,.today-table tbody tr:hover td a {
    color: #2161DC;
}

.focus-list {
    width: 328px;
}

.focus-item {
    width: 100%;
    /* height: 124px; */
    display: block;
    position: relative;
    margin-bottom: 26px;
    border-radius: 8px;
}
.focus-item:last-child {
    margin-bottom: 0;
}
.focus-item img {
    width: 320px;
    height: auto;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.focus-item:nth-child(1):hover img {
    box-shadow: 0 2px 8px #8A94FF;
}
.focus-item:nth-child(2):hover img {
    box-shadow: 0 2px 8px #A5BBDC;
}
.focus-item:nth-child(3):hover img {
    box-shadow: 0 2px 8px #A1CFDB;
}

.focus-item span {
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: bold;
    font-size: 16px;
    color: #444444;
    position: absolute;
    left: 50%;
    top:35px;
    transform: translateX(-50%);
}
.focus-item:hover span {
    color: #3A7AF6;
}

/* ========== 交易大数据区域 ========== */
.bigdata-section {
   background: url(../images/bg.png) no-repeat center center;
   background-size: 100% 100%;
   width: 100%;
   height: auto;
   min-height: 1120px;
   margin-top: 17px;
}
.bigdata-tabs {
    list-style: none;
    margin: 8px 0 12px;
    padding: 0;
    float: right;
}
.bigdata-tabs .bigdata-tab {
    float: left;
    margin: 0 0 0 -1px;
    padding: 8px 18px;
    min-height: 36px;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #D9D9D9;
    font-size: 16px;
    line-height: 20px;
    color: #333;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.bigdata-tabs .bigdata-tab:first-child {
    margin-left: 0;
}
.bigdata-tabs .bigdata-tab:hover {
    color: #016FFF;
}
.bigdata-tabs .bigdata-tab.active {
    position: relative;
    z-index: 2;
    background: #016FFF;
    color: #fff;
    border-color: #016FFF;
}
.bigdata-tabs .bigdata-tab.active:hover {
    color: #fff;
}
.bigdata-stats {
    clear: both;
    margin-top: 26px;
    height: 124px;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px 0px rgba(215,221,230,0.5);
    border-radius: 12px;
    border: 2px solid rgba(255,255,255,0.5);
}

.stat-item {
    float: left;
    width: calc(100% / 3);
    height: 100%;
}

.stat-icon {
    margin-right: 10px;
    margin-left: 48px;
    margin-top: 39px;
    width: 52px;
    height: 52px;
}

.stat-icon img {
    width: 100%;
    height: 100%;
}
.stat-info{
    margin-top: 30px;
}
.stat-label {
    font-size: 16px;
    color: #333333;
    margin-bottom: 8px;
}

.stat-value {
    font-weight: bold;
    font-family: Arial, Arial;
    font-size: 40px;
    color: #333333;
}

.monitor-box {
    margin-top: 20px;
}
.monitor-chart-box,.monitor-pie-box,.double-chart-box{
    height: 408px;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px 0px rgba(186, 193, 204, 0.5);
    border-radius: 12px;
    border: 2px solid rgba(255,255,255,0.5);
    padding: 24px 22px;
    box-sizing: border-box;
}
.monitor-chart-box {
    width: 629px;
    
}

.monitor-pie-box {
    width: 545px;
}
.double-chart-box{
    height: 441px;
    width: 100%;
}
.chart-title {
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    position: relative;
    padding-left: 8px;
}
.chart-title::after{
    content: '';
    display: inline-block;
    width: 4px;
    height: 16px;
    background: #0071FE;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.chart-container {
    width: 100%;
    height: calc(100% - 40px);
}

/* ========== 政策法规、下载中心区域 ========== */
.law-download-section {
    margin-top: 20px;
}

.law-list-box, .download-box {
    width: 591px;
    height: 381px;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px 0px rgba(215,221,230,0.5);
    border-radius: 8px;
    border: 2px solid rgba(255,255,255,0.5);
    padding: 10px;
    box-sizing: border-box;
    overflow: hidden;
}
.download-box .section-title{
    margin-bottom: 15px;
}
.law-tabs-list{
    border-bottom: 1px solid #D2D2D2;
    margin-bottom: 10px;
}
.law-tabs-list li{
    float: left;
    font-size: 14px;
    color: #333333;
    line-height: 22px;
    padding: 0 10px 5px 10px;
    cursor: pointer;
    transition: all 0.3s;
}
.law-tabs-list li.active,
.law-tabs-list li:hover {
    font-weight: bold;
    font-size: 14px;
    color:  #0F4C81;
    position: relative;
}
.law-tabs-list li.active::after,.law-tabs-list li:hover::after{
    content: '';
    display: inline-block;
    width: 100%;
    height: 3px;
    background: #1890FF;
    border-radius: 2px 2px 0px 0px;;
    position: absolute;
    bottom: 0;
    left: 0;
}
.law-tabs {
    margin-bottom: 15px;
}

.law-tabs .tab {
    display: inline-block;
    padding: 6px 10px;
    margin-right: 10px;
    font-size: 14px;
    color: #222222;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    cursor: pointer;
    transition: all 0.3s;
}

.law-tabs .tab.active,
.law-tabs .tab:hover {
    color: #fff;
    background: #016FFF;
    font-weight: bold;
    border: 1px solid #016FFF;
}
/* 政策法规一级面板：按一级页签切换 */
.law-level1-panel {
    display: none;
}
.law-level1-panel.active {
    display: block;
}


/* ========== 专题专栏区域 ========== */
.special-section {
    margin-top: 30px;
}
.special-title{
    background: url(../images/title-line.png) no-repeat center;
    background-size: 100% auto;
    min-height: 48px;
    box-sizing: border-box;
    text-align: center;
    line-height: 48px;
    font-weight: bold;
    font-size: 22px;
    color: #0F4C81;
    margin-bottom: 10px;
}

.special-list {
    margin-top: 20px;
    margin-bottom: 40px;
}
.special-item {
    display: inline-block;
    width: 285px;
    height: 107px;
    margin-right: 16px;
    margin-bottom: 20px;
    position: relative;
}
.special-item:nth-child(4n) {
    margin-right: 0;
}
.special-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* ========== 回到顶部 ========== */
.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 100px;
    width: 90px;
    height: 80px;
    cursor: pointer;
    display: none;
    z-index: 100;
    transition: all 0.3s;
}

.back-to-top img {
    width: 100%;
    height: 100%;
}

.back-to-top.show {
    display: block;
}


 /* 无数据状态 */
.no-data {
    text-align: center;
    margin-top: 100px;
}
.no-data img {
    width: 143px;
    height: 107px;
    margin: 0 auto 16px;
}
.no-data p {
    font-size: 14px;
    color: #444444;
}

.news-no-data{
    text-align: center;
    margin-top: 30px;
}
.news-no-data img {
    width: 100px;
    height: auto;
}
.news-no-data p {
    font-size: 14px;
    color: #444444;
}