
body.home .main {
  padding-bottom: 70px;
}

/*面包屑導航*/
.bread {
    background-color: #D9E3F9;
    margin: 0 0 20px 0;
    padding: 5px 0;
}
body .breadcrumb {
  background-color: transparent;
  margin: 0;
  padding:10px 0;
  font-size: 95%;
}

body .breadcrumb li:nth-child(2)::before {display: none;}
body .breadcrumb a {
  color:#333333;
  margin: 0;
  text-decoration:none;
}
body .breadcrumb a:hover {
  text-decoration:underline;
}
.breadcrumb-item.active{
    color: #2c5dc4;
}
.breadcrumb-item+.breadcrumb-item::before{
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 1px #6A6D6F;
    border-right: solid 1px #6A6D6F;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    padding: 0;
    margin: 9px 7px 0 -3px;
}
/*title*/
.maintitle {
  color: #0033A0;
  font-weight: bold;
  text-align: center;
  font-family: "Microsoft JhengHei";
  font-size: 180%;
  padding: 5px 0 20px 0;
}

.maintitle p {
    display: inline-block;
}
.maintitle p::after {
      content: "";
    height: 20px;
    display: block;
    margin: -15px -10px 0 -10px;
    background-color: #D9E3F9;
}
.mainstitle {
  position: relative;
  margin: 10px 0;
  padding: 0 0 0 13px;
  color: #0033a0;
  font-weight: bold;
  font-size: 130%;
}
.mainstitle::before {
  content: "";
  width: 5px;
  display: block;
  position: absolute;
  top: 2px;
  bottom: 2px;
  background: rgb(138,141,143);
  background: -moz-linear-gradient(top,  rgba(138,141,143,1) 0%, rgba(220,220,220,1) 100%);
  background: -webkit-linear-gradient(top,  rgba(138,141,143,1) 0%,rgba(220,220,220,1) 100%);
  background: linear-gradient(to bottom,  rgba(138,141,143,1) 0%,rgba(220,220,220,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a8d8f', endColorstr='#dcdcdc',GradientType=0 );
  left: 0;
}
/*共用按鈕*/
.type_bt {
  display:flex;
  justify-content:end;
}
.type_bt a {
  padding:8px 15px;
  display:inline-block;
  background-color: #d9e3f9;
  color: #0033a0;
  text-decoration:none;
  border-radius: 7px;
}
.type_bt img {
  padding-right:5px;
  margin: -1px 0 0 0;
}
.type_bt a:hover {
  background-color: #bed0f5;
}
/*xml/json*/
.file_icon ul {
  list-style-type: none;display: flex;
  padding: 0;
  margin: 0;}
.file_icon ul li {
  padding: 0 8px 0 0;}
.file_icon ul li a {
  background-color: #f2f2f2;
  display: block;
  /* width: 60px; */
  height: 40px;
  position: relative;
  border-radius: 7px;
  padding: 0 45px;
  }
.file_icon ul li a:hover {
  background-color: #d7d7d7;}
.file_icon ul li a:hover img {
  opacity: 1;}
.file_icon ul li a img {
  height: 14px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 0;
}
/*網站建置中*/
.web_under {
    text-align: center;
    padding: 60px 15px;
    max-width: 600px;
    margin: auto;
}

.web_under p {
    color: #0033A0;
    padding: 30px 0 0 0;
    font-size: 150%;
    font-weight: bold;
}
.web_under .under_bar {
    background-image: url(../images/home/404.gif);
    background-repeat: repeat-x;
    padding: 20px;
    color: #fff;
    margin: 25px 15px 0 15px;
}
