.pagination {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	margin-top: 100px;
	border-radius: 4px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
.pagination a{
	color: #428bca;
	text-decoration: none;
	background: 0 0;
	
}
.pagination>li {
	display: inline;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
	margin-left: 0;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
	cursor: not-allowed;
}
.pagination>li>a,
.pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	line-height: 1.42857143;
	text-decoration: none;
	color: #428bca;
	background-color: #fff;
	border: 1px solid #ddd;
	margin-left: -1px;
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
	color: #999;
	background-color: #fff;
	border-color: #ddd;
	cursor: not-allowed;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
	z-index: 2;
	color: #fff;
	background-color: #428bca;
	border-color: #428bca;
	cursor: default;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
	color: #2a6496;
	background-color: #eee;
	border-color: #ddd;
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
	color: #999;
	background-color: #fff;
	border-color: #ddd;
	cursor: not-allowed;
}

.pagination>li>a,
.pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	line-height: 1.42857143;
	text-decoration: none;
	color: #428bca;
	background-color: #fff;
	border: 1px solid #ddd;
	margin-left: -1px;
}
/*
body {
	padding-top: 50px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}*/

.bs-navbar {
	background-color: #3aa9ff;
	border-color: #63b8f9
}

.bs-navbar .navbar-brand {
	color: #fff
}

.bs-navbar .navbar-nav>li>a {
	color: #d4eafc
}

.bs-head {
	background-color: #3aa9ff;
	text-align: left;
	padding: 50px 0
}

.bs-head h1 {
	font-size: 60px;
	color: #fff
}

.bs-head .lead {
	font-size: 30px;
	color: #e8eeff
}

.bs-footer {
	padding-top: 40px;
	padding-bottom: 30px;
	margin-top: 100px;
	color: #777;
	text-align: left;
	border-top: 1px solid #e5e5e5
}

.bs-footer p {
	margin-bottom: 0
}

.bs-sidebar {
	width: 180px;
	background-color: #f7f7f7;
	margin-top: 30px
}

.bs-sidebar.affix {
	position: fixed;
	top: 90px
}

.bs-sidebar .nav>.active>a {
	font-weight: bold;
	background-color: transparent;
	border-left: 1px solid #428bca
}

.page-header {
	margin: 40px 0 20px
}

.page-header h2 {
	padding-top: 80px;
	margin-top: -45px
}

.demo {
	padding: 20px;
	margin: 20px 0;
	text-align: center;
	/*background-color: #f7f7f7*/
}

.demo p {
	font-size: 15px
}

.arrow {
	display: inline-block;
	overflow: hidden;
	border-left: 5px dashed transparent;
	border-bottom: 5px dashed transparent;
	border-right: 5px dashed transparent;
	border-top: 5px solid #fff;
	vertical-align: middle
}

.arrow2 {
	border-left: 5px dashed transparent;
	border-bottom: 5px dashed transparent;
	border-top: 5px dashed transparent;
	border-right: 5px solid #ccc
}

.arrow3 {
	border-top: 5px dashed transparent;
	border-bottom: 5px dashed transparent;
	border-right: 5px dashed transparent;
	border-left: 5px solid #ccc
}

.customBootstrap .pagination>li>a {
	margin-right: 5px;
	border-radius: 2px;
	background: #fff;
	color: #333;
	border-color: #ccc;
	padding: 6px 15px
}

.customBootstrap .pagination>li>a:hover,
.customBootstrap .pagination>li>a:focus {
	color: #fff;
	background: #fb9400;
	border-color: #fb9400
}

.customBootstrap .pagination>.active>a,
.customBootstrap .pagination>.active>a:hover,
.customBootstrap .pagination>.active>a:focus {
	color: #fff;
	background: #fb9400;
	border-color: #fb9400
}

.customBootstrap .pagination .arrow2 {
	margin: 3px 8px 5px 0
}

.customBootstrap .pagination a:hover .arrow2 {
	border-right-color: #fff
}

.customBootstrap .pagination .arrow3 {
	margin: 3px 0 5px 8px
}

.customBootstrap .pagination a:hover .arrow3 {
	border-left-color: #fff
}

.pagination2 {
	height: 30px;
	margin: 10px 0
}

.pagination2 a {
	text-decoration: none;
	border: solid 1px #c0d3e6;
	color: #333;
	border-left-width: 0;
	height: 24px!important
}

.pagination2 a {
	height: 24px!important;
	display: block;
	float: left;
	padding: 0 10px;
	text-align: center;
	line-height: 24px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .05)
}

.pagination2 .active {
	background-color: #6babdd;
	color: #fff;
	padding: 0 10px;
	border: solid 1px #5c95c1
}

.pagination2 .prev {
	border: solid 1px #c0d3e6
}

.pagination2 .next {
	border-left-width: 0;
	border-right-width: 1px
}

.pagination2 .active.prev,
.pagination2 .active.next {
	color: #dcdcdc;
	border-color: #efefef;
	background: #fff
}

.pagination2 a:hover {
	background-color: #cde4f8
}

.pagination2 .active:hover {
	background-color: #6babdd
}

.pagination2 a.disabled {
	display: none
}

.pagination4 .page a,
.pagination4 .page a:hover {
	width: 100px;
	text-align: center;
	border: 1px solid #ddd;
	color: #999;
	background-color: #fff!important
}

pre code {
	background-color: transparent
}
.content .rightcontent .tabcont .tabcontlist.tabcontlist1.morenews{
	margin-left: -6px;
}
.content .rightcontent .tabcont .tabcontlist.tabcontlist1.morenews:hover{
	box-shadow: none;
	background: none;
	-webkit-transform: translateY(0px);
    transform: translateY(0px);
}
/*分页的内容*/
.pages-content{
	
}
.pages-content .contentoutline{
	width: 916px;
    height: 140px;
    padding-top: 30px;
    border-bottom: 1px solid #D1E2F7;
    /*margin-bottom: 10px;*/
}
.pages-content .contentoutline.actived{
	background: #E8F0FB;
}
.pages-content .contentoutline:hover{
	background: #E8F0FB;
}
.contentoutlineleft{
	float: left;
	width: 150px;
    height: 140px;
    text-align: center;
}
.contentoutlineleft>img{
	display: inline-block!important;
	vertical-align: middle!important;
	width: 100px!important;
	height: 100px!important;
	text-align: center;
	background: deeppink;
}
.contentoutlineright{
	float: left;
	width: 736px;
    height: 140px;
}
.contentoutlineright p{
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    text-indent: 0em!important;
    line-height: 1.42857143;
    color: #333;
    text-overflow: ellipsis;
}
.contentoutlineright p:first-child{
	font-size: 20px!important;
	text-indent: 0em!important;
    color: #4a4a4a;
	margin-bottom: 20px;
}
.contentoutlineright p:last-child{
	overflow:hidden;
	text-overflow:ellipsis;
	display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
}
