.content02 a{
    display: inline-block;
    width: 2.18rem;
    padding: 0.09rem 0 0.08rem;
    height: 0.44rem;
    border: 1px solid #0961bb;
    text-align: center;
    color: #0961bb;
    margin: 0 0.05rem;
}
.content02 a b{
    display: block;
   font-size: 0.26rem;
   font-weight: bold;
}
.content02 a span{
    font-size: 0.16rem;
}
.content02{
    margin-bottom: 0.5rem;
    text-align: center;
}
.content02 .active{
    background:#0961bb;
    color: #fff;
}
.content03{
    padding: 0 0.3rem;
}
.content03 li {
    position: relative;
    width: 6.9rem;
    margin: 0 auto 0.3rem;
    padding-bottom: 0.3rem;
    border-bottom: 1px dashed #9a9a9a;
}
.content03 li a img{
    float: left;
    width: 2.5rem;
}
.content03 li a .fr{
    float: right;
    width: 4.2rem;
}
.content03 li a .fr b{
    font-size: 0.2rem;
    color: #0961bb;
    display: block;
}
.content03 li a .fr h5{
    font-size: 0.28rem;
    margin-top: 0.15rem;
    margin-bottom: 0.1rem;
    color: #000;
}
.content03 li a .fr P{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-size: 0.24rem;
    color: #4c4c4c;
    line-height: 0.26rem;
}
.content03 li a span{
    position: absolute;
    bottom: 0.11rem;
    right: 0;
    color: #808080;
    font-size: 0.2rem;
}
.page{
    margin-top: 0.46rem;
    text-align: center;
    margin-bottom: 0.6rem;
}
.page a{
    margin-left: 0.1rem;
    text-align: center;
    display: inline-block;
    width: 0.4rem;
    height: 0.4rem;
    border: 0.01rem solid #e4e4e4;
    font-size: 0.24rem;
    line-height: 0.4rem;
    color: #7f7f7f;
    vertical-align: middle;
}
.page .prev{
    background: url('../images/pagelt.png')no-repeat center;
    background-size: 0.1rem 0.18rem;
}
.page .next{
    background: url('../images/pagert.png')no-repeat center;
    background-size: 0.1rem 0.18rem;
}
.page .active{
    color: #fff;
    background: #0961bb;
    width: 0.42rem;
    line-height: 0.42rem;
    height: 0.42rem;
    border: none;
}