@charset "utf-8";
/*首页*/
.example ol{
	position: absolute;
	width: 100px;
	height: 20px;
	bottom: 20px;
	left:60px;
}
.example ol li{
	float:left;
	width: 10px;
	height: 10px;
	margin: 5px;
	background: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.example ol li.seleted{
	background: #1AA4CA;
}
.luara-{
	position:relative;
	padding:0;
	overflow: hidden;
}
.luara- ul{
	padding: 0;
	margin: 0;
}
.luara- ul li{
	display: none;
	width: 500px;
	height: 300px;
	line-height: 300px;
	overflow: hidden;
	text-align: center;
}
.luara- ul a{
	text-align: center;
	vertical-align: middle;
	display: inline-block;
}
.luara- ul li:first-child{
	display:block;
}
.luara- ul img{
	height: 100%;
	vertical-align: middle;
	display: inline-block;
}
/*轮播图样式-wan*/
.dynamic-pic,.dynamic-list,.event-01,.event-02{
	float: left;
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.dynamic-pic,.event-01{
	padding-right: 30px;
}
.dynamic-list,.event-02{
	padding-left: 30px;
}
.dynamic-pic img{
	width: 100%;
}
.sy-news-border{
	width: 100%;
	border-bottom: 1px dotted #986c33;
	position: relative;
}
.dynamic-news{
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	color: #333;
	display: block;
	width: 80%;
	overflow: hidden; /*自动隐藏文字*/
	text-overflow: ellipsis;/*文字隐藏后添加省略号*/
	white-space: nowrap;/*强制不换行*/
}
.dynamic-news:hover{
	color: #986C33;
	text-decoration: none;
}
.sy-news-border span{
	position: absolute;
	right: 30px;
	bottom: 15px;
}
/*论坛活动*/
.event-sub-title{
	font-size: 18px;
	text-align: center;
	color: #333;
	line-height: 30px;
	font-weight: bold;
}
.event-01{
	border-right: 1px solid #986C33;
}
.event-more{
	float: right;
	font-size: 14px;
	padding-top: 20px;
	color: #a80110;
}
.event-more:hover{
	color: #986C33;
}
/*书坛人物轮播图*/
div.orbit-wrapper { 
	position: relative; 
	overflow: visible; 
}
div.orbit { 
	position: relative; 
	overflow: hidden;
	margin-left: 110px;
	margin-top: 40px;
}
div.orbit span { 
	display:none;
}
div.orbit a img{ 
	position: absolute; 
	display:block;
	z-index: 100;
	width: 350px; 
	box-shadow: 0 3px 8px rgba(0,0,0,0.5); 
	padding:3px; 
	border: #986C33 1px solid; 
	background:#fff; 
}
div.orbit-wrapper h4{ 
	display: none; 
}
div.timer {
	display: none;
}
div.slider-nav { 
	display: block; 
}
div.slider-nav span { 
	width: 40px; 
	height: 120px;  
	color: #fff; 
	text-align: center; 
	position: absolute; 
	z-index: 100; 
	top: 110px; 
	cursor: pointer; 
	text-indent:-9999px;
}
div.slider-nav span.right { 
	right: -60px; 
	background: url(../img/sy-arrow-right.png) no-repeat right center; 
}
div.slider-nav span.left { 
	left:0;
	background: url(../img/sy-arrow-left.png) no-repeat left center; 
}

/*书法欣赏*/
#wrapper-02{
	width: 1080px;
	height: 280px;
	position: relative;
}
#carousel {
	width: 960px;
	margin: 0 auto;
	position:vrelative;
}
#carousel ul {
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
}
#carousel li {
	/*text-align: center;*/
	/*display: block;*/
	float: left;
	position: relative;
	margin: 0 10px;
}
.work-border{
	width: 140px;
	height: 220px;
	margin-bottom: 20px;
	line-height: 190px;
	overflow: hidden;
}
#carousel a{
	display: block;
	vertical-align: ;
}
.work-border img {
	padding: 3px;
	width: 100%;
	display: inline-block;
	vertical-align: middle;
	background-color: #fff;
	border: 1px solid #986C33;
	margin-bottom: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.work-author{
	position: absolute;
	text-align: center;
	top: 200px;
	bottom: 0;
	font-size: 14px;
	color: #333;
	*zoom: 1;
	z-index: 10000000000;
}
#wrapper-02 .prev, #wrapper-02 .next {
	display: block;
	z-index: 1000;
	overflow: hidden;
	width: 30px;
	height: 60px;
	margin-left: 10px;
	position: absolute;
	top: 70px;				
}
#wrapper-02 .prev {
	background: url(../img/sy-arrow-left.png) no-repeat;
	background-size: 60%;
	background-position: left center;
	left: 0;
}
#wrapper-02 .prev:hover {
	left: -5px;
}			
#wrapper-02 .next {
	background: url(../img/sy-arrow-right.png) no-repeat;
	background-size: 60%;
	background-position: right center;
	right: 0;
}
#wrapper-02 .next:hover {
	right: -5px;
}				

