.warp {
  position: relative;
}

.header {
  position: fixed;
  /* height: 100px; */
  background-color: rgba(255, 255, 255, 1);
  z-index: 10;
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
  box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
}

.header-body {
  display: flex;
  flex-flow: row nowrap;
}

.logo {
  flex: 0 0;
  padding: 0.5rem 0rem 0.5rem 1rem;
}

.logo img {
  vertical-align: bottom;
}

.menubar {
  flex: 1 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  align-self: center;
  padding-right: 1rem;
}

.menu-item {
  align-content: center;
  position: relative;
  /* align-items: center; */
  overflow: hidden;
  transition: all 0.4s ease-in-out;
}

/*   .menu-item:hover::after {
width: 100%;
background-color: rgba(8, 92, 155, 1);
} */

.menu-item>a {
  height: 3.125rem;
  display: flex;
  align-items: center;
  color: #626262;
  padding: 0 1.5rem;
  
}

.menu-item>a:hover {
  color: #fff;
  background-color: #0996e1;
}

.menu-item:hover {
  color: #fff;
  background-color: #0996e1;
  overflow: inherit;
}
.menu-item:hover>a{
  color: #fff;
}

.menubar-submenu {
  position: absolute;
  min-width: 100%;
  padding: 0.3125rem 0;
  background-color: #0996e1;
  
}

.menubar-submenu .menubar-submenu-item {
  word-break: keep-all;
  line-height: 3;
  text-align: center;
  border-bottom: 1px dashed rgba(255,255,255,.2);
  
}
.menubar-submenu .menubar-submenu-item:hover{
  background-color: #0aaeff;
}
.menubar-submenu .menubar-submenu-item>a{
  color: #fff;
}

/*   .menu-item::after {
content: '';
position: absolute;
width: 0px;
height: 3px;
background-color: rgba(8, 92, 155, 0);
left: 0px;
bottom: -8px;
transition: all 0.5s ease-in-out;
} */


.banner {
  height: 450px;
  z-index: 1;
}

.slogan {
  height: 150px;
  background-color: #085C9B;
}

.slogan-one {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  background: url(../images/slogan-one.jpg) no-repeat top right;
  background-size: cover;
  /* filter:brightness(50%); */
}

.slogan-two {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  background: url(../images/slogan-two.jpg) no-repeat center center;
  background-size: cover;
  /* filter:brightness(50%); */
}

.slogan-one h1 {
  font-size: 48px;
  font-weight: bold;
  color: #fff;
  word-spacing: 50px;
}

.slogan-two h1 {
  font-size: 48px;
  font-weight: bold;
  color: #fff;
  word-spacing: 50px;
}

