* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Microsoft YaHei", "SimSun", Arial, sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: #333;
    background-color: #DCF1FE;
}
img {
    max-width: 100%;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
}

ul {
    list-style: none;
}

.main-wrapper {
    max-width:1200px;
    margin: auto;
    /*background-color: #fff;*/
    margin-bottom:30px;
    margin-top: -300px;
    position: relative;
}

.main-inner {
    width: 1200px;
    margin: 0 auto;
    padding: 35px 0 20px;
    border: 1px solid #D6E3FD;
    border-radius: 30px;
    box-shadow: 0 10px 20px rgba(189,213,232, 1.5);
    background-color: #fff;
    margin-bottom: 35px;
}

.main-inner2 {
    /*width: 1200px;
    margin: 0 auto;
    padding: 35px 0 20px;*/
    /*border: 1px solid #D6E3FD;
    box-shadow: 0 2px 8px rgba(214, 227, 253, 1.5);*/
}

/* Banner区域 */
.banner {
    width: 100%;
    height: 936px;
    /*background: linear-gradient(135deg, #1a5fb4 0%, #2e7d32 50%, #1565c0 100%);*/
    background: url(../images/banner.png) center center no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
#logo{
    margin-left: 90px;
    cursor: pointer;
}

/*.banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../images/banner.jpg) center center no-repeat;
    background-size: cover;
    !*opacity: 0.1;*!
}*/

.banner-inner {
    width: 100%;
    height: 100%;
    display: table;
    padding-top: 20px;
}

.banner-content {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 1;
}

.banner-title {
    font-size: 52px;
    font-weight: bold;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
    letter-spacing: 8px;
}

.banner-subtitle {
    font-size: 28px;
    letter-spacing: 15px;
    opacity: 0.95;
}

/* 通用区域样式 */
.section {
    margin-bottom: 20px;
}

.section-label {
    /*padding-bottom: 15px;*/
    /*border-bottom: 2px solid #c00;*/
    margin: 15px 0 20px;
    text-align: center;
}

.section-label-center {
    display: block;
}


.section-label-center .label-icon,
.section-label-center h2 {
    display: inline-block;
    vertical-align: middle;
}

.section-label h2 {
    font-size: 22px;
    color: #c00;
    font-weight: bold;
}

.label-icon {
    width: 4px;
    height: 22px;
    background-color: #c00;
    margin-right: 10px;
    display: inline-block;
}

/* 区域1：头条 */
.headline-section {
    background-color: #fff;
    padding: 15px 60px;
    border-radius: 5px;
    /*box-shadow: 0 2px 5px rgba(0,0,0,0.08);*/
}

.headline-content {
    width: 100%;
    text-align: center;
    padding: 10px 0;
    border-bottom: 1px solid #fb9700;
    position: relative;
}
.headline-content a img{
    top: -9px;
    position: absolute;
}
.headline-title{margin-left: 209px;}

.headline-main-title {
    font-size: 32px;
    font-weight: bold;
    color: #0073e7;
    line-height: 1.6;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.headline-main-title:hover {
}

/* 区域2：轮播图 + 文章列表 */
.carousel-section {
    background-color: #fff;
    padding: 0 60px;
    border-radius: 5px;
    /*box-shadow: 0 2px 5px rgba(0,0,0,0.08);*/
    height: 300px;
}

.carousel-left {
    width: 500px;
    float: left;
    /*padding-right: 15px;*/
    margin-right: 38px;
    height: 300px;
}

.carousel-right {
    width: 540px;
    float: right;
    /*padding-left: 15px;*/
    height: 300px;
}

.carousel-wrapper {
    width: 100%;
    opacity: 0;
    visibility: hidden;
}

.carousel-wrapper .bxslider-carousel a {
    display: block;
    pointer-events: auto; /* 确保链接可点击 */
    cursor: pointer;
}

.carousel-wrapper .bxslider-carousel img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    pointer-events: none; /* 防止图片拖拽影响点击 */
}

.carousel-caption {
    /*text-align: center;*/
    font-size: 16px;
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    color: #fff;
    padding: 0 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.article-list {
    height: 300px;
    overflow: hidden;
}

.article-list ul {
    height: 274px;
}

.article-list li {
    /*padding: 8px 0;*/
    border-bottom: 1px dashed #e0e0e0;
    height: 54px;
    box-sizing: border-box;
    overflow: hidden;
}

.article-list a {
    display: block;
    overflow: hidden;
}

.article-date {
    color: #999;
    font-size: 12px;
    flex-shrink: 0;
    margin-right: 15px;
}

.article-title {
    font-size: 16px;
    line-height: 54px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    padding-left: 15px;
    position: relative;
}

.article-title::before,.media-title::before,.dynamics-title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background-color: #000;
}

.more-link {
    text-align: right;
    /*padding-top: 10px;*/
}

.more-link a {
    color: #0073E7;
    font-size: 16px;
}

.more-link a:hover {
}

.carousel-section::after {
    content: "";
    display: table;
    clear: both;
}

/* 区域3：媒体报道 */
.media-section {
    background-color: #fff;
    padding: 0px 60px;
    border-radius: 5px;
   /* box-shadow: 0 2px 5px rgba(0,0,0,0.08);*/
}

