/* 20130713 */
/* 通用组件 */
.common-box{
	width: 100%;
	float: left;
	box-sizing: border-box;
	overflow: hidden;
}
/* 菜单 */
/* 顶部菜单容器，可选 */
.menu-container{
	margin: 0 auto;
}
.menu{
	width: 100%;
	float: left;
}
.menu1{
	width: 100%;
	float: left;
}
/* 简洁类 */
.menu-simple>li{
	position: relative;
	float: left;
	display: block;
}
.menu-simple>li a{
	display: block;
}

/* 一般类 */
.menu-common>li{
	float: left;
	position: relative;
	display: block;
}
.menu-common>li a{
	display: block;
}

/* tab类 */
.menu-tab{
}
/* 胶囊类 */
.menu-pills{
}
/* 垂直堆叠 */
.menu-stacked li{
	float: none;
	width: 100%;
	box-sizing: border-box;
}
.menu-stacked li a{
	display: block;
	background-color: transparent;
}

/*下拉子菜单*/
.dropdown-menu{
	position: absolute;
	top: 100%;
	left: 1px;
	margin-top: -1px;
	float: left;
	list-style: none;
	z-index: 1000;
}
.dropdown-menu>li>a{
	display: block;
	clear: both;
	white-space: nowrap;
}

/* 页脚菜单 */
/* 居中 */
.menu-footer-center{
	text-align: center
}
.menu-footer-center ul li{
	display: inline;
}
.menu-footer-center ul li a{
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	margin-left: -1px;
}
.menu-footer-center .copyright p{
	text-align: center;
}
/* 左右 */
.menu-footer{
	padding-left: 20px;
	box-sizing: border-box;
}
.menu-footer>li{
	position: relative;
	float: left;
	display: block;
}
.menu-footer>li>a{
	display: block;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	margin-left: -1px;
}

/* 有子菜单 */
.menu-footer-sub dl{
	float: left;
	box-sizing: border-box;
}
.menu-footer-sub dl dt{
	width: 100%;
	float: left;
	font-weight: bold;
}
.menu-footer-sub dl dd{
	width: 100%;
	float: left;
}

/* tab切换类 */
.tab{
	width: 100%;
	float: left;
}
.tab li{
	float: left;
	position: relative;
	list-style: none;
	text-align: center;
	border-radius: 4px 4px 0 0;
	margin: 0 4px -1px 0;
	cursor: default;
}

/*面包屑导航*/
.breadcrumb {
	width: 100%;
	box-sizing: border-box;
	list-style: none;
	padding: 10px 15px;
}
.breadcrumb>li {
	display: inline-block;
}
.breadcrumb>li+li:before {
	padding: 0 6px 0 4px;
	content: ">";
}

/* 面板，有默认参数 */
.panel{
	float: left;
	width: 100%;
	border: 1px solid transparent;
	box-sizing: border-box;
	/*
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
	box-shadow: 0 1px 1px rgba(0,0,0,.05);
	*/
}
/* 空白面板 */
.panel-default {
	background-color: #fff;
	border-color: #ddd;
}
.panel-no-border {
	border: none;
}
.panel-heading {
	float: left;
	width: 100%;
	padding: 10px 15px;
	box-sizing: border-box;
}
.panel-body, .panel-footer {
	float: left;
	width: 100%;
	padding: 15px;
	box-sizing: border-box;
}
.panel-body, .panel-footer {
	float: left;
	width: 100%;
	padding: 5px 15px;
	box-sizing: border-box;
}
.panel .more{
	text-align: right;
}

/* 列表 */
/*普通列表模式*/
.lists{
	width:100%;
	float: left;
	box-sizing: border-box;
}
.lists li{
	width:100%;
	float: left;
	line-height: 2em;
	box-sizing: border-box;
}
.lists .date{
	text-align: right;
}
/*ul/ol list box 模型*/
.ul-lists{
	width: 100%;
	float: left;
	box-sizing: border-box;
	/*margin-right: -10px;/*根据实际情况添加*/
}
.ul-lists li{
	float: left;
	box-sizing: border-box;
}
.ul-lists li a{
	display: block;
	clear: both;
}

