/*公共样式*/
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
	max-width: 750px;
	margin: auto;
	background-color: #fff;
	font-family: "microsoft yahei";
}
html{
	font-size: 50px;
}
h1,h2,h3,h4,h5,h6,div {
	font-weight: normal;
}
input,
textarea {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	resize: none;
}
.box{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.no-scoll {
	overflow: hidden;
}
.hide {
	display: none !important;
}
.Hide {
	display: none;
}
.show {
	display: block !important;
}
.flex {
	display: flex;
	display: -webkit-flex;
}
.wrap {
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
.flex1 {
	-webkit-box-flex:1;
	-webkit-flex:1;
	-ms-flex:1;
	flex:1;
}
.tl {
	text-align: left;
}
.tr {
	text-align: right;
}
.tc {
	text-align: center;
}
.f18 {
	font-size: .18rem;
}
.f20 {
	font-size: .2rem;
}
.f22 {
	font-size: .22rem;
}
.f24 {
	font-size: .24rem;
}
.f26 {
	font-size: .26rem;
}
.f28 {
	font-size: .28rem;
}
.f30 {
	font-size: .3rem;
}
.f32 {
	font-size: .32rem;
}
.f34 {
	font-size: .34rem;
}
.f36 {
	font-size: .36rem;
}
.lh18 {
	line-height: .18rem;
}
.lh20 {
	line-height: .2rem;
}
.lh22 {
	line-height: .22rem;
}
.lh24 {
	line-height: .24rem;
}
.lh26 {
	line-height: .26rem;
}
.lh28 {
	line-height: .28rem;
}
.lh30 {
	line-height: .3rem;
}
.lh40 {
	line-height: .4rem;
}
.lh88 {
	line-height: .88rem;
}
.lh90 {
	line-height: .9rem;
}
.lh100 {
	line-height: 1rem;
}
.oneline {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.twoline {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.horiCenter {
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
}
.vertCenter {
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
}
.jus-b {
	justify-content: space-between;
}
.jus-c {
	justify-content: center;
}
.jus-a {
	justify-content: space-around;
}
.all {
	display: flex;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
}
.flexv {
	-webkit-box-orient:vertical;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column;
}
a,li,ul {
	list-style: none;
	text-decoration: none;
	color: #000;
}
p,span,label,b,li,a {
	overflow: hidden;
	text-overflow: clip;
	font-size: .18rem;
	word-break: break-all;
}
img {
	max-width: 100%;
	vertical-align: middle;
}
.grey {
	color: #999 !important;
}
.black {
	color: #333 !important;
}
.white {
	color: #fff !important;
}
.blue {
	color: #0453b2 !important;
}

/*顶部栏*/
.index-chamber,
.index-dynamic,
.index-share,
.news-focus,
.index-fix,
.index-enlist,
.index-friends,
.index-mien {
	margin: 0 .24rem;
}
.top {
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
	height: .88rem;
	padding: 0 .24rem;
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	right: 0;
	border-bottom: 1px solid #dcdcdc;
	background-color: #fff;
}
.top-logo {
	width: 3.18rem;
	height: .74rem;
	margin: auto 0;
}
.top-search {
	width: .4rem;
	height: .4rem;
	margin: auto 0 auto 2.4rem;
}
.top-more {
	width: .46rem;
	height: .32rem;
	margin: auto  0 auto .6rem;
}
.top-space {
	width: 100%;
	height: .88rem;
}


/*菜单栏*/
.menu {
	width: 100%;
	max-width: 750px;
	height: 100%;
	margin: 0 auto;
	position: fixed;
	z-index: 9;
	top: .88rem;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,.5);
}
.shadow {
	position: relative;
	z-index: 8;
}
.menu-lists {
	width: 5.68rem;
	height: 100%;
	padding-left: .46rem;
	position: absolute;
	z-index: 9;
	top: .88rem;
	right: 0;
	background: url(../img/menu-bg.jpg) no-repeat center;
	background-size: cover;
}
.menu-list {
	width: 100%;
	height: 1.2rem;
	border-bottom: 1px solid #168cdc;
}
.menu-list-img {
	width: .42rem;
	height: .36rem;
	margin: auto;
	overflow: hidden;
}
.menu-list-name {
	margin-left: .26rem;
	margin-right: .38rem;
	font-size: .32rem;
	display: flex;
	align-items: center;
	background: url(../img/back.png) no-repeat center right;
	background-size: .12rem .24rem;
}

/*轮播图*/
.swipe {
	width: 7.02rem;
	height: 3.5rem;
	margin: 0 auto;
}
#banner .swiper-slide {
	width: 100% !important;
	height: 3.5rem;
	padding: .6rem .24rem;
	background-size: cover;
}
#banner .swiper-pagination {
	display: flex;
	justify-content: flex-end;
	padding-right: .24rem;
	text-align: right;
}
#banner .swiper-pagination-bullet {
	background-color: #fff;
}
#banner .swiper-pagination-bullet-active {
	background-color: #fff;
}
.swipe-text {
	background-color: rgba(0,0,0,.4);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: .2rem;
}
.swipe-btn {
	width: 1.78rem;
	height: .6rem;
	margin-top: .56rem;
	line-height: .58rem;
	border: 1px solid #fff;
	cursor: pointer;
	background-color: rgba(0,0,0,.4);
}

