 /* .container{
    width: 998px;
} */
body{
    background: url(../images/bg.jpg)  no-repeat center top #f2f7f0;
}
.hbdc_header{
    padding-top: 10px;
    height: 630px;
}
.hbdc_header .container{
    text-align: right;
    position: relative;
}
.hbdc_header .container .hbdc_titleimg{
    position: absolute;
    left: calc(50% - 199px);
    top: 32px;
}

.hbdc_main{
    background: #fff;
    border-radius: 10px;
    padding: 20px;
}
.hbdc_main .tie{
    height: 38px;
    line-height: 38px;
    margin-bottom: 10px;
    background: #f7f7f7;
}
.hbdc_main .tie span{
    float: left;
}
.hbdc_main .tie span img{
    vertical-align: bottom;
}
.hbdc_main .tie .tie_tt{
    background-image: url(../images/com_img1.png);
    background-size: 100% 100%;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    float: left;
    padding: 0 30px 0 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    max-width: 80%;
}
.hbdc_main .tie .tie_more{
    float: right;
    color: #666;
    font-size: 14px;
}
.hbdc_main .hbdc_main_list{
    width: 50%;
}
.hbdc_main .hbdc_main_list li{
    padding-right: 6em;
}
.hbdc_main .hbdc_main_list li .item span{
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -13px;
    color: #999999;
}
.hbdc_main .infolist.dot li a:before{
    background: #439e29;
    border-radius: initial;
    width: 4px;
    height: 4px;
    top: -1px;
}



@media (max-width:1048px) {
    .container {width: auto;margin-left: 15px;margin-right: 15px;}
    .hbdc_main .hbdc_main_list{width: 100%;}
}
@media (max-width:860px) {
    .hbdc_header{height: auto;}
    .hbdc_header .container{text-align: center;}
    .hbdc_header .container .hbdc_titleimg{position: static;}
}
@media (max-width:580px) {
    .hbdc_main .tie{overflow: hidden;padding: 8px 0;height: auto;line-height: initial;}
    .hbdc_main .tie span{display: none;}
    .hbdc_main .tie .tie_tt{background: none;color: #333;}
}