html,
body {
    height: 100%;
}
.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}
.wrap{
    background-color: #ffffff;
    background-image: url(/img/bgbg.jpg);
    background-repeat: no-repeat;
}
ul,li{
    list-style: none;
    padding: 0;
    margin:0;
}
a{
    color: #000000;
}
.list-group-item.active,.list-group-item.active:hover, .list-group-item.active:focus{
    background-color: #970000;
    border-color: #970000;
}
.clearFloat{
    clear: both;
}
.xf-over-all{
    width: 1170px;
}
.xf-top{
    height: 100px;
    position: relative;
}
.xf-top .xf-logo{
    position: absolute;
    left:0;
    top:0;
}
.xf-top .xf-login{
    position: absolute;
    right:0;
    bottom:10px;
}
.xf-nav{
    background-color: #970000;
    /*background-color: #265ba6;*/
    border-radius: 5px;
}
.xf-nav ul li{
    width: 100px;
    height:40px;
    float: left;
    box-sizing: border-box;
    border-right: 1px solid #ffffff;
}
.xf-nav ul li:first-child{
    border-radius: 5px 0 0 5px;
}
.xf-nav ul li.on{
    background-color: #d70606;
    /*background-color: #4890f5;*/
}
.xf-nav ul li a{
    display: block;
    width: 100px;
    height:40px;
    text-align: center;
    line-height:40px;
    color: #ffffff;
}
.xf-nav ul li a:hover{
    background-color: #f2dede;
    /*background-color: #4890f5;*/
    color: #a94442;
    /*color: #ffffff;*/
}
.xf-banner img{ width: 100%;}
.xf-index-panel{
    height: 260px;
}
.xf-index-panel ul.xf-list1{
    height:155px;
}
.xf-index-panel ul.xf-list1 li{
    border-bottom: 1px dashed #cccccc;
    padding: 5px 0;
    width: 100%;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow-x: hidden;
}
.xf-index-panel .xf-more{
    padding: 10px 0 0 0;
    text-align: right;
}
.xf-index-panel ul.xf-exp{
    height: 155px;
    overflow-y: auto;
}
.xf-index-panel ul.xf-exp li{
    /*text-indent: 2em;*/
    color: #8f8f8f;
    border-bottom: 1px dashed #5f5f5f;
    padding: 5px 5px 5px 0;
}
.xf-index-panel .xf-exp li .xf-name{
    text-align: right;
    color: #000000;
}
.xf-index-img .xf-index-pic-box{
    height: 170px;
    line-height: 160px;
    text-align: center;
    /*border: 1px solid #ccc;*/
    border-radius: 5px;
    box-sizing: border-box;
    padding: 5px;
    margin-bottom: 5px;
    background-color: #e5e5e5;
}
.xf-index-img img{
    max-width: 100%;
    max-height: 159px;
}
ul.xf-list2 li{
    position: relative;
    padding: 10px 0;
    border-bottom: 1px dashed #f5f5f5;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow-x: hidden;
}
ul.xf-list2 li .xf-time{
    position: absolute;
    right:0;
    top: 10px;
    color: #5f5f5f;
}
ul.xf-list-exp{
}
ul.xf-list-exp li{
    /*text-indent: 2em;*/
    color: #8f8f8f;
    border-bottom: 1px dashed #5f5f5f;
    padding: 5px 5px 5px 0;
}
ul.xf-list-exp li .xf-name{
    text-align: right;
    color: #000000;
}

.xf-article-detail img{
    max-width: 100%
}