/****新闻大标题****/
#dbt {
    width:100%;
    background:#fff;
    max-width: 1170px;
    height: auto;
    margin:0 auto;
    text-align:center;
    padding: 20px 0 20px 0;
    position: relative;
    margin-top:20px;
}

#dbt h1 a{
    font-size:18px;
}

#dbt h3 a{
    font-size:28px;
    font-weight:bold;
    line-height: 35px;
}
#dbt h4 a{
    font-size:18px;
   
}
#dbt a{
    color:#39709d;
}
#dbt span{
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    right: 5%;
    background:url(ss.jpg)no-repeat;
    cursor: pointer;
    margin-top:-25px;
}
#dbt span a{
    display: inline-block;
    width:50px;
    height:50px;
}


