﻿body {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    cursor: pointer;
}

.container {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

/* 头部banner */

.header {
    width: 100%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    position: relative;
}

.header img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.content {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.contentContainer {
    width: 1400px;
    height: auto;
}

/* 主题标题 */
.ztdt {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.ztdt .title {
    width: 1400px;
    height: 54px;
    font-weight: bold;
    font-size: 36px;
    color: #0E51AD;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-top: 60px;
}

.ztdt .info {
    width: 1400px;
    height: 150px;
    border-radius: 0px 0px 0px 0px;
    background-image: url(../img/ywbj.png);
    background-size: cover;
    background-position: center;
    font-weight: 400;
    font-size: 20px;
    color: #333333;
    text-align: justified;
    font-style: normal;
    text-transform: none;
    padding: 30px;
    text-indent: 2em;
    line-height: 36px;
    margin-top: 16px;
}

.ztdt .more {
    float: right;
    margin-right: 10px;
    width: 1340px;
    height: 24px;
    font-weight: 400;
    font-size: 16px;
    text-align: right;
    font-style: normal;
    text-transform: none;
}

.ztdt .more a {
    color: #999999;
}

.line {
    width: 100%;
    height: 1px;
    border-top: 1px dashed #6BA0CE;
    margin: 30px 0 10px 0;
}

/* 动态新闻 */
.dtxwBg {
    background-image: url(../img/dtxwBg.png);
    background-size: cover;
    background-position: center;
}

.dtxw {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
    position: relative;
}

.dtxw .title img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.dtxw .float-right {
    position: absolute;
    right: 0;
    top: 15%;
    transform: translateY(-50%);
    width: 50px;
    height: 16px;
}

.dtxw .infos {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    margin-top: 20px;
}

.dtxw .infos .info img {
    width: 14px;
    height: 14px;
    margin-right: 10px;
}

.dtxw .infos .info {
    flex: 0 0 calc(50% - 32px);
    display: flex;
    align-items: center;
}

.dtxw .infos .info .text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 580px;
    width: 560px;
    height: 30px;
    font-weight: 400;
    font-size: 20px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.dtxw .infos .info .text a {
    color: #333333;
}

.imgList {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    width: 1552px;
    margin-top: 240px;
}

.carousel-btn {
    cursor: pointer;
    margin: 0 10px;
    flex-shrink: 0;
}

.carousel-wrapper {
    width: 1552px;
    overflow: hidden;
    position: relative;
}

.carousel-track {
    display: flex;
    gap: 20px;
    transition: transform 0.3s ease;
}

.carousel-track img {
    width: 264px;
    height: 200px;
    object-fit: cover;
    flex-shrink: 0;
}

/* 政策解读 */
.zcjdBg {
    background-image: url(../img/zcjdBg.png);
    background-size: auto;
    background-position: top;
    background-repeat: no-repeat;
    margin-top: 20px;
}

.zcjd {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top: 60px;
}

.zcjd .infos {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 20px;
}

.zcjd .infos .info {
    width: 680px;
    height: 52px;
    border-radius: 0px 0px 0px 0px;
    border: 1px solid #0E4A86;
    padding: 14px;
}

.zcjd .infos .info img {
    width: 14px;
    height: 14px;
    margin-right: 10px;
}

.zcjd .infos .info {
    flex: 0 0 calc(50% - 40px);
    display: flex;
    align-items: center;
}

.zcjd .infos .info .text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 580px;
    width: 560px;
    height: 30px;
    font-weight: 400;
    font-size: 20px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.zcjd .infos .info .text a {
    color: #333333;
}

/* 底部 */
.footer {
    width: 100%;
    height: 165px;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: url(../img/footBg.png);
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 80px;
}

.footer p {
    margin: 5px 0;
    text-align: center;
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    font-style: normal;
    text-transform: none;
}