
.bt{
    height: 45px;
    line-height: 45px;
    border-bottom: 2px solid #0f67ba;
}
.bt i.icon-bt{
    display: block;
    float: left;
    margin-top: 10px;
    margin-left: 10px;
    width: 3px;
    height: 24px;
    background-color: #f39800;

}
.bt h2{
    float: left;
    padding-left: 10px;
    color: #0f67ba;
    font-size: 24px;
}



/*½لتّ*/

.list{
    padding: 10px 20px;
    margin-bottom: 20px;
}
.list li{
    height: 60px;
    line-height: 60px;
    border-bottom: dashed 1px #ddd;
}
.list li a{
    float: left;
    width: 96%;
}
.list li b::before{
    content: " ";
    float: left;
    display: block;
    margin-top: 28px;
    margin-right: 10px;
    margin-left: 10px;
    width: 4px;
    height: 4px;
    background-color: #0f67ba;
}
.list li b{
    float: left;
    font-size: 16px;
    color: #333;
    font-weight: 400;
    transition: all .3s;
}
.list li:hover b{
    padding-left: 10px;
    color: #0f67ba
}
.list li span{
    float: right;
    font-size: 14px;
    color: #c1c1c1;
}

.list-page{
    padding-bottom: 10px;
    font-size: 0;
    text-align: center;
	margin-left:295px;
}
.list-page li{
    position: relative;
    display: inline-block;
 /*   margin-right: 15px;
    padding: 0 15px;*/
    background-color: #8d0102;
    font-size: 14px;
    line-height: 40px;
    transition: all .3s;
}
.list-page li:hover{
    background-color: #8d0102;
    color: #fff;
}
.list-page li:hover a{
    color: #fff;
}
.list-page li a{
    display: block;
    width: 100%;
    height: 100%;
    color: inherit;
    transition: all .3s;
    
}
