/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.container {
  width: 1100px;
}
.nav_div {
  background: #ebebeb;
  border-top: 3px solid #e58e78;
  padding: 10px 0;
}
.navbar {
  margin-bottom: 0;
}
.top_nav {
	padding-top:0px;
}
.top_nav li {
  display: inline-block;
  padding-right: 8px;
  padding-left: 5px;
  border-right: 1px solid #ccc;
}
.top_nav li:last-child {
  border: 0;
  padding-right: 2px;
}
.nav_widget {
  width: 320px;
  float: right
}
.top_nav a, .nav_widget a {
  font-size: 13px;
  color: #4d667d;
}
.nav_input input {
  height: 23px;
  width: 160px;
  margin: 5px;
}
.menu {
  background: url(../img/menu_bg.jpg) repeat-x;
  height: 44px;
}
.menu_bar ul{
  width:100%;
  float: left;
  margin-top:-3px;
}
.menu_bar > ul > li {
  position: relative;
  padding:0 45px 0 10px;
  
}
.menu_bar > ul > li:after{
  content: '';
  background: #eee;
  width: 1px;
  height: 15px;
  display: inline-block;
  position: relative;
  top: 3px;
  left: 31px;
}
.menu_bar > ul > li:last-child:after{
  display: none;
}
.menu_bar li a:hover{
  /*color:#ffe065;*/
  color:#F1F1F1;
  text-decoration: none;
}
.menu_bar li ul {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s linear;
  float: left;
  position: absolute;
  left: 0;
  margin: 0;
  z-index: 99;
  width: 188px;
  background: #c19a00;
}
.menu_bar li ul li a {
  padding: 0 10px;
  display: block;
  border-bottom: 1px #f1c000 solid;
}
.menu_bar li:hover > ul {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}
.view_count{
  width:11%;
  float: right;
  text-align:right;
}
.menu_bar a, .view_count {
  color: #fff;
  font-size: 12px;
  line-height: 44px;
}
.banner_size {
  top: -10px;
}
.search {
  background: #ebebeb;
  padding: 10px 0;
  top: -10px;
  position: relative;
}
.search_title {
  border-left: 3px #555 solid;
  line-height: 34px;
  font-weight: bold;
  font-size:15px;
}
.search_input {
  width: 604px;
  float: left;
  margin-right: 10px;
  margin-top: 2px;
}
.search_select {
  float: left;
  margin-top: 2px;
}
.search_title, .search_select{
  margin: 5px 0 5px 0;
}
.search_keyword{
	margin: 3px 0 0 0;
}
.book_link {
  display: block;
	/*background: #dfdfdf;
	padding-left: 20px;*/
	color: #555;
}
.book_img {
  width: 50px;
	height: 40px;
	float: left;
	position: relative;
	top: -7px;
}
.book_intro {
  font-size: 12px;
  line-height: 15px;
}
.home_content{
	margin-top:10px;
}
.home_ad_banner li{
	margin:5px 0;
  text-align: right;
}
.nav-tabs li a{
	background: #eee;
	color: #999;
	width:150px;
	text-align: center;
}
ul.home_tab_list{
	padding:5px 0;
}

.home_tab_list li{
	list-style: none;
	background: url(../img/tick.png) no-repeat 0 30px;
	padding:30px 0 5px 15px;
	width:510px;
	border-bottom:#e7e7e7 dashed 1px;
}
.home_tab_list li a{
	font-size: 15px;
	color: #555;
}
.tablebox{
	display: table;
}

.tableboxmore{
	font-size:15px;
}

.tableboxmore a{
	font-size:15px;
	padding-left:14px;
	color: #f37006;
}

