.icon-box {
    display: flex;
}

.title {
    min-width: 300px;
    background-color: #00bec0;
    font-weight: 500;
    font-size: 24px;
    color: #fff;
    display: flex;
    align-items: center;
    padding-right: 20px;
}
.rectangle{
    width: 16px;
    height: 9px;
    background-color: #059b9d;
    position: relative;
    overflow: hidden;
    margin-top: 36px;
}
.icon-box .title .icon {
    margin-left: 20px;
    margin-right: 15px;
}

.triangle {
    width: 0;
    height: 0;
    border-left: 34px solid transparent;
    border-bottom: 20px solid #fff;
    position: absolute;
    top: 0;
    right: 0;
}

.icon-box img{
    margin: 0 20px;
}

.energy-menu{
    background-color: rgb(0, 190, 192);
}
.energy-menu-item a:hover, .energy-menu-item a.active{
    background-color: rgb(2, 155, 157);
}
.energy-menu-item{
    width: 200px;
}
.color{
    background-color: #00bec0 !important;
}

/* Add CSS for 三位一体 and 政策法规 sections */
.energy-special-container {
    display: flex;
    justify-content: space-between;
    margin-top: 46px;
    width: 100%;
    max-width: 1200px;
    margin: 30px auto;
}

.energy-special-left {
    width: 870px;
}

.energy-special-right {
    width: 300px;
}

.energy-special-list {
    margin-top: 20px;
}

.energy-special-item {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px dashed #e0e0e0;
    text-decoration: none;
    color: #333;
}
.energy-innovation-item{
    width: 32% !important;
}
.bottom{
    margin-bottom: 0 !important;
}
.energy-special-item:hover {
    color: #ff6600;
}

.energy-special-item .news-title {
    max-width: 700px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 20px;
}
.energy-special-item .date{
    font-size: 18px;
}
.energy-policy-box {
    border: 1px solid #eee;
    border-radius: 4px;
}

.energy-policy-header {
    background-color: #fff;
    color: #333;
    font-size: 18px;
    font-weight: bold;
    padding: 12px 15px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eee;
    color: #fff;
}

.energy-policy-icon {
    margin-right: 10px;
}

.energy-policy-content {
    padding: 15px;
    min-height: 100px;
}

.energy-policy-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.energy-links-box {
    margin-top: 26px;
}

.energy-link-item {
    margin-bottom: 15px;
}

.energy-link-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


@media screen and (max-width: 768px) {
    .title{
        width:auto;
        font-size: 20px;
        min-width: initial;
    }
    .energy-news-list{
        width: 100% !important;
    }
    .energy-carousel-container{
        width: 100% !important;
    }
    .swiper-slide{
        height: auto !important;
    }
    .energy-base-date{
        width: 40% !important;
    }
    .energy-base-content{
        margin-right: 0 !important;
    }
    .energy-special-container{
        width: 95% !important;
        flex-direction: column;
    }
    .energy-special-left{
        width: 100%;
    }
    .energy-special-right{
        width: 100%;
    }
    .energy-special-container .title{
        font-size: 14px;
    }
    .energy-special-item .news-title{
        width: 50%;
        font-size: 16px;
    }
    .energy-special-item .date{
        width: 50%;
        font-size: 14px;
        text-align: right;
    }
    .energy-innovation-item{
        width:49% !important;
    }
}
@media screen and (max-width: 375px) {
    .energy-base-date{
        width: 50% !important;
    }
}