* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
}

body {
    background-color: #f2f2f2;
}


.common-main {
    width: 1110px;
    padding: 0px 45px 30px;
    margin: 0 auto;
    background: #fff;
}

/* 当前位置 */
.common-main .bread-crumbs {
    position: relative;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    color: #444;
    padding: 20px 0;
}

.bread-crumbs img {
    width: 17px;
    margin-right: 15px;
    vertical-align: top;
    margin-top: 5px;
}

.bread-crumbs p {
    display: inline;
    line-height: 30px;
}

.bread-crumbs p a {
    color: #444;
}

.bread-crumbs p span {
    margin: 0 10px;
}

/* 列表 */
.common-main .common-list ul {
    padding: 30px 0;
}

.common-main .common-list ul li {
    height: 50px;
    line-height: 50px;
    position: relative;
    padding-left: 20px;
    font-size: 16px;
}

.common-main .common-list ul li:before {
    display: inline-block;
    content: "";
    height: 6px;
    width: 6px;
    background: #c2cdd7;
    position: absolute;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    left: 0px;
    top: 50%;
    margin-top: -3px;
}

.common-main .common-list ul li a {
    color: #333;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 88%;
}

.common-main .common-list ul li span {
    color: #999 !important;
    text-align: right;
    float: right;
}

.common-main .common-list ul div.hr{
    color: #eee;
    background-color: #eee;
    height: 1px;
    margin: 30px auto;
}

/*分页*/
.pagination {
    clear: both;
    text-align: center;
    margin: 5px 0;
    padding: 3px 0;
    line-height: 26px;
    font-size: 14px;
}
.pagination .currentStep {
    background: #ce0b00;
    border: 1px solid #ce0b00;
    color: #ffffff;
}
.pagination a, .pagination span {
    border: 1px solid #d9d9d9;
    color: #666;
    font-family: Arial;
    margin: 2px;
    padding: 0px 9px;
    text-decoration: none;
    white-space: nowrap;
    display: inline-block;
    height: 26px;
    line-height: 26px;
}
.pagination a:hover {
    background: #c9212e;
    border: 1px solid #c9212e;
    color: #ffffff !important;
}
.pagination a.active {
    border: 1px solid #c9212e;
    color: #fff;
}
.pagination span.current, .pagination span.current:hover {
    background: #c9212e;
    border: 1px solid #c9212e;
    color: #fff;
}
.pagination span.disabled, .pagination span.disabled:hover {
    border: 1px solid #d9d9d9;
    color: #666;
    background: #eee;
}
.pagination a.text, .pagination a.text:hover {
    color: #fff;
    background: #c9212e;
    border: #c9212e 1px solid;
    cursor: text;
}
.pagination a.pagemore, .pagination a.pagemore:hover {
    color: #666;
    background: #fff;
    border: 1px solid #fff;
    cursor: text;
    padding: 0px 3px;
}
.pagination .inputBar {
    border: 0px;
    height: 28px;
    line-height: 28px;
}
.pagination .inputBar input {
    width: 30px;
    height: 20px;
    padding: 3px 5px;
    border: #ccc 1px solid;
    *vertical-align:middle;
    _vertical-align: middle;
    margin: 0 3px;
}

/* 脚部 */
.footer {
    width: 100%;
    background: #fff;
    border-top: 2px solid #ce0b00;
}

.footer_center {
    width: 1120px;
    margin: 0 auto;
    padding: 10px 0 20px 0;
    position: relative;
}

.footer_nav {
    height: 29px;
    line-height: 29px;
    text-align: center;
    color: #ce0b00;
}
.footer_center table{
  width:68%;
  margin:0 auto;margin-top: 10px;
}
.footer_nav a {
    font-size: 14px;
    color: #ce0b00;
}

.footer_center p {
    text-align: center;
    line-height: 28px;
}

.footer a{
    color: #000;
}
.iconbox {
    position: absolute;
    left: 0;
    top: 25px;
}