/*商会通知*/
.index-chamber {
	margin-top: .8rem;
}
.English {
	height: .6rem;
	line-height: .5rem;
	margin-bottom: .1rem;
	font-size: .5rem;
	color: #0453b2;
}
.head-note {
	height: 100%;
	line-height: .48rem;
	font-size: .36rem;
	font-weight: bold;
	color: #0453b2;
}
.head-img {
	width: .48rem;
	height: .48rem;
	overflow: hidden;
	margin: auto 0;
}
.index-chamber-lists {
	margin-top: .2rem;
}
.index-chamber-list {
	margin-top: .2rem;
	padding-bottom: .2rem;
	border-bottom: 1px solid #ccc;
}
.index-chamber-list:last-child {
	border-bottom: none;
}
.list-left {
	width: 2.2rem;
	height: 1.3rem;
	overflow: hidden;
}
.list-right {
	margin-left: .22rem;
}
.list-right-text {
	font-size: .28rem;
	color: #333;
}
.list-right-time {
	margin-top: .20rem;
	font-size: .26rem;
	color: #999;
}

/*商会动态*/
.index-dynamic {
	margin-top: .6rem;
	padding: .4rem .24rem;
	background: url(../img/dynamic-bg.jpg) no-repeat center;
	background-size: cover;
}
.dynamic-lists {
	margin-top: .2rem;
}
.dynamic-list {
	margin-top: .2rem;
	padding-bottom: .2rem;
	border-bottom: 1px solid #ccc;
}
.dynamic-list:last-child {
	border-bottom: none;
}

/*交流分享*/
.index-share {
	margin-top: .8rem;
	padding: .4rem .24rem;
	background: url(../img/share-bg.jpg) no-repeat center;
	background-size: cover;
}
.share-lists {
	height: 3.4rem;
	margin-top: .2rem;
	overflow: hidden;
}
.share-list {
	margin-top: .2rem;
	padding-bottom: .2rem;
	border-bottom: 1px dashed #ccc;
}
/*.share-list:last-child {
	border-bottom: none;
}*/
.share-list-head {
	font-size: .3rem;
}
.list-head-text {
	margin-top: .2rem;
	font-size: .24rem;
	text-indent: .48rem;
	color: #d5d5d5;
}
.needs-box {
	margin-top: .32rem;
}
.needs-info-txt,
.needs-info-note {
	margin-top: .3rem;
	font-size: .24rem;
	color: #d5d5d5;
}
.needs-info-txt {
	text-indent: .48rem;
}
.needs-info-point {
	width: .16rem;
	height: .16rem;
	margin: auto .1rem;
	border-radius: 100%;
	background-color: #fff;
}

