﻿@charset "utf-8";
* { font-family: "Microsoft YaHei", "微软雅黑"; }
/*页面路径*/
.path_t {
	padding: 5px 0;
	padding-left: 15px;
	margin-bottom: 0;
	list-style: none;
	border-radius: 0px;
	background-color: #ebf6ff;
	border-bottom: 1px solid #e0e9f1;
	font-size: 14px;
	text-align: left;
}

.path_t > li {
	display: inline-block;
	color: #153a6b;
}

.path_t > li a {
	color: #153a6b;
}

.path_t > li + li:before {
	padding: 0 5px;
	color: #153a6b;
	content: "/\00a0";
}

.path_t > .active {
	color: #666;
}

.clear{clear:both;}
.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {
display:inline-block;
}
.clearfix {display:block;}

.searchbuttongroup {
    text-align: center; width: 100%; bottom: 10px; position: absolute;
}
.searchbuttongroup a {
    width: 30%;
}