.pmh_wrap{
	background-color:#ffffff;
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}
.pmh_wrap .top{
    width: 100%;
    height: 360px;
}
.pmh_wrap .top img{
    width: 100%;
    height: 100%;
}
/*近期拍卖会公告*/
.pmh_wrap .table{
    width: 1000px;
    /*height:370px;*/
    margin: 20px auto;
}
.pmh_wrap .table h2{
    width: 100%;

    font-size:18px ;
    line-height: 36px;
    text-indent:15px;'
    background:#f9f7d5;
        margin-bottom: 10px;
    border-bottom:3px solid #ccc230;
}
.pmh_wrap .table h2 a{
    float: right;
    margin-right: 10px;
    color: #cccccc;
    font-size: 24px;
}
.pmh_wrap .table table{
    width: 100%;
   /*   height: 100%; */
    text-align: center;
}
.pmh_wrap .table table td,.pmh_wrap .table table th{
    border: 1px solid #ccc;
}
.pmh_wrap .table table tr{
    background: #e2dfdf;
   line-height: 40px;

}
.pmh_wrap .table table .tr:hover{
    background: #ccc230;
    cursor: pointer;
}

/*拍卖会优势*/
.pmh_wrap .adv{
    width: 1000px;
    height: 400px;
    margin: 0 auto;
}
.pmh_wrap .adv h3{
    width: 100%;
   
    line-height: 36px;
    font-size: 18px;
    text-align: center;
    background:#f9f7d5;
}
.adv_con{
    width: 100%;
    height: 260px;
}
.adv_con ul{
    padding: 5px;
}
.adv_con li{
    width: 240px;
    height: 260px;
    float: left;
    margin-right: 10px;
    background: url("../img/auc_advantage01.jpg");
    background-size: 100% 100%;
    position: relative;
    overflow: hidden;
}
.adv_con li:nth-of-type(2){
    background: url("../img/auc_advantage02.jpg");
}
.adv_con li:nth-of-type(3){
    background: url("../img/auc_advantage03.jpg");
}
.adv_con li:nth-of-type(4){
    background: url("../img/auc_advantage04.jpg");
}
.adv_con li.lastli{
    margin-right: 0;
}
.adv_con li img{
    width: 70px;
    height: 90px;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    top: 10%;
}
.adv_con li i{
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    color: #fff;
    font-weight: bold;
}
.adv_con li:hover dl{
    visibility: visible;
    transition: all .5s;
    height: 110px;
}
.adv_con li dl{
    width: 220px;
    height: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #f75760;
    color: #fff;
    padding: 10px;
    visibility: hidden;
}
.adv_con li dl dt{
    font-size: 20px;
}
.adv_con li dl dd{
    font-size: 14px;
}