@CHARSET "UTF-8";
html {
	min-width: 1200px;
}

*, p {
	margin: 0 0;
	padding: 0 0;
	font-family: '微软雅黑';
}

.bg {
	background-color: rgba(204, 204, 204, 0.6);
}

.container {
	width: 1200px;
	min-width: 1200px;
}

.container-div {
	width: 100%;
	min-width: 1200px;
	padding: 0 30px;
}

.navbar {
	margin-bottom: 0px;
	border-bottom: 1px solid #2098D1;
}

.navbar-header {
	float: none;
}

.navbar-brand {
	height: 80px;
	padding: 0 0;
}

.navbar-default {
	background-color: rgba(238, 238, 238, 0.8);
}

.bg-default {
	margin: 0 auto;
	/*width: 1200px;*/
}

ul {
	list-style: none;
	text-align: left;
}

.carousel-indicators {
	z-index: 2;
}

.fixed-class {
	position: fixed;
	right: 20px;
	z-index: 9999;
}

.fixed-class a {
	font-size: 16px;
	text-decoration: none;
	background-color: white;
	padding: 8px 10px;
	color: red;
}

.fixed-class .glyphicon {
	margin-right: 5px;
	/*vertical-align: text-top;*/
}

.search-div, .search-breadcrumb {
	background-color: #d9e6ef;
	text-align: right;
	padding: 5px 15px 5px 0;
	border-radius: 0 0 5px 5px;
}

.search-breadcrumb {
	margin-top: -36px;
	background-color: #cde1fc;
}

.search-div select, .search-breadcrumb select {
	border-radius: 2px;
	width: 90px;
}

.search-div a, .search-breadcrumb a {
	padding: 3px 10px;
	vertical-align: initial;
	border-color: #337abd;
	color: #f00;
}

/*首页下方的标签页*/

.float-div {
	background-color: black;
	padding: 5px;
	position: fixed;
	right: 135px;
	top: 280px;
	border-radius: 3px;
	display: none;
	z-index: 9999;
}
.float-div:AFTER, .float-div:BEFORE {
	border: solid transparent;
	content: ' ';
	height: 0;
	left: 100%;
	position: absolute;
	width: 0;
}
.float-div:BEFORE {
	border-width: 9px;
	border-left-color: #191919;
	top: 42px;
}

.nav-tabs li {
	max-width: 90px;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
}

.nav-tabs li a {
	font-size: 14px;
    overflow: hidden;
    padding: 10px 5px;
}

.nav>li>a:focus, .nav>li>a:hover {
	background-color: #ddd;
}

.tab-content>.active {
    border-width: 0px 1px 1px 1px;
    border-style: solid;
    border-color: #ddd;
    margin-bottom: 15px;
    padding: 10px 10px;
}

.simple-div {
	margin: 0 0;
	width: 100%;
	background-color: white;
}

.simple-div div .glyphicon {
	color: red;
	vertical-align: text-bottom;
}

.series-div {
	margin: 0 0;
	width: 98%;
    margin: 0 1% 30px 1%;
    font-family: 微软雅黑;
}

.series-div div {
	border: 1px solid rgba(128, 128, 128, 0.4);
	border-radius: 5px;
	height: 180px;
}

.series-div div h5 {
	color: rgb(53,122,183);
	font-size: 16px;
	font-weight: bold;
}

.series-div div p {
	text-align: left;
	text-indent: 1.8em;
	height: 100px;
	overflow: hidden;
}

.series-div .img-div {
	height: 180px;
	width: 160px;
	float: left;
	border: none;
}

.series-img {
	margin: 10px 10px 10px 0;
	float: left;
}

.series-div .detail {
	float: right;
	margin-top: 10px;
}

.series-div .detail i {
	margin-left: 10px;
}

.half-div {
	background-color: rgb(255,255,255);
	border: 1px rgba(128, 128, 128, 0.4) solid;
	border-radius: 5px;
	width: 48%;
	height: 250px;
	margin-left: 1%;
}

.half-div h6 {
	font-weight: bold;
	font-family: '黑体';
	font-size: 14px;
}

.tab-pane {
	height: 160px;
}

.description-p {
	font-size: 14px;
	text-indent: 2em;
	height: 80px;
	overflow: hidden;
}

.breadcrumb {
	background-color: #cde1fc;
}

.tooltip {
	position: fixed;
}

.list-div, .detail-div {
	/*max-width: 1400px;*/
	margin: 0 auto;
}

.breadcrumb-div {
	padding: 15px 15px 0 15px;
}

.breadcrumb-div .breadcrumb {
	margin-bottom: 0;
}

.content-div {
	min-height: 355px;
	border: 3px ridge rgba(231,231,231,0.2);
	margin: 10px 15px 0px 225px;
	border-radius: 10px;
	padding: 10px 20px 20px 20px;
}

.layout-grid {
	padding: 0 15px;
}

.layout-grid div {
	text-align: center;
	text-align: -webkit-center;
	text-align: -moz-center;
}

.layout-grid h5 {
	/*max-width: 210px;*/
	overflow: hidden;
	text-overflow: ellipsis;
}

.layout-list ul li {
	height: 100px;
	line-height: 25px;
	border-bottom: 1px solid #cdcdcd;
	padding: 6px 0 5px 0;
	color: #5f5f5f;
}

.layout-list div {
	padding-top: 10px;
}

.layout-list div a {
	color: #0f5fbb;
	font-weight: bold;
	font-size: 14pt;
}

.layout-list .desc {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 5px 0;
	text-indent: 2em;
}

.imgbox {
    width: 50%;
    height: 170px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
    padding: 4px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #fff;
	-webkit-transition: border .2s ease-in-out;
	-o-transition: border .2s ease-in-out;
	transition: border .2s ease-in-out;
}

.imgbox:HOVER {
	border-color: #337ab7;
}

.imgbox img {
    max-width: 200px;
    max-height: 160px;
}

.fa-arrow-right {
	float: right;
	margin-top: 10px;
	margin-right: 40px;
}

.div1 {
	text-align: center;
	width: 200px;
}

.div2 {
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	font-size: 14px;
	position: relative;
	color: black;
	background-repeat: no-repeat;
	margin-bottom: 5px;
	font-family: "黑体";
	background-image: url("../images/test/btn_white0.png");
}

.div3 {
	background-image: url("../images/test/btn_white1.png") !important;
}

.div2:HOVER {
	color: #337ab7;
	font-weight: bold;
}

.left-nav {
	float: left;
	width: 200px;
	height: 100%;
	margin: 15px 15px;
	font-size: 14px;
	text-align: center;
}

.panel-body {
	text-align: center;
	padding: 15px 0 0 0;
}

.panel-body .img-thumbnail {
	height: 250px;
	width: 100%;
	min-width: 1200px;
	/*max-width: 1400px;*/
}

.nav-pagination {
	margin: 10px 10px 0 0;
	text-align: center;
}

.nav-pagination li {
	cursor: pointer;
}

.pagination {
	margin: 0;
	height: 36px;
}

.content-title {
	text-align: center;
	color: #042379;
	font-weight: bold;
}

.content-date {
	text-align: center;
	color: #878787;
}
/*foot*/
.copy-right {
	clear: both;
	padding: 10px 10px;
}

.copy-right a:HOVER {
	color: red !important;
}

/*ueditor生成的的表格边框很淡*/
.content table th, .content table td {
	border: 1px solid black;
}
/*ueditor生成的的表格不居中*/
.content table {
	margin: 0 auto;
}