/*友情链接*/
.marqueeleft{
	height:50px;
	width:1080px;
	overflow:hidden;
	margin:40px auto;
}
.marqueeleft ul{
	float:left;
}
.marqueeleft li{
	float:left;
	margin:0 20px;
	display:inline;
	width:110px;
	height:50px;
	overflow:hidden;
}
.marqueeleft li .pic{
	display: inline-block;
	/*border:#ccc 1px solid;*/
	width:110px;
	height:50px;
	padding:2px;
	overflow:hidden;
	text-align: center;
}
.marqueeleft .pic img{
	width: 100%;
	height: 100%;
	vertical-align: middle;
	display: inline-block;
}
/*---------书法概况-----------*/
.concept1 { 
	width: 1080px; 
	margin: 0 auto; 
	overflow: hidden; 
	position: relative;
}
.concept1 .concept-wrap1 { 
	width: 1080px; 
	margin: 50px auto; 
	position: relative;
}
.concept-wrap1 .con-item1{ 
	position: relative; 
	float: left; 
}
.sfgl-jz{
	width: 75px;
	height: 870px;
	z-index: 999;
}
.sfgl-jz-right{
	width: 75px;
	height: 870px;
	position: absolute;
	right: -1px;
	top:0;
	display: none;
}
.concept-wrap1 .con-item1 img { 
	cursor: pointer; 
	width: 100%;
	display: block;
}
.concept-wrap1 .con-box1 { 
	background: url(../img/sfgl-jz-bg.jpg) no-repeat center 0; 
	-webkit-background-size: cover; 	
	-moz-background-size: cover; 
	-o-background-size: cover; 
	background-size: cover; 
	width: 855px; 
	height: 820px;
	display: block; 
	border: 1px solid #986C33;
	position: absolute; 
	top: 25px; 
	left: 75px;
}
/*书协简介内容*/
.sx-intro{
	width: 700px;
	margin: 20px auto;
	color: #333;
	overflow-x: hidden;
}
.name-list{
	height: 780px;
	overflow-y: auto;
	scrollbar-base-color: #986C33;
	scrollbar-arrow-color: #fff;
}
.con-box1 h3{
	font-size: 24px;
	text-align: center;
	margin-bottom: 20px;
}
.sx-intro p{
	font-size: 16px;
	line-height: 48px;
	text-align: justify;
}
.sx-intro .sx-margin{
	margin-top: 20px;
}
/*书协活动*/
.sx-hd-list{
	width: 100%;
	border-bottom: 1px solid #986C33;
	position: relative;
}
.sx-hd-list a{
	font-size: 16px;
	color: #333;
	line-height: 50px;
	display: block;
	width: 80%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.sx-news-date{
	font-size: 14px;
	color: #4c4c4c;
	position: absolute;
	right: 0;
	bottom: 16px;
}
.sx-hd-list a:hover { 
	color: #986C33; 
}
.page-box{
	width:400px;
	margin: 0 auto;
}
.page-float{
	float:left;
	margin: 0 10px;
}
.page{
	display: block;
	width: 30px;
	height: 30px;
	font-size: 20px;
	color: #bfbfbf;
	text-align: center;
	line-height: 30px;
	background-color: #fff;
	border: 1px solid #986C33;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.page:hover{
	background-color: #897660;
	color: #fff;
}
.page-float .current-page{
	background-color: #897660;
}
.current-page{
	background-color: #897660;
}
.news-kist-iframe{
	width: 855px;
	height: 810px;
	border: none;
}
/*主席团名单*/
.sx-padding{
	padding:0 50px;
	width: 740px;
}

.sx-padding h4{
	font-size: 16px;
	font-weight: bolder;
	padding: 20px 0 10px 0;
}
.sx-padding p{
	font-size: 14px;
	line-height: 26px;
	color: #4C4C4C;
}
/*书协活动-详情页*/
.com-title-more .crumbs{
	float: left;
	color: #000;
}
.sx-detail-title{
	width: 80px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.crumbs:hover{
	color: #986C33;
}
.sx-nr-title{
	font-size: 30px;
	color: #000;
	text-align: center;
	padding: 20px 0 60px 0;
}
.article-content h5{
	font-size: 20px;
	color: #333;
	text-indent: 40px;
	line-height: 36px;
}
.article-content p{
	font-size: 18px;
	color: #4c4c4c;
	text-indent: 40px;
	line-height: 30px;
}
.sx-nr-text a{
	color: #4c4c4c;
}
.sx-nr-text:hover a{
	color: #986C33;
}
.sx-nr-date{
	float: right;	
	padding: 30px 0;
}
.sx-btn{
	width: 192px;
	margin: 80px auto;
}
.sx-btn a{
	border: 1px solid #473619;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	text-align: center;
	font-size: 30px;
	color: #473619;
	background-color: #fff;
	padding: 10px 20px;
}
.sx-btn a:hover{
	background-color: #473619;
	color: #fff;
}

/*-----------会员风采-------------------*/
.caution{
	text-align: right;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 10px;
	color: #333;
	font-weight: bold;
}
.member-style-box{
	float: left;
	margin: 0 5px;
	margin-bottom: 10px;
}
.member-style-pic{
	display: block;
	width: 170px;
	height: 210px;
	line-height: 210px;
}
.member-style-pic img{
	width: 100%;
	vertical-align: middle;
	display:inline-block;
}
.member-name{
	display: block;
	text-align: center;
	font-size: 18px;
	color: #333;
	line-height: 40px;
}
.member-name:hover{
	color: #986C33;
}
/*页码边距*/
.member-page{
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
	margin-bottom: 100px;
}
/*详情*/
.personal-head-nav,.train-head-nav{
	position: absolute;
	top:170px;
	left: 50%;
	margin-left: -540px;
}
.personal-nav,.train-nav{
	float: right;
}
.personal-nav-item,.train-nav-item{
	float: left;
	padding: 0 20px;
}
.personal-float{
	float: left;
	width: 50%;
}
.personal-pic{
	width: 170px;
	margin: 0 auto;
}
.personal-pic img{
	width: 100%;
}
.personal-text{
	width: 80%;
	font-size: 16px;
	color: #333;
	text-indent: 32px;
	line-height: 38px;
	text-align: justify;
}
.personal-text .personal-name{
	font-size: 30px;
	color: #000;
	padding: 0 5px;
}
/*个人作品*/
/*图片点击放大*/
.personal-works-float{
	float: left;
	margin-bottom: 30px;
	width: 33.33%;
}
.imgContainer{
	cursor: pointer;
	width: 300px;
	height: 390px;
	line-height: 390px;
	padding: 3px;
	background-color: #fff;
	border: 1px solid #986C33;
	margin: 0 auto;
	overflow: hidden;
}
.imgContainer img{
	width: 301px;
	height: 391px;
	/*display: inline-block;
	vertical-align: middle;*/
}
.zs-title{text-align: center;
font-size: 18px;
	margin-top: 10px;
padding: 10px auto;
	
}
.zs-title a{display: block;
}
.zs-title a:hover{color: #000000;
}

.expander-container.open {
  visibility: visible;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  z-index: 999999;
}
.expander-container:before,
.expander-container {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.expander-siv.show {
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  transition: all 1000ms ease;
  z-index: 100;
  pointer-events: all;
  visibility: visible;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.expander-siv {
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  transition: all 1000ms ease;
  z-index: -1;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
}
.expander-container {
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  z-index: -1;
  text-align: center;
  visibility: hidden;
}
.expander-container > div {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.expander-container img {
  width: auto;
  height: auto;
  max-width: 95%;
  max-height: 95%;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.expander-siv.theme.dark {
  background-color: rgba(0, 0, 0, 0.79);
}
.expander-container.theme.dark img {
  -webkit-box-shadow: 0px 0px 10px #000000;
  -moz-box-shadow: 0px 0px 10px #000000;
  box-shadow: 0px 0px 10px #000000;
}
.expander-container.open.turn3d img {
  -o-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.expander-container.open.rotate img {
  -o-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.expander-container.fade img {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.expander-container.open.fade img {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.expander-container.open.diamond img {
  -o-transform: rotateX(360deg) rotateY(-360deg);
  -webkit-transform: rotateX(360deg) rotateY(-360deg);
  -moz-transform: rotateX(360deg) rotateY(-360deg);
  -ms-transform: rotateX(360deg) rotateY(-360deg);
  transform: rotateX(360deg) rotateY(-360deg);
}

/**/
/*荣誉*/
.personal-honor{
	float: left;
	width: 50%;
	font-size: 16px;
	color: #000;
}
.honor-right{
	padding-right: 30px;
	border-right: 1px solid #986C33;
}
.honor-left{
	padding-left: 30px;
}
.honor-list{
	margin-bottom: 20px;
	position: relative;
}
.honor-rank{
	position: absolute;
	right: 0;
	bottom: 0;
}

/*图片翻转*/
@-webkit-keyframes flipOutYtest {
  from {
    -webkit-transform:  perspective(1400px);
    -moz-transform:  perspective(1400px);
    -ms-transform:  perspective(1400px);
    -o-transform:  perspective(1400px);
    transform:  perspective(1400px);
  }

  40% {
    -webkit-transform:  perspective(1400px) rotate3d(0, 1, 0, 60deg);
    -moz-transform:  perspective(1400px) rotate3d(0, 1, 0, 60deg);
    -ms-transform:  perspective(1400px) rotate3d(0, 1, 0, 60deg);
    -o-transform:  perspective(1400px) rotate3d(0, 1, 0, 60deg);
    transform:  perspective(1400px) rotate3d(0, 1, 0, 60deg);
    opacity: 1;
  }

  50% {
    -webkit-transform: perspective(1400px) rotate3d(0, 1, 0, 90deg);
    -moz-transform: perspective(1400px) rotate3d(0, 1, 0, 90deg);
    -ms-transform: perspective(1400px) rotate3d(0, 1, 0, 90deg);
    -o-transform: perspective(1400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(1400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }

  to {
    -webkit-transform: perspective(1400px) rotate3d(0, 1, 0, 180deg);
    -moz-transform: perspective(1400px) rotate3d(0, 1, 0, 180deg);
    -ms-transform: perspective(1400px) rotate3d(0, 1, 0, 180deg);
    -o-transform: perspective(1400px) rotate3d(0, 1, 0, 180deg);
    transform: perspective(1400px) rotate3d(0, 1, 0, 180deg);
    opacity: 0;
  }
}
.test{
  -webkit-animation: flipOutYtest 0.75s linear;
  -moz-animation: flipOutYtest 0.75s linear;
  animation: flipOutYtest 0.75s linear;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes flipInYtest {
  from {
    -webkit-transform: perspective(1400px) rotate3d(0, 1, 0, -180deg);
    -moz-transform: perspective(1400px) rotate3d(0, 1, 0, -180deg);
    -ms-transform: perspective(1400px) rotate3d(0, 1, 0, -180deg);
    -o-transform: perspective(1400px) rotate3d(0, 1, 0, -180deg);
    transform: perspective(1400px) rotate3d(0, 1, 0, -180deg);
    opacity: 0;
  }

  50% {
    -webkit-transform: perspective(1400px) rotate3d(0, 1, 0, -90deg);
    -moz-transform: perspective(1400px) rotate3d(0, 1, 0, -90deg);
    -ms-transform: perspective(1400px) rotate3d(0, 1, 0, -90deg);
    -o-transform: perspective(1400px) rotate3d(0, 1, 0, -90deg);
    transform: perspective(1400px) rotate3d(0, 1, 0, -90deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: perspective(1400px) rotate3d(0, 1, 0, -60deg);
    -moz-transform: perspective(1400px) rotate3d(0, 1, 0, -60deg);
    -ms-transform: perspective(1400px) rotate3d(0, 1, 0, -60deg);
    -o-transform: perspective(1400px) rotate3d(0, 1, 0, -60deg);
    transform: perspective(1400px) rotate3d(0, 1, 0, -60deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(1400px);
    -moz-transform: perspective(1400px);
    -ms-transform: perspective(1400px);
    -o-transform: perspective(1400px);
    transform: perspective(1400px);
    opacity: 1;
  }
}
.test2{
  -webkit-animation: flipInYtest 0.75s linear;
  animation: flipInYtest 0.75s linear;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.well{ 
	width: 1080px;  
	min-height: 450px;
  	margin-left: auto; 
  	margin-right: auto; 
  	margin-bottom: 30px;
  	height: auto; 
}
.well .well-item{ 
	position: relative; 
	float: left; 
	width: 300px; 
	min-height: 400px; 
	margin: 0 30px;
}
.well .well-item img{
  width: 100%;
  min-height: 400px;
}
.correct{
  position: absolute;
  width: 100%;
}
.opposite{
  min-height: 400px;
  width: 100%;
}
.opposite div{
  min-height: 400px;
  width: 100%;
}
.opposite-content{
  display: table;
  width: 100%;
  min-height: 400px;
  background-color: #D95E22;
}
.opposite-content-text{ 
	display: table-cell; 
	vertical-align: middle; 
	text-align: center; 
	color: white; 
	font-size: 24px; 
}

/*---------教育培训-----------------*/
.train-pic-box{
	float: left;
	margin: 0 5px;
}
.train-pic{
	width: 350px;
	width: 100%;
}
.train-pic img{
	width: 350px;
	display: block;
}
.train-text{
	display: block;
	text-align: center;
	font-size: 16px;
	color: #333;
	padding: 20px 0;
}
.train-text:hover{
	color: #986C33;
}
.train-page{
	margin-top: 30px;
	margin-bottom: 60px;
	margin-left: auto;
	margin-right: auto;
}
/*培训基地-内页*/
.train-base-pic{
	width: 450px;
	margin: 0 auto;
}
.train-base-pic img{
	width: 100%;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.train-base-title{
	font-size: 24px;
	text-align: center;
	color: #333;
	line-height: 36px;
}
.train-base-text{
	padding: 0 10px;
	font-size: 16px;
	line-height: 30px;
	text-indent: 32px;
	color: #333;
}




/*联系我们*/
.center-wrap{
	width: 540px;
	float: left;
}
.contact-wrap{
	width: 362px;
	margin: 0 auto;
}
.erweima-wrap{
	width: 144px;
	margin: 0 auto;
	text-align: center;
}
.erweima-wrap > p {
	line-height: 30px;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #333;
}
.contact-item{
	padding: 0 26px;
	font-family: "微软雅黑";
	font-size: 14px;
	line-height: 34px;
	color: #333;
}

/*会员中心*/
.hy-nr-title{
	font-size: 24px;
	color: #000;
	text-align: center;
	padding: 20px 0 60px 0;
}
.hy-nr-text p{
	font-size: 16px;
	color: #4c4c4c;
	line-height: 40px;
}
.enclosure{
	font-size: 16px;
	color: #000;
	line-height: 100px;
}
.enclosure a{
	color: #0010e8;
}
/*书法欣赏--硬笔佳作*/
.yb-name ul li{
	border-top: 1px dotted #897660;
	padding: 30px 0;
}
.yb-name ul li:first-child{
	border: none;
}
.yb-name span{
	display: block;
	font-size: 16px;
	float: left;
	width: 30px;
	margin-right: 60px;
	font-weight: bold;
	color: #333;
	padding: 10px 0;
}
.yb-name .yb-name-list{
	float: right;
	width: 980px;
}
.yb-name .yb-name-list a{
	text-align: center;
	font-size: 16px;
	float: left;
	color: #333;
	white-space: nowrap;
	padding: 10px 18px;
}
.yb-name .yb-name-list a:hover{
	text-decoration: underline;
	color: #897660;
}

/*硬笔佳作详情页*/
.yb-title-box{
	margin: 50px 0;
}
.yb-title{
	font-size: 30px;
	color: #333;
	text-align: center;
}
.yb-works p{
	font-size: 16px;
	text-align: center;
}
.yb-works-box{
	width: 300px;
	margin: 0 auto;
}
.yb-works-float{
	/*float: left;*/
	margin-bottom: 30px;
	/*width: 33.33%;*/
}
.yb-works-float .imgContainer{
	width: 300px;
	height: 390px;
	line-height: 390px;
 	text-align: center;
}
.yb-works-float .imgContainer img{
	width:100%;
 	display: inline-block;
 	vertical-align:middle;
}


.yb-works-float p{
	font-weight: normal;
	color: #333;
	font-size: 18px;
	text-align: center;
	line-height: 30px;
}

.context p{text-align: left;}
.context p img{width: 80%; height: 100%;}
.wenwu{
	width: 100%;
        height: auto;
        align-content: center;
	margin-bottom: 100px;
  }
.wenwu img{
	
  }
.flag{
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
  }
.article-content p img{text-align: center; margin: 0 auto;}

/*分页*/
.pager {text-align: center; margin: 20px 0;}
.pager ul {display: flex; flex-wrap: wrap; justify-content: center}
.pager ul li {display: inline-block;}
.pager ul li a {padding: 5px 15px; margin: 15px 5px; border: #dddddd solid 1px; display: inline-block;}
.pager ul li a:hover {border: #897660 solid 1px; color: #897660}
.pager ul .active a {border: #897660 solid 1px; display: inline-block; background-color: #897660; color: #fff;}
.pager ul a:not([href]):not([class]):hover {border: #dddddd solid 1px;}
.pager ul .active a:hover {color: #fff; border: #897660 solid 1px !important;}

















