body {
	line-height: 1.5;
	overflow-x: hidden;
}

a {
	color: inherit;
}

a:hover {
	color: inherit;
	text-decoration: none;
}

ul {
	list-style: none;
	padding-left: 0px;
}

.banner {
	/* background: url("../images/banner.jpg") top no-repeat; */
	/* min-height: 814px; */
	position: relative;
}

.banner>img{
	width: 100%;
}

.banner .bannerSwiper {
	width: 100%;
	height: 814px;
}

.banner .bannerSwiper {
}

.banner .bannerSwiper img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.banner .wave {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 8;
	width: 100%;
}

.banner .waves {
	position: relative;
	width: 100%;
	height: 80px;
	margin-bottom: -5px;
	min-height: 50px;
	max-height: 120px;
}

.banner .parallax>use {
	animation: move-forever 50s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}

.banner .parallax>use:nth-child(1) {
	animation-delay: -2s;
	animation-duration: 14s;
}

.banner .parallax>use:nth-child(2) {
	animation-delay: -3s;
	animation-duration: 20s;
}

.banner .parallax>use:nth-child(3) {
	animation-delay: -4s;
	animation-duration: 26s;
}

.banner .parallax>use:nth-child(4) {
	animation-delay: -5s;
	animation-duration: 40s;
}

@keyframes move-forever {
	0% {
		transform: translate3d(-80px, 0, 0);
	}

	50% {
		transform: translate3d(80px, 0, 0);
	}

	100% {
		transform: translate3d(-80px, 0, 0);
	}
}


.menu {
	position: fixed;
	width: 100%;
	margin: 0 auto;
	/* background-color: #ffffff; */
	height: 100px;
	z-index: 999;
	top: 0;
	left: 0;
}

