/**reset s*/
* {
    box-sizing: border-box;
}
html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
    margin: 0;
    padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 500;
}
fieldset,
img {
    border: none;
}
img {
    border: 0;
}
address,
caption,
cite,
code,
dfn,
var,
em,
i,
sub,
sup {
    font-style: normal;
    font-weight: normal;
}
ul,
ol {
    list-style: none;
}
input {
    padding-top: 0;
    padding-bottom: 0;
    outline: none;
}
select,
input {
    vertical-align: middle;
}
textarea {
    resize: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
body {
    color: #333;
    font: 18px/1.5 "microsoft yahei";
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow-x: hidden;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
    clear: both;
}
.clearfix {
    zoom: 1;
}
.clr {
    display: block;
    overflow: hidden;
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}
a {
    color: #333;
    text-decoration: none;
    outline: none;
}
a:visited,
a:focus,
a:hover {
    outline: none;
    text-decoration: none;
}
a:hover {
    color: #0c63a8;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.w {
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
}
.color-1 {
    color: #0c63a8 !important;
}
.mt20 {
    margin-top: 20px !important;
}
.mt50 {
    margin-top: 50px;
}
.mt120 {
    margin-top: 120px;
}
.mb10 {
    margin-bottom: 10px;
}
.mb30 {
    margin-bottom: 30px;
}
.ml10 {
    margin-left: 10px !important;
}
.ml20 {
    margin-left: 120px !important;
}
.pr {
    position: relative;
}

.text-left {
    text-align: left !important;
}

.text-center {
    text-align: center !important;
}
/*reset e*/
/*.page-* s*/

.bynrsrmzf {
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: rgb(12, 99, 168);
    line-height: 2.438;
    text-align: left;
    position: absolute;
    left: 344px;
    top: 42.777px;
}
.page-header {
    height: 430px;
    max-width: 100%;
    min-width: 1280px;
    position: relative;
}
.top-image {
    height: 430px;
    width: 100%;
}
.page-swiper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:100%;
    overflow: hidden;
    z-index: -1;
}

.page-head {
    min-width: 1280px;
    max-width: 100%;
}
.page-head .inner {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.page-head .toplogo{
  padding-top: 120px;
  text-align: center;
}

.page-head .inner .left {
    display: flex;
    align-items: center;
    gap: 20px;
}
.welcome {
    display: flex;
    margin-top: 12px;
    font-size: 16px;        
    font-family: "Microsoft YaHei";  
    color: #0c63a8!important;
    line-height: 1.2;     
    justify-content: center;  
    align-content: center; 
}

.welcomeTitle{
    margin-left: 10px;
    font-size: 16px;       
    color: #0c63a8!important;
    justify-content: center;  
    align-content: center; 
}
.page-head .inner .right {
    display: flex;
    align-items: center;
    margin-left: auto;
    gap: 20px;
}
.page-head .inner .right .accessible {
    display: flex;
    align-items: center;
    margin-right: 15px;
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: #0c63a8;
}
.page-head .inner .right .accessible:hover {
    text-decoration: underline;
}
.page-head .inner .right .accessible span {
    font-size: 13px;
    color: #333;
    margin-left: 5px;
}
.page-head .inner .right .senior {
    font-size: 13px;
    height: 22px;
    line-height: 22px;
    color: #fff;
    padding: 0 15px;
    background: #0c63a8;
    border-radius: 100px;
}
.page-head .inner .right .senior:hover {
    text-decoration: underline;
}

.page-head .inner .logo h1 a {
    display: block;
}
.page-head .inner .search-wrap {
position: absolute;
left: 50%;
transform: translateX(-50%);
margin-top: 295px;
align-self: normal;
display: flex;
width: 400px;
height: 48px;
border-radius: 9999px;   /* 最强半圆，不用算 */
background: #ffffff;     /* 必须加背景！ */
overflow: hidden;        /* 防止内容盖住圆角 */
margin-right: 37px;
    
}
.page-head .inner .search-wrap .search-ipt {
    flex: 1;
    border: 1px solid #ffffff;
    border-right: 0;
    padding: 0 15px;
    font-size: 16px;
    
    color: #333;
}
.page-head .inner .search-wrap .search-ipt::-webkit-input-placeholder {
    color: #ccc;
}
.page-head .inner .search-wrap .search-btn {
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    background-color: #0c63a8;
    cursor: pointer;
}
.page-head .inner .search-wrap .search-btn:hover {
    background: #1981c9;
}
.page-nav {
    max-width: 100%;
    min-width: 1280px;
    background: #0c63a8;
    overflow: visible !important; 
}
.page-nav .inner {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: visible !important;
    height: 70px; 
}
.page-nav .inner .item {
    position: relative;
    height: 70px; /* 正常高度不变 */
    display: flex;
    align-items: center;
    overflow: visible !important;
}
.page-nav .inner .item:hover::before,
.page-nav .inner .item.active::before {
    content: "";
    position: absolute;
    left: 0;
    top: 37%;
    transform: translateY(-50%);
    width:  157px;
    height: 87px;
    background-image: url(../img/img-96.svg);
}
.page-nav .inner .item:hover .far-a span {
    /* color: #0c63a8; */
}
.page-nav .inner .item .far-a {
    height: 70px;
    padding: 0 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    position: relative;
    z-index: 2;
}
.page-nav .inner .item .far-a .txt {
    font-size: 24px;
    font-family: "Microsoft YaHei", sans-serif;
    color: #fff;
    line-height: 1.4;
    text-align: right;    
}

.footer-line {
    max-width: 100%;
    height: 1px;
    min-width: 1280px;
    background-color: #0c63a8;
}
.footer-end {
    max-width:100%;
    height: 50px;
    min-width: 1280px;
    background-color: #0c63a8;
}
.page-footer {
    min-width: 1280px;
    background:  #ffffff;
}
.page-footer .copyright {
    padding: 26px 0;
    overflow: hidden;
}
.page-footer .copyright .sec1 {
    margin: 0 30px 0 53px;
    float: left;
    width: 94px;
}
.page-footer .copyright .sec1 a {
    display: block;
    margin: 0 auto 10px;
}
.page-footer .copyright .sec1 a:last-of-type {
    margin-bottom: 0px;
}
.page-footer .copyright .sec1 a img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}
.page-footer .copyright .sec2 {
    float: left;
    padding-right: 20px;
    border-right: 1px solid #3c8fc9;
    margin-right: 20px;
}
.page-footer .copyright .sec2 a {
    font-size: 16px;
    margin-bottom: 20px;
    display: block;
    color:black;
    white-space: nowrap;
}
.page-footer .copyright .sec2 a:last-of-type {
    margin-bottom: 0px;
}
.page-footer .copyright .sec3 {
    float: left;
}
.page-footer .copyright .sec3 p {
    margin-bottom: 20px;
    line-height: 1;
}
.page-footer .copyright .sec3 p span {
    font-size: 16px;
    color: black ;
    margin-right: 15px;
    line-height: 1.5;
}
.page-footer .copyright .sec3 p a {
    font-size: 16px;
    color:black ;
    margin-right: 15px;
    line-height: 1.5;
}
.page-footer .sec4 {
    float: left;
    margin-left: 30px;
}
.page-footer .sec4 img {
    width: 74px;
    height: 74px;
    display: block;
    margin-bottom: 5px;
}
.page-footer .sec4 p {
    text-align: center;
    color: black ;
    font-size: 16px;
}
.page-footer .sec5 {
    float: right;
}
.page-footer .friend-link {
    border-bottom: 1px solid rgba(153, 153, 153, 0.3);
}
.page-footer .friend-link ul {
    text-align: center;
    font-size: 0;
}
.page-footer .friend-link .item {
    margin: 0 30px;
    display: inline-block;
}
.page-footer .friend-link .item .btn {
    cursor: pointer;
    height: 64px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
}
.page-footer .friend-link .item .btn span,
.page-footer .friend-link .item .btn a {
    font-size: 18px;
    color:black ;
    display: block;
    height: 64px;
    line-height: 64px;
}
.page-footer .friend-link .item.show .btn {
    background: #fff;
}
.page-footer .friend-link .item.show .btn span {
    color: black ;
}
.ft-listWrap {
    position: absolute;
    bottom: 100%;
    left: 0;
    background-color:  #fff;
    width: 1280px;
    padding: 21px 30px;
    display: none;
    z-index: 9999;
}
.ft-listWrap .list {
    font-size: 0;
    max-height: 250px;
    min-height: 111px;
    text-align: left;
}
.ft-listWrap .list a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    color: black ;
    display: inline-block;
    margin: 5px 24px 5px 0;
}
.ft-listWrap .list a:hover {
    text-decoration: underline;
}
.page-crumbs-bar {
    line-height: 1;
    font-size: 16px;
    color: #999;
    margin-top: 40px;
    margin-bottom: 40px;
}
.page-crumbs-bar img {
    display: inline-block;
    vertical-align: middle;
}
.page-crumbs-bar .trs-crumbsbar {
    color: #e9e9e9;
}
.page-crumbs-bar em {
    color: #333;
}
.page-crumbs-bar .CurrChnlCls {
    color: #333;
}
.page-crumbs-bar .CurrChnlCls:hover {
    color: #0c63a8;
}
.page-left {
    width: 222px;
    float: left;
    margin-bottom: 40px;
}
.page-right {
    float: right;
    width: 1010px;
    margin-bottom: 20px;
    min-height: 500px;
}
.page-submenu{
    border: 1px solid #CEE3F5;
}
.page-submenu h3 {
    height: 81px;
    vertical-align: middle;
    /**  line-height: 72px;
 /** line-height: 60px;*/
    display: table-cell;
    font-size: 30px;
    color: #fff;
    text-align: center;
 /** overflow: hidden;
    white-space: nowrap;*/
    text-overflow: ellipsis;
    padding: 20px 50px;
    background: #0C63A8;
    margin-bottom: 12px;
    width: 222px;
    font-weight: 700;
}
.page-submenu .ul {
    background: #f5faff;
    padding: 0 10px;
}
.page-submenu .ul .ullia {
    display: block;
    overflow: hidden;
    /**white-space: nowrap;
    text-overflow: ellipsis;*/
    padding: 20px 10px;
    text-align: center;
    cursor: pointer;
    /* color: #0C63A8; */
    font-size: 26px;
    font-weight: 400;
    color: #4d4d4d;
    transition: none;
    border-top: 1px solid #80afd3;
}
.page-submenu .ul li:last-child{
    border:none
}
.page-submenu .ul .ulli.active .ullia {
    background-image: url(../img/img-36.jpg);
}
.page-page {
    text-align: center;
    padding: 60px 0;
    font-size: 16px;
    color: #444;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-page strong {
    color: #222;
}
.page-page a {
    display: inline-block;
    border: 1px solid #ddd;
    color: #444;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    cursor: pointer;
    margin: 0 4px;
}
.page-page a:hover {
    border-color: #0f61c1;
    background-color: #0c63a8;
    color: #fff;
}
.page-page a.gray {
    display: inline-block;
    border: 1px solid #ddd;
    color: #ddd;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    cursor: not-allowed;
    background: #fff;
}
.page-page a.currpage {
    border-color: #0f61c1;
    background-color: #0c63a8;
    color: #fff;
}
.page-page .ipt {
    height: 30px;
    line-height: 30px;
    border: 1px solid #ddd;
    color: #444;
    font-size: 16px;
    display: inline-block;
    outline: none;
    padding: 0 3px;
    width: 50px;
    text-align: center;
    margin-left: 4px;
    margin-right: 4px;
}
.page-page .okbtn {
    height: 30px;
    line-height: 30px;
    border: 1px solid #ddd;
    font-size: 15px;
    display: inline-block;
    outline: none;
    padding: 0 3px;
    width: 50px;
    text-align: center;
    margin-left: 4px;
    margin-right: 4px;
    cursor: pointer;
    border-color: #0f61c1;
    background-color: #0c63a8;
    color: #fff;
    border-radius: 0;
    -webkit-appearance: none;
}
.page-page .okbtn:hover {
    opacity: 0.85;
}
.page-title {
    border-bottom: 1px solid #ddd;
}
.page-title .title {
    height: 54px;
    line-height: 66px;
    display: flex;
    align-items: center;
}
.page-title .title img {
    margin-right: 10px;
}
.page-title .title span {
    font-size: 24px;
    color: #0C63A8;
    margin-right: 10px;
    background-image: url("../img/img-05.svg");
    background-position: center bottom;
    background-repeat: no-repeat;
}
/*.page-* e*/
.index-stateNews {
    margin-top: 34px;
    display: flex;
    justify-content: space-between;
}
.index-stateNews .index-focus {
    width: 600px;
    height: 338px;
    overflow: hidden;
    position: relative;
    --swiper-pagination-bullet-size: 12px;
    --swiper-pagination-bullet-inactive-color: #fff;
    --swiper-pagination-bullet-inactive-opacity: 1;
    --swiper-pagination-color: #0c63a8;
}
.index-stateNews .index-focus .swiper-slide img {
    width: 100%;
    height: 100%;
}
.index-stateNews .index-focus .title {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 44px;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    z-index: 998;
}
.index-stateNews .index-focus .title ul {
    flex: 1;
    height: 100%;
    position: relative;
    z-index: 999;
    overflow: hidden;
}
.index-stateNews .index-focus .title ul li {
    line-height: 44px;
}
.index-stateNews .index-focus .title ul li a {
    display: block;
    padding: 0 15px;
    font-size: 20px;
    color: #fff;
}
.index-stateNews .index-focus .title .swiper-pagination {
    position: static;
    width: auto;
    margin-right: 24px;
}
.index-stateNews .index-focus .title .swiper-pagination .swiper-pagination-bullet {
    border-radius: 50%;
}
.index-stateNews .tabs {
    width: 640px;
    height: 338px;
}
.index-stateNews .tabs .hd {
    display: flex;
    justify-content: space-between;
    margin-bottom: 21px;
}
.index-stateNews .tabs .hd .tab-nav {
    display: flex;
}
.index-stateNews .tabs .hd .tab-nav .item a {
    padding: 0 16px;
    font-size: 22px;
    color: #333;
 
}
.index-stateNews .tabs .hd .tab-nav .item.active a {
    font-weight: 700;
    border-bottom: none; /* 去掉原来的线 */
    padding-bottom: 10px;
    background-image: url("../img/img-05.svg");
    background-repeat: no-repeat;
    background-position: center bottom; /* 放在正下方居中 */
}
.index-stateNews .tabs .hd .more-box {
    flex: 1;
    padding-left: 10px;
    text-align: right;
}
.index-stateNews .tabs .hd .more-box .more-btn {
    font-size: 16px;
    color: #999;
    display: none;
}
.index-stateNews .tabs .tab-swiper .swiper-slide .list .it {
    padding: 11px 0;
}
.index-stateNews .tabs .tab-swiper .swiper-slide .list .it a {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 16px;
}
.index-stateNews .tabs .tab-swiper .swiper-slide .list .it a:before {
    content: "";
    width: 8px;
    height: 8px;
    background: #ddd;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
}
.index-stateNews .tabs .tab-swiper .swiper-slide .list .it a .tl {
    flex: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
    overflow: hidden;
}
.index-stateNews .tabs .tab-swiper .swiper-slide .list .it a .date {
    width: 110px;
    text-align: right;
    color: #ccc;
}
.index-stateNews .tabs .tab-swiper .swiper-slide .list .it a:hover:before {
    background: #0c63a8;
}
.index-stateNews .tabs .tab-swiper .swiper-slide .list .it a:hover .tl {
    color: #0c63a8;
}
.index-stateNews .tabs .tab-swiper .swiper-slide .list .it a:hover .date {
    color: #0c63a8;
}