/* dl单一水平列表， */
.dl-horizontal{
	width: 100%;
	float: left;
	box-sizing: border-box;
}
.dl-horizontal dt{
	float: left;
	overflow: hidden;
	font-weight: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	clear: left;
}
.dl-horizontal dd{
	word-break: break-all;
}

/* dl列表群 */
.dl-lists dl{
	width: 100%;
	float: left;
	box-sizing: border-box;
	padding: 20px 0;
}
/* 文字模式 */
.dl-lists-text dt, .dl-lists-text dd{
	width: 100%;
	float: left;
}
/* 图文模式，具体请修改参数 */
.dl-lists-pic dt{
	float: left;
	height: auto;
	clear: left;
}

/*缩略图模型示例，根据实际情况可重写*/
.thumbnail{
	padding: 4px;
	border: 1px solid #ddd;
}
.thumbnail img{
	width: 100%;
	height: 180px;
	display: block;
}
.thumbnail .caption {
	padding: 9px;
	color: #000; 
}
.thumbnail .caption .title{
	font-weight: bold;
	line-height: 40px;
}
.thumbnail .caption .title a{
	color: #015eae;
}
.thumbnail .caption .to-detail:hover{
	text-decoration: none;
}
.thumbnail .caption .text{
	margin-bottom: 10px;
	line-height: 22px;
}

/*分页*/
.pagination{
	width: 100%;
	float: left;
	text-align: right;
	box-sizing: border-box;
}
.pagination .text{
	display: inline-block;
}
.pagination .current{
	padding: 5px 11px;
	background-color: #999;
	color: #fff;
	display: inline-block;
	margin-right: 2px;
}
.pagination a{
	padding: 4px 10px;
	color: #000;
	background-color: #F1EFF0;
	border: 1px solid #ccc;
	text-decoration: none;
	display: inline-block;
	margin-right: 2px;
}
.pagination a:hover{
	color: #fff;
	background-color: #999;
	border: 1px solid #999;
}
.pagination .rows{
	padding-left: 10px;
}


/* 表单 */
form{
	width: 100%;
	float: left;
}
.form-group {
	margin-bottom: 10px;
}
.checkbox label, .radio label {
	min-height: 20px;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: 400;
	cursor: pointer;
}
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
	position: absolute;
	margin-top: 5px;
	margin-left: -20px;
}

/* 水平表单 */
.form-horizontal .form-group {
	width: 100%;
	float: left;
}
.form-horizontal .control-label {
	padding-top: 7px;
	margin-bottom: 0;
	text-align: right;
	padding-right: 5px;
	padding-left: 5px;
	position: relative;
}
.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 10px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;

}
.form-control:focus{
	border: 1px solid #4D90FE;
}
textarea.form-control {
	height: auto;
}
.form-horizontal .checkbox, .form-horizontal .radio {
	min-height: 27px;
}
.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
	padding-top: 5px;
	margin-top: 0;
	margin-bottom: 0;
}
.form-horizontal .help-block{
	padding-top: 5px;
	color: #737373;
}
.form-horizontal .help-block span{
	color: red;
}

/* 大小尺寸，水平表单适用 */
.form-horizontal .form-group-lg .control-label {
	padding-top: 14.33px;
}
.form-group-lg .form-control {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
}
/* 黑体，微软雅黑类字体需调整 */
.form-horizontal .form-group-sm .control-label {
	padding-top: 6px;
}
.form-group-sm .form-control {
	height: 30px;
	padding: 5px 8px;
	font-size: 12px;
	line-height: 1.5;
}

.btn {
	display: inline-block;
	padding: 6px 25px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
}
.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc;
}
.btn-default:hover {
	background-color: #e6e6e6;
}
.btn-default.disabled,
.btn-default.disabled.active,
.btn-default.disabled.focus,
.btn-default.disabled:active,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled],
.btn-default[disabled].active,
.btn-default[disabled].focus,
.btn-default[disabled]:active,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default.active,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover
{
	background-color: #fff;
	border-color: #ccc;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
	pointer-events: none;
	cursor: not-allowed;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: .65;
}

