﻿
body {
/*background: #eee none repeat scroll 0 0;*/
}

.context-body {
    min-height: 600px;
}

.footer {
  /*position: absolute;*/
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  margin-top:20px;
  background-color: #f5f5f5;
}

.container .text-muted {
  margin: 20px 0;
}

a:hover {
    color: #1e70bf;
     text-decoration: none;
}
.list-group a{
     color:#000000;
     text-decoration: none;
}

.list-group a:hover {
    color: #1e70bf;
     text-decoration: none;
}


#myTabContent a {
     color:#000000;
     text-decoration: none;
}

#myTabContent a:hover {
    color: #1e70bf;
     text-decoration: none;
}


/*分页*/
ui-pageing {
    font-size: 12px;
    margin: 25px 0px;
    text-align: center;
    color: #2E6AB1;
    line-height: 200%;
    overflow: hidden;
}

.ui-pageing a {
    border: 1px solid #9AAFE5;
    color: #2E6AB1;
    margin: 0px 2px;
    padding: 2px 5px;
    text-decoration: none;
}