/*新闻聚焦*/
.news-focus {
	margin-top: .8rem;
}
.news-focus-lists {
	margin-top: .2rem;
}
.news-focus-list {
	width: 3.4rem;
	height: auto;
	margin-top: .24rem;
	padding-bottom: .3rem;
	border: 1px solid #ccc;
}
.news-focus-list p{
	font-size: .24rem;
}
.focus-list-img {
	width: 3.38rem;
	height: 2.22rem;
	overflow: hidden;
}
.focus-list-text {
	margin-top: .1rem;
	padding: 0 .18rem;
	line-height: .3rem;
}

/*民参军*/
.index-enlist {
	margin-top: .8rem;
}
.index-enlist-banner {
	width: 7rem;
	height: 3.6rem;
	margin-top: .4rem;
	overflow: hidden;
}
.index-enlist-banner .swiper-pagination-bullets{
	
}

.index-enlist-links {
	width: 7rem;
	height: 5.9rem;
	margin-top: .8rem;
	padding: .64rem .46rem;
	background: url(../img/enlist-link-bg.jpg) no-repeat center;
	background-size: cover;
	
}
.index-enlist-link {
	height: 1.2rem;
	/*padding-left: .64rem;*/
	background-color: #fff;
}
.index-enlist-link:not(:first-child) {
	margin-top: .5rem;
}
.enlist-link-img {
	width: .74rem;
	height: .8rem;
	margin: auto 0;
}
.enlist-link-text {
	margin-left: .24rem;
	font-size: .32rem;
	font-weight: bold;
	line-height: 1.2rem;
	color: #333;
}

/*法规 党建 我们*/
.index-fix {
	width: 7rem;
	height: 4.3rem;
	margin-top: .8rem;
	padding: .42rem .2rem;
	background: url(../img/fix-bg.jpg) no-repeat center;
	background-size: cover;
}
.index-rules,
.index-party,
.index-aboutus {
	width: 2.06rem;
	height: 3.48rem;
	background-size: cover;
	overflow: hidden;
}
.index-rules {
	background: url(../img/rules-bg.jpg) no-repeat center;
}
.index-party {
	background: url(../img/party-bg.jpg) no-repeat center;
}
.index-aboutus {
	background: url(../img/party-bg.jpg) no-repeat center;
}
.rules-img,
.party-img,
.aboutus-img {
	width: .6rem;
	height: .52rem;
	margin: auto auto 0;
	margin-top: .32rem;
}
.rules-name,
.party-name,
.aboutus-name {
	margin-top: .24rem;
}
.rules-btn,
.party-btn,
.aboutus-btn {
	margin-top: 1.36rem;
}

/*会员风采*/
.index-mien {
	margin-top: .8rem;
}
.index-mien-lists {
	margin-top: .4rem;
}
.index-mien-list {
	width: 3.4rem;
	height: auto;
	margin-bottom: .22rem;
	padding-bottom: .3rem;
	border: 1px solid #dbdbdb;
}
.mien-list-img {
	width: 1.32rem;
	height: 1.32rem;
	margin: 0 auto;
	margin-top: .44rem;
}
.mien-list-name {
	margin-top: .46rem;
	padding: 0 .14rem;
	font-size: .28rem;
	color: #333;
}
.mien-list-text {
	margin-top: .26rem;
	padding: 0 .14rem;
	font-size: .24rem;
	color: #999;
}

/*友情链接*/
.index-friends {
	margin-top: .8rem;
	margin-right: 0;
}
.index-friends-lists {
	margin-top: .5rem !important;
}
.index-friends-head {
	margin-right: .24rem;
}
.index-friends-list {
	width: 3.42rem;
	height: auto;
	margin-bottom: .4rem;
}
.friends-list-img {
	width: 3.4rem;
	height: 1.4rem;
	border: 1px solid #dbdbdb;
	overflow: hidden;
}
.friends-list-name {
	margin-top: .2rem;
	font-size: .22rem;
	color: #333;
}
/*#friends .swiper-wrapper {
	width: 100% !important;
}
#friends .swiper-slide {
	width: 3.4rem !important;
	height: 2rem !important;
	margin-right: .24rem !important;
	margin-top: .2rem !important;
}
#friends .friends-list {
	width: 3.4rem !important;
	height: 100%;
}*/
.friends-list-img img {
	margin: auto;
}


