@charset "UTF-8";
ul, ol, li {
  list-style: none;
  padding: 0; }

.box-title {
  font-size: 16px;
  line-height: 2em;
  color: #000; }

.list-1 li {
  padding-right: 15px; }

.list-2 li {
  width: 50%;
  float: left;
  padding-right: 15px; }

.yellow {
  color: #F6A623; }

p.unit {
  font-size: 0.8em;
  font-weight: 200;
  color: #656565;
  line-height: 1.5em;
  font-family: "微軟正黑體", "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.bg-yellow p, .bg-blue p {
  font-size: 2.2em;
  font-weight: 600;
  color: #fff;
  line-height: 1.5em;
  font-family: "微軟正黑體", "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }
.bg-yellow p.unit, .bg-blue p.unit {
  font-size: 0.8em;
  font-weight: 200;
  color: #fff;
  line-height: 1.5em;
  font-family: "微軟正黑體", "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.bg-yellow {
  background-color: #F6A623; }
  .bg-yellow .panel-heading {
    background-color: #F6A623;
    color: #fff; }

.bg-blue {
  background-color: #6EA5E5; }
  .bg-blue .panel-heading {
    background-color: #6EA5E5;
    color: #fff; }

.col-md-6 {
  clear: left; }

@media (min-width: 480px) {
  .list-2 li {
    width: 50%;
    padding-right: 15px; } }
@media (min-width: 993px) {
  .list-2 li {
    width: 50%;
    padding-right: 15px; }

  .col-md-6 {
    clear: inherit; }

  .col-md-6:nth-child(2n-1) {
    clear: left; } }
.panel-body p.yellow {
  font-size: 2.2em;
  font-weight: 600;
  color: #F6A623;
  line-height: 1.5em;
  font-family: "微軟正黑體", "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }
.panel-body a.blue {
  font-size: 2.2em;
  font-weight: 600;
  color: #2960BE;
  line-height: 1.5em;
  font-family: "微軟正黑體", "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: inline-block;
  text-decoration: underline;
  line-height: 1.8em; }

.list-link li {
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative; }
  .list-link li .col-sm-2 {
    text-align: center; }
  .list-link li a {
    font-size: 1em;
    font-weight: normal;
    color: #000;
    line-height: 1.5em;
    font-family: "微軟正黑體", "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-decoration: underline; }
    .list-link li a:hover, .list-link li a:focus {
      color: #2960BE; }
  .list-link li:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0px;
    right: 0px;
    height: 1px;
    background-color: #F0F2F1; }
.list-link li:nth-last-child(1) {
  margin-bottom: 0;
  padding-bottom: 0; }
  .list-link li:nth-last-child(1):after {
    height: 0; }

/*# sourceMappingURL=dash-board-info.css.map */
