html,body{
    width: 100%;
    clear: both;
}
.row{
    width: 980px;
    margin: 10px auto 0 auto;
}
.panel-footer{

    width: 100%;
    font-family: "micosoft Yahei";
    font-size: 13px;
    color: #565656;
    height: 44px;
    background: #fff;
    padding: 12px 0 0 0;
    margin-top:10px;
}
    .panel-footer span {
        display:inline-block;
    }
.col-xs-6{
    padding-left:0;
    padding-right: 0;
}
.thumbnail {
    padding: 0px;
    margin-bottom: 0px;
    border:none;
    border-radius: 0px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}
.nav > li > a {
    display: block;
    padding: 0;
    position: relative;
}
.nav-tabs{
    border:none;
    margin: 0 auto;
    padding:0;
}
.nav-tabs > li{
    margin-left:4px;
    display:inline;
}
.nav-tabs > li:first-child{margin-left:0;}
.nav-tabs > li > a {
    width:116px;
    height: 44px;
    line-height:44px;
    font-family:'Microsoft YaHei';
    font-size: 16px;
    color: #f0f0f0;
    background: #494949;
    border: none;
    border-radius:0 0 0 0;
    padding: 0;
    margin:0;
}
.nav-tabs > li > a:hover {
    background: #2ba239;
    font-family:'Microsoft YaHei';
}
.nav-tabs > li > a:last-child{
    margin-right:0;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    font-family:'Microsoft YaHei';
    border:none;
    color: #fff;
    cursor: default;
    background: #2ba239;
}
.panel-title{
   text-align:left;
   font-family:'Microsoft YaHei';
   font-size:13px;
}

