﻿body {
    background-color: #f0f0f0;
}
a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

#systemtime {
margin-bottom:0px;
}

.navbar {
    background-color: #0262ba !important;
    color: #fff;
}

.navbar a {
    color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
 /* bottom: 0;*/
  width: 100%;
  white-space: nowrap;
}
.card{
    font-size:14px;
}
.card .listbox ul {
    list-style: none;
    padding: 0;
}
    .card .listbox ul li {
        border-bottom: 1px dashed #dcdcdc;
    }
.card .li-date{
    font-size:13px;
    color:#666;
    width:95px;
}
.card .listbox a {
    height: 44px;
    line-height: 44px;
    color: #333333;
}
    .card .listbox a:hover span {
        color: #e54b00;
    }


.card .carousel-indicators li {
    background-color: #ccc;
}
.card .carousel-caption  {
    font-size: 12px;
    color: #ccc;
    cursor:pointer;
}
.card .carousel-item p {
    display: none;
    height:0;
    text-align: left;
    text-indent: 2em;
}
.card .carousel-item:hover p {
    display: block;
    height: 48px;
    animation-name: pmove;
    animation-duration: 1s;
}
@keyframes pmove{
    0% {
        height: 0;
    }
    100% {
        height: 48px;
    }
}
.card .carousel-caption{
    left:0;
    right:0;
    bottom:0;
    background:#fff2;
    padding:0 10px 20px 10px;
}
.navbar .nav-item {
    position: relative;
}
.navbar .nav-item ul {
    display: none;
    position: absolute;
    list-style: none;
    padding: 0;
    top: 40px;
    left: 0px;
    width:auto;
    z-index:100;
}
    .navbar .nav-item:hover  {
        background-color: #00529e;
    }
    .navbar .nav-item:hover ul {
        display: block;
        background-color: #00529e;
    }

.home .sys-btn a
{
    width:100%;
    height: 84px;
    border: 1px solid #ccc;
    background: #bad7df;
    font-size:1.2rem;
    color:#1b6ec2;
}
    .home .sys-btn a:hover {
        border: 1px solid #ccc;
        background: #1b6ec2;
        font-size: 1.3rem;
        color: #e54b00;
    }
.home .sys-btn a i {
    height:40px;
    display:block;
}
.home .sys-btn a span{
    
}

.form-select {
    background-color: white;
    border: 1px solid #b9b9b9;
    border-radius: 5px;
}