@charset "utf-8";
/* CSS Do1cument */

* {
	padding: 0;
	margin: 0
}

*html {
	background-image: url(about:blank);
	background-attachment: fixed;
}

html {
	width: 100%;
	height: 100%;
	overflow: auto;
	overflow-x: hidden;
	font-size: 16px
}

body {
	color: #333333;
	-webkit-text-size-adjust: 100%;
	background: #f5f5f5;
	font-family: microsoft yahei;
	font-size: .95rem;
	position: relative;
	top: 0;
	min-height: 100%
}

a,a:visited,a:active {
	color: #505050;
	text-decoration: none;
}

input,textarea,button {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	font-family: microsoft yahei;
	vertical-align: middle;
	outline: none
}

ul,li,ol {
	list-style: none
}

em {
	font-style: normal
}

img {
	border: 0
}

.all {
	min-width: 320px;
	max-width: 640px;
	margin: 0 auto;
	min-height: 100%;
}

header {
	width: 100%;
	float: left
}
/*top*/
.top,.top-1 {
	width: 100%;
	height: 50px;
	overflow: hidden;
	background: url(topbg.gif)
}

.top-1 {
	border-bottom: 2px solid #333
}

.logo {
	padding-left: 5px;
	line-height: 50px;
	font-size: 1.2rem;
	color: #333
}

.logo img {
	max-width: 100%;
	max-height: 50px;
}

.top .logo a,.top-1 .logo a {
	color: #333
}
/*nav*/

.nav ul {
	overflow: hidden;
	width: 100%
}

.nav ul li {
	min-width: 25%;
	float: left;
	text-align: center;
}

.nav ul li a {
	height: 35px;
	line-height: 35px;
	padding: 0 2px;
	display: block;
	text-align: center;
	border-right: 1px solid #2e2e2e;
	border-bottom: 1px solid #2e2e2e;
	overflow: hidden;
	word-wrap: break-word;
	word-break: break-all;
	color: #fff
}

/*search*/
.search {
	line-height: 30px;
	margin: 5px;
	margin-right: 85px;
	position: relative;
}

.search .sbtn {
	width: 80px;
	border-radius: 0 2px 2px 0;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#fafafa),to(#f1f1f1));
	position: absolute;
	top: 1px;
	right: -80px;
	height: 32px;
	border: 1px solid #ddd;
	cursor: pointer;
}

