* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        ul,ol{list-style:none;}
        body {
            font-family: "Microsoft YaHei", Arial, sans-serif;
            background: #f5f5f5;
        }
        
        .news-section {
            background: url(../img/top-title.png) no-repeat center center;
            background-color: #fff;
            padding: 30px;
            max-width: 1400px;
            margin: 0px auto;
        }
        .news-title {
            font-size: 28px;
            font-weight: bold;
            color: #333;
            text-align: center;
            line-height: 1.5;
            margin-bottom: 25px;
            letter-spacing: 1px;
        }
        .news-title a{
            text-decoration: none;
            color: #e13c39;
        }
        .news-tags {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 12px;
        }
        .news-tags a {
            text-decoration: none;
            color: #e13c39;
            font-size: 18px;
            padding: 6px 14px;
            border-radius: 4px;
            transition: all 0.3s ease;
        }
        .news-tags a:hover {
            color: #e13c39;
        }
        .tag-row {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 5px;
            margin-bottom: 12px;
        }
        .tag-row:last-child {
            margin-bottom: 0;
        }
        .news-scroll-container {
            background-color: #fff;
            overflow: hidden;
            max-width: 1400px;
            margin: 0px auto;
        }
        .news-scroll-wrapper {
            display: flex;
            align-items: center;
            overflow: hidden;
            white-space: nowrap;
            position: relative;
            max-width: 1400px;
        }
        .news-category {
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            display: flex;
            align-items: center;
            padding: 0 20px;
            background-color: #ffffff;
            /* border-right: 1px solid #d0e8f8; */
            z-index: 10;
        }
        .news-scroll-inner {
            display: flex;
            align-items: center;
            margin-left: 100px;
            animation: scroll-left 30s linear infinite;
        }
        .news-scroll-inner:hover {
            animation-play-state: paused;
        }
        @keyframes scroll-left {
            0% {
                transform: translateX(0);
            }
            100% {
                transform: translateX(-50%);
            }
        }
        .scroll-news-list {
            display: flex;
            align-items: center;
            padding: 12px 0;
        }
        .scroll-news-list-clone {
            display: flex;
            align-items: center;
            padding: 12px 0;
        }
        .category-icon {
            width: 20px;
            height: 20px;
            margin-right: 8px;
        }
        .category-title {
            font-size: 15px;
            font-weight: 600;
            color: #1a4598;
        }
        .scroll-news-item {
            display: flex;
            align-items: center;
            padding: 0 20px;
            border-right: 1px dashed #e0e0e0;
            flex-shrink: 0;
        }
        .scroll-news-item:last-child {
            border-right: none;
        }
        .scroll-news-dot {
            width: 4px;
            height: 4px;
            background-color: #1a4598;
            border-radius: 50%;
            margin-right: 10px;
            flex-shrink: 0;
        }
        .scroll-news-item a {
            text-decoration: none;
            color: #1a4598;
            font-size: 18px;
            line-height: 1.6;
            transition: color 0.3s ease;
        }
        .scroll-news-item a:hover {
            color: #1a4598;
        }
        .article-container {
            text-align: center;
            margin: 15px auto;
            background: #fff;
            padding: 20px;
            max-width: 1400px;
        }
        .article-subtitle {
            font-weight: bold;
            text-decoration: none;
            font-size: 24px;
            color: #333;
            margin-bottom: 12px;
            letter-spacing: 1px;
        }
        .article-subtitle a {
            text-decoration: none;
            color: #333;
        }
        .article-title {
            font-size: 30px;
            font-weight: bold;
            color: #000;
            line-height: 1.6;
            letter-spacing: 2px;
        }
        .article-title a {
            text-decoration: none;
            color:#000;
            display: block;
            transition: color 0.3s ease;
        }
        .article-title a:hover {
            color: #000;
        }
        .container {
            display: flex;
            gap: 20px;
            max-width: 1400px;
            margin: 0 auto;
            background-color: #fff;
            margin-bottom: 15px;
        }
        .news-list {
            width: 35%;            
            border-radius: 8px;
            padding-left: 15px;
            padding-top:15px;
        }
        .news-item {
            padding: 10px 0;
            position: relative;
        }
        .news-item:last-child {
            border-bottom: none;
        }
        .news-item a {
            text-decoration: none;
            color: #333;
            font-size: 18px;
            line-height: 1.5;
            display: block;
            transition: color 0.3s ease;
        }
        .news-item a {
            display: inline-block;
        }
        .news-item a:hover {
            color: #333;
        }
        .news-tag {
            display: inline-block;
            background-color: #1a4598;
            color: #fff;
            font-size: 12px;
            padding: 2px 8px;
            margin-right: 8px;
            border-radius: 2px;
        }
        .news-tag a {
            color: #fff;
        }
        .special-tag {
            background-color: #c11016;
            margin-right: 5px;
        }
        .carousel-section {
            width: 65%;
            padding-top: 10px;
            padding-right: 10px;
        }
        .carousel-container {
            position: relative;
            overflow: hidden;
            margin-bottom: 15px;
        }
