.d1 {
    height: 42px;
    overflow: hidden;
    background: #b20e10;
    line-height: 42px;}
.d1 a{
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    vertical-align: middle;}
.d1 .ll a{
    margin-right: 24px;}
.d1 .rr a{
    padding-left: 19px;
    margin-left: 19px;
    border-left: 1px solid #f8f8f8;}
.d1 .rr a:nth-of-type(1){
    border-left:none;}
.d1 .rr a.log{
    padding-left: 45px;
    background: url(images/log.png) no-repeat left 19px center;
    background-size: 17px 19px;}
.d1 .rr a.reg{
    padding-left: 50px;
    background: url(images/reg.png) no-repeat left 20px center;
    background-size: 20px 20px;}
.d1 a:hover{
    text-decoration: underline;}
/*
*组件样式
*/
.txtList li {
    position: relative;
    line-height: 60px;
    list-style: none;
    padding: 0;
    padding-left: 18px;
    padding-right: 100px;}
.txtList li a {
    display: block;
    text-decoration: none;
    font-size: 16px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;}

.txtList li:hover a {
    color: #b31501;}
.txtList li:hover:before{left:5px;}
.txtList li span {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px;
    color: #666;}
.txtList li:hover span{right:10px;}
.txtList li:before {
    content: '›';
    position: absolute;
    left: 0;
    top: 0;}
