/*¹«ÓÃhead*/
.head{
    height:100px;
    background:url(/themes/bootstrap_business/images/bar.jpg) center top no-repeat;
}
.head .logo{
    width:570px;
    height:85px;
    background:url(/themes/bootstrap_business/images/logo.png) no-repeat;
    float:left;
    display:block;
}
.head .submenu{
    padding-left:5px;
    float:right;
    line-height:85px;
}
.head .submenu a{
    margin:0 0 0 20px;
    color:red;
}

/*¹«ÓÃmenu*/
.list .topmenu{
    height: 54px;
    line-height:54px;
    background:#cf2d2d;
}


/*list*/
.section{
    background:#fff;
    text-align:center;
    padding:48px 0;
}
.section .side{
    width:280px;
    float:left;
    margin:0;
}
.section .side .octicon{
    display:none;
}
.section .side li{
    line-height:48px;
    margin:0 0 0 24px;
    background:rgba(0,0,0,0.7);
}
.section .side li a{
    width:100%;
    height:100%;
    display:block;
    color:#fff;
    padding:0 0 0 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    position: relative;
}
.section .side li span{
    width:100%;
    height:100%;
    display:block;
    color:#fff;
    padding:0 0 0 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    position: relative;
}
.section .side li a.hot, .section .side li span:hover{
    color:#fff;
    background:rgba(0,0,0,0.2);
}
.section .side li a.hot, .section .side li a:hover, .section .side li a.is-active{
    color:#fff;
    background:rgba(0,0,0,0.2);
}
.section .side li a:after{
    content:'';
    width:5px;
    height:9px;
    background:url(/themes/bootstrap_business/images/sad.png) no-repeat;
    position: absolute;
    right:30px;
    top:20px;
}
.section .side li.hason a.hot:after, .section .side li.hason a.is-active:after{
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    transform:rotate(90deg);
}
.section .side li > ul > li{
    background:rgba(0,0,0,0);
    margin:0;
    padding:0;
}
.section .side li > ul > li a{
    padding:0 0 0 80px;
}
.section .side li > ul > li a.hot{
    background:none;
}
.section .side li > ul > li a:after{
    display:none;
}
.section .side .curr{
    height:48px;
    line-height:48px;
    margin:0 0 0 24px;
    background:#cf2d2d;
    color:#fff;
    font-size:16px;
}
.list .pager ul{
    font-size:0;
    text-align:center;
    margin-top:30px;
}
.list .pager ul li{
    font-size:14px;
    height:20px;
    line-height:20px;
    border:1px #c1c1c1 solid;
    display:inline-block;
    margin:0 5px;
    padding:0 8px;
    background:#e4e4e4;
}
.list .pager ul li.is-active{
    background:#fff;
}
#welcome{
    color:red;
}