.media-content {
    width: 100%;
}

.media-left {
    width: 50%;
    float: left;
    padding: 20px;
    background: #F6F6F6;
    /*border-right: 1px solid #eee;*/
}

.media-right {
    width: 50%;
    float: right;
    padding: 20px;
    background: #F6F6F6;
}

.media-list li {
    padding: 12px 0;
    border-bottom: 1px dashed #e0e0e0;
}

.media-list a {
    display: block;
    overflow: hidden;
}

.media-title {
    font-size: 16px;
    line-height: 1.6;
    padding-right: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    padding-left: 15px;
    position: relative;
}

.media-date {
    color: #999;
    font-size: 12px;
    flex-shrink: 0;
}

.media-section::after {
    content: "";
    display: table;
    clear: both;
}

/* 区域4：标语 */
.slogan-section {
    /*background: linear-gradient(135deg, #c00 0%, #8b0000 100%);*/
    /*padding: 0px 60px;*/
    border-radius: 5px;
    margin-bottom: 30px;
}

.slogan-wrapper {
    text-align: center;
}
.slogan-wrapper img{width: 100%;}

.slogan-line {
    padding: 10px 0;
}

.slogan-text {
    font-size: 42px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 20px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

/* 区域5：全省动态 */
.dynamics-section {
    background-color: #fff;
    padding: 0 60px;
    border-radius: 5px;
    /*margin-bottom: 0;*/
    /*box-shadow: 0 2px 5px rgba(0,0,0,0.08);*/
}

.dynamics-content {
    width: 100%;
}

.dynamics-carousel-wrapper {
    width: 100%;
    margin-bottom: 25px;
    padding: 10px 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
}

.dynamics-img-item {
    /*margin-right: 20px;*/
    flex: 1;
    padding: 0 5px;
}

.dynamics-img-item:last-child {
    margin-right: 0;
}

.dynamics-img-item img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    /*border-radius: 5px;*/
    pointer-events: none; /* 防止图片拖拽影响点击 */
}

.dynamics-bxslider a {
    display: block;
    pointer-events: auto; /* 确保链接可点击 */
    cursor: pointer;
}

.dynamics-caption {
    /*text-align: center;
    padding: 8px 0;
    font-size: 13px;
    color: #666;*/
    border: 1px solid #E5E5E5;
    height: 50px;
    line-height: 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 5px;
}

.dynamics-articles {
    width: 100%;
    /*padding-top: 15px;
    border-top: 1px solid #eee;*/
}

.dynamics-left {
    width: 50%;
    float: left;
    padding: 20px;
    background: #F6F6F6;
    /*border-right: 1px solid #eee;*/
}

.dynamics-right {
    width: 50%;
    float: right;
    padding: 20px;
    background: #F6F6F6;
}

.dynamics-list li {
    padding: 10px 0;
    border-bottom: 1px dashed #e0e0e0;
}

.dynamics-list a {
    display: block;
    overflow: hidden;
}

.dynamics-title {
    font-size: 16px;
    line-height: 1.6;
    padding-right: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    padding-left: 15px;
    position: relative;
}

.dynamics-date {
    color: #999;
    font-size: 12px;
    flex-shrink: 0;
}

.dynamics-content::after {
    content: "";
    display: table;
    clear: both;
}

/* 底部 */
/*.footer {
    width: 100%;
    background-color: #333;
    color: #fff;
    padding: 20px 0;
    margin-top: 30px;
}

.footer-inner {
    width: 1180px;
    margin: 0 auto;
    text-align: center;
}

.footer p {
    font-size: 14px;
}*/

/* ========== 响应式设计 ========== */

/* 平板设备 */
@media (max-width: 1200px) {
    .headline-main-title{white-space: normal;}
    .headline-content a img{display: none;}
    .headline-title{margin-left: 0;}
    .main-inner {
        width: 100%;
        padding: 15px 20px;
    }
    .main-inner2 {
        width: 100%;
        padding: 15px 20px;
    }

    /*.footer-inner {
        width: 100%;
    }*/

    .banner {
        height: 430px;
    }
    #logo{
        width: 30%;
        margin-left: 10px;
    }
    .main-wrapper{
        margin-top: 0;
    }

    .banner-title {
        font-size: 40px;
        letter-spacing: 5px;
    }

    .banner-subtitle {
        font-size: 22px;
        letter-spacing: 10px;
    }

    .carousel-section {
        height: auto;
    }

    .carousel-left {
        width: 100%;
        padding-right: 0;
        height: auto;
    }

    .carousel-right {
        width: 100%;
        padding-left: 0;
        height: auto;
    }

    .carousel-wrapper .bxslider-carousel img {
        height: 400px;
    }

    .article-list {
        height: auto;
    }

    .article-list ul {
        height: auto;
    }

    .section-label-center img{width: 100%;}
}