.search .sbtn-1 {
	width: 85px;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#666),to(#333));
	FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#666,endColorStr=#333);
	background: -ms-linear-gradient(top, #666,  #333);
	background: -moz-linear-gradient(top,#666,#333);
	position: absolute;
	top: 1px;
	right: -80px;
	height: 32px;
	border: 0;
	cursor: pointer;
	border-radius: 0 2px 2px 0;
	color: #fff
}

.search .stxt {
	height: 30px;
	vertical-align: middle;
	line-height: 30px;
	border-radius: 2px 0 0 2px;
	border: 1px solid #ddd;
	width: 100%;
	background: url(btn.png) -180px -1px no-repeat;
	background-size: 200px;
	text-indent: 25px
}

/*nr*/
.tit {
	width: 100%;
	height: 35px;
	line-height: 35px;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5),to(#f0f0f0));
	FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#f5f5f5,endColorStr=#f0f0f0);
	background: -ms-linear-gradient(top, #f5f5f5,  #f0f0f0);
	background: -moz-linear-gradient(top,#f5f5f5,#f0f0f0);
	border-top: 1px solid #dfdfdf;
	border-bottom: 2px solid #b70002;
	position: relative;
}

.tit h2 {
	padding: 0 15px;
	float: left;
	font-size: 1rem;
	position: absolute;
	left: 5px;
	top: 5px;
	border: 1px solid #dfdfdf;
	background: #fff;
	border-bottom: 0;
	height: 31px; color:#b70002;
	line-height: 31px
}

.tit li {
	float: left;
	width: 33%;
	font-size: 15px;
	text-align: center;
	font-weight: bold;
	border-right: 1px solid #dfdfdf
}

.tit li:nth-last-child(1) {
	border-right: 0
}

.tit li.hover {
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#666),to(#333));
	FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#666,endColorStr=#333);
	background: -ms-linear-gradient(top, #666,  #333);
	background: -moz-linear-gradient(top,#666,#333);
	color: #fff
}

.tit a {
	float: right;
	padding-right: 10px;
	font-size: 0.9em;
}

/*foot*/
.foot {
	padding: 10px;
	margin-top: 5px;
	font-size: .8rem;
	line-height: 24px;
	text-align: center;
	padding-bottom: 60px;
	overflow: hidden
}

.foot_box {
	height: 50px;
	width: 100%;
	z-index: 3;
	position: fixed;
	_position: absolute;
	bottom: -1px;
	left: 0px;
	_bottom: auto;
	_top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
}

.foot_box .footb,.foot_box .footb1 {
	height: 50px;
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
	overflow: hidden
}

.foot_box ul {
	zoom: 1;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#b70002),to(#b70002));
	FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#b70002,endColorStr=#b70002);
	background: -ms-linear-gradient(top, #b70002,  #b70002);
	background: -moz-linear-gradient(top,#b70002,#b70002);
	width: 100%;
	overflow: hidden;
	height: 50px;
	font-size: .8rem
}

.foot_box .footb ul li {
	float: left;
	text-align: center;
	width: 25%;
	border-right: 1px solid #333;
	height: 50px
}

.foot_box ul li:last-child {
	border-right: 0;
	width: 24%
}

.foot_box .footb ul li a {
	color: #fff;
	background: url(btn.png) no-repeat;
	background-size: 200px!important;
	padding: 25px 10px 0 10px;
	display: inline-block
}

.foot_box .footb ul li.one a {
	background-position: -110px 0
}

.foot_box .footb ul li.two a {
	background-position: -73px 2px
}

.foot_box .footb ul li.thr a {
	background-position: 8px 0
}

.foot_box .footb ul li.fou a {
	background-position: -30px 0
}

.foot_box .footb1 ul li {
	float: left;
	text-align: center;
	width: 24%;
	height: 50px;
	overflow: hidden;
	font-size: .8rem;
	position: relative
}

.foot_box .footb1 ul li i {
	display: block;
	width: 100%;
	padding-top: 3px;
}

.foot_box .footb1 ul li i img {
	width: 25px
}

.foot_box .footb1 ul li a span {
	color: #fff;
	position: absolute;
	bottom: 3px;
	left: 0;
	width: 100%;
	display: block
}

.pop {
	background: #f1f1f1;
	border: 1px solid #cfcfcf;
	display: inline-block;
	position: absolute;
	bottom: 50px;
	right: 0;
	border-radius: 5px;
	padding: 5px 0px 5px 5px;
}
/*head*/
.head {
	width: 100%;
	height: 60px;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#b70002),to(#b70002));
	FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#b70002,endColorStr=#589b31);
	background: -ms-linear-gradient(top, #b70002,  #589b31);
	background: -moz-linear-gradient(top,#b70002,#589b31);
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	float: left
}

.head .logo {
	padding-left: 10px;
	font-size: 1.2rem;
	color: #fff;
	float: left;
	height: 50px;
	line-height: 50px;
	margin-top: 8px;
	max-width: 80%;
	overflow: hidden
}

.logo a {
	color: #fff
}

.head .logo img {
	max-width: 100%;
	max-height: 50px
}

.head .jd {
	max-width: 80%;
	height: 60px;
	line-height: 60px;
	overflow: hidden;
	padding-left: 10px;
	color: #fff;
	display: block;
	text-align: left
}

.head .jd a,.head .jd span {
	color: #fff;
	padding: 0 3px
}

.head1 .headr {
	position: absolute;
	right: 5px;
	top: 5px;
	height: 45px
}

.right-panel img,.head1 .headr img {
	width: 39px
}

.head1 .headr .nav {
	position: absolute;
	right: -5px;
	top: 45px;
	background: #333;
	z-index: 100;
	display: none;
	width: 100px
}

.head1 .headr .nav li {
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	margin: 0 10px;
	border-bottom: 1px solid #444;
	border-top: 1px solid #222
}

.head1 .headr .nav li a {
	display: block;
	color: #fff;
	text-align: center
}

.head1 .headr .nav li:first-child,.headb3 li:first-child {
	border-top: 0
}

.head1 .headr .nav li:last-child,.headb3 li:last-child {
	border-bottom: 0
}

.hide {
	display: none
}

/*== head4 ==*/
.head4 {
	width: 100%;
	float: left;
	overflow: hidden
}

.head4 .logo {
	padding: 0 10px;
	height: 50px;
	background: url(topbg.gif);
	border-bottom: 1px solid #666;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 50px;
	font-size: 1.2rem;
	color: #333;
	display: block;
	overflow: hidden
}

.head4 .logo a {
	color: #b70002
}

.head4 .logo img {
	max-width: 100%;
	max-height: 40px;
	margin-top: 5px
}

.head4 .ss4 {
	margin: 10px 5px;
	position: relative;
	height: 32px;
	margin-right: 85px
}

.head4 .ss4 .stxt {
	height: 30px;
	vertical-align: middle;
	line-height: 30px;
	border-radius: 2px 0 0 2px;
	border: 1px solid #ddd;
	width: 100%;
	margin-right: 5px;
	background: url(btn.png) -180px -1px no-repeat #fff;
	background-size: 200px;
	padding-left: 25px
}

.head4 .ss4 .sbtn {
	width: 80px;
	height: 32px;
	line-height: 32px;
	float: right;
	text-align: center;
	border: 0;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#b70002),to(#b70002));
	FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#b70002,endColorStr=#b70002);
	background: -ms-linear-gradient(top, #b70002,  #b70002);
	background: -moz-linear-gradient(top,#b70002,#b70002);
	color: #fff;
	border-radius: 0 3px 3px 0;
	position: absolute;
	right: -80px;
	top: 0
}

.head4 .menu {
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#dc1c29),to(#d60010));
	FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#dc1c29,endColorStr=#d60010);
	background: -ms-linear-gradient(top, #dc1c29,  #d60010);
	background: -moz-linear-gradient(top,#dc1c29,#d60010);
	overflow: hidden
}

.head4 .menu li {
	width: 25%;
	text-align: center;
	line-height: 30px;
	float: left
}

.head4 .menu li a {
	width: 100%;
	height: 100%;
	display: block;
	color: #fff;
	border-right: 1px solid #b70002;
	border-bottom: 1px solid #b70002
}
/*sort*/
.mbox {
	padding: 0 5px;
	overflow: hidden
}

.piclist,.nlist {
	padding: 5px;
	background: #fff;
	overflow: hidden
}

.nlist li {
	border-bottom: 1px solid #eee;
	background: url(fimages/icon.png) right 14px no-repeat;
	overflow: hidden;
	background-size: 15px auto;
	line-height: 40px;
	height: 40px;
	border-bottom: 1px solid #eee;
	overflow: hidden;
}

.nlist li:last-child,.piclist dl:last-child,.plist dl:last-child,.piclist1 dl:last-child {
	border-bottom: 0
}

.nlist li a {
	width: 95%;
	height: 40px;
	overflow: hidden;
	display: block;
}

.piclist li {
	width: 33%;
	float: left;
	text-align: center;
	margin: 5px 0 5px 1px;
}

.piclist li img {
	width: 116px;
	vertical-align: middle;
	margin-bottom: 5px
}

.piclist li p,.piclist li h3 {
	padding: 0 10px;
	height: 22px;
	line-height: 22px;
	overflow: hidden;
}

.piclist li h3 {
	font-size: .9rem;
	margin-top: 5px
}

.piclist li p em,.piclist1 dl a dd.time em {
	color: #b70002;
}

.foot,.all-add .foot a {
	color: #666
}

.content .time {
	padding: 0 5px;
	color: #666;
	text-align: right
}



/*== 新增 ==*/
.wrap {
	margin: 10px auto;
	clear: both;
	background: #fff;
}

.tabs {
	height: 35px;
	line-height: 35px;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5),to(#f0f0f0));
	FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#f5f5f5,endColorStr=#f0f0f0);
	background: -ms-linear-gradient(top, #f5f5f5, #f0f0f0);
	background: -moz-linear-gradient(top,#f5f5f5,#f0f0f0);
	border-bottom: 2px solid #b70002;
}

.tabs a {
	display: block;
	float: left;
	width: 25%;
	color: #333;
	text-align: center;
	font-size: 0.875rem;
	text-decoration: none;
	margin: 0 5px; font-size:1rem;
}

.tabs a.active {
	color: #b70002;
	background: #fff;
	border: 1px solid #dfdfdf;
	background: #fff;
	border-bottom: 2px solid #fff; font-weight:bold;
}

.tabs_pic {
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

.tabs_pic img {
	width: 100%;
	height: 100%;
}

.swiper-container {
	max-height: 275px;
	width: 100%;
	border-top: 0;
}

.swiper-slide {
	width: 100%;
	overflow: hidden;
	background: none;
	color: #fff;
}

.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
/* Fix of Webkit flickering */
	z-index: 1;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	-webkit-transition-property: -webkit-transform, left, top;
	-webkit-transition-duration: 0s;
	-webkit-transform: translate3d(0px, 0, 0);
	-webkit-transition-timing-function: ease;
	-moz-transition-property: -moz-transform, left, top;
	-moz-transition-duration: 0s;
	-moz-transform: translate3d(0px, 0, 0);
	-moz-transition-timing-function: ease;
	-o-transition-property: -o-transform, left, top;
	-o-transition-duration: 0s;
	-o-transform: translate3d(0px, 0, 0);
	-o-transition-timing-function: ease;
	-o-transform: translate(0px, 0px);
	-ms-transition-property: -ms-transform, left, top;
	-ms-transition-duration: 0s;
	-ms-transform: translate3d(0px, 0, 0);
	-ms-transition-timing-function: ease;
	transition-property: transform, left, top;
	transition-duration: 0s;
	transform: translate3d(0px, 0, 0);
	transition-timing-function: ease;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.swiper-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}

.swiper-slide {
	float: left;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.content-slide {
	padding: 10px 0;
}

.f_card {
	margin: 0 5px;
	display: block;
	line-height: 30px;
	border-bottom: 1px solid #eaeaea;
	height: 30px;
}

.f_card h3 {
	font-size: 1em;
	float: left;
	font-weight: normal;
	color: #333;
}

.f_card p {
	float: right;
	font-size: 0.8em;
}

.hd_show {
	margin: 15px 0 0 0;
	height: auto;
	overflow: hidden;
}

.hd_show li {
	float: left;
	width: 30%;
	text-align: center;
	margin: 0 6px;
}

.hd_show li p {
	line-height: 30px;
}

.hd_show img {
	width: 124px;
	height: auto;
}

/*== 翻页 ==*/
.next{ text-align:center; padding:10px 0;overflow:hidden}
.next a{ width:35%; height:30px; line-height:30px; text-align:center; display:inline-block;border:1px solid #ddd;background: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5),to(#efefef));border-radius:3px;margin:0 10px;}

/*== 内页 ==*/
.content, .yinx_show, .juanz, .juanz_list, .list_p, .money_n{padding:5px; line-height:2; overflow:hidden; background: #fff;}
.content h1{ font-size:1.2rem;line-height:1.5; margin:10px 0; font-weight:lighter; text-align:center}
.nr{ padding:10px; line-height:2; overflow:hidden;}
.nr img{ max-width:100%}
.min{ color:#666;margin:5px 0;}
.min a{ color:#049; padding:0 5px}
.min span{ margin-right:15px; color:#049; display:inline-block}
.min span em{ padding-left:3px; font-style:normal}
.dz{ background: url(fimages/c14.png) 0 5px no-repeat;background-size:18px auto; padding-left:18px }
.tg{ border-bottom:1px solid #ddd; margin:0 0 15px 0; position:relative; width:100%; height:20px;}
.tg h2{ position:absolute; left:45%; bottom:-14px; font-size:.95rem; padding:0 10px; background:#fff; font-weight:lighter; color:#666}
.min a.jub{ float:right; color:#666!important}

/*== 英模祭奠 ==*/
.yinx_show ul, .juanz ul, .juanz_list ul, .list_p{ height:auto; overflow:hidden; margin:10px 0;}
.yinx_show li{ float:left; width:47%; margin:5px;}
.yinx_show li p{ float:left; width:50%; text-align: center;}
.yinx_show li img{ width:100%;}

/*== 英模祭奠 ==*/
.toup_show ul, .juanz ul, .juanz_list ul, .list_p{ height:auto; overflow:hidden; margin:10px 0;}
.toup_show li{ float:left; margin:5px; width:30%;}
.toup_show li p{ float:left; width:100%; text-align: center; font-size:13px; padding:5px 0px;}
.toup_show li img{ width:170px; height:230px;}

.toup_show_tit {width: 100%;height: 35px;line-height: 35px; padding:0px 25px;border-bottom: 1px solid #999; font-size:12px;}
.toup_show_ttt {width:auto;height:auto;line-height:26px; padding:0px 25px;border-bottom: 1px solid #999; font-size:13px;}

/*== 捐赠 ==*/
.juanz li, .juanz_list li{ float:left; width:47.4%; margin:5px;}
.juanz li img, .juanz_list li img{ width:100%;}
.juanz li p, .juanz_list li p{ line-height:24px; text-align: center;}


/*== 捐赠 ==*/
.juanzz, .juanzz_list{padding:5px; line-height:2; overflow:hidden; background: #fff;}
.juanzz li, .juanzz_list li{ float:left; width:98%; background-color: #F5F5F5; border:#CCC 1px solid; margin:0px 0px 10px 0px; padding:3px;}
.juanzz li img, .juanzz_list li img{ width:70px; height:90px; float:left; margin-right:20px;}
.juanzz li p, .juanzz_list li p{ line-height:24px; text-align: left; font-size:14px; float:left; width:75%;}
.juanzz li span, .juanzz_list li span{ line-height:23px; text-align: left; font-size:12px; float:left; width:75%;}

.list_p span{ display:block; width:80%;height:auto; overflow:hidden; margin:10px auto;}
.list_p span img{ width:100%;}
.list_p span  p{ text-align: center; line-height:28px;}
.list_p_text h3{ display:block; border-top:2px solid #d60010; margin:10px; height:32px;}
.list_p_text h3 b{font-size:1rem; color:#fff; display:block; height:30px; line-height:30px; padding:0 10px; background:#d60010; float:left;}
.list_p_text p{ clear:both; line-height:24px; margin:10px;}
.list_buttuon{ border-radius:10px; background: #7f0102; height:30px; line-height:30px; width:60%; margin:25px auto; text-align:center;}
.list_buttuon a{ color:#fff;}

.money_n dl{ margin:10px; font-size:1rem; color:#333; line-height:30px;}
.money_n dl dt, .money_n dl dd{ border-bottom:1px dashed #eaeaea; padding:10px 0;}
.money_n dl dt b, .money_n dl dd strong{ color:#d60010;}

.money_n dl dd strong{ padding-left:5%; text-decoration:underline}


/*== 金额捐赠选择 ==*/

.zwfb_shop_table{ margin-top: 50px; }
.fwmc_xxk { overflow: hidden; width: 92%; margin-left:4%;}
.fwmc_xxk li { float: left; width: 115px; height: 52px; line-height:52px; border: 1px solid #ddd; font-size: 18px; color: #666; text-align: center; overflow: hidden; cursor: pointer; margin:0 10px 10px 0;}
.fwmc_xxk li p { line-height: 18px; font-size: 12px; color: #999; margin-top: 5px; }
.fwmc_xxk li.on { background: url(fimages/fwkk.jpg) no-repeat center; color: #b70002; border: 1px solid #b70002; }
.fwmc_xxk li i{ font-style:normal;}
.fwmc_xxk li.on p { color: #169ed8; }
.nmb_jj { overflow: hidden; margin-left: 20px; }
.nmb_jj li { float: left; text-align: center; line-height: 30px; border: 1px solid #ddd; font-size: 20px; padding: 0px; }
.nmb_jj li.jia { border-left: none; cursor: pointer; color: #999; width:30px; padding:0;  }
.nmb_jj li.jian { border-right: none; cursor: pointer; color: #999;width:30px; padding:0; }
.nmb_jj li .srkk { font-size: 16px; border: none; line-height: 30px; text-align: center; width:200px; }



a.ty_but{ width:30%; height:40px; line-height:40px; text-align:center; display:block; font-size:16px; color:#fff; border-radius:3px; background:#b70002; margin:5% 0 5% 16%;}
a.ty_but:hover{ background:#710001;}




.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}
.pagination>li{display:inline}
.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#c1010e;text-decoration:none;background-color:#fff;border:1px solid #ddd}
.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}
.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-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>.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;cursor:default;background-color:#c1010e;border-color:#c1010e}
.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}
.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px}
.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-top-left-radius:6px;border-bottom-left-radius:6px}
.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}
.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px}
.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px}
.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}