.boxShadow {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.dropdown:hover>.dropdown-menu {
	display: block;
}

.dropdown>.dropdown-toggle:active {
	pointer-events: none;
}

.dbu {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 1230px;
	margin: 0 auto;
	height: 100%;
}


.col-logo {
	width: 50%;
	margin-right: 10%;
}

.col-dh {
	width: 50%;
}

.navbox .navbar {
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 10px;
}

.navbar-expand-lg .navbar-collapse {

	display: flex !important;

	flex-basis: auto;
}

.dbtd h1 {
	font-size: 30px;
	color: #005dbc;
	text-align: center;
	font-weight: bold;
	padding: 20px;
}

.active {
	border-bottom: 1px solid #FFFFFF;
	width: 40%;
	text-align: center;
	padding-bottom: 10px;
}

.navbox ul.navbar-nav {
	width: 100%;
	text-align: center;
	flex-direction: row;
}

.navbox ul.navbar-nav li {
	width: 50%;
	font-size: 18px;
	text-align: center;
	line-height: 50px;
}

.navbar-dark .navbar-nav .nav-link {
	color: rgba(255, 255, 255, 1);
}

.navbar-expand-lg .navbar-nav .nav-link {
	padding: 0;
	display: block;
}

.topnews {
	border-radius: 5px;
	border: #fff solid 1px;
	margin: 40px auto;
}

.topnews h2 {
	background: url(../images/hot.jpg) no-repeat left center;
	text-align: center;
	font-weight: bold;
	height: 56px;
	line-height: 56px;
	color: #073ab2;
	font-size: 4rem;
}

.topnews p {}

.item {
	position: relative;
}

.f1text {
	background: rgba(0, 0, 0, .5);
	color: inherit:#fff;
	position: absolute;
	bottom: 0px;
	left: 0px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	height: 45px;
	line-height: 45px;
	padding: 0px 45px 0px 10px;
	width: 100%;
}

.f1text p {
	text-align: left;
}

.disco {
	bottom: 40px;

}

.fious {
	position: relative;
	margin-top: 20px;
}

.video {
	margin-top: 20px;
}

.video h2 img {
	width: 100%;
	margin-bottom: 1rem;
}

.videobox img {
	width: 100%;
}

.videobox {
	position: relative;
}

.videobox p {
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	background: rgba(0, 0, 0, 0.5);
	padding: 0 5px;
	color: #fff;
	bottom: 0px;
	left: 0px;
	position: absolute;
	line-height: 30px;
	height: 30px;
	margin: 0px;
}

.mainnews {
	border-bottom: #c4c2c2 dashed 1px;
	margin-bottom: .5rem;
}

.mainnews h3 {
	font-size: 2.6rem;
	font-weight: bold;

}

.mainnews p {
	text-indent: 2.6rem;
	color: #999;
	display: -webkit-box;
	display: -moz-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

ul.mainlist {
	margin-top: 1rem;
}

ul.mainlist li {
	line-height: 40px;
	height: 40px;
	font-size: 1.6rem;
	padding-left: 15px;
	position: relative;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;

}

ul.mainlist li::before {
	content: "";
	position: absolute;
	left: 0px;
	top: 45%;
	width: 5px;
	height: 4px;
	border-radius: 10px;
	background: red;
}

.part2fl {}

.mainpictext {
	text-align: center;
	margin-bottom: 1rem;
}

.mainpictext a img {
	width: 100%;
}

.mainpictext p {
	font-size: 1.6rem;
	margin-top: .5rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
}

.secpict {
	border-bottom: #fff solid 1px;
	padding-bottom: .5rem;
	margin-bottom: 1rem;
}

.secpict img {
	width: 100%;
}

.secpict p {
	font-size: 1.6rem;
	text-indent: 3.2rem;
	margin-top: 2rem;

}

.part3fr {
	border: #fff solid 1px;
	padding: 0px 20px;
	border-top: red solid 2px;
	background: #fcfcfc;
}

.part3fr h2 {
	font-size: 2rem;
	color: red;
	font-weight: bold;
}

.topcan {
	border-bottom: #fff dashed 1px;
}

.topcan h3 {
	font-size: 2rem;
	font-weight: bold;
}

.topcan img {
	float: left;
	margin: 0px 15px 5px 0px;
}

.part4bg {
	padding-bottom: 30px;
}

.part4bg h2 {
	background: url(../images/h3.png) no-repeat center;
	height: 130px;
}

.comment {
	background: #fff;
	position: relative;
	box-shadow: rgba(255, 0, 0, 0.1) 0px 0px 20px;
	width: 48%;
	float: left;
	margin: 10px 1%;
	padding-bottom: 20px;
	border-radius: 10px;
}

.number {
	background: url(../images/redf.png) no-repeat center;
	width: 57px;
	height: 80px;
	position: absolute;
	left: 20px;
	top: -10px;
	line-height: 70px;
	color: #fff;
	font-size: 4rem;
	padding-left: 4px;
	font-family: "New Times", "新宋", "宋体", sans;
	font-weight: bold;


}

.comment h3 {
	text-align: center;
	line-height: 40px;
}

.comment p {
	width: 90%;
	margin: 0 auto;
	text-indent: 3rem;
}

.p3h3 {
	background: url(../images/h2.png) no-repeat center;
	height: 130px;
}

.part3 {
	margin-bottom: 40px;
}

.part2bg {
	background: url(../images/p2bg.jpg);
	background-size: cover;
	padding: 20px 0px;
	margin: 40px 0px;
}

.part2bg h2 {
	background: url(../images/h1.png) no-repeat center;
	height: 130px;
}

.more {
	float: right;
	color: #fff;
	font-weight: normal;
	border-radius: 5px;
	background: #e3b953;
	padding: 3px 6px;
}

.otmore {
	float: right;
	color: #999;
	font-weight: normal;
	border-radius: 5px;
	font-size: 1.4rem;
}

.p2fr h3 {
	font-size: 2rem;
	color: red;
	font-weight: bold;

}

.xjp {
	background: url() no-repeat top center;
	height: 526px;
}

.wlz {
	width: 500px;
	float: right;
	margin-top: 105px;
	margin-right: 110px;
}



/*新加板块*/
.page2_bg {
	background: url(../images/part2_bg.png) no-repeat top center;
	padding-top: 20px;
	padding-bottom: 30px;
}

.swiper-container2 .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	transition: 300ms;
	transform: scale(0.8);
	z-index: 5;
}

.swiper-container2 .swiper-slide-active,
.swiper-slide-duplicate-active {
	transform: scale(1);
	z-index: 6;
}



.part2 ul {
	padding-top: 40px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.news_title {
	font-size: 20px;
	padding-left: 10px;
	line-height: 40px;
}

.news_title::before {
	content: "";
	background-color: #034da2;
	width: 8px;
	height: 8px;
	position: absolute;
	top: 15px;
	left: 0px;
	border-radius: 4px;
}

.part2 ul li {
	width: 46%;
	position: relative;
	padding-bottom: 26px;
}

.news_title a:hover {
	color: #034d9a;
}

.part2 ul li p {
	color: #9e9e9e;
	text-indent: 28px;
}

.page5_bg {
	background: url(../images/part3.png) no-repeat top center;
	padding-top: 100px;
	padding-bottom: 30px;
	margin-top: 100px;
}

.fp {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 15px;
}

.section1 {
	width: 1155px;
	height: auto;
	margin: 0 auto;
	-overflow: hidden;
	padding-bottom: 30px;
}

.section1 {
	width: 1155px;
	height: auto;
	margin: 0 auto;
	-overflow: hidden;
	padding-bottom: 30px;
}

.section1 .tus_l {
	float: left;
	width: 765px;
	position: relative;
}

.tus_l .lunbo li {
	width: 765px;
	height: 375px;
}

.tus_l .lunbo li .title {
	height: 30px;
	line-height: 30px;
	background: rgba(0, 0, 0, 0.7);
	left: 0;
	bottom: 0;
	position: absolute;
	width: 100%;
}

.tus_l .lunbo li .title a {
	font: 16px/30px 'microsoft yahei';
	color: #fff;
	padding-left: 10px;
}

.section1 .tus_r {
	float: right;
	width: 381px;
}

.tus_r .list li {
	width: 370px;
	height: 182px;
	float: left;
	margin-left: 10px;
	position: relative;
	margin-bottom: 10px;
}

.tus_r .list li .title {
	height: 30px;
	line-height: 30px;
	background: rgba(0, 0, 0, 0.7);
	left: 0;
	bottom: 0;
	position: absolute;
	width: 100%;
}

.tus_r .list li .title a {
	font: 16px/30px 'microsoft yahei';
	color: #fff;
	padding-left: 10px;
}



.tus_l .lunbo li .title {
	height: 30px;
	line-height: 30px;
	background: rgba(0, 0, 0, 0.7);
	left: 0;
	bottom: 0;
	position: absolute;
	width: 100%;
}

.tongtutu .list li {
	height: 182px;
	float: left;
	margin-left: 15px;
	position: relative;
	margin-bottom: 10px;
}

.tongtutu .list li .title {
	line-height: 30px;
	background: rgba(0, 0, 0, 0.7);
	left: 0;
	bottom: 0;
	position: absolute;
	width: 100%;
}

.tongtutu .list li .title a {
	font: 16px/30px 'microsoft yahei';
	color: #fff;
	padding-left: 10px;
}

ol,
ul {
	margin-top: 0;
	margin-bottom: 0px;
}

p {
	margin: 0px;
}



/*-------------------作品列表页-----------------------*/
.titlen {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
	line-height: 40px;
	font-family: "微软雅黑";
	color: #012c8e;
	border-bottom: 1px solid #666;
	height: 40px;
	background: url(image/bg.jpg) left bottom no-repeat;
	padding-left: 15px;
}

.news_list h12 {
	font: 18px/30px "微软雅黑";
	color: #333333;
	height: 30px;
	text-align: left;
}

.news_list h12 a {
	color: #333333;
	font: bold 18px/30px "微软雅黑";
}

.news_list h12 a:hover {
	color: #000;
}

.news_list li {
	border-bottom: 1px solid #DFDFDF;
	width: 100%;
	padding: 5px 0 10px;
	margin-bottom: 20px;
}

.news_list li p {
	font: 14px/24px "SimSun";
	color: #6d6d6d;
	text-indent: 28px;
	padding: 15px 5px;
	overflow: hidden;
}

.news_list li span {
	font: 14px/24px "SimSun";
	color: #999;
	text-align: right;
	display: block;
}

.news_list li p a {
	color: #012c8e;
}

.riqi {
	padding: 6px 0px;
	width: 75px;
	height: 70px;
	border: 1px dashed #c5c4c5;
}
}

.newswtz {
	display: flex;
	justify-content: space-between;
}

.newswtz-b {
	width: 83%;
	text-align: left;
}

.gg {
	margin-bottom: 20px;
}

.wlwb {
	background: url("../images/bg.jpg") top center no-repeat;
	height: 719px;
	;
	overflow: hidden;
}

.wlde {
	background: url("../images/sp_bg.jpg") top center no-repeat;
	height: 639px;
	position: relative;
}

.wlde .wave {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 8;
	width: 100%;
}

.wlde .waves {
	position: relative;
	width: 100%;
	height: 80px;
	margin-bottom: -5px;
	min-height: 50px;
	max-height: 120px;
}

.wlde .parallax>use {
	animation: move-forever 50s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}

.wlde .parallax>use:nth-child(1) {
	animation-delay: -2s;
	animation-duration: 14s;
}

.wlde .parallax>use:nth-child(2) {
	animation-delay: -3s;
	animation-duration: 20s;
}

.wlde .parallax>use:nth-child(3) {
	animation-delay: -4s;
	animation-duration: 26s;
}

.wlde .parallax>use:nth-child(4) {
	animation-delay: -5s;
	animation-duration: 40s;
}

.zzs {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}

.wenzia {
	width: 50%;
	color: white;
	overflow: hidden;
}

.wenzia h4 {
	font-size: 28px;
	line-height: 50px;
	font-weight: bold;
}

.shipin {
	position: relative;
}

.play {
	position: absolute;
	top: 40%;
	left: 46%;
}

.shipin img {
	border-radius: 20px;
}

.wenzia p {
	font-size: 16px;
	line-height: 30px;
	text-indent: 2rem;
	margin-bottom: 70px;
}

.wenzia strong {
	font-size: 18px;
	border-bottom: 1px solid #00f6ff;
	padding-bottom: 10px;
	font-weight: normal;
}

.list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.bor p {
	margin-bottom: 30px;
	height: 52px;
	font-size: 16px;
	line-height: 26px;
	color: #666;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.bor em {
	padding-left: 10px;
	font-size: 14px;
	color: #999;
	background: url("../images/icon_32.png") left center no-repeat;
	font-weight: normal;
	font-style: normal;
}

.bor {
	padding: 45px 10% 0;
}

.gengduo {
	color: #005dbc;
	margin: 50px auto;
	border: 1px solid #005dbc;
	padding: 10px 30px;
	width: 160px;
	text-align: center;
}

.list a {

	width: 23.1%;
	height: 260px;
	background: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.bor i {
	margin-bottom: 11px;
	font-size: 18px;
	color: #ca1e22;
	font-weight: bold;
}

.bor b {
	margin-bottom: 16px;
	font-size: 18px;
	height: 64px;
	line-height: 30px;
	color: #333;
	font-weight: bold;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.bor p {
	margin-bottom: 30px;
	height: 52px;
	font-size: 14px;
	line-height: 26px;
	color: #666;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.dbdh h4 {
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #FFFFFF;
	padding-bottom: 10px;
	margin-bottom: 30px;
}

.db li {
	line-height: 30px;
	font-size: 14px;
	color: #ffffff;
}

.dbdh {
	width: 60%;
}

.img-wrap {
	text-align: center;
}

.tde {
	margin-top: 130px;
	color: #ffffff;
	text-align: center;
}

.mbx {
	color: #595959;
	background-color: #FFFFFF;
	padding: 10px 0;
}

.breadcrumb {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0.75rem 1rem;
	margin-bottom: 1rem;
	list-style: none;
}

.newswt {
	margin: 10px auto 40px;
	border-radius: 20px;
	padding: 30px;
	box-shadow: rgb(0 0 0 / 20%) 1px 1px 5px;
}

.row22 {
	display: flex;
	justify-content: space-between;
}

.align-items-center {
	-ms-flex-align: center !important;
	align-items: center !important;
}

.row22 .col22l {
	width: 26%;
	margin-right: 2%;
}

.row22 .col22m {
	width: 60%;
	margin-right: 3%;
}

.newswt h3 {
	font-size: 20px;
	overflow: hidden;
	font-weight: bold;
	color: #000000;
	line-height: 30px;
	margin-bottom: 20px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.newswt p {
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	margin-bottom: 0px;
	color: #787878;
	text-indent: 2em;
	line-height: 26px;
}

.row22 .col22r {
	width: 8%;
}

.time22 {
	font-size: 30px;
	text-align: left;
	padding-bottom: 10px;
	color: #5a5a5a;
}

.time22 span {
	display: block;
	font-size: 18px;
}

.newswt-n {
	border: 1px solid #d6d6d6;
	margin: 10px auto 40px;

	padding: 30px;

}

.guanc ul.part1ul2,
.moye ul.part1ul2 {
	list-style: none;
	overflow: hidden;
	border-bottom: 1px solid #dcdcdc;
	margin-bottom: 30px;
}

.guanc ul.part1ul2 li.bb,
.moye ul.part1ul2 li.bb {
	color: #ffffff;
	background: linear-gradient(to bottom right, #218aaa, #44c0cb);
}

.guanc ul.part1ul2 li,
.moye ul.part1ul2 li {
	float: left;
	cursor: pointer;
	text-align: center;
	padding: 20px;
	font-size: 18px;
	margin-right: 20px;
	color: #000000;
}

.guanc .content22>div.bb {
	display: block;
}

.col22m h3 {
	font-size: 22px;
	line-height: 46px;
}

.col22m p {
	padding-bottom: 15px;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #787878;
}

.w-n {
	border: 1px solid #dcdcdc;
	padding: 30px;
	margin: 15px auto;
}

.col22m2 {
	width: 90%;
	margin-right: 3%;
}

.mt40px {
	margin-top: 40px;
}

.pagination {
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
	list-style: none;
	border-radius: 0.25rem;
}

.page-item.disabled .page-link {
	color: #6c757d;
	pointer-events: none;
	cursor: auto;
	background-color: #fff;
	border-color: #dee2e6;
}

.page-item:first-child .page-link {
	margin-left: 0;
	border-top-left-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
}

.page-link {
	position: relative;
	display: block;
	padding: 0.5rem 0.75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #007bff;
	background-color: #fff;
	border: 1px solid #dee2e6;
}

.moye img {
	margin: 0 auto;
	display: block;
}

.mb60px {
	margin-bottom: 60px;
}

.title33 h2 {
	font-size: 36px;
	font-weight: bold;
	line-height: 40px;
	color: #444444;
	padding-bottom: 25px;
	text-align: center;
}

.moye p {
	font-size: 18px;
	line-height: 36px;
	text-indent: 2em;
	color: #000000;
	margin-top: 16px;
}

.moye p img {
	width: 600px;
}

.picScroll {
	width: 100%;
	height: 100%;
	overflow: hidden;
	padding: 5px;
}

/* 图片滚动 */

.picScroll .swiper-wrapper .swiper-slide {
	/* margin: 10px; */
	width: 380px;
	/* overflow: hidden; */
	/* display: inline; */
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	padding: 0px;
}

.picScroll .swiper-slide img {
	width: 366px;
	height: 245px;
}

.part22 .swiper-button-prev {
	left: -20px;
}

.part22 .swiper-button-next {
	right: -20px;
}

.part22 .swiper-button-prev::after,
.part22 .swiper-button-next::after {
	font-size: 30px;
	font-weight: bold;
	color: #51a2db;
}

.riqid {
	margin-bottom: 10px;
	padding: 10px 20px 0px 10px;
	font-size: 14px;
	line-height: 26px;
	color: #666;
}

.bor2 {

	width: 360px;
	margin: 12px;
}

.bor2 b {
	font-size: 18px;
	line-height: 30px;
	color: #333;
	font-weight: bold;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	padding: 0px 10px;
}

.bor2 p {
	padding: 0px 20px 0px 10px;
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 22px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #787878;
}

.container33 {
	width: 1300px;
	margin: 0 auto;
}

.pixsa {
	width: 90%;
}

.title33 p {
	text-align: center;
	color: #979797;
}


/* 前端分页 */
#page{margin:30px 0;font-size:14px;height:30px;line-height:30px;text-align:center}
#page .pageinfo{display: none;}
#page  a{border:1px solid #ddd;background:#fff;color:#808080;padding:4px 10px;margin-left:5px;transition:all 0.2s}
#page  a:hover,#page .curpage{background:#2196f3;color:#fff;text-decoration:none;border:1px solid #2196f3;}
#page .nopage{cursor:not-allowed;}
#page .nopage:hover{background:#fff;color:#808080;border:1px solid #ddd;}

.pagination {padding-left: 0;margin: 20px 0;border-radius: 4px;    justify-content: center;}
.pagination>li {display: inline;}
.pagination>li>a,.pagination>li>span {position: relative;float: left;padding: 6px 12px;line-height: 1.42857;text-decoration: none;color: #40aae2;background-color: #fff;border: 1px solid #ddd;margin-left: -1px;}
.pagination>li:first-child>a,.pagination>li:first-child>span {margin-left: 0;border-bottom-left-radius: 4px;border-top-left-radius: 4px;}
.pagination>li:last-child>a,.pagination>li:last-child>span {border-bottom-right-radius: 4px;border-top-right-radius: 4px;}
.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover {z-index: 2;color: #23527c;background-color: #eee;border-color: #ddd;}
.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover {z-index: 3;color: #fff;background-color: #40aae2;border-color: #40aae2;cursor: default;}
.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover {color: #777;background-color: #fff;border-color: #ddd;cursor: not-allowed;}
.pagination-lg>li>a,.pagination-lg>li>span {padding: 10px 16px;font-size: 18px;line-height: 1.33333;}
.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span {border-bottom-left-radius: 6px;border-top-left-radius: 6px;}
.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span {border-bottom-right-radius: 6px;border-top-right-radius: 6px;}
.pagination-sm>li>a,.pagination-sm>li>span {padding: 5px 10px;font-size: 12px;line-height: 1.5;}
.badge,.label {line-height: 1;white-space: nowrap;}
.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span {border-bottom-left-radius: 3px;border-top-left-radius: 3px;}
.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span {border-bottom-right-radius: 3px;border-top-right-radius: 3px;}
.search-pagination>.pagination>li>a {margin: 0 3px;}
.search-pagination {text-align: center;}
.search-pagination>.pagination>.page-active>a {background-color: #40aae2;color: #fff;}
.pagination>li>a,.pagination>li>span {color: #000;}
.pagination>li>a:hover {cursor: pointer;color: #23527c;}
.pagination .active{
	width: auto;
}