/*.party-* e*/
.index-party { 
    height: 538px;
    /* margin-top: 34px; */
    display: flex;
    background: #fff;
    justify-content: center;
    align-content: center; 
}
.index-party .index-focus {
    width: 391px;  
    height: 467px;
    margin-top: 30px;
    /* 你的红色背景图 */
    background-image: url("../img/img-21.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 110px 25px 30px; 
    box-sizing: border-box;
}

.index-party .index-focus .party-list{
    list-style: none;
    padding: 0;
    background: #fff;
    margin: 0;
}

.index-party .index-focus .party-list li {
    border-bottom: 1px dashed #ccc;
    padding: 14px 0 ;
}

.index-party .index-focus .party-list li a {
    color: #333;
    line-height: 1.6;
    text-decoration: none;
}

.index-party .tabs {
    margin-top: 14px;
    padding-left: 40px;
    /* width: 810px; */
}
.index-party .tabs .hd {
    display: flex;
    justify-content: space-between;
    margin-bottom: 11px;
}
.index-party .tabs .hd .tab-nav {
    display: flex;
}
.index-party .tabs .hd .tab-nav .item a {
    font-size: 22px;
    height: 52px;
    line-height: 52px;
    color: #333;
    display: block;
}
.index-party .tabs .hd .tab-nav .item.active a {
    font-weight: 700;
    border-bottom: none; /* 去掉原来的线 */
    padding-bottom: 10px;
    background-image: url("../img/img-05.svg");
    background-repeat: no-repeat;
    height: 50px;
    background-position: center bottom; /* 放在正下方居中 */
}
.index-party .tabs .hd .more-box {
    flex: 1;
    background: #fff;
    padding-left: 10px;
    line-height: 52px;
    text-align: right;
}
.index-party .tabs .hd .more-box .more-btn {
    font-size: 16px;
    color: #999;
    display: none;
}

/* 新闻卡片区块 */
.index-party .news-section {
    width: 100%;
    padding: 22px 0;
}
.index-party .news-section .news-list {
    display: flex;
    gap: 22px;
}
.index-party .news-section .news-list  .party-item {
    flex: 1;
    border: 1px solid #e1e1e1;
    background: #fff;
    transition: all 0.3s; /* 动画效果 */
    cursor: pointer;
}
.index-party .news-section .news-list  .party-item .news-link {
    display: block;
    padding: 24px;
    text-decoration: none;
    width: 244px;
    height: 282px;
    position: relative;
    z-index: 1;
}

/* 标题 */
.index-party .news-section .news-list  .party-item .news-link .news-title {
    font-size: 22px;
    line-height: 1.5;
    color: #333;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* 图片 */
.index-party .news-section .news-list  .party-item .news-link .news-img {
    width: 100%;
    margin-bottom: 18px;
}
.index-party .news-section .news-list  .party-item .news-link .news-img img {
    width: 216px;
    height: 122px;
    display: block;
}

/* 日期 */
.index-party .news-section .news-list  .party-item .news-link .news-date {
    font-size: 18px;
    color: #999;
    text-align: right;
}

/* ---------------------- */
/* 高亮状态（蓝色卡片） */
/* ---------------------- */
.index-party .news-section .news-list .party-item.active {
    background-color: #0c63a8;
    border-color: #0c63a8;
}
 .index-party .news-section .news-list .party-item.active .news-title,
.index-party .news-section .news-list  .party-item.active .news-date {
    color: #fff;
}

/* ---------------------- */
/* 悬浮 HOVER 效果 ✅ */
/* ---------------------- */
.index-party .news-section .news-list  .party-item:hover {
    background-color: #0c63a8;
    border-color: #0c63a8;
    transform: translateY(-4px); /* 轻微上浮 */
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}
.index-party .news-section .news-list  .party-item:hover .news-title,
.index-party .news-section .news-list  .party-item:hover .news-date {
    color: #fff;
}

/* ======================
     右侧下：4个导航按钮
     使用你给的粉色背景图
====================== */
.index-party .tabs .party-nav {
    display: flex;
    gap: 20px;
}

.index-party .tabs .party-nav .nav-item {
    flex: 1;
    height: 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 14px;
    position: relative;
}

/* 图标容器 */
.card-text {
    font-size: 18px;
    font-family: "Microsoft YaHei", sans-serif;
    color: #333;
    font-weight: bold;
    line-height: 1.56;
    text-align: center; /* 原本居中 */
    position: relative; 
    left: -17px; 
    z-index: 282;
}
.party-icon {
    width: 180px;
    height: 88px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 0px;   /* 靠右边 */
    bottom: 0px;  /* 靠底边 */
} 
.icon-15 {
    background-image: url("../img/img-15.png");
}

.icon-16 {
    background-image: url("../img/img-16.png");
}

.icon-17 {
    background-image: url("../img/img-17.png");
}

.icon-18 {
    background-image: url("../img/img-18.png");
}


/*policy*/
.index-policy {
    border: 1px solid #e1e1e1;
    margin-top: 90px;
    display: flex;
    justify-content: space-between;
}

.index-policy .index-focus {
    width: 600px;
    height: 120px;
    display: flex;
    align-items: center; /* 垂直居中对齐 */
    gap: 10px; /* 三个元素之间的间距 */
    padding: 10px 0;
}

.index-policy .index-focus .search-ipt {
    flex: 1; /* 关键：占满中间剩余空间，自适应宽度 */
    padding: 10px 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
}
.index-policy .index-focus .search-ipt::-webkit-input-placeholder {
    color: #ccc;
}
.index-policy .index-focus .search-btn {
    padding: 10px 25px;
    background-color: #0c63a8; /* 和你截图一致的蓝色 */
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
}
.index-policy .index-focus .search-btn:hover {
    background: #1981c9;
}

.index-policy .service-box {
    width: 640px;
    height: 120px;
    display: flex;
    align-items: center; /* 垂直居中对齐 */
    gap: 10px; /* 三个元素之间的间距 */
    padding: 10px 0;
}


/* 卡片组：两个模块横向排列，自动均分 */
.card-group {
    display: flex;
    gap: 20px; /* 两个卡片之间的间距 */
    align-items: center; /* 垂直居中对齐 */
}

/* 单个卡片：和截图一致的浅灰背景 */
.service-card {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px; /* 文字和图标之间的间距 */
    flex: 1; /* 两个卡片宽度自动均分 */
    background-color: #f5f5f5;
    padding: 25px 15px;
    text-decoration: none; /* 去掉链接下划线 */
    color: #333;
    font-size: 18px;
    font-weight: 500;
    width: 295px;
    height: 60px;
    position: relative;
}

/* 图标容器 */
.card-icon {
    width: 35px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.7; 
    position: absolute;
    right: 6px;   /* 靠右边 */
    bottom: 3px;  /* 靠底边 */
}

/* 政府公报的数据库图标 */
.icon-db {
    background-image: url("../img/img-30.png");
}

/* 财政预决算的钱币图标 */
.icon-money {
    background-image: url("../img/img-31.png");
}

/* 鼠标悬浮效果（可选） */
.service-card:hover {
    background-color: #eee;
}
.service-card:hover .card-icon {
    opacity: 1;
}

/*service*/
.index-service {
    margin-top: 80px;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
}
.index-service .index-focus {
    width: 632px;
    padding: 30px;
    /* height: 406px; */
    /* position: relative; */
}

.index-service .index-focus .hd {
    display: flex;
    justify-content: space-between;
    margin-bottom: 11px;
}
.index-service .index-focus .hd .tab-nav {
    display: flex;
}
.index-service .index-focus .hd .tab-nav .item a {
    padding: 0 13px;
    font-size: 22px;
    height: 52px;
    line-height: 52px;
    color: #333;
    display: block;
}

.index-service .index-focus .hd .tab-nav .item.active a {
    font-weight: 700;
    border-bottom: none; /* 去掉原来的线 */
    padding-bottom: 10px;
    background-image: url("../img/img-05.svg");
    background-repeat: no-repeat;
    height: 50px;
    background-position: center bottom; /* 放在正下方居中 */
}

.index-service .index-focus .hd .more-box {
    flex: 1;
    background: #fff;
    padding-left: 10px;
    line-height: 52px;
    text-align: right;
}
.index-service .index-focus .hd .more-box .more-btn {
    font-size: 16px;
    color: #999;
    display: none;
}
.index-service .index-focus .tab-swiper .swiper-slide .list .it {
    padding: 12px 0;
}
.index-service .index-focus .tab-swiper .swiper-slide .list .it a {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 16px;
}
.index-service .index-focus .tab-swiper .swiper-slide .list .it a:before {
    content: "";
    width: 8px;
    height: 8px;
    background: #ddd;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
}
.index-service .index-focus .tab-swiper .swiper-slide .list .it a .tl {
    flex: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
    overflow: hidden;
}
.index-service .index-focus .tab-swiper .swiper-slide .list .it a .date {
    width: 110px;
    text-align: right;
    color: #ccc;
}
.index-service .index-focus .tab-swiper .swiper-slide .list .it a:hover:before {
    background: #0c63a8;
}
.index-service .index-focus .tab-swiper .swiper-slide .list .it a:hover .tl {
    color: #0c63a8;
}
.index-service .index-focus .tab-swiper .swiper-slide .list .it a:hover .date {
    color: #0c63a8;
}
.service-carousel {
    width: 100%;
    /* padding: 20px 0; */
    position: relative;
}

/* 轮播内容区 */
.carousel-wrapper {
    width: 100%;
    overflow: hidden;
}
.carousel-slide {
    display: none;
}
.carousel-slide.active {
    display: block;
}

/* 服务项列表：2行3列布局 */
.service-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}
.service-item {
    width: calc(33.333% - 15px);
    border: 1px solid #ddd;
    padding: 20px;
    box-sizing: border-box;
}
.service-item a {
    display: flex;
    align-items: center;
    gap: 15px;
    text-decoration: none;
    color: #333;
}
.icon-box {
    width: 43px;
    height: 43px;
    background-color: rgb(243, 243, 243);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.icon-box img {
    width: 25px;
    height: 25px;
    object-fit: contain;
}
.service-item span {
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: rgb(51, 51, 51);
    line-height: 1.5;
    text-align: left;
}

/* 控制按钮（箭头+圆点） */
.carousel-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    position: relative;
    margin-top: 30px;
    z-index: 1;
}
.prev-btn, .next-btn {
    width: 22px;
    height: 22px;
    border: 1px solid #999;
    border-radius: 50%;
    background: #fff;
    position: relative; 
    z-index: 999; 
    cursor: pointer; 
}
.prev-btn:hover, .next-btn:hover {
    border-color: #0c63a8;
    color: #0c63a8;
}

/* 小圆点指示器 */
.dots {
    display: flex;
    gap: 10px;
}
.dot {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #ddd;
    cursor: pointer;
}
.dot.active {
    background: #0c63a8;
}

.index-service .tabs {
    border: 1px solid #e1e1e1;
    background: #fff;
    width: 618px;
    height: 463px;
    padding: 30px;
    margin-left: auto;
}

.index-service .tabs ul {
    width: 100%;
    display: flex;
    gap: 20px; /* 左右两个盒子之间，空出 45px 距离 */
}

.index-service .tabs ul li {
        float: left;
    width: 173px;
    height: 105px;
    background-color: rgb(243, 243, 243);
}

.index-service .tabs ul li:last-child {
        margin-right: 0;
}

.index-service .tabs ul li a {
        display: flex;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
}

.index-service .tabs ul li a span {
        display: block;
        width: 100%;
        text-align: center;
        font-size: 20px;
        color: #333333;
        line-height: 20px;
        margin-top: 15px;
}

.index-service .tabs ul li a:hover span {
        color: #0c63a8;
}

.index-service .tabs .down {
    width: 560px;
    height: 260px;
}
#newConsultationList{
width: 560px;
display: block;
}
#newConsultationList li{
  overflow: hidden;
  width:560px;
  float: none;
  background-color: #fff;
}
#newConsultationList li a:hover{
   color: #0c63a8 !important;
}
#newConsultationList li span{
  float: right !important;
  color:#ccc;
  width:auto !important;
  font-size: 18px !important;
}
.index-service .tabs .down .hd {
    display: flex;
    justify-content: space-between;
    margin-bottom: 11px;
}
.index-service .tabs .down .hd .tab-nav {
    display: flex;
}
.index-service .tabs .down .hd .tab-nav .item a {
    font-size: 22px;
    line-height: 52px;
    color: #333;
    display: block;
}
.index-service .tabs .down .hd .tab-nav .item.active a {
    font-weight: 700;
    border-bottom: none; /* 去掉原来的线 */
    padding-bottom: 10px;
    background-image: url("../img/img-05.svg");
    background-repeat: no-repeat;
    height: 50px;
    background-position: center bottom; /* 放在正下方居中 */
}
.index-service .tabs .down .hd .more-box {
    flex: 1;
    background: #fff;
    padding-left: 10px;
    line-height: 52px;
    text-align: right;
}
.index-service .tabs .down .hd .more-box .more-btn {
    font-size: 16px;
    color: #999;
    display: none;
}
.index-service .tabs .down .tab-swiper .swiper-slide .list .it {
    padding: 10px 0;
}
.index-service .tabs .down .tab-swiper .swiper-slide .list .it a {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 16px;
}
.index-service .tabs .down .tab-swiper .swiper-slide .list .it a:before {
    content: "";
    width: 8px;
    height: 8px;
    background: #ddd;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
}
.index-service .tabs .down .tab-swiper .swiper-slide .list .it a .tl {
    flex: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
    overflow: hidden;
}
.index-service .tabs .down .tab-swiper .swiper-slide .list .it a .date {
    width: 110px;
    text-align: right;
    color: #ccc;
}
.index-service .tabs .down .tab-swiper .swiper-slide .list .it a:hover:before {
    background: #0c63a8;
}
.index-service .tabs .down .tab-swiper .swiper-slide .list .it a:hover .tl {
    color: #0c63a8;
}
.index-service .tabs .down .tab-swiper .swiper-slide .list .it a:hover .date {
    color: #0c63a8;
}
.index-swiper2 {
    margin-top: 18px;
    /* --swiper-pagination-bullet-size: 12px;
    --swiper-pagination-bullet-inactive-color: #fff;
    --swiper-pagination-bullet-inactive-opacity: 1;
    --swiper-pagination-color: #0c63a8; */
    height: 110px;
}
.index-swiper2 .swiper-slide .mhide {
    font-size: 30px;
    font-family: "Microsoft YaHei";
    color: #333;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    margin: 0 auto;     /* 居中 */
}

