.pagination {
    margin: 20px 0px;
    padding: 20px 0 0;
    text-align: center;
}
.pagination ul li {
   
    margin: 6px;
    font-size: 1em;
    color: #888;
    border-radius: 3px;
    display: inline-block;
}
.pagination ul li a {
    color: #888;
    padding: 5px 12px;
}
.pagination ul li:hover a {
   
}
.pagination ul li .current {
    color: red;
    border-radius: 3px;
}
.pagination ul li a {
    color: #888;
    padding: 5px 12px;
}
.pagination ul li a {
    color: #888;
    padding: 5px 12px;
}
.pagination ul li:hover {
    background: #2ebaee;
    color: #fff;
}


.table-data {
    margin-top: 10px;
    width: 100%;
}
table {
    display: table;
    border-collapse: separate;
    border-spacing:0px;
    border-color: grey;
    
}
.table-data th {
      background-color: #3F93CA;
    color: #FFF;
   
    letter-spacing: 2px;
}
.table-data th, .table-data td {
    border: 1px solid #e5e5e5;
    height: 40px;
     font-size: 16px;
    text-align: center;
}
tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}

.anli-list {
    margin-top: 10px;
    margin-bottom: 50px;
}
.anli-list li {
    float: left;
    width: 260px;
    height: 240px;
    text-align: center;
 margin: 0px 20px;
}
.anli-list li .img-box {
    display: block;
    _display: inline;
    width: 260px;
    height: 200px;
    line-height: 200px;
    text-align: center;
}
.anli-list li p {
    height: 30px;
    line-height: 30px;
    font-size: 14px;    padding-top: 80px;
}
.parameter-list {
    width: 100%;
    table-layout: fixed;
    margin-top: 15px;
    background-color: #f3f3f3;
}
.parameter-title {
    width: 160px;
    background-color: #e0e0e0;
}

.parameter-list td {
    height: 35px;
    text-align: center;
    line-height: 35px;
    border-bottom: 3px solid #fff;
    word-break: break-all;
    word-wrap: break-word;
}