.piclb_box .lunboBox{
    /*margin-top: 20px;*/
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 470px;
}
.piclb_box .lunboBox .hd{
    position: absolute;
    right: 40px;
    bottom: 15px;
    z-index: 1;
}
.piclb_box .lunboBox .hd li{
    float: left;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: #ffffff;
    margin-left: 5px;
}
.piclb_box .lunboBox .hd li.on{
    position: relative;
    width: 24px;
    /*background: #00a0e9;*/
}
.piclb_box .lunboBox .hd li.on::after{
    content: '';
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 8px;
    border-radius: 4px;
    background: #00a0e9;
    animation: intrduceImgLunbo 5s linear !important;
}

@keyframes intrduceImgLunbo {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }

}
.piclb_box .lunboBox .bd {
    height: 100%;
}
.piclb_box .lunboBox .bd li {
    position: relative;
}
.piclb_box .lunboBox .bd li p {
    position:absolute;
	left:0px;
	bottom:0px;
	background: rgba(0, 0, 0, 0.5);
	font-size: 21px;
    font-weight: 500;
    text-align: center;
	line-height: 40px;
	padding:20px 0px;
	width: 100%;
    color: #fff;
}

.piclb_box .lunboBox img {
    width: 100%;
    height: 470px;
    vertical-align: bottom;
}