.index-swiper2 .swiper-slide .memo-mhide {
    font-size: 18px;
    font-family: "Microsoft YaHei";
    color: #999;   
    line-height: 1.4;
    text-align: center;
    position: relative;
    margin: 0;
    padding: 0;
}

.index-swiper2 .swiper-pagination .swiper-pagination-bullet {
    width: 60px;
    height: 4px;
    background: #ddd;
    border-radius: 2px;
    cursor: pointer;
    transition: all 0.3s;
}

.index-swiper2 .swiper-pagination .swiper-pagination-bullet-active {
    width: 120px;
    background: #0c63a8;
}

.layer{
    align-self: flex-start;
    height: 630px;
    width:100%;
    position: absolute;
    z-index: -999;
    object-fit: cover;
    top: 1521px;  
}

.layer-up{
    width:100%;
    height: 630px;
    position: absolute;
    z-index: -999;
    object-fit: cover;
    top: 422px;  
}
.index-govOpen {
    overflow: hidden;
    display: flex;
    margin-top: 34px;
    gap: 40px;
}
.index-govOpen .item {
    width: 400px;
    height: 120px;
    float: left;
}
.index-govOpen .item:nth-child(5n) {
    margin-right: 0;
}
.index-govOpen .item a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
}
.index-govOpen .item a:hover img {
    transform: translateX(-4px);
}
.index-govOpen .item a img {
    transition: all 0.2s;
}
.index-govOpen .item a span {
    font-size: 22px;
    color: #0c63a8;
}
.index-sec1 {
    display: flex;
    justify-content: space-between;
    margin-top: 18px;
}
.index-sec1 .tabs {
    width: 750px;
}
.index-sec1 .tabs .hd {
    display: flex;
    justify-content: space-between;
    margin-bottom: 11px;
}
.index-sec1 .tabs .hd .tab-nav {
    display: flex;
}
.index-sec1 .tabs .hd .tab-nav .item a {
    padding: 0 13px;
    font-size: 22px;
    height: 52px;
    line-height: 52px;
    color: #333;
    display: block;
}