.btn-blue {
	color: #fff;
	background-color: #0471e4;
	border-color: #0471e4;
}
.btn-blue:hover {
	background-color: #0360c1;
	border-color: #0360c1;
}

/* 表单尺寸 */
.input-lg {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
}
.input-sm {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
}
.btn-lg {
	padding: 10px 20px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px;
}
.btn-sm {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}
.btn-xs {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

/* 上一篇下一篇 */
.p-n{
	width: 100%;
	padding: 10px 0 20px 0;
	border-top: 1px #b7b8ba solid;
	line-height: 2em;
	float: left;
	list-style: none;
	box-sizing: border-box;
}
.p-n li{
	width: 100%;
	color: #333;
}
.p-n a{
	color: #015eae;
}
/* btn模式 */
.p-n-btn{
	width: 100%;
	padding: 10px 0 20px 0;
	float: left;
	list-style: none;
	box-sizing: border-box;
}
.p-n-btn li{
	float: left;
}
.p-n-btn a{
	color: #505050;
}
.p-n-btn a:hover{
	text-decoration: none;
}

/* table */
.table{
	width: 100%;
}
.table caption{
	font-weight: bold;
	line-height: 2em;
}
.table th{
	border: 1px solid gray;
	padding: 5px;
	text-align: center;
	font-weight: bold;
	line-height: 2em;
	background-color: #ccc;
}
.table td{
	border: 1px solid gray;
	padding: 5px;
	line-height: 1.8em;
}

/*幻灯片*/
/*幻灯简图，类名称固定*/
.slide-box{
	width: 100%;
	float: left;
}
.slide-box img{
	width: 100%;
	height: 100%;
	display: none;
	float: left;
}

/*滚动图，做进一步参数修改以抵消js的影响*/
.mq-bg{
	position: relative;
}
.mq ul li{
	list-style: none;
	float: left;
	width: 200px;
	height: 185px;
}
.mq ul li img{
	width: 180px;
	height: 150px;
	border: 1px #ddd solid;
	padding: 2px;
}
.mq ul li a{
	width: 180px;
}

/* 关闭按钮 */
.close {
	float: right;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=80);
	opacity: .5;
	position: relative;
	top: -3px;
}
button.close {
	-webkit-appearance: none;
	padding: 0;
	cursor: pointer;
	background: 0 0;
	border: 0;
}
.close-white{
	color: #fff;
	opacity: .8;
}
/* 三角符号 */
.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px solid;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}
/* 向上三角符号 */
.caret-up {
	border-top: 0;
	border-bottom: 4px solid;
}
/*提示框*/
.tips-box{
	position:fixed;
	z-index:888;
	bottom:50%;
	left:50%;
	border: 6px solid #ddd;
	padding:10px 20px;
	background-color:#FFFDEE;
	font-size:14px;
	display: none;
	min-width: 240px;
	max-width: 320px;
	margin:0 0 -20px -140px;
	box-sizing: border-box;
}
.tips-box-s{
	min-width: 120px;
	max-width: 160px;
	margin:0 0 -20px -70px;
}
.tips-box-l{
	min-width: 360px;
	max-width: 480px;
	margin:0 0 -20px -210px;
}
.tips-box-alert{
	color: #ff0000;
	border: 6px solid #999;
	background-color: #f2dede;
}

/*弹出对话框*/
.dialog-box{
	position:fixed;
	z-index:999;
	bottom:50%;
	left:50%;
	min-width: 200px;
	border: 1px solid transparent;
	border-color: #0A6AD2;
	overflow: hidden;
	display: none;
}
.dialog-heading {
	width: 100%;
	padding: 10px 15px;
	background-color: #0A6AD2;
	color: #fff;
	box-sizing: border-box;
}
.dialog-body {
	width: 100%;
	padding: 15px;
	box-sizing: border-box;
}
.dialog-box .button{
	text-align: right;
	padding: 20px 20px 0 0;
}
.dialog-box-default{
	width: 400px;
	margin:0 0 -40px -200px;
	background-color: #fff;
}

.clear{
	clear: both;
}
