/*标题更多*/
.bt {
    width: 100%;
    height: 42px;
    margin: 0px 0 0px 0;
    font-size: 20px;
    color: #ddd;
    border-bottom: 1px solid rgba(0,0,0,0.08);
    background: #f7f7f7;
}
 .bt h3 {
    width: auto;
    height: auto;
    float: left;
    font-size: 20px;
    color: #333;
    font-weight: 600;
    padding-right: 10px;
    padding-left: 10px;
    line-height: 31px;
    border-left: 6px solid #1872c8;
    margin-top: 5px;
}
 .bt span {
 width:auto;
 height:auto;
 font-size:14px;
 color:#888;
 padding-left:8px;
 line-height: 36px;
}
 .bt a {
 width:auto;
 height:auto;
 font-size: 13px;
 color:#333;
 padding-right: 8px;
 float:right;
 line-height: 38px;
}
 .bt a:hover {
 color:#cd0000;
}
 .t {
 float:left;
}