.index-sec1 .tabs .hd .tab-nav .item.active a {
    font-weight: 700;
    border-bottom: none; /* 去掉原来的线 */
    padding-bottom: 10px;
    background-image: url("../img/img-05.svg");
    background-repeat: no-repeat;
    width: 114px;
    height: 50px;
    background-position: center bottom; /* 放在正下方居中 */
}

.index-sec1 .tabs .hd .more-box {
    flex: 1;
    background: #fff;
    padding-left: 10px;
    line-height: 52px;
    text-align: right;
}
.index-sec1 .tabs .hd .more-box .more-btn {
    font-size: 16px;
    color: #999;
    display: none;
}
.index-sec1 .tabs .tab-swiper .swiper-slide .list .it {
    padding: 12px 0;
}
.index-sec1 .tabs .tab-swiper .swiper-slide .list .it a {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 16px;
}
.index-sec1 .tabs .tab-swiper .swiper-slide .list .it a:before {
    content: "";
    width: 8px;
    height: 8px;
    background: #ddd;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
}
.index-sec1 .tabs .tab-swiper .swiper-slide .list .it a .tl {
    flex: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
    overflow: hidden;
}
.index-sec1 .tabs .tab-swiper .swiper-slide .list .it a .date {
    width: 110px;
    text-align: right;
    color: #ccc;
}
.index-sec1 .tabs .tab-swiper .swiper-slide .list .it a:hover:before {
    background: #0c63a8;
}
.index-sec1 .tabs .tab-swiper .swiper-slide .list .it a:hover .tl {
    color: #0c63a8;
}
.index-sec1 .tabs .tab-swiper .swiper-slide .list .it a:hover .date {
    color: #0c63a8;
}
.index-sec1 .gov-interact {
    width: 530px;
    height: 378px;       
}
.index-sec1 .gov-interact .hd {
    overflow: hidden;
    background-image: url("../img/img-19.png");
    background-repeat: no-repeat;
    background-position: center center;
    height: 40px;  /* 必须加高度 */
    display: flex;
    align-items: center;
    justify-content: center;
}
.index-sec1 .gov-interact .hd .title {
    float: left;
    padding: 0 13px;
    font-size: 22px;
    height: 52px;
    line-height: 52px;
    color: #333;
    font-weight: 700;
}

.gov-interact .bd {
    width: 100%;
    height: 100%;          
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end; /* 靠右 */
    gap: 20px;
    padding: 0;
    margin: 0;
    list-style: none;
}
.index-sec1 .gov-interact ul li {
    float: left;
    width: 143px;  
    height:122px;   
    /* margin-left: 20px;*/
    margin-top: 7px; 
    text-align: center; 
}

/* 新增：灰色圆形背景 */
.index-sec1 .gov-interact ul li .icon-circle {
    width: 77px;
    height: 77px;
    background: #f3f3f3;
    border-radius: 50%; /* 关键：变成圆形 */
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px; /* 水平居中，底部留空给文字 */
}

.index-sec1 .gov-interact ul li a {
    display: block;
    text-decoration: none;
}

.index-sec1 .gov-interact ul li a img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.index-sec1 .gov-interact ul li a span {
    font-size: 16px;
    color: #333;
    text-align: center;
    line-height: 1.4;
}

/* hover效果：圆背景变蓝，图标变白，文字变蓝 */
.index-sec1 .gov-interact ul li:hover .icon-circle {
    background-color:  #0c63a8;
}
.index-sec1 .gov-interact ul li:hover img {
    filter: brightness(0) invert(1);
}
.index-sec1 .gov-interact ul li:hover span {
    color: #0c63a8;
}

.index-swiper3 {
    --swiper-pagination-bullet-size: 12px;
    --swiper-pagination-bullet-inactive-color: #fff;
    --swiper-pagination-bullet-inactive-opacity: 1;
    --swiper-pagination-color: #0c63a8;
    height: 110px;
}
.index-swiper3 .swiper-slide img {
    width: 100%;
    height: 100%;
}
.index-swiper3 .swiper-pagination {
    width: auto;
    right: 20px;
    bottom: 12px;
    left: auto;
}
.index-swiper3 .swiper-pagination .swiper-pagination-bullet {
    border-radius: 0;
}
.index-sec2 {
    display: flex;
    justify-content: space-between;
    margin-top: 17px;
}
.index-sec2 .left {
    width: 100%;
}
.index-sec2 .left .hd {
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
}
.index-sec2 .left .hd .title {
    font-weight: 700;
    border-bottom: 2px solid #0c63a8;
    padding: 0 13px;
    font-size: 22px;
    height: 52px;
    line-height: 52px;
    color: #333;
}
.index-sec2 .left .hd .more-box {
    background: #fff;
    padding-left: 10px;
    line-height: 52px;
    text-align: right;
}
.index-sec2 .left .hd .more-box .more-btn {
    font-size: 16px;
    color: #999;
    display: none;
}

