* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    box-sizing: border-box;
    font-family: "Source Han Sans", "思源黑体", sans-serif;
}

.clear {
    clear: both;
}

/* 顶部 */
.top {
    background-color: #EEEEEE;
}

.topcont {
    width: 1200px;
    margin: 0 auto;
    height: 56px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.topcont a {
    font-size: 18px;
    color: #333333;
}

/*banner*/
.banner img {
    width: 100%;
}

/* 内容区 */
.title img {
    width: 100%;
}

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

.section-cont {
    width: 1200px;
    margin: 0 auto;
}

.section-header {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 10px;
}

.section-header .title {
    margin: 0;
}

.section-header .more {
    position: absolute;
    right: 0;
    bottom: -15px;
    font-size: 16px;
    color: #666666;
}

.section-header .more:hover {
    color: #c12a2a;
}

/* 要闻 */
.yw-section {
    background: url('../images/bg_b.png') no-repeat;
    background-size: 100% auto;
}

.yw-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.yw-card {
    width: 48.5%;
    height: 178px;
    display: block;
    margin-bottom: 20px;
    transition: all 0.3s;
    position: relative;
    padding: 20px 30px;
    background: url('../images/bg_y.png') no-repeat;
    background-size: 100% 100%;
    border: 1px solid #E8C39E;
}

.yw-card-inner {
    width: 100%;
    height: 100%;
    position: relative;
}

.yw-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.yw-card h3 {
    font-size: 18px;
    color: #C51313;
    margin-bottom: 20px;
    line-height: 1.5;
    font-weight: normal;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.yw-card h3::after {
    content: '';
    display: block;
    width: 100%;
    height: 6px;
    margin-top: 10px;
    background: url('../images/line.png') no-repeat;
    background-size: 100% 100%;
}

.yw-card p {
    font-size: 14px;
    color: #666666;
    line-height: 1.8;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* 要论 */
.yl-section {
    background: url('../images/bg_p.png') no-repeat center top;
    background-size: 100% 100%;
    padding: 60px 0;
}

.yl-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.yl-item {
    width: 48.5%;
    height: 120px;
    margin-bottom: 20px;
    position: relative;
    transition: all 0.3s;
    padding-left: 41px;
}

.yl-item:hover {
    transform: translateY(-5px);
}

.yl-icon {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 82px;
    height: 82px;
}

.yl-text {
    height: 100%;
    padding: 27px 17px 27px 70px;
    background: url("../images/yl_bg.png") no-repeat center;
    background-size: cover;
    font-size: 18px;
    color: #333;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* 各地动态 */
.gddt-section {
    background: url('../images/bg_b.png') no-repeat;
    background-size: 100% auto;
    padding: 60px 0;
}

.gddt-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.gddt-item {
    width: 48.5%;
    display: flex;
    align-items: flex-start;
    padding: 30px;
    margin-bottom: 20px;
    position: relative;
    transition: all 0.3s;
    border: 1px solid #F28383;
}

.gddt-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.gddt-item .dot {
    width: 8px;
    height: 8px;
    min-width: 8px;
    background-color: #c12a2a;
    border-radius: 50%;
    display: inline-block;
    margin-right: 13px;
    margin-top: 8px;
}

.gddt-item h3 {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    line-height: 1.6;
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/*  尾部  */
.footer {
    width: 100%;
    background: #EFEFEF;
    text-align: center;
    height: 150px;
    background-size: contain;
}

.footcont {
    width: 888px;
    margin: 0 auto;
    height: 68px;
    padding-top: 40px;
}

.footimg {
    float: left;
    margin-right: 16px;
}

.footright {
    width: 752px;
    float: left;
    padding-top: 13px;
}

.footright p {
    font-size: 14px;
    font-weight: 400;
    color: #555555;
    line-height: 26px;
    text-align: left;
}

.footer.footer2024 {
    background-size: 100% 100%;
}

.footer2024 .footcont {
    padding-top: 40px;
}

/*  响应式设计  */
@media screen and (max-width: 1200px) {

    .topcont,
    .section-cont {
        width: 100%;
    }
}

@media screen and (max-width: 991px) {
    .section {
        padding: 30px 0;
    }

    .section-cont {
        width: 100%;
        padding: 30px 15px;
    }

    .section-header .more {
        position: static;
        display: block;
        text-align: right;
        margin-bottom: 15px;
    }

    .section-header {
        display: block;
        margin-bottom: 0;
    }

    .yw-card,
    .yl-item,
    .gddt-item {
        width: 100%;
    }

    .yl-section {
        background-size: cover;
    }

    .footer {
        background: #EFEFEF;
        margin-top: 0;
        height: 180px;
    }

    .footcont {
        width: 100%;
        padding-top: 0;
    }

    .footright {
        width: 100%;
    }

    .footright p {
        text-align: center;
    }

    .footimg {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .section-cont {
        padding: 20px 10px;
    }

    .yw-card {
        padding: 20px;
    }

    .yw-card h3 {
        font-size: 16px;
    }

    .yl-content {
        padding: 20px;
    }

    .gddt-item {
        padding: 20px;
    }

    .gddt-item h3 {
        font-size: 14px;
    }
}