/* index-warp */
.index-warp {
  padding: 2rem 5vw;
  background-color: #ffffff;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.index-warp-item {
  flex: 0 0 49%;
  padding: 1rem 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.index-warp-item-header {
  padding: 0.5rem 0;
  border-bottom: 1px solid #e8e8e8;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}

.index-warp-item-header-tit {
  flex: 0 0 auto;
}

.index-warp-item-header-submenu {
  flex: 1 0 auto;
  display: flex;
  justify-content: flex-end;
}

.index-warp-item-header-submenu-item {
  display: inline-block;
  margin-right: 0.625rem;
  padding: 0.3125rem 1rem;
  font-size: 0.875rem;
  /* border-radius: 1rem; */
  color: #424242;
  background-color: #e7e7e7;
  
}

.index-btn-warp-more {
  display: flex;
  align-items: center;
  font-size: 1rem;
  padding: 0 0.125rem;
  /* border-radius: 1rem; */
  color: #fff;
  background-color: #e1bb6f;
}

.index-warp-item-header-submenu-item-active {
  background-color: #228493;
  color: #fff;
}

.index-warp-item-header-tit {
  font-size: 1.375rem;
  font-weight: 400;
  /* background-color: #0996e1; */
  color: #0996e1;
  position: relative;
}

.index-warp-item-header-tit::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -0.625rem;
  height: 0.1875rem;
  width: 100%;
  border-radius: 1rem;
  background-color: #0996e1;
}

.index-warp-item-body {
  padding: 1rem 0.5rem;
  
}

.index-warp-item-body-li {
  list-style: none;
  /* border-bottom: 0.0625rem dashed #ccc; */
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: url('../images/arrow.png') no-repeat left;
  text-indent: 1rem;
  line-height: 2.2;
}

/* .news-body-list-item:last-child {
border-bottom: 0;
} */

.index-warp-item-body-li a {
  color: #424242;
  transition: color 0.3s ease-in-out;
}

.index-warp-item-body-li a:hover {
  color: #b03333;
}

.index-warp-item-body-li-date {
  color: #ccc;
}


.index-warp-item-body-contents {}



/* index-news */
.index-news {
  padding: 2rem 5vw;
  background-color: #ffffff;
}



.news-header {
  padding: 1rem;
}

.news-tit {}

.news-tit h1 {
  text-align: center;
  line-height: 2;
  font-weight: bold;
  color: #484848;
}

.news-desc {
  padding: 0vw 10vw;
  position: relative;
  text-align: center;
  line-height: 2;
  font-size: 14px;
  color: #949494;
}

.news-body {
  background-color: #fff;
  display: flex;
  flex-flow: row nowrap;
  /* justify-content: space-between;
  align-content: stretch; */
  margin: auto;
}

.news-body-fcous {
  max-width: 40vw;
  flex: 40vw 0;
  background-color: #f0f0f0;
}

.news-fcous {
  overflow: hidden;
}

.news-fcous .swiper-slide img {
  width: 100%;
  vertical-align: bottom;
}

.news-body-list {
  flex: 1 0;
  padding: 0rem 1rem;
}

.news-body-list-header {}

.news-body-list-contents {
  padding: 1rem 0 0 0;
}

.news-body-list-item {
  list-style: none;
  border-bottom: 0.0625rem dashed #ccc;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.news-body-list-item:last-child {
  border-bottom: 0;
}

.news-body-list-item a {
  color: #424242;
  line-height: 3;
}

.index-news-date {
  color: #ccc;
  font-size: 0.875rem;
}

.news-body-list-item span {
  line-height: 3.4;
  float: right;
}



.news-tit {}

.news-tit h1 {
  text-align: center;
  line-height: 2;
  font-weight: bold;
  color: #484848;
}

.news-desc {
  padding: 0vw 10vw;
  position: relative;
  text-align: center;
  line-height: 2;
  font-size: 14px;
  color: #949494;
}

.news-body {
  background-color: #fff;
  display: flex;
  flex-flow: row nowrap;
  /* justify-content: space-between;
  align-content: stretch; */
  margin: auto;
}

.news-body-fcous {
  max-width: 40vw;
  flex: 40vw 0;
  background-color: #f0f0f0;
}

.news-fcous {
  overflow: hidden;
}

.news-fcous .swiper-slide img {
  width: 100%;
  vertical-align: bottom;
}

.news-body-list {
  flex: 1 0;
  padding: 0rem 1rem;
}

.news-body-list-header {}

.news-body-list-contents {
  padding: 1rem 0 0 0;
}

.index-btn {
  display: inline-block;
  color: #000;
  font-size: 0.875rem;
  line-height: 3;
  padding: 0 2rem;
  background-color: #ebebeb;
}

.index-news-btn-active {
  background-color: #0996e1;
  color: #fff;
}

.index-news-btn-more {
  padding: 0 0.3125rem;
  background-color: #e1bb6f;
  color: #fff;
}

.news-body-list-item {
  list-style: none;
  border-bottom: 0.0625rem dashed #ccc;
}

.news-body-list-item:last-child {
  border-bottom: 0;
}

.news-body-list-item a {
  color: #424242;
  line-height: 3;
}

.index-news-date {
  color: #ccc;
  font-size: 0.875rem;
}

.news-body-list-item span {
  line-height: 3.4;
  float: right;
}






/* index-about */
.about {
  padding: 0px 50px;
  background-color: #f9f9f9;
  
}

.about-header {
  width: 90%;
  margin: auto;
  padding: 50px 0px;
  
}

.about-tit {}

.about-tit h1 {
  text-align: center;
  line-height: 2;
  font-weight: bold;
  color: #484848;
}

.about-desc {
  padding: 0rem 10vw;
  position: relative;
  text-align: center;
  line-height: 2;
  font-size: 14px;
  color: #949494;
}

.about-body {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  padding: 30px 0px;
}

.about-body-thumb {
  flex: 30vw 0;
  background-color: #949494;
  overflow: hidden;
}

.about-body-thumb img {
  width: 100%;
  vertical-align: bottom;
}

.about-body-content {
  padding: 0rem 1rem;
  flex: 1 0;
}

.about-body-content p {
  line-height: 2;
  color: #484848;
}

/* index-service */
.service {
  padding: 30px 50px 100px 50px;
  background-color: #f0f0f0;
}

.service-header {
  padding: 1rem 0;
}

.service-tit {}

.service-tit h1 {
  text-align: center;
  line-height: 2;
  color: #484848;
  font-weight: bold;
}

.service-desc {
  padding: 0vw 10vw;
  position: relative;
  text-align: center;
  line-height: 2;
  font-size: 14px;
  color: #9f9f9f;
}

.service-body {
  background-color: #fff;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-content: stretch;
  margin: auto;
}

.service-body-item {
  flex-grow: 0;
  width: 25%;
  position: relative;
  transition: all 0.5s ease-in-out;
}

.service-body-item a {
  color: #626262;
}

.service-body-ite-warp {
  position: relative;
  padding: 1rem;
  background-color: #FFFFFF;
  z-index: 0;
  transition: all 0.5s ease-in-out;
}


.service-body-item {
  border-right: 1px dashed #f0f0f0;
}

.service-body-item:nth-child(4n) {
  border-right: none;
}

.service-body-item-header {
  width: 100%;
  /* background-color: #999999; */
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.service-body-item-header img {
  width: 100%;
  vertical-align: bottom;
}

.service-body-item-tit {
  text-align: center;
  line-height: 2.5;
  font-size: 1rem;
  width: 100%;
  font-weight: 400;
  overflow: hidden;
}




/* index-Appreciation */

.index-appreciation {
  background-color: #f9f9f9;
  padding: 2rem 5vw;
}

.index-appreciation-body {
  padding: 1rem 0;
}

.index-appreciation-swiper .swiper-slid {
  padding: 1rem;
  background-color: #085C9B;
}

.index-appreciation-body-tit {
  text-align: center;
  line-height: 3;
  font-size: 0.875rem;
}

.index-appreciation-header {
  padding: 1rem 0;
}

.index-appreciation-header-tit {
  text-align: center;
}

.index-appreciation-header-tit h1 {
  color: #484848;
  line-height: 2;
  font-weight: bold;
}

/* footer */
.footer {
  padding: 30px 50px;
  background-color: #2E2D3C;
}

.footer-body {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-content: stretch;
  align-items: center;
  
}

.footer-body-item {
  flex-grow: 1;
  border-right: 1px solid #424242;
  margin-right: 40px;
  
}

.footer-body-item:last-child {
  border: none;
}

.footer-body-item h1 {
  color: #d2d2d2;
  line-height: 3;
  font-size: 14px;
  font-weight: bold;
}

.footer-body-item p {
  color: #a2a2a2;
  line-height: 2;
  font-size: 14px;
}

.footer-body-item a {
  color: #a2a2a2;
  line-height: 1.5;
  font-size: 14px;
}

/* location */

.current-location {
  padding: 1rem 5vw;
  border-bottom: 1px solid #e0e0e0;
}

.current-location a {
  line-height: 2;
  color: #484848;
}

/* channels */
.channels {
  padding: 3rem 5vw;
  background-color: #f4f4f4;
}

.channels-warp {
  background-color: #fff;
  display: flex;
  flex-flow: row nowrap;
}

.channels-warp-left {
  flex: 0 0 auto;
  padding: 1rem;
}

.channels-nav {
  overflow: hidden;
  background-color: #e2eeff;
  min-height: 25rem;
  border-radius: 0 0 .625rem .625rem;
}

.channels-nav-header {
  padding: 0 4rem;
  line-height: 2;
  background-color: #285d8c;
  text-align: center;
  border-bottom: 0.125rem solid #fff;
}

.channels-nav-header h2 {
  font-size: 2rem;
  font-family: '微软雅黑';
  font-weight: 400;
  color: #fff;
}

.channels-nav-list {}

.channels-nav-list-item {
  text-align: center;
  border-bottom: 0.125rem solid #fff;
  transition: all 0.5s ease-in-out;
  
}

.channels-nav-list-item a {
  line-height: 3;
  font-size: 1.125rem;
  color: #424242;
}

.channels-nav-list-item:hover {
  background-color: #72ade3;
}

.channels-nav-list-item:hover a {
  color: #fff;
}

.channels-nav-list-item-submenu {
  background-color: #f9f9f9;
  border-bottom: 2px solid #fff;
  display: none;
}

.channels-nav-list-item-submenu-li {
  line-height: 2.5;
  text-align: center;
  border-bottom: 1px dashed #e2e2e2;
  transition: all 0.5s ease-in-out;
  
}

.channels-nav-list-item-submenu-li:hover a {
  border-bottom: 2px solid #aa0000;
  color: #aa0000;
}

.channels-nav-list-item-submenu-li a {
  color: #424242;
  
}

.channels-nav-list-item-submenu-li:last-child {
  border: 0;
}

.channels-warp-right {
  flex: 1 0;
}

.channels-warp-right-body {
  padding: 1rem;
  line-height: 2;
}

.channel-news-list {}

.channel-news-list-li {
  list-style: none;
  border-bottom: 0.0625rem dashed #ccc;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: url('../images/arrow.png') no-repeat left;
  text-indent: 1rem;
  line-height: 2.5;
}

.channel-news-list-li a {
  color: #424242;
  transition: all 0.5s ease-in-out;
}

.channel-news-list-li a:hover {
  color: #aa0000;
}

.channel-news-list-li-date {
  color: #ccc;
}

.channels-news-list-footer {
  padding: 1rem 0;
}

/* contact */
.channels-contact {
  padding: 3rem 5vw;
  background-color: #f4f4f4;
}

.channel-contact {
  padding: 3rem;
  background-color: #fff;
  line-height: 2;
}

/* honor */
.channels-honor {
  padding: 3rem 5vw;
  background-color: #f4f4f4;
}

.channel-honor-body {
  /* padding: 3rem; */
  /* background-color: #fff; */
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  
}

.channel-honor-item {
  padding: 0.625rem;
  flex: 25% 0;
  overflow: hidden;
  
}

.channel-honor-item-body {
  background-color: #fff;
  transition: all 0.4s ease-in-out;
}

.channel-honor-item-body:hover {
  box-shadow: 0 2px 15px rgba(0, 0, 0, .1);
}

.channel-honor-item-thumb {
  padding: 1rem 1rem 0rem 1rem;
}

.channel-honor-item-thumb img {
  width: 100%;
  vertical-align: bottom;
}

.channel-honor-item-tit {
  line-height: 3;
  font-size: 0.875rem;
  color: #484848;
  text-align: center;
  padding: 0 1rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.channel-honor-item-tit a {
  color: #484848;
}



/* about */
.channel-about {
  padding: 3rem;
  background-color: #fff;
}

.channel-about-body {}

.channel-about-body p {
  line-height: 2;
}

/* content */
.content {
  padding: 1rem 5vw;
  background-color: #fff;
}

.content-header {
  border-bottom: 1px dashed #e2e2e2;
  padding: 1rem 0;
}

.content-header-tit {
  text-align: center;
  
}

.content-header-tit h1 {
  line-height: 2;
  color: #484848;
}

.content-header-desc {
  line-height: 2;
  text-align: center;
}

.content-header-desc span {
  color: #929292;
}

.content-body {
  font-size: 1rem;
  padding: 2rem 0;
}

.content-body p {
  color: #424242;
  line-height: 2;
}

.content-bottom {
  border-top: 1px dashed #e2e2e2;
  padding: 1rem;
  line-height: 2;
}

.content-bottom a {
  color: #424242;
  transition: color 0.5s ease-in-out;
}

.content-bottom a:hover {
  color: #b80f1a;
}



/* swiper */
.swiper-container {
  width: 100%;
  height: 100%;
}

.index-appreciation-swiper .swiper-slide img {
  width: 100%;
  vertical-align: bottom;
}

.swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #000;
  opacity: 1;
  background: rgba(255, 255, 255, .5);
}

.swiper-pagination-bullet-active {
  color: #fff;
  background: #007aff;
}

.next,
.prev {
  display: block;
  width: 40px;
  background-color: #14b8ce;
}

.netx {
  position: absolute;
  right: 0px;
  top: -10px;
}

.next:before {
  content: "\e824";
  font-family: "revicons";
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  color: #ffffff;
}

.prev:before {
  
  content: "\e824";
  font-family: "revicons";
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  color: #ffffff;
}








/* index-Appreciation */

.index-appreciation {
  background-color: #f9f9f9;
  padding: 2rem 5vw;
}

.index-appreciation-body {
  padding: 1rem 0;
}

.index-appreciation-swiper .swiper-slid {
  padding: 1rem;
  background-color: #085C9B;
}

.index-appreciation-body-tit {
  text-align: center;
  line-height: 3;
  font-size: 0.875rem;
}

.index-appreciation-header {
  padding: 1rem 0;
}

.index-appreciation-header-tit {
  text-align: center;
}

.index-appreciation-header-tit h1 {
  color: #484848;
  line-height: 2;
  font-weight: bold;
}

/* footer */
.footer {
  padding: 30px 50px;
  background-color: #2E2D3C;
}

.footer-body {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-content: stretch;
  align-items: center;
  
}

.footer-body-item {
  flex-grow: 1;
  border-right: 1px solid #424242;
  margin-right: 40px;
  
}

.footer-body-item:last-child {
  border: none;
}

.footer-body-item h1 {
  color: #d2d2d2;
  line-height: 3;
  font-size: 14px;
  font-weight: bold;
}

.footer-body-item p {
  color: #a2a2a2;
  line-height: 2;
  font-size: 14px;
}

.footer-body-item a {
  color: #a2a2a2;
  line-height: 1.5;
  font-size: 14px;
}

/* location */

.current-location {
  padding: 1rem 5vw;
  border-bottom: 1px solid #e0e0e0;
}

.current-location a {
  line-height: 2;
  color: #484848;
}

.hnethome {
  font-size: 1.375rem;
  
}



/* contact */
.channels-contact {
  padding: 3rem 5vw;
  background-color: #f4f4f4;
}

.channel-contact {
  padding: 3rem;
  background-color: #fff;
  line-height: 2;
}

/* honor */
.channels-honor {
  padding: 3rem 5vw;
  background-color: #f4f4f4;
}

.channel-honor-body {
  /* padding: 3rem; */
  /* background-color: #fff; */
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  
}

.channel-honor-item {
  padding: 0.625rem;
  flex: 25% 0;
  overflow: hidden;
  
}

.channel-honor-item-body {
  background-color: #fff;
  transition: all 0.4s ease-in-out;
}

.channel-honor-item-body:hover {
  box-shadow: 0 2px 15px rgba(0, 0, 0, .1);
}

.channel-honor-item-thumb {
  padding: 1rem 1rem 0rem 1rem;
}

.channel-honor-item-thumb img {
  width: 100%;
  vertical-align: bottom;
}

.channel-honor-item-tit {
  line-height: 3;
  font-size: 0.875rem;
  color: #484848;
  text-align: center;
  padding: 0 1rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.channel-honor-item-tit a {
  color: #484848;
}

/* about */
.channel-about {
  padding: 3rem;
  background-color: #fff;
}

.channel-about-body {}

.channel-about-body p {
  line-height: 2;
}



/* swiper */
.swiper-container {
  width: 100%;
  height: 100%;
}

.index-appreciation-swiper .swiper-slide img {
  width: 100%;
  vertical-align: bottom;
}

.swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #000;
  opacity: 1;
  background: rgba(255, 255, 255, .5);
}

.swiper-pagination-bullet-active {
  color: #fff;
  background: #007aff;
}

.next,
.prev {
  display: block;
  width: 40px;
  background-color: #14b8ce;
}

.netx {
  position: absolute;
  right: 0px;
  top: -10px;
}

.next:before {
  content: "\e824";
  font-family: "revicons";
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  color: #ffffff;
}

.prev:before {
  
  content: "\e824";
  font-family: "revicons";
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  color: #ffffff;
}

/* paginator */
.page_wrap {
  clear: both;
  margin-bottom: 10px;
  overflow: hidden;
  zoom: 1;
}

.paginator {
  float: right;
  height: 25px;
  overflow: hidden;
}

.paginator,
.paginator input,
.paginator button {
  font-family: Tahoma, "宋体";
  font-size: 12px;
}

.paginator a,
.paginator span {
  float: left;
  height: 23px;
  margin: 0 5px 0 0;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  line-height: 23px;
  background: #fff;
}

.paginator a {
  color: #085C9B;
}

.paginator b {
  font-family: "宋体";
  margin: 3px;
  font-weight: 300;
}

.paginator a:link,
.paginator a:visited,
.paginator a:hover,
.paginator a:active {
  text-decoration: none;
}

.paginator .page-start,
.paginator a,
.paginator .page-end {
  padding: 0 8px;
  border: 1px solid #D3D3D3;
  background: #ffffff;
}

.paginator .page-start {
  border-color: #d9d9d9;
  color: #d9d9d9;
}

.paginator .page-end {
  border-color: #d9d9d9;
  color: #d9d9d9;
}

.paginator .page-this,
.paginator .page-break {
  padding: 0 3px;
}

.paginator .page-break {
  border: 1px solid #fff;
}

.paginator .page-this {
  border: 1px solid #D3D3D3;
  background-color: #E9E9E9;
  color: #D4105A;
  padding: 0px 8px;
  font-weight: bold;
}

.paginator .page-skip {
  height: 22px;
  line-height: 22px;
  padding: 0 3px;
  margin: 0;
  background: none;
}

.paginator .page-skip input {
  width: 26px;
  *width: 23px;
  height: 19px;
  line-height: 19px;
  border: 1px #D3D3D3 solid;
  font-size: 12px;
  margin: -1px 6px 0px 6px;
  #margin-top: 1px;
  _margin-top: 0px;
  padding: 0px 0px 0px 2px;
  vertical-align: middle;
  padding-top: 0px;
  padding-bottom: 0px;
}

.paginator .page-skip button {
  font-size: 12px;
  padding: 0 5px 5px 5px;
  _padding: 0 5px 0 5px;
  width: auto;
  _width: 0;
  height: 22px;
  *height: 23px;
  *line-height: 20px;
  _height: 16px;
  _line-height: 16px;
  margin-left: 10px;
  *margin-top: -1px;
  overflow: visible;
  vertical-align: top;
}

.paginator a:hover {
  border: 1px solid #A6A6A6;
  color: #868688;
}