.home_imgs_b img{
	margin-top:15px;
	border:#F0F0F0 solid 1px;
}
.home_imgs_s{
	margin-top: 7px;
}
.home_imgs_s i{
	display: inline-block;
	padding: 0 1px;
}
.home_imgs_more a{
	color: #555;
	text-decoration: underline;
	padding: 8px 0;
	display: block;
}
.side_menu_title{
  background: #c09a03;
  letter-spacing: 2px;
  color: #fff;
  padding: 5px;
  margin: 10px 0 10px 0;
}
.side_menu ul li , .side_menu ul li a{
  display: block;
  color: #111;
  font-weight: bold;
  line-height: 51px;
}
.side_menu ul li a{
  padding-left: 15px;
  background: url(../img/arrow_01.png) 0 0 repeat-y;
  overflow: hidden;
  transition:all 0.5s;
  -webkit-transition:all 0.5s;
  -moz-transition:all 0.5s;
}
.side_menu ul li a:hover{
  text-decoration: none;
  color: #eab800;
  background: url(../img/arrow_01.png) 0 51px repeat-y;
}
.side_menu ul li{
  border-bottom: 1px solid #eee;
}
.side_menu ul li:last-child{
  border-bottom: 0;
}
/*=============Footer=============*/
footer{
	background: #ebebeb;
	border-top: 3px solid #e58e78;
	padding: 10px 0 0;
	margin-top:10px;
}
.footer_info{
	margin-top:10px;
}
.footer_info li{
	font-size: 13px;
	color: #5a5a5b;
}
.footer_webdesigner{
	background: #c09a03;
	padding:5px 0;
	margin-top:10px;
	color:#FFFFFF;
}
.footer_webdesigner a{
	color: #efefef;
	font-size: 12px;
}
/*=============內頁=============*/
.page_title{
  border-left:4px #c09a03 solid;
  border-bottom: 1px #c09a03 solid;
  padding: 4px 10px;
  margin-top: 10px;
  letter-spacing: 2px;
}
.boss_img{
  margin-top:20px;
}
.article_point{
  border-left: 4px #e68b74 solid;
  padding: 0 10px;
}
.sub_content p{
  color: #333;
  line-height: 25px;
  margin: 20px 0px;
  text-align: justify;
}
.about_dd dt{
  width: 30px;
  text-align: right;
  float: left;
  clear: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.about_dd dd{
  margin-left: 30px;
}
.article_title{
  color: ##0688a3;
  background: url(../img/arrow_02.png) 0 50% no-repeat;
  padding: 0 15px;
  font-weight: bold;
}
.event_sign_up{
  padding: 10px 0;
}

.event_sign_up dt{
  float: left;
  clear: left;
  text-align: center;
  width:130px;
  display: inline-block;
  color: #d0af00;
  background: #f1f1f1;
  padding: 5px;
  margin:8px 0;
  border-bottom:#e7e7e7 solid 1px;
}
.event_sign_up dd{
  display: inline-block;
  margin: 8px 0 8px 10px;
  width: 620px;
  overflow: hidden;
  text-align: left;
  border-bottom:#e7e7e7 dashed 1px;
}
.event_sign_up dd a{
  color: #333;
  line-height: 30px;
  display: inline-block;
}
.event_sign_up dd a:hover{
  color: #8b8b8b;
  text-decoration:none;
}
/*=============按鈕連結效果=============*/
.login_btn{
  background: url(../img/login_btn.png);
  width:99px;
  height: 31px;
}
.quick_search_btn{
  background: url(../img/quick_search_btn.png);
  width:79px;
  height: 31px;
}
.adviser{
  background: url(../img/adviser.png);
  width:104px;
  height: 49px;
}
.cooperation{
  background: url(../img/cooperation.png);
  width:104px;
  height: 49px;
}
a.hoverevent{
  display: inline-block;
}
a.hoverevent:hover{
  background-position: 0 100%;
}
/*修正版型*/
body{
  min-width:1100px;
}
.col-md-9 , .col-md-8 , .col-md-7 , .col-md-6 , .col-md-5 , .col-md-4 ,
.col-md-3 , .col-md-2 , .col-md-1{
  float: left;
  padding:0 10px;
}
.col-md-9 {
  width: 790px;
}
.col-md-7{
  width:490px;
}
.col-md-6{
  width: 540px;
}
.col-md-5{
  width:550px;
}
.col-md-3{
  width: 275px;
}
.col-md-2{
  width: 220px;
}
.col-md-1{
  width: 89px;
}
/*=============分隔線=============*/
.hr_01{
  width: 1px;
  height:49px;
  display: inline-block;
  background: #ccc;
}
/*=============文字顏色=============*/
.deep_gn{
  color: #c09a03;
}
.light_red{
  color: #e68b74;
}

/* line 369, ../sass/inner.scss */
.videoBox {
  position: relative;
  width: 190px;
  height:200px;
  float: left;
  margin-right: 27px;
  margin-bottom: 20px;
  font-size: 13px;
}

/* line 378, ../sass/inner.scss */
.videoBox:nth-child(3n) {
  margin-right: 0;
}

/* line 382, ../sass/inner.scss */
.playBtn {
  position: absolute;
  top: 53px;
  left: 73px;
}

/* line 388, ../sass/inner.scss */
.preImg {
  width: 190px;
  height: 150px;
  background-color: #fff;
  border: 1px solid #ddd;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

/* line 398, ../sass/inner.scss */
.preImg:hover,
.playBtn:hover + .preImg {
  border-color: #000;
}

/* line 402, ../sass/inner.scss */
.description {
  padding: 10px 0px;
  line-height: 17px;
}

.nav_font{
	font-size:14px;
}

.breadCrumbs{
	padding:5px 0 35px 10px;
}

.path{
	color:#353535;
	width:700px;
	float:left;
}

.path a{
	color:#353535;
	text-decoration:none;
}

.path a:hover{
	color:#ADADAD;
	text-decoration:none;
}

.fb{
	color:#353535;
	width:300px;
	float:right;
	text-align:right;
}

.fb a{
	color:#353535;
	text-decoration:none;
}

.fb a:hover{
	color:#ADADAD;
	text-decoration:none;
}