/*通用列表页*/
.load_div{
width: 100%;
    min-width: 1000px;
}
.page_top {
    width: 100%;
    min-width: 1000px;
    height: 220px;
    text-align: center;
    background: url(/zkhl/template/page/list/list_top.jpg) center top;
}
.page_top h1 {
    color: #dc081e;
    padding-top: 90px;
    font-size: 28px;
}
.mbx {
    height: 60px;
    line-height: 60px;
    background: #f2f2f2;
}
.mbx span.mbx_fi {
    padding-left: 20px;
    background: url(mbx.png) no-repeat;
    color: #333;
}
.mbx span a, .mbx span {
    color: #888;
}
.detail_top {
  padding: 40px 0;
  text-align: center;
}
.detail_top h1 {
    font-size: 24px;
    font-weight: normal;
    color: #333;
    text-align: center;
    margin-bottom: 10px;
}
.wzxx span {
    display: inline-block;
    *zoom:1;
    *display: inline;
    color: #888;
    margin: 0 10px;
}
.detail_content {
    border-top: 3px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 20px 50px;
}
.detail_bottom {
    overflow: hidden;
    margin: 20px 0 50px;
    line-height: 30px;
}
.detail_dygb.fr span {
    display: inline-block;
    padding: 0 12px;
    line-height: 30px;
    background: url(/zkhl/template/page/list/fy.png);
    height: 30px;
    border: 1px solid #ecebeb;
    border-radius: 3px;
    float: left;
    cursor: pointer;
    margin: 0 0 0 8px;
}
.detail_content img {
    max-width: 900px;
    height: auto !important;
}
.detail_content * {
    max-width: 900px;
}
.detail_content table {
    border-collapse: collapse;
}
.detail_content table td {
    border: 1px solid #ccc;
}