.nt{
    width: 60px;
    height: 130px;
    background: url(http://va.wuhan.gov.cn/material/images/topic.png) 0 0 no-repeat;
    margin: 10px 30px 10px 0px;
}
.nt a{
    height:100%;
    display: block;
}
.SpecialColumn{
    display: flex;
    width: 1200px;
    margin: 0 auto;
    margin-bottom:20px;
}
.swiper-container {
    width: 1100px;
    height:130px;
    margin: 10px 0 10px 0px;
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide a img{
    width:100%;
    height: 100%;
}
/* 左右按钮 */
.swiper-button-prev{
    position: absolute;
    left: 0px;
    top: 65px;
    width: 25px;
    height: 50px;
}
.swiper-button-prev img{
    width: 100%;
    height: 100%;
    z-index: 999;
}
.swiper-button-next{
    position: absolute;
    right: 0;
    top: 65px;
    width: 25px;
    height: 50px;
}
.swiper-button-next img{
    width: 100%;
    height: 100%;
}