.piclb_box .lunboBox .bd .prev,
.piclb_box .lunboBox .bd .next {
    box-sizing: border-box;
    display: none;
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    width: 34px;
    height: 73px;
    background: url("/templateRes/img/left_arrow4.png") center center no-repeat;
    background-size: contain;
}
.piclb_box .lunboBox .bd .prev{
    left: 0px;
}
.piclb_box .lunboBox .bd .next{
    background: url("/templateRes/img/right_arrow4.png") center center no-repeat;
    right: 0px;
}
.piclb_box .lunboBox .bd .piclb_num
{
	position: absolute;
    left: 50px;
    bottom: 22px;
    color: #fff;
    font-size: 24px;	
}
        .carousel-wrapper {
            display: flex;
            transition: transform 0.5s ease-in-out;
        }
        .carousel-slide {
            position: relative;
            flex-shrink: 0;
            width: 100%;
        }
        .carousel-slide img {
            width: 100%;
            height: 470px;
            object-fit: cover;
        }
        .carousel-slide:hover img {
            transform: scale(1.03);
            transition: transform 0.3s ease;
        }
        .carousel-title {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
            padding: 30px 20px 15px;
        }
        .carousel-title a {
            color: #fff;
            font-size: 24px;
            font-weight: bold;
            text-decoration: none;
            display: block;
            transition: color 0.3s ease;
        }
        .carousel-title a:hover {
            color: #ffd700;
        }
        .carousel-btn {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 30px;
            height: 60px;
            background-color: rgba(0, 0, 0, 0.4);
            border: none;
            border-radius: 4px;
            cursor: pointer;
            z-index: 10;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: background-color 0.3s ease;
        }
        .carousel-btn:hover {
            background-color: rgba(0, 0, 0, 0.6);
        }
        .carousel-prev {
            left: 0;
        }
        .carousel-prev::before {
            content: '';
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 12px 16px 12px 0;
            border-color: transparent rgba(255, 255, 255, 0.8) transparent transparent;
        }
        .carousel-next {
            right: 0;
        }
        .carousel-next::before {
            content: '';
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 12px 0 12px 16px;
            border-color: transparent transparent transparent rgba(255, 255, 255, 0.8);
        }
        .carousel-indicators {
            position: absolute;
            bottom: 10px;
            right: 20px;
            display: flex;
            gap: 6px;
        }
        .indicator {
            width: 10px;
            height: 10px;
            background-color: rgba(255, 255, 255, 0.5);
            border-radius: 50%;
            cursor: pointer;
            transition: background-color 0.3s ease;
        }
        .indicator.active {
            background-color: #fff;
        }
        .thumbnails {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 10px;
        }
        .thumbnail-item {
            position: relative;
            overflow: hidden;
            /*border-radius: 4px;
            box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);*/
        }
        .thumbnail-item img {
            width: 100%;
            height: 80px;
            object-fit: cover;
            transition: transform 0.3s ease;
        }
        .thumbnail-item:hover img {
            transform: scale(1.1);
        }
        .thumbnail-item a {
            display: block;
        }
        .banner-container {
            position: relative;
            overflow: hidden;
            border-radius: 4px;
            max-width: 1400px;
            margin: 0 auto;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        }
        .banner-link {
            display: block;
            width: 100%;
            overflow: hidden;
            cursor: pointer;
        }
        .banner-img {
            width: 100%;
            height: auto;
            display: block;
            transition: transform 0.3s ease;
        }
        .banner-container:hover .banner-img {
            transform: scale(1.05);
        }
        .banner-link:active .banner-img {
            transform: scale(0.98);
        }
        .banner-ad {
            position: absolute;
            top: 5px;
            right: 10px;
            font-size: 12px;
            color: rgba(255, 255, 255, 0.8);
            background-color: rgba(0, 0, 0, 0.3);
            padding: 2px 8px;
            border-radius: 2px;
        }
        a {
            text-decoration: none !important;
        }
        .news-container {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 20px;
            max-width: 1400px;
            margin: 15px auto;
        }
        .section {
            background-color: #fff;
            overflow: hidden;
        }
        .section-header {
            display: flex;
            align-items: center;
            padding: 12px 15px;
            margin-bottom: 0;
            position: relative;
            z-index: 10;
            background-color: #fff;
        }
        .section-icon {
            width: 4px;
            height: 16px;
            background-color: #c11016;
            margin-right: 10px;
            border-radius: 2px;
        }
        .section-title {
            font-size: 20px;
            font-weight: bold;
            color: #1a49a7;
        }
        .section-title a {
            font-size: 20px;
            font-weight: bold;
            color: #1a49a7;
        }
        .rui-ping-img {
            position: relative;
            overflow: hidden;
            margin:20px;
        }
        .rui-ping-img a {
            display: block;
        }
        .rui-ping-img img {
            width: 100%;
            height: 220px;
            object-fit: cover;
            transition: transform 0.3s ease;
        }
        .rui-ping-img:hover img {
            transform: scale(1.05);
        }
        .rui-ping-overlay {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
            padding: 20px 15px 10px;
        }
        .rui-ping-overlay a {
            color: #fff;
            font-size: 16px;
            font-weight: bold;
            text-decoration: none;
            display: block;
            transition: color 0.3s ease;
        }
        .rui-ping-overlay a:hover {
            color: #ffd700;
        }
        .rui-ping-news {
            padding: 10px 15px;
        }
        .rui-ping-news-item {
            padding: 8px 0;
            position: relative;
            padding-left: 12px;
        }
        .rui-ping-news-item:last-child {
            border-bottom: none;
        }
        .rui-ping-news-item::before {
            content: '';
            position: absolute;
            left: 0;
            color: #ccc;
            font-weight: bold;
        }
        .rui-ping-news-item a {
            text-decoration: none;
            color: #333;
            font-size: 18px;
            line-height: 1.5;
            display: block;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            transition: color 0.3s ease;
        }
        .rui-ping-news-item a:hover {
            color: #c11016;
        }
        .min-sheng-list {
            padding: 10px 15px;
        }
        .min-sheng-title {
            padding: 10px 0;
            margin-bottom: 10px;
        }
        .min-sheng-title a {
            text-decoration: none;
            color: #333;
            font-size: 18px;
            font-weight: bold;
            display: block;
            transition: color 0.3s ease;
        }
        .min-sheng-title a:hover {
            color: #1a4598;
        }
        .min-sheng-item {
            padding: 8px 0;
            position: relative;
            padding-left: 22px;
        }
        .min-sheng-item:last-child {
            border-bottom: none;
        }
        .min-sheng-item::before {
            content: '';
            position: absolute;
            left: 5px;
            top: 50%;
            transform: translateY(-50%);
            width: 6px;
            height: 6px;
            border: 1px solid #1a4598;
            border-radius: 50%;
        }
        .min-sheng-item a {
            text-decoration: none;
            color: #333;
            font-size: 18px;
            line-height: 1.5;
            display: block;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            transition: color 0.3s ease;
        }
        .min-sheng-item a:hover {
            color: #c11016;
        }
        .min-sheng-highlight {
            color: #c11016;
            font-weight: bold;
        }
        .min-sheng-sub-list {
            padding: 10px 15px;
        }
        .min-sheng-sub-title {
            font-weight: bold;
            font-size: 18px;
            margin-bottom: 10px;
        }
        .min-sheng-sub-title a {
            color: #c11016;
            text-decoration: none;
            transition: color 0.3s ease;
        }
        .min-sheng-sub-title a:hover {
            color: #c11016;
        }
        .wei-bao-zhi {
            position: relative;
            overflow: hidden;
        }
        .wei-bao-zhi-bg {
            position: absolute;
            top: 48px;
            left: 0;
            right: 0;
            bottom: 0;
            background: url(../img/newsbg.png) no-repeat center center;
            background-size: cover;
            z-index: 0;
            width: 100%;
        }
        .wei-bao-zhi-content {
            position: relative;
            z-index: 1;
            padding: 0;
        }
        .wei-bao-zhi-img {
            position: relative;
            overflow: hidden;
            margin-bottom: 0;
            display: flex;
            justify-content: center;
            align-items: flex-end;
            padding-bottom: 20px;
            padding-top: 15px;
        }
        .wei-bao-zhi-img a {
            display: block;
            width: 100%;
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        .wei-bao-zhi-img img {
            width: 100%;
            height: auto;
            max-height: 380px;
            object-fit: contain;
            transition: transform 0.3s ease;
        }
        .wei-bao-zhi-img:hover img {
            transform: scale(1.03);
        }
         .news-container {
            display: grid;
            grid-template-columns: 380px 1fr 380px;
            gap: 20px;
            max-width: 1400px;
            margin: 15px auto;
        }
        .section {
            background-color: #fff;            
            overflow: hidden;
            width: 80%;
        }
        .section-header {
            display: flex;
            align-items: center;
            padding: 12px 15px;
            border-bottom: 1px solid #eee;
        }
        .section-icon {
            width: 4px;
            height: 16px;
            background-color: #c11016;
            margin-right: 10px;
            border-radius: 2px;
        }
        .section-icon-red {
            background-color: #c11016;
        }
        
        .left-section {
            display: flex;
            flex-direction: column;
        }
        .large-img-box {
            position: relative;
            overflow: hidden;
            margin: 20px;
        }
        .large-img-box a {
            display: block;
        }
        .large-img-box img {
            width: 100%;
            height: 200px;
            object-fit: cover;
            transition: transform 0.3s ease;
        }
        .large-img-box:hover img {
            transform: scale(1.05);
        }
        .large-img-overlay {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
            padding: 25px 15px 10px;
        }
        .large-img-title {
            color: #fff;
            font-size: 16px;
            font-weight: bold;
            display: block;
            transition: color 0.3s ease;
        }
        .large-img-title:hover {
            color: #ffd700;
        }
        .small-imgs {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 10px;
            padding: 0px 20px;
        }
        .small-img-box {
            position: relative;
            overflow: hidden;
            border-radius: 4px;
        }
        .small-img-box a {
            display: block;
        }
        .small-img-box img {
            width: 100%;
            height: 120px;
            object-fit: cover;
            transition: transform 0.3s ease;
        }
        .small-img-box:hover img {
            transform: scale(1.05);
        }
        .small-img-title {
            padding: 8px 10px;            
            color: #333;
            font-size: 16px;
            line-height: 1.4;
            display: block;
            transition: color 0.3s ease;
        }
        .small-img-title:hover {
            color: #c11016;
        }
        .center-section {
            padding: 0px;
        }
        .center-news-item {
            padding: 8px 0;
            position: relative;
            padding-left: 22px;
        }
        .center-news-item:last-child {
            border-bottom: none;
        }
        .center-news-item::before {
            content: '';
            position: absolute;
            left: 5px;
            top: 50%;
            transform: translateY(-50%);
            width: 6px;
            height: 6px;
            border: 1px solid #1a4598;
            border-radius: 50%;
        }
        .center-news-item a {
            color: #333;
            font-size: 18px;
            line-height: 1.5;
            display: block;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            transition: color 0.3s ease;
        }
        .center-news-item a:hover {
            color: #c11016;
        }
        .center-news-highlight {
            font-weight: bold;
            color: #333;
        }
        .center-news-highlight:hover {
            color: #c11016;
        }
        .right-section {
            display: flex;
            flex-direction: column;
        }
        .right-large-img {
            position: relative;
            overflow: hidden;
            margin:20px;
        }
        .right-large-img a {
            display: block;
            color:#fff;
        }
        .right-large-img img {
            width: 100%;
            height: 200px;
            object-fit: cover;
            transition: transform 0.3s ease;
        }
        .right-large-img:hover img {
            transform: scale(1.05);
        }
        .right-overlay {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
            padding: 25px 15px 10px;
        }
        .right-overlay a {
            color: #fff;
            font-size: 16px;
            font-weight: bold;
            display: block;
            transition: color 0.3s ease;
        }
        .right-overlay a:hover {
            color: #ffd700;
        }
        .right-news-list {
            padding: 10px 15px;
        }
        .right-news-item {
            padding: 9px 0;
            position: relative;
            padding-left: 18px;
        }
        .right-news-item:last-child {
            border-bottom: none;
        }
        .right-news-item::before {
            content: '';
            position: absolute;
            left: 3px;
            color: #ccc;
            font-weight: bold;
        }
        .right-news-item a {
            color: #333;
            font-size: 18px;
            line-height: 1.5;
            display: block;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            transition: color 0.3s ease;
        }
        .right-news-item a:hover {
            color: #c11016;
        }
        .banner-nav {
            display: flex;
            gap: 10px;
            max-width: 1400px;
            margin: 0 auto;
            height: 60px;
        }
        .banner-item {
            flex: 1;
            overflow: hidden;
        }
        .banner-item a {
            display: block;
            width: 100%;
            height: 100%;
            overflow: hidden;
        }
        .banner-item img {
            width: 100%;
            height: 60px;
            object-fit: cover;
            transition: transform 0.3s ease;
        }
        .banner-item:hover img {
            transform: scale(1.1);
        }
        .banner-item.medium {
            flex: 0.8;
        }
        .banner-item.large {
            flex: 1.2;
        }
        .help-container {
            background-color: #fff;            
            overflow: hidden;
            max-width: 1400px;
            margin: 15px auto;
        }
        .help-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 5px 20px;
            background: linear-gradient(to right, #f7931e 0%, #f48909 100%);
        }
        .help-header-left {
            display: flex;
            align-items: center;
            gap: 12px;
        }
        .help-icon {
            width: 25px;
            height: 33px;
        }
        .help-title {
            font-size: 20px;
            font-weight: bold;
            color: #fff;
        }
        .help-header-right {
            display: flex;
            align-items: center;
            gap: 15px;
        }
        .help-hotline {
            font-size: 28px;
            font-weight: bold;
            color: #fff;
            display: flex;
            align-items: center;
            gap: 8px;
        }
        .help-hotline img {
            width: 616px;
            height: 59px;
        }
        .help-slogan {
            font-size: 15px;
            color: #fff;
        }
        .help-content {
            display: flex;
        }
        .help-left-center {
            flex: 1;
            /* border-right: 1px solid #eee; */
            display: flex;
            flex-direction: column;
            padding-right: 15px;
        }
        .help-body {
            display: flex;
        }
        .help-left {
            width: 480px;
            padding: 20px;
        }
        .help-main-img {
            position: relative;
            overflow: hidden;
            border-radius: 4px;
        }
        .help-main-img a {
            display: block;
        }
        .help-main-img img {
            width: 100%;
            height: 240px;
            object-fit: cover;
            transition: transform 0.3s ease;
        }
        .help-main-img:hover img {
            transform: scale(1.05);
        }
        .help-main-title {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
            padding: 20px 10px 10px;
        }
        .help-main-title a {
            color: #fff;
            font-size: 16px;
            font-weight: bold;
            display: block;
            line-height: 1.5;
            transition: color 0.3s ease;
        }
        .help-main-title a:hover {
            color: #ffd700;
        }
        .help-center {
            flex: 1;
            padding: 15px 20px;
            display: flex;
            gap: 30px;
        }
        .help-news-list {
            flex: 1;
        }
        .help-news-item {
            padding: 10px 0;
            position: relative;
            padding-left: 20px;
        }
        .help-news-item:last-child {
            border-bottom: none;
        }
        .help-news-item::before {
            content: '';
            position: absolute;
            left: 5px;
            color: #ccc;
            font-weight: bold;
            font-size: 16px;
        }
        .help-news-item a {
            color: #333;
            font-size: 18px;
            line-height: 1.5;
            display: block;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            transition: color 0.3s ease;
        }
        .help-news-item a:hover {
            color: #c11016;
        }
        .help-buttons {
            display: flex;
            flex-direction: column;
            gap: 15px;
        }
        .help-btn {
            display: block;
            width: 50px;
            height: 100px;
            border-radius: 30px;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            color: #fff;
            font-size: 13px;
            font-weight: bold;
            writing-mode: vertical-rl;
        }
        .help-btn:hover {
            transform: scale(1.05);
        }
        .btn-orange {
            background: linear-gradient(to bottom, #f7931e 0%, #f37021 100%);
        }
        .btn-blue {
            background: linear-gradient(to bottom, #1a4598 0%, #0d2b66 100%);
        }
        .help-btn a {
            font-weight: bold !important;
            color: #fff !important;
            font-size: 13px !important;
        }
        .help-right {
            width: 320px;
            /* border-left: 1px solid #eee; */
            display: flex;
            flex-direction: column;
        }
        .help-ad {
            position: relative;
            overflow: hidden;
        }
        .help-ad a {
            display: block;
        }
        .help-ad img {
            width: 100%;
            height: 120px;
            object-fit: cover;
            transition: transform 0.3s ease;
        }
        .help-ad:hover img {
            transform: scale(1.05);
        }
        .help-ad-news {
            padding: 10px 15px;
        }
        .help-ad-item {
            padding: 8px 0;
            /* border-bottom: 1px dashed #eee; */
            position: relative;
            padding-left: 18px;
        }
        .help-ad-item:last-child {
            border-bottom: none;
        }
        .help-ad-item::before {
            content: '';
            position: absolute;
            left: 3px;
            color: #ccc;
            font-weight: bold;
        }
        .help-ad-item a {
            color: #333;
            font-size: 18px;
            line-height: 1.5;
            display: block;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            transition: color 0.3s ease;
        }
        .help-ad-item a:hover {
            color: #c11016;
        }
        .video-container {
            background-color: #fff;
            overflow: hidden;            
            max-width: 1400px;
            margin: 0 auto;
            padding: 15px;
            margin-bottom: 15px;
        }
        .video-header {
            display: flex;
            align-items: center;
            padding: 10px 0 15px;
            border-bottom: 1px solid #eee;
            margin-bottom: 15px;
        }
        .video-icon {
            width: 4px;
            height: 18px;
            background-color: #c11016;
            margin-right: 10px;
            border-radius: 2px;
        }
        .video-title {
            font-size: 20px;
            font-weight: bold;
            color: #1a49a7;
        }
        .video-title a {            
            color: #1a49a7;
        }
        .video-row {
            position: relative;
            overflow: hidden;
            margin-bottom: 15px;
        }
        .video-row:last-child {
            margin-bottom: 0;
        }
        .slide-btn {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 30px;
            height: 60px;
            background-color: rgba(0, 0, 0, 0.4);
            border: none;
            border-radius: 4px;
            cursor: pointer;
            z-index: 10;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: background-color 0.3s ease;
        }
        .slide-btn:hover {
            background-color: rgba(0, 0, 0, 0.6);
        }
        .slide-btn.left {
            left: 0;
        }
        .slide-btn.right {
            right: 0;
        }
        .slide-btn::before {
            content: '';
            width: 0;
            height: 0;
            border-style: solid;
        }
        .slide-btn.left::before {
            border-width: 12px 16px 12px 0;
            border-color: transparent rgba(255, 255, 255, 0.8) transparent transparent;
        }
        .slide-btn.right::before {
            border-width: 12px 0 12px 16px;
            border-color: transparent transparent transparent rgba(255, 255, 255, 0.8);
        }
        .video-wrapper {
            display: flex;
            transition: transform 0.5s ease-in-out;
        }
        .video-grid {
            display: flex;
            gap: 15px;
            flex-shrink: 0;
            width: 100%;
        }
        .video-card {
            position: relative;
            overflow: hidden;
            border-radius: 6px;
            aspect-ratio: 16 / 9;
            cursor: pointer;
            flex-shrink: 0;
            width: calc(25% - 11.25px);
        }
        .video-card img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.3s ease;
        }
        .video-card:hover img {
            transform: scale(1.05);
        }
        .video-tag {
            position: absolute;
            top: 0;
            left: 0;
            padding: 8px 30px;
            background: url(../img/video1.png) no-repeat left top;
            color: #fff;
            font-size: 20px;
            font-weight: bold;
            border-radius: 4px;
            z-index: 5;
            height: 60px;
            width: 172px;
        }
        .video-tag.orange {
            background: url(../img/video1.png) no-repeat center center;
        }
        .play-btn {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 50px;
            height: 50px;
            background-color: rgba(0, 0, 0, 0.4);
            border: 2px solid rgba(255, 255, 255, 0.8);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 5;
            transition: all 0.3s ease;
        }
        .video-card:hover .play-btn {
            transform: translate(-50%, -50%) scale(1.1);
            background-color: rgba(0, 0, 0, 0.6);
        }
        .play-btn::before {
            content: '';
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 10px 0 10px 16px;
            border-color: transparent transparent transparent rgba(255, 255, 255, 0.9);
            margin-left: 3px;
        }
        .video-desc {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            padding: 15px 10px 10px;
            background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
            color: #fff;
            font-size: 14px;
            z-index: 5;
        }
        .video-modal {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: rgba(0, 0, 0, 0.8);
            z-index: 100;
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: 0;
            visibility: hidden;
            transition: opacity 0.3s ease, visibility 0.3s ease;
        }
        .video-modal.show {
            opacity: 1;
            visibility: visible;
        }
        .modal-content {
            position: relative;
            width: 80%;
            max-width: 900px;
            aspect-ratio: 16 / 9;
            background-color: #000;
            border-radius: 8px;
            overflow: hidden;
            transform: scale(0.9);
            transition: transform 0.3s ease;
        }
        .video-modal.show .modal-content {
            transform: scale(1);
        }
        .modal-video {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        .modal-close {
            position: absolute;
            top: 10px;
            right: 10px;
            width: 40px;
            height: 40px;
            background-color: rgba(0, 0, 0, 0.6);
            border: none;
            border-radius: 50%;
            color: #fff;
            font-size: 24px;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 10;
            transition: background-color 0.3s ease;
        }
        .modal-close:hover {
            background-color: rgba(0, 0, 0, 0.8);
        }
        .modal-title {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            padding: 20px 15px 15px;
            background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
            color: #fff;
            font-size: 16px;
            font-weight: bold;
        }
         .city-container {
            background-color: #fff;            
            overflow: hidden;            
            max-width: 1400px;
            color: #000;
            margin: 0 auto;
            padding: 15px;
        }
        .city-header {
            display: flex;
            align-items: center;
            padding: 10px 0 15px;
            border-bottom: 1px solid #eee;
            margin-bottom: 15px;
        }
        .city-icon {
            width: 4px;
            height: 18px;
            background-color: #c11016;
            margin-right: 10px;
            border-radius: 2px;
        }
        .city-title {
            font-size: 20px;
            font-weight: bold;
            color: #1a49a7;
            margin-right: 15px;
        }
        .city-tabs {
            display: flex;
            gap: 5px;
        }
        .city-tab {
            padding: 5px 12px;
            color: #333;
            font-size: 18px;
            font-weight: bold;
            cursor: pointer;            
            transition: all 0.3s ease;
        }
        .city-tab.active {
            color: #c11016;            
        }
        .city-tab:hover {
            color: #c11016;
        }
        .city-tab.active:hover {
            color: #c11016;
        }
        .city-divider {
            color: #ddd;
            margin: 0 5px;
        }
        .city-content {
            display: flex;
            gap: 20px;
        }
        .city-left {
            width: 280px;
            height: 160px;
            position: relative;
            overflow: hidden;
            border-radius: 6px;
        }
        .city-left img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.3s ease;
        }
        .city-left:hover img {
            transform: scale(1.05);
        }
        .ds-overlay {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            height: 70px;
            background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
            padding: 5px 15px;
            display: flex;
            align-items: flex-end;
            z-index: 2;
        }
        .ds-video-title {
            color: #fff;
            font-size: 16px;
            font-weight: bold;
            display: block;
            transition: color 0.3s ease;
        }
        .ds-video-title:hover {
            color: #ffd700;
        }
        .city-play-btn {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 45px;
            height: 45px;
            background-color: rgba(0, 0, 0, 0.4);
            border: 2px solid rgba(255, 255, 255, 0.8);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            z-index: 5;
            transition: all 0.3s ease;
        }
        .city-left:hover .city-play-btn {
            transform: translate(-50%, -50%) scale(1.1);
            background-color: rgba(0, 0, 0, 0.6);
        }
        .city-play-btn::before {
            content: '';
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 9px 0 9px 14px;
            border-color: transparent transparent transparent rgba(255, 255, 255, 0.9);
            margin-left: 3px;
        }
        .city-center {
            flex: 1;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 20px;
        }
        .news-column {
            display: flex;
            flex-direction: column;
            gap: 15px;
        }
        .container .news-list .news-item {
            display: flex;
            flex-direction: row;
        }
        .news-item {
            display: flex;
            flex-direction: column;
        }
        .news-item:hover {
            background-color: #00a0e9;    
        }
        .news-item-title {
            font-size: 18px;
            color: #333;
            font-weight: bold;
            line-height: 2;
        }
        .news-item-title:hover {
            color: #e13c39;
        }
        .news-title {
            color: #e13c39;
            font-size: 38px;
            font-weight: bold;
            margin-bottom: 8px;
            display: block;
            transition: color 0.3s ease;
        }
        .news-title:hover {
            color: #e13c39;
        }
        .news-desc {
            color: #5e5e5e;
            font-size: 15px;
            line-height: 1.6;
            margin-bottom: 8px;
            text-indent: 24px;
        }
        .news-desc a {
            color: #1a4598;
        }
        .news-detail {
            color: #999;
            font-size: 12px;
            display: inline-block;
            transition: color 0.3s ease;
        }
        .news-detail:hover {
            color: #1a4598;
        }
        .ds-news-list {
            display: flex;
            flex-direction: column;
            gap: 10px;
        }
        .ds-news-list .ds-news-link:first-child {
            font-weight: bold;
        }
        .ds-news-link {
            color: #333;
            font-size: 18px;
            line-height: 1.5;
            display: block;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            transition: color 0.3s ease;
        }
        .ds-news-link:hover {
            color: #c11016;
        }
        .city-right {
            width: 280px;
            height: 160px;
            position: relative;
            overflow: hidden;
            border-radius: 6px;
        }
        .city-right img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.3s ease;
        }
        .city-right:hover img {
            transform: scale(1.05);
        }
        .city-right-overlay {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            height: 60px;
            background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
            padding: 5px 15px;
            display: flex;
            align-items: flex-end;
            z-index: 2;
        }
        .city-right-title {
            color: #fff;
            font-size: 16px;
            font-weight: bold;
            display: block;
            transition: color 0.3s ease;
        }
        .city-right-title:hover {
            color: #ffd700;
        }
        
        .city-video-modal {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: rgba(0, 0, 0, 0.8);
            z-index: 100;
            align-items: center;
            justify-content: center;
            opacity: 0;
            visibility: hidden;
            transition: opacity 0.3s ease, visibility 0.3s ease;
        }
        .city-video-modal.show {
            display: flex;
            opacity: 1;
            visibility: visible;
        }
        .city-modal-content {
            position: relative;
            width: 80%;
            max-width: 800px;
            aspect-ratio: 16 / 9;
            background-color: #000;
            border-radius: 8px;
            overflow: hidden;
            transform: scale(0.9);
            transition: transform 0.3s ease;
        }
        .city-video-modal.show .city-modal-content {
            transform: scale(1);
        }
        .city-modal-video {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        .city-modal-close {
            position: absolute;
            top: 10px;
            right: 10px;
            width: 40px;
            height: 40px;
            background-color: rgba(0, 0, 0, 0.6);
            border: none;
            border-radius: 50%;
            color: #fff;
            font-size: 24px;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 10;
            transition: background-color 0.3s ease;
        }
        .city-modal-close:hover {
            background-color: rgba(0, 0, 0, 0.8);
        }
         .media-container {
            background-image: url('../img/haibaobg.png');
            background-size: 100% 100%;
            background-position: center;
            background-repeat: no-repeat;
            border-radius: 8px;
            padding: 20px;
            max-width: 1400px;
            min-height: 400px;
            margin: 15px auto;
            position: relative;            
        }
.haibao_box_con        
{
    width: 1200px; 
    margin-left: 120px; 
    margin-top: 50px;
    overflow: hidden;  
}        

.haibao_box_con .bd{
    position: relative;
    padding: 0 30px;
}
.haibao_box_con .bd li{
    position: relative;
    float: left;
    width: 190px;
    margin: 0 15px 0 15px;
    height: 260px;
}
.haibao_box_con .bd img{
    width: 190px;
    height: 260px;
	transition: .3s ease;
}
.haibao_box_con .bd li .img_box{
    width: 190px;
    height: 260px;
	overflow:hidden;
}
.haibao_box_con .bd li:hover img{
    transform: scale(1.1);transition: .3s ease;
}
.haibao_box_con .bd .prev,
.haibao_box_con .bd .next {
    box-sizing: border-box;
    display: block;
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    width: 20px;
    height: 46px;
    background: url("/templateRes/img/left_arrow7.png") center center no-repeat;
    opacity: 0.9;
    background-size: contain;
}
.haibao_box_con .bd .prev{
    left: 7px;
}
.haibao_box_con .bd .next{
    background: url("/templateRes/img/right_arrow7.png") center center no-repeat;
    right: 7px;
}
.haibao_box_con .bd li span {display: block;position: absolute;right: 0;top: 0;background: url("/templateRes/img/haibao2.png") center center no-repeat;width: 84px;height: 34px;line-height: 34px;text-align: right;color: #333;padding-right: 10px;}

        .scroll-frame {
            border-radius: 4px;
            margin-top: 38px;
            position: relative;
            overflow: hidden;
            max-height: 280px;
            margin-left: 160px;
            max-width: 78%;
        }
        .scroll-wrapper {
            display: flex;
            gap: 15px;
            justify-content: center;
            transition: transform 0.5s ease-in-out;
        }
        .media-card {
            flex: 0 0 auto;
            width: 142px;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease;
            position: relative;
            will-change: transform;
            backface-visibility: hidden;
        }
        .media-card:hover {
            transform: scale(1.02);
        }
        .media-card img {
            width: 100%;
            height: 320px;
            object-fit: cover;
            display: block;
            background: #f0f0f0;
            transition: opacity 0.3s ease;
        }
        .media-card img.loading {
            opacity: 0;
        }
        .media-card img.loaded {
            opacity: 1;
        }
        .image-placeholder {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(135deg, #f5f5f5 0%, #e8e8e8 100%);
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 1;
        }
        .image-placeholder::after {
            content: '';
            width: 20px;
            height: 20px;
            border-top-color: #666;
            border-radius: 50%;
            animation: spin 0.8s linear infinite;
        }
        @keyframes spin {
            to { transform: rotate(360deg); }
        }
        .card-badge {
            position: absolute;
            top: 0;
            right: 0;
            width: 80px;
            height: 25px;
            border-radius: 0 4px 0 4px;
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 5;
            background-size: 100% 100%;
            background-repeat: no-repeat;
            background-position: top right;
        }
        .card-badge span {
            margin-left: 12px;
        }
        .badge-haibao {
            background-image: url('../img/haibao2.png');
        }
        .scroll-btn {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 30px;
            height: 60px;
            background-color: rgba(0, 0, 0, 0.4);
            border: none;
            border-radius: 4px;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 10;
            transition: all 0.15s ease;
            outline: none;
            -webkit-tap-highlight-color: transparent;
        }
        .scroll-btn:hover {
            background-color: rgba(0, 0, 0, 0.6);
            transform: translateY(-50%) scale(1.05);
        }
        .scroll-btn:active {
            background-color: rgba(0, 0, 0, 0.8);
            transform: translateY(-50%) scale(0.95);
        }
        .scroll-btn::before {
            content: '';
            width: 0;
            height: 0;
            border-style: solid;
        }
        .scroll-btn.left {
            left: 135px;
        }
        .scroll-btn.left::before {
            border-width: 10px 14px 10px 0;
            border-color: transparent #fff transparent transparent;
        }
        .scroll-btn.right {
            right: 66px;
        }
        .scroll-btn.right::before {
            border-width: 10px 0 10px 14px;
            border-color: transparent transparent transparent #fff;
        }
        .media-title {
            position: absolute;
            top: 50%;
            left: 85px;
            transform: translateY(-50%);
            font-size: 35px;
            font-weight: bold;
            color: #8b6914;
            writing-mode: vertical-rl;
            letter-spacing: 8px;
        }
        .news-container {
            display: flex;
            gap: 20px;
            max-width: 1400px;
            margin: 15px auto;
            background-color: #fff;
        }
        .news-column {
            flex: 1;
            background-color: #fff;
            /*border-radius: 8px;*/
            overflow: hidden;
            /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
        }
        .column-l {width: 280px;}
        .column-r {width: 450px;}
        .column-header {
            display: flex;
            align-items: center;
            padding: 15px 20px;
            border-bottom: 1px solid #eee;
        }
        .header-icon {
            width: 4px;
            height: 20px;
            background-color: #c11016;
            margin-right: 10px;
        }
        .column-title {
            font-size: 20px;
            font-weight: bold;
            color: #1a49a7;
        }
        .column-title a {color: #1a49a7;}
        .column-image {
            position: relative;
            height: 200px;
            overflow: hidden;
            margin: 0px 20px;
        }
        .column-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.3s ease;
        }
        .column-image:hover img {
            transform: scale(1.1);
        }
        .image-overlay {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            padding: 15px 20px;
            background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
        }
        .overlay-title {
            color: #fff;
            font-size: 16px;
            line-height: 1.5;
            font-weight: normal;
        }
        .overlay-title a {
            color: #fff;
            font-weight: bold;
            text-decoration: none;
            transition: color 0.3s ease;
        }
        .overlay-title a:hover {
            text-decoration: none;
            color: #ffd700;
        }
        .sec-news-list {
            padding: 15px 20px;
        }
        .sec-news-item {
            padding: 10px 0;
            position: relative;
            padding-left: 22px;
        }
        .sec-news-item:last-child {
            border-bottom: none;
        }
        .sec-news-item::before {
            content: '';
            position: absolute;
            left: 5px;
            top: 50%;
            transform: translateY(-50%);
            width: 6px;
            height: 6px;
            border: 1px solid #1a4598;
            border-radius: 50%;
        }
        .sec-news-item a {
            color: #333;
            text-decoration: none;
            font-size: 18px;
            line-height: 1.6;
            display: block;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        .sec-news-item a:hover {
            color: #c11016;
            text-decoration: none;
        }
        .tabs-container {
            background-color: #fff;            
            overflow: hidden;
            max-width: 1400px;
            margin: 0 auto;
            margin-bottom: 15px;
        }
        .tabs-header {
            display: flex;
            border-bottom: 1px solid #eee;
            position: relative;
        }
        .tab-item {
            padding: 15px 30px;
            font-size: 16px;
            color: #666;
            cursor: pointer;
            transition: color 0.3s ease;
            position: relative;
            z-index: 1;
        }
        .tab-item.active {
            color: #333;
            font-weight: bold;
        }
        .tab-item.active::after {
            content: '';
            position: absolute;
            bottom: -1px;
            left: 30px;
            right: 30px;
            height: 2px;
            background-color: #1a4598;
        }
        .tab-item:hover {
            color: #333;
        }
        .tabs-content {
            padding: 20px;
        }
        .tab-panel {
            display: none;
        }
        .tab-panel.active {
            display: block;
        }
        .media-grid {
            display: grid;
            grid-template-columns: repeat(10, 1fr);
            gap: 10px;
        }
        .media-item {
            padding: 0px;
        }
        .media-item a {
            color: #333;
            text-decoration: none;
            font-size: 16px;
            display: block;
            line-height: 1.6;
        }
        .media-item a:hover {
            color: #c11016;
            text-decoration: none;
        }