@charset "UTF-8";
.topNav .swiper-slide.active:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 8px;
    opacity: 0.7;
    border-radius: 4px;
    bottom: 26px;
    left: 0;
    right: 40px;
    margin-left: 0;
    background: #bb0015 !important;
}
.zongTitle .more {
    display: block;
    font-size: 26px;
    line-height: 40px;
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -20px;
    font-weight: bold;
    color:  #bb0015;
}
.zongTitle .more.normal{
	font-weight: normal;
}

.zongTitle .more i {
    font-size: 28px;
    margin-left: 4px;
    color:  #bb0015;
}