@import url("common.css");
.title{
    height: 0.48rem;
    margin: 0.4rem 0 0.3rem;
    line-height: 0.48rem;
    font-size: 0.28rem;
    font-weight: bold;
    color: #333;
    overflow: hidden;
}
.title a{
    float: right;
    height: 100%;
    padding: 0 0.2rem 0 0.25rem;
    margin-right: -0.2rem;
    line-height: 0.48rem;
    font-size: 0.24rem;
    font-weight: normal;
    color: #999;
}
.title a:after{
    content: '';
    display: inline-block;
    width: 0.1rem;
    height: 0.2rem;
    margin: 0.12rem 0 0 0.08rem;
    background: url("../img/icon/icon-youjiantou.png") center;
    background-size: cover;
    vertical-align: top;
}
.resources{
    z-index: 1;
    margin-top: -0.2rem;
    border-radius:0.22rem 0.22rem 0 0;
}



/*------------------------------广告区域------------------------------*/
.banner{
    position: relative;
    height: 2.4rem;
    overflow: hidden;
}
.banner .swiper-container{
    height: 100%;
    background-color: #F2F2F2
}
.banner .swiper-container .swiper-slide>a{
    display: block;
    width: 100%;
    height: 100%;
}
.banner .swiper-container img{width: 100%}
.banner .swiper-container-horizontal>.swiper-pagination-bullets{
    display: flex;
    bottom: 0.1rem;
    height: 0.24rem;
    overflow: hidden;
    justify-content: center;
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    float: left;
    width: 0.3rem;
    height: 0.04rem;
    margin: 0 0.03rem;
    background:rgba(255,255,255,1);
    opacity:0.4;
    border-radius: 0.02rem;
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{opacity: 1}
