.jumbotron {
    color: #fff;
    text-shadow: 0 1px 3px rgba(0,0,0,.4), 0 0 30px rgba(0,0,0,.075);
    background: #378503;
    background: -moz-linear-gradient(45deg, #1F221F 0%, #0CA818 100%);
    background: -webkit-linear-gradient(45deg, #1F221F 0%,#0CA818 100%);
    background: -o-linear-gradient(45deg, #1F221F 0%,#0CA818 100%);
    background: -ms-linear-gradient(45deg, #1F221F 0%,#0CA818 100%);
    background: linear-gradient(45deg, #1F221F 0%,#0CA818 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1F221F', endColorstr='#0CA818',GradientType=1 );
    -webkit-box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
    -moz-box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
    box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
}

.pagediv { text-align:center;clear:both;}
.page {display:inline-block;margin:4px 0 0 auto;overflow:hidden;padding:8px 0;text-align:left;}
.page a {background:#eee; border:1px solid #EAEAEA;border-radius:3px;color:#444;display:inline-block;float:left;font-family:"microsoft yahei";font-size:12px;height:26px;line-height:26px;margin:0 5px 0 0px;text-align:center;text-decoration:none;transition:all 0.2s ease-in-out 0s; padding:0 10px;}
.page .prev, .page .next {display:block;float:left;font-family:"microsoft yahei";font-size:12px;text-align:center;}
.page a.curr {background:none repeat 0 0 #5CB85C;color:#fff;font-size:16px;font-weight:bold;text-align:center;}
.page a.curr:link, .page a.curr:visited {color:#fff;}
.page a.num {font-size:16px;width:30px;}
.page a:visited {color:#444;}
.page a:hover {background:none repeat 0 0 #5CB85C;color:#fff;float:left;}
.page span {background:none repeat 0 0 #5CB85C;color:#fff;display:inline-block;line-height:26px;padding:0 10px; border-radius:2px;}

.max { min-height:500px; }

body {
    font-family: "Microsoft YaHei","Helvetica Neue", Helvetica, Arial, sans-serif;
}

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hidden-domain { display: none; }