/* 小平板设备 */
@media (max-width: 992px) {
    .banner {
        height: 430px;
    }
    #logo{
        width: 30%;
        margin-left: 10px;
    }
    .main-wrapper{
        margin-top: 0;
    }
    .headline-main-title{white-space: normal;}
    .headline-content a img{display: none;}
    .headline-title{margin-left: 0;}

    .section {
        padding: 0;
    }

    .carousel-section {
        height: auto;
    }

    .carousel-left {
        width: 100%;
        padding-right: 0;
        height: auto;
    }

    .carousel-right {
        width: 100%;
        padding-left: 0;
        height: auto;
    }

    .carousel-wrapper .bxslider-carousel img {
        height: 240px;
    }

    .article-list {
        height: auto;
    }

    .article-list ul {
        height: auto;
    }

    .media-left {
        width: 100%;
        padding-right: 0;
        border-right: none;
        margin-bottom: 20px;
    }

    .media-right {
        width: 100%;
    }

    .dynamics-left {
        width: 100%;
        padding-right: 0;
        border-right: none;
        margin-bottom: 20px;
    }

    .dynamics-right {
        width: 100%;
    }

    .dynamics-img-item {
        width: 100%;
        margin-right: 2%;
        margin-bottom: 15px;
    }

    .dynamics-img-item:nth-child(3) {
        margin-right: 0;
    }

    .slogan-text {
        font-size: 32px;
        letter-spacing: 10px;
    }
    .dynamics-caption{display: none;}
    .section-label-center img{width: 100%;}
}

/* 手机设备 */
@media (max-width: 768px) {
    .headline-main-title{white-space: normal;}
    .headline-content a img{display: none;}
    .headline-title{margin-left: 0;}
    .banner {
        height: 380px;
    }
    #logo{
        width: 30%;
        margin-left: 10px;
    }
    .main-wrapper{
        margin-top: 0;
    }
    .banner-title {
        font-size: 28px;
        letter-spacing: 3px;
    }

    .banner-subtitle {
        font-size: 16px;
        letter-spacing: 5px;
    }

    .section-label h2 {
        font-size: 18px;
    }

    .headline-main-title {
        font-size: 18px;
    }
    .section {
        padding: 0;
    }
    .carousel-section {
        height: auto;
    }

    .carousel-left {
        width: 100%;
        padding-right: 0;
        height: auto;
    }

    .carousel-right {
        width: 100%;
        padding-left: 0;
        height: auto;
    }

    .carousel-wrapper .bxslider-carousel img {
        height: 200px;
    }

    .article-list {
        height: auto;
    }

    .article-list ul {
        height: auto;
    }

    .slogan-text {
        font-size: 26px;
        letter-spacing: 5px;
    }

    /*.slogan-section {
        padding: 30px 0;
    }*/

    .dynamics-img-item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .dynamics-img-item img {
        height: 140px;
    }
    .dynamics-caption{display: none;}
    .section-label-center img{width: 100%;}
}

/* 小屏手机 */
@media (max-width: 480px) {
    .headline-main-title{white-space: normal;}
    .headline-content a img{display: none;}
    .headline-title{margin-left: 0;}
    .banner {
        height: 250px;
    }
    #logo{
        width: 30%;
        margin-left: 10px;
    }
    .main-wrapper{
        margin-top: 0;
    }

    .banner-title {
        font-size: 22px;
        letter-spacing: 2px;
    }

    .banner-subtitle {
        font-size: 14px;
        letter-spacing: 3px;
    }

    .main-inner {
        padding: 10px 15px;
    }
    .main-inner2 {
        padding: 10px 15px;
    }

    .section {
        margin-bottom: 20px;
        padding: 0;
    }

    .section-label {
        padding-bottom: 10px;
        margin-bottom: 15px;
    }

    .section-label h2 {
        font-size: 16px;
    }

    .headline-main-title {
        font-size: 15px;
    }

    .slogan-text {
    }

    .slogan-text {
        font-size: 20px;
        letter-spacing: 3px;
    }

    /*.slogan-section {
        padding: 20px 0;
    }*/
    .dynamics-caption{display: none;}
    .section-label-center img{width: 100%;}
}

/* bxslider自定义样式覆盖 */
.bxslider-carousel .bx-wrapper {
    margin-bottom: 0;
}

.bxslider-carousel .bx-wrapper .bx-pager {
    bottom: 5px;
}

.bxslider-carousel .bx-wrapper .bx-pager.bx-default-pager a {
    width: 10px;
    height: 10px;
    background: #fff;
}

.bxslider-carousel .bx-wrapper .bx-pager.bx-default-pager a.active,
.bxslider-carousel .bx-wrapper .bx-pager.bx-default-pager a:hover {
}

.dynamics-bxslider .bx-wrapper {
    margin-bottom: 0;
}

.dynamics-bxslider .bx-wrapper .bx-pager {
    bottom: 5px;
}

.dynamics-bxslider .bx-wrapper .bx-pager.bx-default-pager a {
    width: 8px;
    height: 8px;
    background: #ccc;
}

.dynamics-bxslider .bx-wrapper .bx-pager.bx-default-pager a.active,
.dynamics-bxslider .bx-wrapper .bx-pager.bx-default-pager a:hover {
}
.wuzhangai {
    position: absolute;
    width: 100%;
    top: 35px !important;
}