.index-sec2 .left .service-tab-section {
    width: 100%;
    background: #fff;
    box-sizing: border-box;
}
.tab-header {
    display: flex;
    gap: 32px;
}
.tab-item {
    /* flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 10px;
    border-right: 1px solid #e1e8f3;
    background: #fff;
    cursor: pointer; */
    width: 229px;
    height: 139px;
    border: 1px solid #deebff;
    background-color: #fff;
    margin: 0 auto;
        justify-content: center;  
    align-content: center; /* 垂直也居中（不需要可删） */
    position: relative;
    z-index: 1;
}
.tab-item:last-child { border-right: none; }
.tab-item.active {
  
}
/* 默认：隐藏高亮图，显示普通图 */
.img-active {
    display: none;
}
.img-normal {
    display: block;
}

/* 选中active：反过来，隐藏普通，显示高亮 */
.tab-item.active .img-active {
    display: block;
}
.tab-item.active .img-normal {
    display: none;
}
.tab-icon {
    width: 70px;
    height: 70px;
    background: #f0f5ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
}
.tab-item.active .tab-icon {
    background: rgba(255,255,255,0.2);
}
.tab-icon img {
    width: 36px;
    height: 36px;
    object-fit: contain;
}
.tab-item span {
    font-size: 18px;
    color: #333;
}
.tab-item.active span {
    color: #fff;
}

/* 内容 */
.index-sec2 .left .service-tab-section .tab-content {
    margin-top: 30px;
    padding: 30px;
    width: 100%;
    height: 237px;
    border: 1px solid #deebff;
}
.index-sec2 .left .service-tab-section .tab-content .tab-panel {
    display: none;
}
.index-sec2 .left .service-tab-section .tab-content .tab-panel.active {
    display: block;
}
.index-sec2 .left .service-tab-section .tab-content .news-list-wrapper {
    display: flex;
    gap: 40px;
}
.index-sec2 .left .service-tab-section .tab-content .news-column {
    flex: 1;
}
.index-sec2 .left .service-tab-section .tab-content .news-column  .news-item {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width:596px;
}
.index-sec2 .left .service-tab-section .tab-content .news-column  .news-item:last-child { border-bottom: none; }
.index-sec2 .left .service-tab-section .tab-content .news-column .news-item .news-title {
    font-size: 18px;
    color: #333;
    text-decoration: none;
    padding-left: 16px;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

}
.index-sec2 .left .service-tab-section .tab-content .news-column .news-item .news-date {
    width: 110px;
    text-align: right;
    color: #ccc;
}
.index-sec2 .left .service-tab-section .tab-content .news-column .news-item .news-title:before {
    content: "";
    width: 8px;
    height: 8px;
    background: #ddd;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
}


.index-sec2 .right {
    width: 100%;
}
.index-sec2 .right .hd {
    display: flex;
    border-bottom: 1px solid #0c63a8;
    margin-bottom: 24px;
}
.index-sec2 .right .hd .title {
    font-weight: 700;
    border-bottom: 2px solid #0c63a8;
    padding: 0 13px;
    font-size: 22px;
    height: 52px;
    line-height: 52px;
    color: #333;
}
.index-sec2 .right .bd .item {
    display: block;
    margin-bottom: 10px;
}
.index-sec2 .right .bd .item:last-of-type {
    margin-bottom: 0;
}
.index-sec2 .right .bd .item img {
    width: 100%;
}
.index-special {
    margin-top: 40px;
    margin-bottom: 40px;
}
.index-special .hd {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}
.index-special .hd .title {
    padding: 0 16px;
    font-size: 22px;
    height: 52px;
    line-height: 52px;
    color: #fff;
    display: block;
    background: #0c63a8;
}
.index-special .hd .more-btn {
    font-size: 16px;
    color: #999;
}
.index-special .list {
    overflow: hidden;
}
.index-special .list .item {
    float: left;
    width: 304px;
    height: 171px;
    margin-right: 28px;
    overflow: hidden;
}
.index-special .list .item:nth-child(4n) {
    margin-right: 0;
}
.index-special .list .item:hover img {
    transform: scale(1.04);
}
.index-special .list .item a {
    display: block;
}
.index-special .list .item a img {
    width: 100%;
    height: 100%;
    transition: all 0.2s;
    width: 304px;
    height: 171px;
}
.office-main .leader {
    margin-bottom: 23px;
}
.office-main .leader .hd {
    height: 54px;
    margin-bottom: 24px;
}
.office-main .leader .hd .title {
    float: left;
    height: 54px;
    display: flex;
    align-items: center;
    padding-right: 10px;
    position: relative;
}
/* 蓝色渐变短下划线 */
.office-main .leader .hd .title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 180px;      
    height: 10px;     
    opacity: 1;   
    /* 背景：蓝色渐变，从深蓝 → 浅蓝 */
    background: linear-gradient(90deg, rgba(12, 99, 168, 1) 2.31%, rgba(159, 206, 245, 1) 100%);

    clip-path: polygon(0 0, 95% 0, 100% 100%, 0 100%);
}

.office-main .leader .hd .title img {
    margin-right: 10px;
}
.office-main .leader .hd .title span {
    color: #0c63a8;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 45px;
    text-align: left;
    vertical-align: top;
}
.office-main .leader .bd {
    display: flex;
}
.office-main .leader .bd .left {
    width: 350px;
    display: flex;
    align-items: center;
    border-right: 1px solid rgba(135, 186, 254, 1);
    opacity: 1;
    padding: 0 0 0 85px;
}

/* 领导卡片容器 */
.leader-card {
    width: 239px;
    height: 371px;
    background: #e8f2ff;
    border: 2px solid #66a3e0;
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    padding: 15px;
}

/* 头像 */
.leader-photo {
    width: 100%;
    height: 240px;
    margin-bottom: 15px;
}
.leader-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 姓名 */
.leader-name {
    color: #0c63a8;
    height: 17px;
    opacity: 1;
    /** 文本1 */
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 0px;
    text-align: justify;
    vertical-align: top;
}

/* 分割线 */
.divider {
    height: 1px;
    background: #333;
}

/* 职务 */
.leader-post {
    height: 84px;
    opacity: 1;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    color: rgba(51, 51, 51, 1);
    text-align: justify;
    vertical-align: top;
}

.office-main .leader .bd .left .avatar {
    margin-right: 30px;
    width: 160px;
    height: 240px;
}
.office-main .leader .bd .left .cnt {
    flex: 1;
}
.office-main .leader .bd .left .cnt .item {
    margin-bottom: 15px;
}
.office-main .leader .bd .left .cnt .item:last-of-type {
    margin-bottom: 0;
}
.office-main .leader .bd .left .cnt .item .tl a {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #333;
}
.office-main .leader .bd .left .cnt .item .txt {
    font-size: 18px;
    line-height: 1.8;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    word-break: break-all;
    overflow: hidden;
}
.office-main .leader .bd .right {
    flex: 1;
    padding: 16px 20px 0 40px;
}
.office-main .leader .bd .right .list {
    overflow: hidden;
}
.office-main .leader .bd .right .list .item {
    float: left;
    margin-right: 49px;
    margin-bottom: 10px;
    width: 110px;
}
.office-main .leader .bd .right .list .item:nth-child(5n) {
    margin-right: 0;
}
.office-main .leader .bd .right .list .item a {
    display: block;
}
.office-main .leader .bd .right .list .item a .avatar {
    width: 100%;
    height: 130px;
    margin-bottom: 5px;
}
.office-main .leader .bd .right .list .item a .name {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color:rgba(12, 99, 168, 1);
    border-bottom: 1px solid rgba(51, 51, 51, 1);
}
.office-main .leader .bd .right .list .item a .office {
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
    overflow: hidden;
    color: #333;
    height: 54px;
}
.office-main .orgIntro {
    margin-bottom: 15px;
}
.office-main .orgIntro .hd {
    height: 54px;
    margin-bottom: 24px;
}
.office-main .orgIntro .hd .title {
    float: left;
    height: 54px;
    display: flex;
    align-items: center;
    padding-right: 10px;
    position: relative;
}

.office-main .orgIntro .hd .title ::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 180px;      
    height: 10px;     
    opacity: 1;   
    /* 背景：蓝色渐变，从深蓝 → 浅蓝 */
    background: linear-gradient(90deg, rgba(12, 99, 168, 1) 2.31%, rgba(159, 206, 245, 1) 100%);

    clip-path: polygon(0 0, 95% 0, 100% 100%, 0 100%);
}
.office-main .orgIntro .hd .title img {
    margin-right: 10px;
}
.office-main .orgIntro .hd .title span {
    color: #0c63a8;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 45px;
    text-align: left;
    vertical-align: top;
}
.office-main .orgIntro .bd .intro p {
    margin-bottom: 20px;
}
.office-main .orgIntro .bd .see-more {
    color: #0c63a8;
}
.office-main .mod-tab {
    margin-bottom: 80px;
}
.office-main .mod-tab .head {
    height: 54px;
    display: flex;
    margin-bottom: 24px;
}
.office-main .mod-tab .head .tab-nav {
    display: flex;
    align-items: center;
    margin-bottom: -2px;
    padding-right: 10px;
    position: relative;
}