/*联系我们*/
.index-contactus {
	width: 100%;
	max-width: 750px;
	margin-top: .4rem;
	padding: .4rem .24rem .56rem;
	background: url(../img/contactus-bg.jpg) no-repeat center;
	background-size: cover;
}
.index-submit {
	margin-top: .7rem;
}
.index-submit input,
.index-submit textarea {
	font-size: .28rem;
	border-radius: 0 5px 5px 0;
	color: #333;
}
.name,
.phone,
.text {
	height: .9rem;
	padding-left: .2rem;
	border-radius: 5px;
	line-height: .9rem;
	font-size: .28rem;
	color: #333;
	background-color: #fff;
}
.phone,
.text {
	margin-top: .3rem;
}
.text {
	height: 2.9rem;
}
.text textarea {
	padding-top: .28rem;
}
.submit-btn {
	width: 100%;
	height: .9rem;
	border-radius: 5px !important;
	background-color: #fff;
	color: #0859b5 !important;
}

/*底部*/
.foot {
	width: 100%;
	max-width: 750px;
	height: .74rem;
	align-items: center;
	justify-content: center;
	background-color: #033a7c;
	flex-direction: column;
}
.foot p{
	color: #fff;
}
.foot a{
	color: #fff;
}
.foot-note {
	font-size: .24rem;
	color: #dbdbdb;
}
.foot-note a {
	color: #dbdbdb;
}


/*商会介绍*/
.title {
	width: 100%;
	max-width: 750px;
	height: 2.5rem;
	padding: .7rem .24rem 0;
	background: url(../img/public-bg.jpg) no-repeat center;
	background-size: cover;
}
.title-name {
	font-size: .36rem;
	font-weight: bold;
}
.items-box {
	width: auto;
	height: .9rem;
	overflow-x: auto;
}
.items-box::-webkit-scrollbar {
	display: none;
}
.items {
	width: 100%;
	height: 100%;
	border-bottom: 1px solid #e4e4e4;
	padding: 0 .24rem;
}
.items li {
	max-width: 24%;
	height: 100%;
}
.item {
	width: auto;
	font-size: .28rem;
	line-height: .9rem;
	color: #666;
	border-bottom: 2px solid #fff;
}
.on {
	color: #0453b2;
	border-color: #0453b2;
}

/*内容*/
.article-box {
	margin-bottom: .4rem;
}
.article {
	padding: 0 .24rem;
}
.article img{
	height: auto !important;
}
.article-head {
	margin-top: .4rem;
	font-size: .34rem;
}
.article-text {
	margin-top: .4rem;
	/*text-indent: .56rem;*/ 
	font-size: .28rem;
	line-height: .48rem;
	color: #3b3b3b;
}

/*商会新闻*/
.news .article {
	padding: 0;
}
.news .article ul {
	margin-top: .1rem;
}
.news-list {
	padding: .2rem .24rem;
	border-bottom: 1px solid #ddd;
}
.news-list-img {
	width: 2.2rem;
	height: 1.3rem;
	overflow: hidden;
}
.news-list-box {
	margin-left: .2rem;
}
.list-box-text {
	font-size: .28rem;
	line-height: .4rem;
}
.list-box-time {
	margin-top: .2rem;
	font-size: .26rem;
}

/*新闻详情*/
.news-detail-article {
	margin-top: .4rem;
	margin-bottom: .4rem;
	padding: 0 .24rem;
}
.news-detail-article p{
	text-indent: .64rem;
}
.news-detail-article img{
	height: auto !important;
}
.detail-article-head {
	font-size: .34rem;
}
.detail-article-info {
	margin-top: .3rem;
}
.article-info-time {
	padding-left: .3rem;
	background: url(../img/time.png) no-repeat center left;
	background-size: .22rem .22rem;
}
.article-info-people {
	margin-left: .78rem;
	padding-left: .3rem;
	background: url(../img/people.png) no-repeat center left;
	background-size: .18rem .22rem;
}
.detail-article-img {
	width: 7.02rem;
	height: 5.28rem;
	margin-top: .36rem;
	overflow: hidden;
}
.detail-article-text {
	margin-top: .2rem;
	text-indent: .56rem;
	font-size: .28rem;
	line-height: .48rem;
}

