body{
    background-color: #f6f6f6;
}
.h-header{
    background-image: url('../image/head_bg.png');
    background-repeat: repeat-x;
    background-color: #f65133;
}

.h-header>div:first-child{
    background-image: url('../image/logo_bg.png');
    background-repeat: no-repeat;
    background-position: right top;
}

.h-avg-sel li>a:hover{  border-bottom: 1px solid white; color: white; }


.h-content-bg{
    width: 1260px;
    margin: 0 auto ;
    background-color: white;
    padding-bottom: 50px;
}

.h-row{
    padding-top: 30px;
    overflow: hidden;
}

/*标题*/
.h-title-lay{overflow: hidden;}
.h-title-lay span{display: block;border-bottom: 3px solid #f65133;color: #333333;font-size: 18px;padding: 0 5px ;float: left;height: 32px;font-weight: bold;}
.h-title-lay a,.h-tab-lay .h-tab>a{background: url('../image/ic_2.png') no-repeat right center;display: block;text-align: right;padding-right: 16px;border-bottom: 1px solid #dddddd;height: 31px;line-height: 31px;color: #333333;font-size: 13px;}

.h-row a:hover,.h-flow-row .h-flow-content>a:hover{color: #f65133;}

.h-notice{width: 630px;}
.h-notice li a ,.h-panels li a{display: block;background: url('../image/ic_1.png') no-repeat left center;margin-top: 15px;padding-left: 10px; color: #555555;font-size: 15px; font-weight: 500;}
.h-notice li span,.h-panels li span{width: 500px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;float: left;}
.h-notice li label,.h-panels li label{font-weight: 600;margin: 0;margin-left: 20px;width: 100px;text-align: right;}


.h-bid{width: 540px;}
.h-bid li span, .h-panels li span{width: 400px;}

.h-table-down{width: 630px;}
.h-flow-row {padding: 10px 0;overflow: hidden;}
.h-flow-row .h-flow-2 {display: block;float: left;width: 120px;text-align: left;font-size: 16px;font-weight: bold;color: #333333;height: 29px;line-height: 29px;}
.h-flow-row .h-flow-content {float: right;width: 480px;}
.h-flow-row .h-flow-content>a {color: #333333;margin-right: 8px;display: inline-block;height: 29px;line-height: 29px;font-size: 14px;font-weight: normal;}

/*tab*/
.h-tab-lay{
    width: 540px;
}
.h-tab-lay .h-tab{
    background-image: url('../image/ic_4.png');
    background-repeat: repeat-x;
    background-position: left 29px;
    width: 100%;
    overflow: hidden;
}


.h-tab-lay .h-tab span{display: block;float: left;height: 31px;padding: 0 5px;margin-left: 10px;cursor:pointer;font-weight: 600;color: #666666;font-size: 18px;}
.h-tab-lay .h-tab span:first-child{margin-left: 0;}

.h-tab-lay .h-tab .h-action,.h-tab-lay .h-tab span:hover{color: #333333;border-bottom: 3px solid #f65133;}

.h-tab-lay .h-tab>a{
    float: right;
    border-bottom:none;
}

.h-panels li span{
    width: 400px;
}

.h-panels li label{
    width: 90px;
}

/*友情链接*/
.h-link{
    width: 260px;
}

.h-ml-20{
    margin-left: 20px;
}

.h-link .h-title{
    background-color: #f65133;
    font-size: 18px;
    color: white;
    font-weight: bold;
    height: 45px;
    line-height: 45px;
    padding-left: 10px;
}

.h-link ul{
    background-color: #f9f9f9;
    border-bottom: 1px solid #eeeeee;
    border-left: 1px solid #eeeeee;
    border-right:1px solid #eeeeee;
    padding-bottom: 15px;
}

.h-link li{
    padding: 13px 10px 0;
}
.h-link li a{
    display: block;
    background-image: url('../image/ic_3.png');
    background-repeat: no-repeat;
    background-position: left center;
    color:#555555 ;
    font-size: 16px;
    padding-left: 16px;
    font-weight: 500;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;

}

/*脚部*/
.h-footer{

    border-top: 3px solid #f65133;
    font-size: 16px;
    color: #666666;
}

.h-footer a{color:  #666666!important;}
.h-footer a span{color:  #666666!important;}