﻿/* Base 
* {outline:none;}*/
html, body {height: 100%;}
body {
    font-family: '微軟正黑體', sans-serif;
    font-size: 1.35em;
    line-height: 1.6;
    color: #404040;
    background-color: #ffe1e1;
}
h1, h2, h3, h4, h5, h6 {font-family: '微軟正黑體', sans-serif;}
h3{color:#cf4000;font-weight:bold;font-size: 1.4em;}
h5 {font-size: 1.3em;}
h6 {font-size: 1.2em;}
a {color: #404040;}
a:hover {color: #fa9856;transition-property: all;transition-duration: 0.3s;transition-timing-function: linear;}
a.none:hover {text-decoration: none;}


/************************新增修改css******************************/


.nav-tabs{
	font-family: '微軟正黑體', sans-serif;
}

.panel-primary {
    height: auto;
 } 

.tab-pane.fade td{
    margin-right: 15px;
    color: #777;
	font-family: '微軟正黑體', sans-serif;
}


/*******************************公告列表***************************************/
.panel.with-nav-tabs .panel-heading{
    padding: 5px 5px 0 5px;
}
.panel.with-nav-tabs .nav-tabs{
	border-bottom: none;
}
.panel.with-nav-tabs .nav-justified{
	margin-bottom: -1px;
}
/********************************************************************/
/*** PANEL PRIMARY ***/
.with-nav-tabs.panel-primary .nav-tabs > li > a,
.with-nav-tabs.panel-primary .nav-tabs > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li > a:focus {
    color: #fff;
}
.with-nav-tabs.panel-primary .nav-tabs > .open > a,
.with-nav-tabs.panel-primary .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-primary .nav-tabs > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li > a:focus {
	color: #fff;
	background-color: #293f6b;
	border-color: transparent;
	cursor: pointer;
}
.with-nav-tabs.panel-primary .nav-tabs > li.active > a,
.with-nav-tabs.panel-primary .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.active > a:focus {
	color: #006699;
	background-color: #fff;
	border-color: #283d67;
	border-bottom-color: transparent;
	cursor: pointer;
}

.depthButton {
    display: inline-block;
    height: 35px;
    line-height: 35px;
    padding: 0 14px;
    box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
    background: #fff;
    border-radius: 4px;
    transition: all .3s ease;
}

.depthButton.active {
   background:#dcddfd;
}
.depthButton:hover {
    color: #5778F3;
    transform: translateY(-1px);
    box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
}
.depthButton div {
   cursor: pointer;
}

.calMu {
    max-width:935px;
}
.blockTitle {
    padding: 3px;
    background-color: #ddd;
    color: #2A75C5;
    font-weight: bold;
}
.detail {
    background: white;
    padding: 0 30px;
}