/*联系我们*/
.contactus .article {
	margin-top: .54rem;
}
.address,
.telephone,
.web,
.ways {
	margin-top: .36rem;
	padding-left: .5rem;
	font-size: .28rem;
}
.address {
	background: url(../img/address.png) no-repeat center left;
	background-size: .3rem .38rem;
}
.telephone {
	background: url(../img/telephone.png) no-repeat center left;
	background-size: .3rem .34rem;
}
.web {
	background: url(../img/web.png) no-repeat center left;
	background-size: .34rem .34rem;
}
.ways {
	background: url(../img/ways.png) no-repeat center left;
	background-size: .28rem .32rem;
}

/*搜索*/
.search .top {
	padding: 0;
}
.search .article {
	padding: 0;
}
.top-back {
	width: .8rem;
	height: 100%;
	background: url(../img/goback.png) no-repeat center;
	background-size: .18rem .32rem;
}
.top-search-box {
	height: .6rem;
	margin: auto 0;
	padding-left: .2rem;
	border-radius: .08rem;
	background: url(../img/grey-search.png) no-repeat center left #f2f2f2;
	background-size: .28rem;
	background-position: .2rem center;
}
.top-search-box input {
	margin-left: .4rem;
	font-size: .26rem;
	border-radius: .08rem;	
	background-color: #f2f2f2;
}
.top-search-btn {
	width: 1.04rem;
	height: 100%;
	font-size: .26rem;
	line-height: .88rem;
}
.article-list {
	padding: .2rem .24rem;
	border-bottom: 1px solid #ddd;
}
.article-list-img {
	width: 2.2rem;
	height: 1.3rem;
	overflow: hidden;
}
.list-text {
	margin-left: .2rem;
}
.nomore {
	margin-top: .28rem;
	font-size: .24rem;
}
.empty {
	width: 3.34rem;
	height: auto;
	margin: 4rem auto;
}
.empty-img {
	width: 3.34rem;
	height: 3.18rem;
	margin: auto;
}
.empty-note {
	margin-top: .4rem;
}

/*弹窗*/
.pop {
	width: auto;
	max-width: 3rem;
	height: .8rem;
	margin: auto;
	position: fixed;
	z-index: 10;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	border-radius: .1rem;
	font-size: .26rem;
	text-align: center;
	line-height: .8rem;
	background-color: rgba(0,0,0,.5);
	color: #fff;
}
/*会员登录*/
.login {
	width: 100%;
	max-width: 750px;
	min-height: 100vh;
}
.login .top {
	padding-left: 0;
}
.top-name {
	font-size: .34rem;
	line-height: .88rem;
	color: #333;
}
.top-regist {
	font-size: .3rem;
	line-height: .88rem;
	color: #0859b5;
}
.login-box {
	width: auto;
	height: auto;
	margin: .8rem auto 0;
}
.ID,
.company,
.job,
.person,
.password,
.Repassword {
	width: 6rem;
	height: 1.1rem;
	margin: 0 auto;
	font-size: .28rem;
	color: #333;
	border-bottom: 1px solid #dcdcdc;
	padding: .42rem 0 .42rem .5rem;
	background-size: .4rem;
	background-position: left center;
	background-repeat: no-repeat;
}
.protocol {
	width: auto;
	height: .3rem;
	margin: .96rem auto 0;
}
.changeBorder {
	border-color: #0859b5;
}
.login .ID {
	background-image: url(../img/ID.png);
}
.login .password {
	background-image: url(../img/password.png);
}
.login .changeBorder.ID {
	background-image: url(../img/ID-on.png);
}
.login .changeBorder.password {
	background-image: url(../img/password-on.png);
}
.loginBtn {
	width: 6rem;
	height: .88rem;
	margin: .98rem auto 0;
	font-size: .32rem;
	line-height: .88rem;
	text-align: center;
	border-radius: .1rem;
	color: #fff;
	background-color: #0859b5;
}
.pop {
	max-width: 3rem;
	height: .8rem;
	margin: auto;
	border-radius: 5px;
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	font-size: .26rem;
	line-height: .8rem;
	background-color: rgba(0,0,0,.6);
	color: #fff;
}


