.content .content_wrap
{
    width: 7.2rem;
    margin: 0 auto;
    padding-top: 0.1rem;
    padding-bottom: 1.05rem;
}

.bread
{
    width: 100%;
    height: 0.5rem;
    background: #55b5d4;
    font-size: 0.25rem;
    color: #fff;
    line-height: 0.5rem;
    text-indent: 0.14rem;
}
.bread a
{
    color: #fff;
}

.list{ margin-top:0.1rem;}

.list ul
{
    list-style: none;
}

.list ul li a
{
    display: block;
    width: 7.2rem;
    height: 0.7rem;
    background: #55b5d4;
    margin-bottom: 0.1rem;
}

.list ul li a img
{
    display: block;
    width: 0.6rem;
    height: 0.6rem;
    float: left;
    margin-top: 0.05rem;
    margin-left: 0.05rem;
}

.list ul li a p
{
    display: block;
    width: 4.7rem;
    height: 0.7rem;
    float: left;
    font-size: 0.25rem;
    line-height: 0.7rem;
    color: #000;
    text-indent: 0.15rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.list ul li a i
{
    font-style: normal;
    display: block;
    width: 1.8rem;
    height: 0.7rem;
    float: left;
    font-size: 0.2rem;
    line-height: 0.7rem;
    color: #000;
    text-align: right;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
/*·ÖÒ³*/
.pagination
{
    display: inline-block;
    border: 1px solid #55b5d4;
    margin-top: 0.1rem;
    text-align: center;
    height: 0.5rem;
    width: 100%;
}
.pagination div
{
    font-size: 0.25rem;
    line-height: 0.5rem;
}
.pagination a
{
    color: #000;
    font-size: 0.25rem;
    line-height: 0.5rem;
}
.pagination a:hover
{
    color: #fefefe;
}
.pagination label
{
    color: #A8A8A8;
    font-size: 0.25rem;
    line-height: 0.5rem;
}
