
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Microsoft YaHei", Arial, sans-serif;
}

img{
    width: 100%;
}

a{
    text-decoration: none;
}

ul,li{
    list-style: none;
}


.container {
    width: 83vw;
    margin: 0 auto;
}

/* 顶部横幅样式 */
.top-banner img{
    width:100%;
}
.carousel-section{
    margin-bottom: 40px;
    position: relative;
}
.carousel-item{
    list-style: none;
}
.carousel-link{
    display: block;
    position: relative;
}

.carousel-contentImage{
    position: absolute;
    top: 35px;
    left:0;
    right:0;
    margin: 0 auto;
    width: 70%;
}
.carousel-content{
    position: absolute;
    bottom:0;
    left:0;
    padding: 13px 11px;
    width: 100%;
    background-color: #444;
}
.carousel-content .text{
    display: inline-block;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    font-size: 24px;
}
.carousel-section .hd{
    position: absolute;
    bottom: 25px;
    right: 0;
}

.carousel-section .hd ul{
    display: flex;
}

.carousel-section .hd li{
    margin-right: 10px;
    width: 22px;
    height: 13px;
    border-radius: 12px;
    list-style: none;
    background-color: #b4cee5;
    cursor: pointer;
}
.carousel-section .hd li.on{
    background-color: #fff;
    width: 36px;
}

/* 文章展示区样式 */
.voice-content{
    display: flex;
    justify-content: space-between;
}
.voices-column{
    margin-bottom: 44px;
}
.voices-column-title{
    display: flex;
    align-items: center;
    margin-bottom: 17px;
}
.section-title {
    margin-right: 27px;
    font-size: 22px;
    color: #000;
}
.voice-img{
    max-width: 128px;
}
.voice-item-left{
    width: 46.81%;
}

.voice-item-right{
    width: 50.58%;
}
.voice-news-item:nth-child(1) a,
.voice-news-item:nth-child(2) a{
    font-weight: bold;
}
.voice-news-item a{
    display: flex;
    align-items: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 2;
    color: #000;
    font-size: 22px;
}
.voice-news-item a::before{
    margin-right: 10px;
    content:'';
    display: block;
    width: 5px;
    height: 5px;
    background-color: #000;
    border-radius: 50%;
}




.voice-item {
    display: flex;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.voice-item:last-child {
    border-bottom: none;
}

.voice-image {
    width: 100%;
    line-height: 0;
}

.voice-image img {
    width: 100%;
    height: auto;
}

.voice-text {
    font-weight: bold;
    font-size: 24px;
    padding: 13px 21px;
    border-style: solid;
    border-color: #ccc;
    border-width: 0 1px 1px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.more-link {
    display: block;
    text-align: right;
    margin-top: 10px;
    text-decoration: none;
    font-size: 16px;
    color: #666;
}

.more-link:hover {
    text-decoration: underline;
}


/* 页脚样式 */
.footer {
    background-color: #3f78a1;
    padding: 59px 20px 40px;
    margin-top: 30px;
    font-size: 16px;
    color: #fff;
    text-align: center;
}
.footer p{
    margin-bottom: 10px;

}
.img-wrapper{
    margin-top: 50px;
}
.img-wrapper img{
    margin: 0 20px;
}
.img-wrapper img:nth-child(1){
    width: 42px;
}
.img-wrapper img:nth-child(2){
    width: 101px;
}
.img-wrapper img:nth-child(3){
    width: 109px;
}
.voice-news-item:hover a{
    color:#1e3a8a;
}
.carousel-bgImage{filter: blur(6px);width:1200px;height: 600px;}
.head,.container{width:1200px;margin:0 auto;}
header{margin:0 auto;}
/* 响应式设计 */
@media (max-width: 768px) {
    .head{width:100%;}
    header{width:100%;}
    .container{width:97%;}
.carousel-bgImage{width:100%;height:auto;}
    .top-banner{
        margin-bottom: 4vw;
    }
    .carousel-contentImage{
        top: 0.8rem;
        width:85%;
    }
    .carousel-section,.voices-column{
        margin-bottom:2rem;
    }
    .carousel-content{
        padding: 3px 11px;
    }
    .carousel-content .text{
        font-size: 1.6rem;
    }
    .carousel-content .text{
        width: 100%;
    }
    .carousel-section .hd {
        display: none;
    }
    .section-title, .voice-text{
        font-size: 2rem;
    }
    .voice-img{
        width: 21rem;
    }
    .voice-news-item a{
        font-size: 1.5rem;
    }
    .voice-content{
        flex-direction: column;
    }
     .voice-item-left,
    .voice-item-right{
        width: 100%;
    }
    .voice-item-left{
        margin-bottom:1rem;
    }
    .voice-news-item{
        margin-bottom: 1rem;
    }
    .more-link{
        font-size: 1.2rem;
    }
    .voice-text{
        padding: 1rem;
    }
    .footer{
        font-size: 1.2rem;
    }
    .img-wrapper img:nth-child(1){
        width: 4rem;
    }
    .img-wrapper img:nth-child(2){
        width: 10rem;
    }
    .img-wrapper img:nth-child(3){
        width: 10rem;
    }
}

