.news-event{
    height: 375px;
}
.news-event-swiper{
    float: left;
    width: 580px;
    height: 375px;
}
.news-event-swiper .swiper-slide{
    position: relative;
}
.news-event-swiper img{
    width: 100%;
    height: 100%;
}
.news-event-swiper p{
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #ffffff;
    padding-left: 10px;
    background: rgba(0,0,0,0.5);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.swiper-container-horizontal>.swiper-pagination{
    width: auto;
    height: 12px;
    display: flex;
    align-items: center;
    left: auto;
    right: 14px;
    bottom: 15px;
}
.news-event-swiper .swiper-pagination-bullet{
    width: 8px;
    height: 8px;
    opacity: 1;
    border-radius: 50%;
    margin-right: 8px;
    background: #c7cfc8;
}
.news-event-swiper .swiper-pagination-bullet-active{
    width: 12px;
    height: 12px;
    background: #84b2d7;
}
.news-event-list{
    float: right;
    width: 395px;
}
.news-event-tab{
    height: 36px;
    border-bottom: 1px solid #dbe2e7;
}
.news-event-tab a{
    display: inline-block;
    height: 28px;
    line-height: 28px;
    color: #888a8a;
    font-size: 26px;
    font-weight: bold;
    margin-right: 40px;
    position: relative;
}
.news-event-tab a.active{
    color: #088d66;
}
.news-event-tab a.active:after{
    content: '';
    height: 3px;
    background: #bfefd9;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -9px;
}
.news-event-list ul{
    margin-top: 12px;
}
.news-event-list li{
    height: 63px;
    line-height: 63px;
    color: #333333;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 2px dashed #ebebeb;
}
.minister{
    margin-top: 53px;
}
.minister-point{
    float: left;
    width: 580px;
}
.minister-list-tab{
    height: 40px;
    border-bottom: 1px solid #dbe2e7;
}
.minister-list-tab a{
    display: inline-block;
    height: 28px;
    line-height: 28px;
    color: #999999;
    font-size: 26px;
    font-weight: bold;
    margin-right: 21px;
    position: relative;
}
.minister-list-tab a.active{
    color: #088d67;
}
.minister-list-tab a.active:after{
    content: '';
    height: 3px;
    background: #bfefd9;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -13px;
}
.minister-point ul{
    margin-top: 22px;
}
.minister-point li{
    float: left;
    width: 182px;
    height: 135px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 22px 0 20px;
    margin-left: 17px;
    background: #c4f1dc;
    border-radius: 8px;
    box-sizing: border-box;
}
.minister-point li:first-child{
    margin-left: 0;
}
.minister-point-txt{
    line-height: 23px;
    color: #676767;
    font-size: 20px;
}
.minister-list{
    float: right;
    width: 395px;
}
.minister-list ul{
    margin-top: 7px;
}
.minister-list li{
    height: 48px;
    line-height: 48px;
    color: #333333;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 2px dashed #ebebeb;
}