/*注册页*/
.regist {
	width: 100%;
	max-width: 750px;
	min-height: 100vh;
	position: relative;
}
.regist .top-back {
	position: absolute;
	top: 0;
	left: 0;
}
.regist .ID {
	background-image: url(../img/phone.png);
}
.regist .password {
	background-image: url(../img/password.png);
}
.regist .Repassword {
	background-image: url(../img/password.png);
}
.regist .job {
	background-image: url(../img/job.png);
}
.regist .company {
	background-image: url(../img/company.png);
}
.regist .person {
	background-image: url(../img/ID.png);
}
.regist .changeBorder.ID {
	background-image: url(../img/phone-on.png);
}
.regist .changeBorder.password {
	background-image: url(../img/password-on.png);
}
.regist .changeBorder.Repassword {
	background-image: url(../img/password-on.png);
}
.regist .changeBorder.job {
	background-image: url(../img/job-on.png);
}
.regist .changeBorder.company {
	background-image: url(../img/company-on.png);
}
.regist .changeBorder.person {
	background-image: url(../img/ID-on.png);
}
.regist .loginBtn {
	margin-top: .58rem;
}
.checkBtn {
	width: .3rem;
	height: .3rem;
	margin-right: .1rem;
	border-radius: 100%;
	background: url(../img/checked.png) no-repeat center center;
	background-size: .3rem;
}
.checked.checkBtn {
	background: url(../img/check.png) no-repeat center center;
	background-size: .3rem;
}
.note {
	font-size: .24rem;
	line-height: .3rem;
	color: #666;
}
.note b {
	font-size: .24rem;
	line-height: .3rem;
	color: #0859b5;
}
.notice {
	margin-top: .46rem;
	justify-content: center;
	font-size: .24rem;
	color: #999;
}
.notice a {
	font-size: .24rem;
	color: #0859b5;
}


/*用户协议*/
.shadow {
	width: 100%;
	max-width: 750px;
	height: 100%;
	margin: 0 auto;
	position: fixed;
	z-index: 100;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background-color: rgba(0,0,0,.6);
}
.protocol-box {
	width: 80%;
	max-height: 10rem;
	margin: auto;
	position: fixed;
	z-index: 110;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: .1rem;
	background-color: #fff;
}
.protocol-head {
	height: 1rem;
	font-size: .32rem;
	line-height: 1rem;
	color: #333;
	border-bottom: 1px solid #ccc;
}
.protocol-text {
	width: 100%;
	height: 8rem;
	padding: .28rem;
	font-size: .28rem;
	line-height: .42rem;
	color: #333;
	overflow-y: auto;
	text-indent: .6rem;
	word-break: break-all;
}
/*.protocol-text::-webkit-scrollbar {
	display: none;
}*/
.protocol-btn {
	width: 80%;
	margin: .2rem auto .3rem;
	padding: .2rem 0;
	border-radius: .2rem;
	font-size: .3rem;
	line-height: .4rem;
	text-align: center;
	color: #fff;
	background-color: #ff5800;
}


.btn-box {
	width: 100%;
	max-width: 750px;
	height: .6rem;
	padding-left: .2rem;
	margin-bottom: .2rem;
}
/*上一篇*/
.prev,
.next {
	width: 50%;
	height: .6rem;
}
.prev span,
.next span {
	width: 1rem;
	height: 100%;
	font-size: .2rem;
	color: #fff;
	text-align: center;
	line-height: .6rem;
	border-radius: .2rem;
	background-color: #0453b2;
}
.prev p,
.next p {
	margin-left: .1rem;
	font-size: .18rem;
	color: #333;
	line-height: .6rem;
}
.prev.none span,
.next.none span {
	background-color: #999;
}
