﻿.pages {
    /* padding-top: 30px; */
    text-align: center;
    font: 12px '微软雅黑';
    /* margin-bottom: 50px; */
    margin-left: 500px;
}

.pages a {
    display: inline-block;
    padding: 0px 8px;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
    background: #fff;
    border: 1px solid #e3e3e3;
    text-align: center;
    color: #333
}

.pages a.a1 {
    padding: 0px 12px;
    height: 30px;
    line-height: 30px;
    margin-top: 0px;
}

.pages a:hover {
    background: #f1f1f1;
    color: #000;
    text-decoration: none;
}

.pages span {
    display: inline-block;
    padding: 0px 8px;
    height: 30px;
    line-height: 30px;
    background: #FF0000;
    border: 1px solid #FF0000;
    color: #fff;
    text-align: center;
}

.pagee .noPage {
    display: inline-block;
    padding: 0px 12px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #e3e3e3;
    text-align: center;
    color: #a4a4a4;
}

.Casesdetaildesc strong,
.Casesdetaildesc strong span {
    font-weight: bold;
}

.Casesdetaildesc em {
    font-style: italic;
}