
.top-nav {
    width: 100%;
    height: 80px;
    background: #FFFFFF;
    padding-top: 12px;
    box-sizing: border-box;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.top-nav .top-nav-box {
    width: 1000px;
    height: 56px;
    margin: 0 auto;
}

.top-nav-box .nav-box-left {
    position: relative;
    width: 400px;
    float: left;
}

.top-nav-box .nav-box-left .mqzb {
    width: 111px;
    position: absolute;
    top: 23px;
    left: 105px;
}

.top-nav-box .nav-vox-right {
    margin-top: 20px;
    width: 266px;
    float: right;
}

.nav-vox-right img {
    width: 20px;
    margin-right: 6px;
    vertical-align: sub;
    *vertical-align: middle !important;
}

.nav-vox-right span {
    font-size: 20px;
    font-weight: 500;
    color: #E41206;
    /* line-height: 29px; */
}

.container {
    width: 100%;
    background-color: #F8F8F8;
    text-align: center;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

.container h1 img {
    /* width: 1017px; */
    margin-top: 20px;

}
.nav-img {
    display: none;
}
.container-con {
    box-sizing: border-box;
    text-align: left;
    margin: 0 auto;
    background-color: #fff;
    width: 1000px;
    padding: 0px 20px 0px 20px;
}

#bidLoad {
    display: block;
    margin: 0 auto;
    line-height: 400px;
    padding-top: 150px;
}
#bidLoad img {
    width: 100px;
}
.container-con li {
    width: 100%;
    padding: 20px 0px 20px 0px;
    box-sizing: border-box;
    border-bottom: 1px solid #E9E9E9;
}

.container-con li p {
    /* margin-top: 14px; */
}

.container-con li .con-title {
    width: 729px;
    font-size: 14px;
    color: #333333;
    line-height: 14px;
    margin-right: 50px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.con-content a:visited {
    color: #CCC;
}
.con-address {
    margin-right: 14px;
    display: inline-block;
    width: 75px;
    height: 18px;
    line-height: 18px;
    background: #FCEFE8;
    border-radius: 2px;
    font-size: 12px;
    color: #DA6551;
    text-align: center;
}
.card-body{
    /* width: 1000px; */
    /* background-color: #fff; */
    margin: 0 auto;
    /* padding-top: 50px; */
    margin-top: 18px;
}
.card-body a:hover {
    color: #f0a93e;
}

.card-foot {
    width: 1000px;
    margin: 0 auto;
    text-align: right;
    padding-bottom: 20px;
    background-color: #fff;
    padding-top: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}

.prv,
.next {
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 26px;
    font-size: 14px;
    cursor: pointer;
    background: #fff;
    padding: 0 5px;
    border-radius: 4px;
    border: 1px solid #ddd;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

.fr {
    float: right;
}

.pagingUl {
    float: right;
    padding: 0;
    margin: 0;
    list-style: none;
    height: 30px;
}

.pagingUl li {
    float: left;
    width: 30px;
    height: 30px;
    background: #fff;
    text-align: center;
    margin-right: 5px;
    border-radius: 5px;
}

.pagingUl li a {
    display: block;
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    color: #333;
    font-size: 12px;
    border-radius: 4px;
    border: 1px solid #ddd;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

.prv.disabled,
.next.disabled,
.first.disabled,
.last.disabled {
    cursor: not-allowed;
    color: #b3b3b3 !important;
}

.prv {
    margin-right: 10px;
}

.prv:hover,
.next:hover,
.first:hover,
.last:hover,
.pagingUl li a:hover,
.activP-c,
.activP-a,
.activP-d {
    background-color: #fff !important;
    color: #b73f2a !important;
    border: 1px solid #b73f2a !important;
}