.office-main .mod-tab .head .tab-nav ::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 180px;      
    height: 10px;     
    opacity: 1;   
    /* 背景：蓝色渐变，从深蓝 → 浅蓝 */
    background: linear-gradient(90deg, rgba(12, 99, 168, 1) 2.31%, rgba(159, 206, 245, 1) 100%);

    clip-path: polygon(0 0, 95% 0, 100% 100%, 0 100%);
}
.office-main .mod-tab .head .tab-nav img {
    margin-right: 10px;
}
.office-main .mod-tab .head .tab-nav .it {
    font-size: 24px;
    cursor: pointer;
    color: #333;
}
.office-main .mod-tab .head .tab-nav .it.active {
    color: #0c63a8;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 45px;
    text-align: left;
    vertical-align: top;
}
.office-main .mod-tab .head .tab-nav p {
    font-size: 20px;
    margin: 0 60px;
    color: #999;
}
.office-main .mod-tab .tab-swiper .list {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 15px;
    max-width: 1280px;
    margin: 0 auto;
}
.office-main .mod-tab .tab-swiper .list .itt {
    border: 1px solid #ccc;
    padding: 20px 10px;
    text-align: center;
    font-size: 18px;
    color: #333;
    background: #fff;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.office-main .mod-tab .tab-swiper .list .itt:hover,
.office-main .mod-tab .tab-swiper .list .itt.active {
    background: linear-gradient(180deg, #80bfff, #3b88f5);
    color: #fff;
    border-color: #3b88f5;
}
.office-main .mod-tab .tab-swiper .list .itt:nth-child(6n) {
    margin-right: 0;
}
.leader-main {
    display: flex;
    padding: 0 20px;
    margin-bottom: 100px;
}
.leader-main .left {
    width: 200px;
    margin-right: 40px;
}
.leader-main .left .avatar {
    width: 100%;
}
.leader-main .left .name {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin: 10px 0 7px;
}
.leader-main .left .office {
    text-align: center;
}
.leader-main .cnt {
    flex: 1;
}
.leader-main .cnt .item {
    margin-bottom: 20px;
}
.leader-main .cnt .item .hd {
    border-bottom: 1px solid #eee;
    height: 46px;
    margin-bottom: 14px;
}
.leader-main .cnt .item .hd .tl {
    border-bottom: 2px solid #0c63a8;
    margin-bottom: -1px;
    color: #0c63a8;
    height: 46px;
    line-height: 46px;
    font-weight: 700;
    float: left;
    padding: 0 5px;
}
.leader-main .cnt .item .desc {
    line-height: 2;
}
.list-main {
    margin-top: 30px;
}
.list-main .item {
    margin-bottom: 15px;
    color: #0C63A8;
}
.list-main .tl::before{
         content: "•";
            color: #0C63A8;
            font-size: 18px;
            line-height: 1;
            margin-right: 8px;
            flex-shrink: 0;
}


.list-main .item:nth-child(5n){
 border-bottom: 1px solid #eee;
 padding-bottom: 30px;
}

.list-main .item:nth-child(6n){
 /* padding-top: 30px; */
}
.list-main .item a {
    display: flex;
    font-size: 20px;

}
.list-main .item a .tl {
    flex: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
    overflow: hidden;
}
.list-main .item a .date {
    width: 200px;
    text-align: right;
    color: #636363;
}
.detail-main {
    padding:24px 40px 80px 40px;
    min-height: 500px;
    margin-top: 40px;
    background: #FFFFFF;
    box-shadow: 4px 7px 20px  #DCDCDC;
    margin-bottom: 54px;
}
.detail-main .detail-title {
    font-size: 30px;
    color: #333;
    text-align: center;
    line-height: 1.3;
    padding: 0 20px;
}

.detail-main .detail-title p{
    font-size: 30px;
    color: #333;
    text-align: center;
    line-height: 1.3;
    padding: 0 20px;
    font-weight: 700;
}
.detail-main .detail-meta {
    text-align: left;
    padding: 5px 0;
    border-bottom: 1px solid #666666;
    margin: 20px 0 40px;
}
.detail-main .detail-meta span {
    margin: 0 20px;
    font-size: 16px;
    color: #999;
    display: inline-block;
}
.detail-main .detail-cnt p,
.detail-main .detail-cnt p span,
.detail-main .detail-cnt div p,
.detail-main .detail-cnt div p span  {
    text-align: justify;
    font-size: 18px;
    color: #333;
    line-height: 1.8;
    text-indent: 2em;
}
.detail-main .detail-cnt p img,
.detail-main .detail-cnt img,
.detail-main .detail-cnt table img,
.detail-main .detail-cnt video {
    max-width: 100% !important;
    height: auto !important;
    display: block;
    margin: 16px auto !important;
}
.detail-main .detail-cnt table {
    height: auto !important;
    margin: 16px auto !important;
}
.detail-main .detail-ftInfo {
    margin-top: 50px;
}
.detail-main .detail-ftInfo span {
    font-size: 16px;
    color: #2b2828;
    margin-left: 20px;
}
.pic-list {
    overflow: hidden;
}
.pic-list .item {
    float: left;
    width: 355px;
    padding-right: 30px;
    border-bottom: 1px solid #eee;
    padding-top: 26px;
}
.pic-list .item:nth-child(3n) {
    width: 325px;
    padding-right: 0;
}
.pic-list .item a {
    display: block;
}
.pic-list .item a:hover .img img {
    opacity: 0.85;
}
.pic-list .item a .tl {
    padding: 18px 26px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    background: url(../img/img-39.png) no-repeat 10px center, url(../img/img-40.png) no-repeat 306px center;
}
.pic-list .item a .img img {
    width: 100%;
    height: 220px;
    transition: all 0.2s;
}
.pic2-list {
    overflow: hidden;
}
.pic2-list .item {
    float: left;
    width: 332.5px;
    padding-right: 30px;
    border-bottom: 1px solid #eee;
    padding-top: 26px;
}
.pic2-list .item:nth-child(4n) {
    width: 302.5px;
    padding-right: 0;
}
.pic2-list .item a {
    display: block;
}
.pic2-list .item a:hover .img img {
    opacity: 0.85;
}
.pic2-list .item a .tl {
    padding: 18px 26px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    background: url(../img/img-39.png) no-repeat 10px center, url(../img/img-40.png) no-repeat 283.5px center;
}
.pic2-list .item a .img img {
    width: 100%;
    height: 220px;
    transition: all 0.2s;
}
.complain-main {
    margin-top: 24px;
    margin-bottom: 80px;
}
.complain-main .list .item {
    margin-bottom: 30px;
}
.complain-main .list .item .hd {
    height: 46px;
    background: #dbecf8;
    padding: 0 20px;
    margin-bottom: 5px;
    line-height: 46px;
}
.complain-main .list .item .hd .tl {
    font-size: 20px;
    color: #0c63a8;
}
.complain-main .list .item .lis {
    overflow: hidden;
}
.complain-main .list .item .lis .it {
    float: left;
    border-bottom: 1px dotted #ddd;
    margin-right: 24px;
    width: 506px;
    display: flex;
    align-items: center;
    height: 50px;
}
.complain-main .list .item .lis .it:nth-child(2n) {
    margin-right: 0;
}
.complain-main .list .item .lis .it .label {
    background: url(../img/img-45.png) no-repeat left center;
    padding-left: 30px;
    width: 134px;
    margin-right: 20px;
}
.complain-main .list .item .lis .it .cnt {
    flex: 1;
    color: #626262;
    font-family: Arial;
}
.list2-main {
    overflow: hidden;
    margin-top: 24px;
    margin-bottom: 60px;
}
.list2-main .item {
    float: left;
    width: 508px;
    height: 70px;
    margin-right: 20px;
    margin-bottom: 20px;
    border-radius: 4px;
    background-color: #0986E6;
    background: linear-gradient(180deg, #01bdf7 0, #0986E6 100%);
}
.list2-main .item:nth-child(2n) {
    margin-right: 0;
}
.list2-main .item:hover {
    filter: brightness(1.08);
}
.list2-main .item a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
}
.list2-main .item a img {
    margin-left: 35px;
    margin-right: 20px;
}
.list2-main .item a span {
    color: #fff;
    font-size: 22px;
}
.tabPage-main .mod-title {
    height: 39px;
    border-bottom: 2px solid #eee;
    display: flex;
}
.tabPage-main .mod-title .tl {
    width: 165px;
    height: 49px;
    background: url(../img/img-53.png) no-repeat;
    font-size: 20px;
    color: #fff;
    line-height: 49px;
    text-align: center;
    padding-right: 10px;
}
.tabPage-main .tab-nav {
    display: flex;
    justify-content: center;
    padding-top: 20px;
}
.tabPage-main .tab-nav .item {
    width: 140px;
    height: 140px;
    background: #f5f5f5;
    margin: 0 20px;
}
.tabPage-main .tab-nav .item .in-a {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.tabPage-main .tab-nav .item .in-a .tl {
    color: #0c63a8;
    font-size: 19px;
    margin-bottom: 12px;
    position: relative;
}
.tabPage-main .tab-nav .item .in-a .img {
    width: 54px;
    height: 54px;
}
.tabPage-main .tab-nav .item:hover {
    background: #0c63a8;
}
.tabPage-main .tab-nav .item:hover .tl {
    color: #fff;
}
.tabPage-main .tab-nav .item:hover .tl:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 24px;
    background: #fff;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
}
.tabPage-main .tab-nav .item.active {
    background: #0c63a8;
}
.tabPage-main .tab-nav .item.active .tl {
    color: #fff;
}
.tabPage-main .tab-nav .item.active .tl:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 24px;
    background: #fff;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
}
.tabPage-main .phone-list {
    margin-top: 34px;
    overflow: hidden;
    margin-bottom: 66px;
}
.tabPage-main .phone-list .item {
    float: left;
    width: 33.333333%;
    margin-bottom: 34px;
}
.tabPage-main .phone-list .item .tl {
    font-size: 22px;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
}
.tabPage-main .phone-list .item .phone {
    display: flex;
    align-items: center;
}
.tabPage-main .phone-list .item .phone img {
    margin-right: 10px;
}
.tabPage-main .phone-list .item .phone span {
    font-family: Arial;
    font-size: 20px;
}
.tabPage-main .advice-detail {
    margin-top: 34px;
    margin-bottom: 100px;
}
.tabPage-main .advice-detail .item {
    margin-bottom: 24px;
}
.tabPage-main .advice-detail .item .hd {
    height: 46px;
    line-height: 46px;
    padding: 0 20px;
    font-size: 20px;
    margin-bottom: 3px;
}
.tabPage-main .advice-detail .item ul li {
    margin-bottom: 3px;
    padding: 10px 20px;
    display: flex;
}
.tabPage-main .advice-detail .item ul li .label {
    font-weight: 700;
}
.tabPage-main .advice-detail .item ul li .cnt {
    flex: 1;
    border: 0.5px solid #999999;
    border-radius: 4px;
  background: #FAFAFA;
  padding:8px 8px 4px 24px;

    align-items: center;
}
.tabPage-main .advice-detail .item ul li .cnt span p{
  font-size: 18px;
  color:000
}
.adviceDetail-main {
    min-height: 500px;
    margin-top: 50px;
}
.adviceDetail-main .detail-title {
    font-size: 30px;
    color: #333;
    text-align: center;
    line-height: 1.3;
    padding: 0 20px;
}
.adviceDetail-main .detail-meta {
    text-align: center;
    padding: 5px 0;
    background: #f6f6f6;
    margin: 20px 0 40px;
}
.adviceDetail-main .detail-meta span {
    margin: 0 20px;
    font-size: 16px;
    color: #999;
    display: inline-block;
}
.adviceDetail-main .detail-cnt p,
.adviceDetail-main .detail-cnt p span {
    text-align: justify;
    font-size: 18px;
    color: #333;
    line-height: 1.8;
}
.adviceDetail-main .detail-cnt p img,
.adviceDetail-main .detail-cnt img,
.adviceDetail-main .detail-cnt table img,
.adviceDetail-main .detail-cnt video {
    max-width: 100% !important;
    height: auto !important;
    display: block;
    margin: 16px auto !important;
}
.adviceDetail-main .detail-cnt table {
    height: auto !important;
    margin: 16px auto !important;
}
.onlineTalk-main .list {
    margin-top: 34px;
}
.onlineTalk-main .list .item {
    margin-bottom: 20px;
    background: #f5f5f5;
    display: flex;
    height: 306px;
}
.onlineTalk-main .list .item:last-of-type {
    margin-bottom: 0;
}
.onlineTalk-main .list .item .img-box {
    border-right: 2px solid #fff;
    width: 474px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.onlineTalk-main .list .item .img-box img {
    width: 432px;
    height: 256px;
}
.onlineTalk-main .list .item .cnt {
    flex: 1;
    padding: 30px 20px 0;
}
.onlineTalk-main .list .item .cnt .it {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
.onlineTalk-main .list .item .cnt .it .label {
    font-weight: 700;
    font-size: 20px;
    width: 100px;
}
.onlineTalk-main .list .item .cnt .it .ct {
    flex: 1;
    color: #333;
    font-size: 20px;
}
.onlineTalk-main .list .item .cnt .it .ct a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
    overflow: hidden;
    font-size: 20px;
}
.onlineTalk-main .list .item .cnt .see-more {
    margin-top: 50px;
    display: inline-block;
    border-radius: 6px;
    overflow: hidden;
}
.onlineTalk-main .list .item .cnt .see-more:hover {
    filter: brightness(1.06);
}
.onlineTalk-main .onlineTalk-detail {
    margin-bottom: 100px;
}
.onlineTalk-main .onlineTalk-detail .title {
    font-size: 30px;
    color: #333;
    text-align: center;
    line-height: 1.3;
    padding: 0 20px;
    margin: 50px 0;
}
.onlineTalk-main .onlineTalk-detail .info {
    display: flex;
}
.onlineTalk-main .onlineTalk-detail .info .img {
    width: 398px;
    height: 222px;
    margin-right: 34px;
}
.onlineTalk-main .onlineTalk-detail .info .img img {
    width: 100%;
    height: 100%;
}
.onlineTalk-main .onlineTalk-detail .info .cnt {
    flex: 1;
}
.onlineTalk-main .onlineTalk-detail .info .cnt .it {
    margin-bottom: 15px;
    display: flex;
}
.onlineTalk-main .onlineTalk-detail .info .cnt .it .label {
    margin-right: 15px;
    width: 80px;
    height: 34px;
    background: #e5f0fa;
    border-radius: 4px;
    line-height: 34px;
    text-align: center;
    color: #0c63a8;
    font-size: 16px;
}
.onlineTalk-main .onlineTalk-detail .info .cnt .it .ct {
    flex: 1;
    line-height: 34px;
}
.onlineTalk-main .onlineTalk-detail .content {
    margin-top: 40px;
    line-height: 2;
}
.zt-main {
    margin-bottom: 66px;
}
.zt-main .list {
    overflow: hidden;
    margin-top: 22px;
    margin-bottom: 31px;
}
.zt-main .list .item {
    width: 314px;
    height: 132px;
    float: left;
    margin-right: 8px;
    margin-bottom: 22px;
}
.zt-main .list .item:nth-child(4n) {
    margin-right: 0;
}
.zt-main .list .item a {
    display: block;
}
.zt-main .list .item a img {
    width: 314px;
    height: 132px;
}
.zt-main .list2 {
    margin-top: 24px;
    overflow: hidden;
}
.zt-main .list2 .item {
    margin-right: 8px;
    float: left;
    margin-bottom: 34px;
}
/* .zt-main .list2 .item:nth-child(2n) {
    margin-right: 0;
} */
.zt-main .list2 .item a {
    display: flex;
    width: 100%;
    height: 100%;
}
.zt-main .list2 .item a img {
    width: 314px;
    height: 132px;
}
.zt-main .list2 .item a .cnt {
    flex: 1;
}
.zt-main .list2 .item a .cnt .tl {
    height: 72px;
    font-size: 20px;
    line-height: 1.8;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
    overflow: hidden;
}
.zt-main .list2 .item a .cnt .source {
    color: #999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
    overflow: hidden;
    line-height: 1.8;
}
.center-main {
    margin-top: 34px;
    margin-bottom: 80px;
}
.center-main .tab-nav {
    background: #dbecf8;
    height: 50px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.center-main .tab-nav .item {
    height: 38px;
    line-height: 38px;
    text-align: center;
    padding: 0 15px;
}
.center-main .tab-nav .item a {
    display: block;
    width: 100%;
    height: 100%;
    color: #0c63a8;
    font-size: 20px;
}
.center-main .tab-nav .item.active {
    background: #0c63a8;
    border-radius: 7px;
}
.center-main .tab-nav .item.active a {
    color: #fff;
}
.center-main .detail .title {
    font-size: 30px;
    color: #333;
    text-align: center;
    line-height: 1.3;
    padding: 0 20px;
    margin: 40px 0;
}
.center-main .detail .content p {
    text-align: justify;
    font-size: 18px;
    color: #333;
    line-height: 1.8;
}
.advice-main {
    margin-top: 40px;
}
.advice-main .hd {
    display: flex;
    border-bottom: 2px solid #eee;
    margin-bottom: 24px;
    height: 54px;
}
.advice-main .hd .title {
    height: 54px;
    font-size: 22px;
    color: #0c63a8;
    border-bottom: 2px solid #0c63a8;
    padding: 0 5px;
    font-weight: 700;
    line-height: 54px;
}
.advice-main .hd .info {
    flex: 1;
    padding-left: 60px;
    line-height: 54px;
}
.advice-main .hd .advice-btn {
    display: block;
    margin-top: 13px;
}
.advice-main .search-bar {
    height: 60px;
    margin-bottom: 24px;
    background: #f1f1f1;
    display: flex;
    align-items: center;
}
.advice-main .search-bar span {
    margin: 0 10px 0 20px;
}
.advice-main .search-bar .ipt {
    background: #fff;
    border: 1px solid #eee;
    height: 36px;
    line-height: 36px;
    padding: 0 15px;
    font-size: 18px;
}
.advice-main .search-bar .search-btn {
    margin-left: 10px;
    height: 34px;
    background: #0c63a8;
    color: #fff;
    line-height: 34px;
    width: 90px;
    text-align: center;
}
.advice-main .advice-table {
    width: 100%;
}
.advice-main .advice-table th {
    background: #e3f4ff;
    border: 0;
    padding: 8px 15px;
    font-size: 20px;
}
.advice-main .advice-table td {
    text-align: center;
    padding: 12px 20px;
}
.sidebar-fixed-wrapper {
    position: fixed;
    right: 40px;
    bottom: 40px;
    z-index: 10;
}
.sidebar-fixed-wrapper .back-to-top {
    width: 60px;
    height: 60px;
    cursor: pointer;
    background: url(../img/ico-backtop-1.png) no-repeat center;
    border: 1px solid #8698aa;
    display: none;
}
.sidebar-fixed-wrapper .back-to-top:hover {
    background-image: url(../img/ico-backtop-2.png);
    border-color: #0c63a8;
}
.peopleAdvice-wrap .title {
    border-top: 1px solid #eaeaea;
    margin: 60px auto 20px;
    width: 70%;
}
.peopleAdvice-wrap .title span {
    font-size: 20px;
    color: #0055b0;
    width: 150px;
    font-weight: 700;
    background: #fff;
    text-align: center;
    margin: -17px auto 0;
    display: block;
}

.message-main {
        margin-top: -13px;
}

.message-main .important-msg {
        margin: 34px auto 22px;
        padding: 15px 30px;
        line-height: 1;
        text-align: center;
        width: 730px;
        color: #035aa0;
        border: 1px solid #ddd;
        border-radius: 100px;
}

.message-main .xdLayout {
        width: 100% !important;

}

.message-main .xdLayout tr td, .message-main .xdLayout tr td > div {
        text-align: right !important;
}

.message-main .xdLayout tr td div > font {
        font-size: 18px !important;
        line-height: 66px !important;
        padding-right: 15px !important;
        font-family: "microsoft yahei" !important;
}

.message-main .xdLayout tr td input {
        padding: 0 12px !important;
        height: 46px !important;
        line-height: 46px !important;
        border: 1px solid #eaeaea;
        background: #fafafa !important;
        -webkit-transition-delay: 0s !important;
        font-size: 18px !important;
        width: 100% !important;
        border-radius: 4px !important;
        color: #444 !important;
        margin: 10px 0 !important;
        box-sizing: border-box;
}

.message-main .xdLayout tr td textarea {
        outline: none !important;
        padding: 12px !important;
        border: 1px solid #eaeaea;
        background: #fafafa !important;
        -webkit-transition-delay: 0s !important;
        font-size: 18px !important;
        width: 100% !important;
        color: #444 !important;
        border-radius: 4px !important;
        font-family: microsoft yahei;
        box-sizing: border-box !important;
        margin: 10px 0 !important;
        height: auto !important;
}

.message-main .submit-btn {
        height: 40px;
        line-height: 40px;
        border: 1px solid #0c63a8;
        text-align: center;
        width: 120px;
        background: #0c63a8;
        display: inline-block;
        font-size: 20px;
        color: #ffffff;
        border-radius: 4px;
        cursor: pointer;
        margin: 0 10px;
}

.message-main .reset-btn {
        height: 40px;
        line-height: 40px;
        border: 1px solid #004b88;
        text-align: center;
        width: 120px;
        display: inline-block;
        font-size: 20px;
        color: #035aa0;
        border-radius: 4px;
        cursor: pointer;
        margin: 0 10px;
        background-color: #fff;
}

.message-main .submit-btn:hover {
        opacity: .85;
        filter: alpha(opacity=85);
}
.mySwiper{
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.mySwiper .swiper-wrapper .swiper-slide {       
        width: 304px;
 }
.mySwiper .swiper-button-prev {
    left: 0;
    width: 31px;
    height: 44px;
    background: url(../img/btn-left-1.png) no-repeat;
}
.mySwiper .swiper-button-prev:after {
    display: none;
}
.mySwiper .swiper-button-next {
    right: 7px;
    width: 31px;
    height: 44px;
    background: url(../img/btn-right-1.png) no-repeat;
}
.mySwiper .swiper-button-next:after {
    display: none;
}
.consultation-progress-left {
    position: relative;
    float: left;
    z-index: 8;
}
.consultation-progress-right {
    position: relative;
    float: right;
    margin-top: 9px;
    margin-left: -63px;
    width: 1018px;
    height: 81px;
    opacity: 1;
    background: linear-gradient(270deg, rgba(184, 218, 249, 1) 0%, rgba(222, 239, 255, 1) 100%);
    z-index: 5;
}
.consultation-input {    
    width: 382.75px;
    height: 47px;
}
.consultation-ul {
    margin-top: 17px;
    margin-left: 77px;
}
.consultation-search-button {
    display: block;
    width: 116px;
    height: 47px;
    margin-left: 10px;
    font-size: 24px;
    color: #fff;
    opacity: 1;
    border-radius: 6px;
    background: rgba(12, 99, 168, 1);
    text-align: center;
    line-height: 47px;
    cursor: pointer;
}
.consultation-search-button:hover {
    color: #fff;
}
.consultation-stat {
    width: 760px;
    height: 104px;
    background: rgba(244, 251, 254, 1);
}
.consultation-item {
    width: 108px;
    height: 80px;
    float: left;
}
.consultation-top {
    height: 28px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 28px;
    color: rgba(128, 128, 128, 1);
    text-align: center;
    padding-top: 10px;
}
.consultation-bottom {
    height: 32.28px;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 30px;
    color: rgba(12, 99, 168, 1);
    text-align: center;
    padding-top: 30px;
}
.consultation-list {
    margin-top: 15px;
}
.consultation-list table th {
    background-color: #e8f6fd;
    height: 48px;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 1);
}
.consultation-list table th.th1 {
    width: 402px;
}
.consultation-list table th.th2 {
    width: 120px;
}
.consultation-list table th.th3 {
    width: 120px;
}
.consultation-list table th.th4 {
    width: 120px;
}
.consultation-list table tbody tr {
    height: 40px;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: rgba(51, 51, 51, 1);
}
.consultation-list table tr td .circle{
    width: 6px;
    height: 6px;
    margin: 10px;
    border-radius: 50%;
    background: rgba(12, 99, 168, 1);
    float: left;
}
.faq-list {
    width: 485px;
    height: 100%;
    /*background: rgba(244, 251, 254, 1);*/
}
.faq-item {
    width: 485px;
    height: 126px;
    border: 1.5px solid #91c7f2;
    margin-bottom: 12px;
}
.faq-top {
    height: 26px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 28px;
    color: rgba(51, 51, 51, 1);
    text-align: left;
    padding-top: 10px;
}
.faq-bottom {
    height: 63px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 28px;
    color: rgba(102, 102, 102, 1);
    text-align: left;
    margin-top: 30px;
}
.faq-img {
    margin: 5px 10px 10px 5px;
}
.opinions {
    padding-top: 22px;
    margin:0 auto;
    width:100%
}
.opinion-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}
.opinion-item {
    height: 112px;
    width: calc(33.333% - 15px);
    background: #ffffff;
    padding: 15px;
}
.opinion-item a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    border-left: 10px solid #0C63A8;
    height: 64px;
    padding-left: 20px;
}
.opinion-item a span, .faq-list .faq-item div span {
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    font-size: 16px;
    margin-bottom:15px
}
.opinion-date {
    color: #0C63A8;
}
.opinion-line {
    width: 305.84px;
    margin: 12px 0;
    height: 0px;
    opacity: 1;
    border: 1px solid rgba(12, 99, 168, 1);
}
.opinion-state {
    width: 62px;
    height: 24px;
    border-radius: 235px;
    background: rgba(12, 99, 168, 1);
    text-align: center;
}
.opinion-state-complete {
    width: 62px;
    height: 24px;
    border-radius: 235px;
    background: rgba(204, 204, 204, 1);
    text-align: center;
}
.opinion-state span {
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
}
.opinion-state-complete span {
    font-size: 16px;
    color: rgba(51, 51, 51, 1);
}
.opinions .dots .dot {
    width: 78px;
    height: 12px;
    border-radius: 0;
}
.bg-white {
    background-color: #ffffff;
}
.v-underline {
    position: relative;
    display: inline-block;
    padding-bottom: 20px; /* 给下划线留出空间 */
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin: 20px; /* 只是为了演示方便，增加点外边距 */

    /* 关键：让内容居中，虽然对inline-block不是必须的，但有助于布局 */
    text-align: center;
  }

  /* 核心：绘制蓝色线条 */
  .v-underline::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px; /* 线条粗细 */
    background-color: #007BFF; /* 蓝色 */
    z-index: 1;
  }

  /* 核心：绘制中间的 V 型缺口 */
  .v-underline::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%; /* 定位到父容器宽度的 50% 处 */
    transform: translateX(-50%); /* 向左移动自身宽度的 50%，实现完美居中 */

    /* 设置固定宽度，无论文字多长，这个缺口宽度都不变 */
    width: 40px; /* 缺口的宽度 */
    height: 10px; /* 缺口的高度（三角形的高度） */

    /* 利用 border 绘制向上的三角形 */
    /* 左右边框透明，上边框为白色（背景色） */
    border-left: 20px solid transparent; /* 宽度的一半 */
    border-right: 20px solid transparent; /* 宽度的一半 */
    border-top: 10px solid #fff; /* 颜色需与页面背景色一致 */

    z-index: 2; /* 确保盖在蓝色线条之上 */
  }
/*# sourceMappingURL=css.css.map */