/**
 * CSS Document * 
 * Created by Jessie 2018/10/30.
 */
/**
 * CSS Document * 
 * Created by Jessie 2018/10/30.
 */
/* ==css重置样式== */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  font: 12px Arial, Helvetica, sans-serif;
  color: #333;
}
em {
  font-style: normal;
}
table {
  width: 100%;
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
  cellpadding: 0;
  cellspacing: 0;
}
a {
  text-decoration: none;
  cursor: pointer;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ul,
ol,
li,
dt,
dd {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before,
q:after {
  content: '';
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}
legend {
  color: #000;
}
strong {
  font-weight: bold;
}
/* ==布局样式== */
.rows {
  width: 100%;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clear {
  clear: both;
  height: 0;
  overflow: hidden;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.dis-in-b {
  display: inline-block;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.mt10 {
  margin-top: 10px;
}
.mt14 {
  margin-top: 14px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nav li {
  display: inline-block;
  float: left;
}
.nav-box {
  width: 1200px;
  margin: 0 auto;
  text-align: left;
  position: relative;
  zoom: 1;
  z-index: 1;
}
.nav-box:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.nav-box .nav-main {
  padding: 20px 40px;
  position: relative;
  z-index: 3;
  height: 280px;
}
.nav-box .nav-main h1 {
  display: inline-block;
  float: left;
  width: 150px;
}
.nav-box .nav-main h1 a {
  display: inline-block;
  width: 150px;
  height: 42px;
  background: url(2018yt_logo.png) no-repeat;
}
.nav-box .nav-main .r-box {
  display: inline-block;
  float: right;
  padding: 4px 0;
}
.nav-box .nav-main .nav {
  display: inline-block;
  float: left;
}
.nav-box .nav-main .nav li {
  display: inline-block;
  float: left;
  padding: 0 15px;
}
.nav-box .nav-main .nav li ul {
  display: none;
}
.nav-box .nav-main .nav li a {
  font: bold 14px/24px "微软雅黑";
  color: #afc4db;
}

.nav-box .nav-main .r-ico {
  display: inline-block;
  float: right;
}
.nav-box .nav-main .r-ico a {
  display: inline-block;
  float: left;
  width: 23px;
  height: 23px;
  border: 1px solid #fff;
  margin-left: 5px;
}
.nav-box .nav-main .r-ico a.ico01 {
  background: url(2018yt_tico01.png) no-repeat center center;
}
.nav-box .nav-main .r-ico a.ico02 {
  background: url(2018yt_tico02.png) no-repeat center center;
}
.nav-box .nav-main .r-ico a.ico03 {
  background: url(2018yt_tico03.png) no-repeat center center;
}
.nav-box .nav-main.nav-hover {
  background: url(2018yt_dh_bg.png) no-repeat center top;
}
.nav-box .nav-main.nav-hover .nav li a {
  color: #333;
}
.nav-box .nav-main.nav-hover .nav li ul {
  margin-top: 10px;
  display: block;
}
.nav-box .nav-main.nav-hover .nav li ul li {
  display: block;
  float: none;
  padding: 0;
}
.nav-box .nav-main.nav-hover .nav li ul li a {
  font: 14px/32px "微软雅黑";
  color: #566376;
}
.nav-box .nav-main.nav-hover .nav li ul li a:hover {
  color: #f60;
}
.nav-box .nav-main.nav-hover .r-ico a {
  border: 1px solid #333;
}
.nav-box .nav-main.nav-hover .r-ico a.ico01 {
  background: url(2018yt_tico01_h.png) no-repeat center center;
}
.nav-box .nav-main.nav-hover .r-ico a.ico02 {
  background: url(2018yt_tico02_h.png) no-repeat center center;
}
.nav-box .nav-main.nav-hover .r-ico a.ico03 {
  background: url(2018yt_tico03_h.png) no-repeat center center;
}
.nav-box .nav-tc {
  display: inline-block;
  width: 1120px;
  height: 280px;
  padding: 20px 40px;
  background: url(2018yt_dh_bg.png) no-repeat center top;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
#footer {
  width: 1200px;
  margin: 0 auto;
  text-align: left;
  background: url(2018yt_f_bg.png) no-repeat;
}
#footer .main {
  padding: 30px 100px 20px 100px;
  zoom: 1;
}
#footer .main:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
#footer .lbox {
  display: inline-block;
  float: left;
}
#footer .lbox li {
  display: inline-block;
  float: left;
  margin-right: 40px;
}
#footer .lbox li a {
  font: 14px/32px "微软雅黑";
  color: #263142;
}
#footer .lbox li a:hover {
  color: #f60;
}
#footer .lbox .f-logo {
  display: inline-block;
  width: 150px;
  height: 42px;
  background: url(2018yt_logo_h.png) no-repeat;
  margin: 20px 0;
}
#footer .lbox p {
  font: 14px/30px "微软雅黑";
  color: #8b97a6;
}
#footer .rbox {
  display: inline-block;
  float: right;
}
#footer .rbox select {
  display: inline-block;
  width: 120px;
  height: 30px;
  border: 1px solid #929eac;
  font: 14px/30px "微软雅黑";
  color: #566376;
}
#footer .rbox a {
  display: inline-block;
  float: left;
  height: 16px;
  margin-left: 20px;
}
#footer .rbox a.ico01 {
  width: 20px;
  background: url(2018yt_fico01.png) no-repeat center center;
}
#footer .rbox a.ico02 {
  width: 21px;
  background: url(2018yt_fico02.png) no-repeat center center;
}
#footer .rbox a.ico03 {
  width: 15px;
  background: url(2018yt_fico03.png) no-repeat center center;
}
.back-to-top {
  display: inline-block;
  width: 28px;
  height: 28px;
  border: 1px solid #d6dbe1;
  background: #fff url(2018yt_gtop_ico.png) no-repeat center;
  position: fixed;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
  text-indent: -9999px;
  display: none;
}
.gglb-bg {
  background: #f7f7f7 url(2018yt_gglb_bg.jpg) no-repeat center top fixed;
}
.ld-bg {
  background: #f7f7f7 url(2018yt_ld_bg.jpg) no-repeat center top fixed;
}
.news-bg {
  background: #f7f7f7 url(2018yt_news_bg.jpg) no-repeat center top fixed;
}
.search-bg {
  background: #f7f7f7 url(2018yt_search_bg.jpg) no-repeat center top fixed;
}
.gglb-con {
  width: 1200px;
  margin: 0 auto;
  text-align: left;
  background: #fff;
  margin-top: 80px;
  padding-bottom: 20px;
}
.gglb-con .main {
  padding: 0 20px;
}
.gglb-con dl {
  padding: 25px 10px;
  zoom: 1;
  border-bottom: 1px solid #ebebeb;
}
.gglb-con dl:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.gglb-con dl dt {
  display: inline-block;
  float: left;
  width: 76px;
  background: #eae6e2;
  font: bold 30px/50px "微软雅黑";
  color: #333;
  text-align: center;
}
.gglb-con dl dt span {
  display: inline-block;
  width: 76px;
  border-top: 4px solid #fff;
  font: 14px/30px "微软雅黑";
  color: #333;
}
.gglb-con dl dd {
  display: inline-block;
  float: right;
  width: 1028px;
}
.gglb-con dl dd h2 {
  height: 38px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.gglb-con dl dd h2 a {
  font: bold 16px/38px "微软雅黑";
  color: #333;
}
.gglb-con dl dd h2 a:hover {
  color: #f60;
}
.gglb-con dl dd p {
  padding: 0 10px;
  height: 60px;
  overflow: hidden;
  font: 14px/30px "微软雅黑";
  color: #333;
}
.lb-con {
  width: 1200px;
  margin: 0 auto;
  text-align: left;
  background: #fff;
  margin-top: 80px;
  padding-bottom: 20px;
}
.lb-con .main {
  zoom: 1;
  margin-top: 20px;
  padding: 0 20px;
}
.lb-con .main:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.lb-con .main .lbox {
  display: inline-block;
  float: left;
  width: 278px;
}
.lb-con .main .lbox li a {
  display: inline-block;
  width: 238px;
  padding-left: 40px;
  border-bottom: 1px solid #e4e4e4;
  font: 16px/48px "微软雅黑";
  color: #333;
}
.lb-con .main .lbox li a:hover,
.lb-con .main .lbox li a.cur {
  background: #084099;
  color: #fff;
}
.lb-con .main .rbox {
  display: inline-block;
  float: right;
  width: 860px;
}
.lb-con .main .rbox dl {
  border-bottom: 1px solid #ebebeb;
  padding: 20px 0;
  zoom: 1;
}
.lb-con .main .rbox dl:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.lb-con .main .rbox dl dt {
  display: inline-block;
  float: left;
  width: 164px;
}
.lb-con .main .rbox dl dt img {
  width: 164px;
  height: 200px;
}
.lb-con .main .rbox dl dd {
  display: inline-block;
  float: right;
  width: 660px;
}
.lb-con .main .rbox dl dd h3 {
  font: bold 18px/30px "微软雅黑";
  color: #333;
}
.lb-con .main .rbox dl dd p {
  font: 14px/24px "微软雅黑";
  color: #626262;
}
.news-con {
  width: 1200px;
  margin: 0 auto;
  text-align: left;
  background: #fff;
  margin-top: 80px;
  padding-bottom: 20px;
}
.news-con .main {
  zoom: 1;
  margin-top: 20px;
  padding: 0 20px;
}
.news-con .main:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.news-con .main .lbox {
  display: inline-block;
  float: left;
  width: 278px;
}
.news-con .main .lbox li a {
  display: inline-block;
  width: 238px;
  padding-left: 40px;
  border-bottom: 1px solid #e4e4e4;
  font: 16px/48px "微软雅黑";
  color: #333;
}
.news-con .main .lbox li a:hover,
.news-con .main .lbox li a.cur {
  background: #084099;
  color: #fff;
}
.news-con .main .rbox {
  display: inline-block;
  float: right;
  width: 860px;
}
.news-con .main .rbox dl.pic-list {
  border-bottom: 1px solid #ebebeb;
  padding: 20px 0;
  zoom: 1;
}
.news-con .main .rbox dl.pic-list:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.news-con .main .rbox dl.pic-list dt {
  display: inline-block;
  float: left;
  width: 164px;
}
.news-con .main .rbox dl.pic-list dt img {
  width: 164px;
  height: 120px;
}
.news-con .main .rbox dl.pic-list dd {
  display: inline-block;
  float: right;
  width: 660px;
}
.news-con .main .rbox dl.pic-list dd h3 {
  font: bold 18px/30px "微软雅黑";
  color: #333;
}
.news-con .main .rbox dl.pic-list dd p {
  font: 14px/24px "微软雅黑";
  color: #626262;
}
.news-con .main .rbox dl.pic-list dd p a {
  font: 14px/24px "微软雅黑";
  color: #084099;
}
.news-con .main .rbox dl.pic-list dd p a:hover {
  color: #f60;
}
.news-con .main .rbox dl.pic-list dd p.bq span {
  font: 14px/40px "微软雅黑";
  color: #333;
  margin-right: 20px;
}
.news-con .main .rbox dl.wz-list {
  padding: 25px 10px;
  zoom: 1;
  border-bottom: 1px solid #ebebeb;
}
.news-con .main .rbox dl.wz-list:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.news-con .main .rbox dl.wz-list dt {
  display: inline-block;
  float: left;
  width: 76px;
  background: #eae6e2;
  font: bold 30px/50px "微软雅黑";
  color: #333;
  text-align: center;
}
.news-con .main .rbox dl.wz-list dt span {
  display: inline-block;
  width: 76px;
  border-top: 4px solid #fff;
  font: 14px/30px "微软雅黑";
  color: #333;
}
.news-con .main .rbox dl.wz-list dd {
  display: inline-block;
  float: right;
  width: 740px;
}
.news-con .main .rbox dl.wz-list dd h2 {
  height: 38px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-con .main .rbox dl.wz-list dd h2 a {
  font: bold 16px/38px "微软雅黑";
  color: #333;
}
.news-con .main .rbox dl.wz-list dd h2 a:hover {
  color: #f60;
}
.news-con .main .rbox dl.wz-list dd p {
  padding: 0 10px;
  height: 60px;
  overflow: hidden;
  font: 14px/30px "微软雅黑";
  color: #333;
}
.search-con {
  width: 1200px;
  margin: 0 auto;
  text-align: left;
  margin-top: 100px;
  zoom: 1;
  background: url(2018yt_search_lbg.png) repeat-y left top;
}
.search-con:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.search-con .lbox {
  display: inline-block;
  float: left;
  width: 302px;
  padding-top: 30px;
}
.search-con .lbox h2 {
  background: url(2018yt_search_ico.png) no-repeat 20px center;
  padding-left: 50px;
  font: bold 24px/50px "微软雅黑";
  color: #084099;
}
.search-con .lbox li a {
  display: inline-block;
  width: 252px;
  padding-left: 50px;
  border-bottom: 1px solid #e4e4e4;
  font: 16px/48px "微软雅黑";
  color: #333;
}
.search-con .lbox li a:hover,
.search-con .lbox li a.cur {
  background: #084099;
  color: #fff;
}
.search-con .rbox {
  display: inline-block;
  float: right;
  width: 888px;
  background: #fff;
}
.search-con .rbox .search-box {
  zoom: 1;
  border-bottom: 1px solid #dfdfdf;
}
.search-con .rbox .search-box:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.search-con .rbox .search-box .search {
  display: inline-block;
  float: left;
  width: 592px;
  padding: 25px 0 15px 20px;
}
.search-con .rbox .search-box .search .sr {
  display: inline-block;
  float: left;
  width: 424px;
  padding-left: 34px;
  border: 1px solid #4277c7;
  font: 16px/42px "微软雅黑";
  color: #333;
}
.search-con .rbox .search-box .search .btn {
  display: inline-block;
  float: right;
  width: 114px;
  height: 44px;
  background: #084099;
  border: none;
  font: 16px/44px "微软雅黑";
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.search-con .rbox .main {
  padding: 20px 30px;
}
.search-con .rbox .top-box {
  background: #f7f7f7;
}
.search-con .rbox .top-box h3 {
  border-bottom: 1px solid #dfdfdf;
  padding-left: 30px;
  font: 14px/42px "微软雅黑";
  color: #333;
}
.search-con .rbox .top-box h3 em {
  color: #fe3c3c;
  margin: 0 3px;
}
.search-con .rbox .top-box .px {
  zoom: 1;
  padding: 15px 0 15px 30px;
}
.search-con .rbox .top-box .px:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.search-con .rbox .top-box .px a {
  display: inline-block;
  float: left;
  font: 14px/26px "微软雅黑";
  color: #535353;
}
.search-con .rbox .top-box .px span {
  display: inline-block;
  float: left;
  margin: 0 40px;
  font: 14px/26px "微软雅黑";
  color: #535353;
}
.search-con .rbox .top-box .px select {
  display: inline-block;
  float: left;
  width: 132px;
  height: 26px;
  border: 1px solid #dfdfdf;
  background: #fff;
  font: 14px/26px "微软雅黑";
  color: #333;
  padding-left: 10px;
}
.search-con .rbox dl {
  padding: 20px;
  border-bottom: 1px dashed #e5e5e5;
}
.search-con .rbox dl dt {
  height: 48px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.search-con .rbox dl dt a {
  font: bold 16px/48px "微软雅黑";
  color: #084099;
}
.search-con .rbox dl dt a:hover {
  color: #f60;
}
.search-con .rbox dl dt a em {
  font: bold 16px/48px "微软雅黑";
  color: #fe3c3c;
}
.search-con .rbox dl dd {
  font: 14px/24px "微软雅黑";
  color: #707070;
}
.xlcontent .main {
  margin-top: 5px;
  padding: 30px 40px;
  text-align: center;
}
.xlcontent .main h4 {
  padding: 10px 0;
  color: #333;
  font: 24px/48px "微软雅黑";
}
.xlcontent .main h6 {
  height: 30px;
  color: #999;
}
.xlcontent .main h6 label {
  list-style: none;
  padding: 0 6px;
  color: #999;
  font: 12px/30px "微软雅黑";
}
.xlcontent .main h6 label a {
  color: #999;
  padding: 0;
}
.xlcontent .main h6 label a:hover {
  color: #f60;
}
.xlcontent .main .nr {
  padding: 0 16px;
  text-align: left;
}
.xlcontent .main .nr p {
  font: 14px/36px "微软雅黑";
  padding: 16px 0;
}
.xlcontent .main .nr p * {
  font: 14px/36px "微软雅黑";
}
.xlcontent .main .nr p strong {
  font-weight: bold;
}
.xlcontent .main {
  padding: 30px 100px;
}
.xlcontent .main h6 label {
  font: 14px/20px "微软雅黑";
  color: #7d7d7d;
}
.xlcontent .main h6 label a {
  margin: 0 3px;
}
.xlcontent .main .pic {
  text-align: center;
}
.xlcontent .main .pic img {
  max-width: 100%;
}
.xlcontent .bot-box {
  background: #fafafa;
  padding: 10px 20px;
  zoom: 1;
}
.xlcontent .bot-box:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.xlcontent .bot-box .btnb {
  display: inline-block;
  float: left;
}
.xlcontent .bot-box .btnb a {
  margin: 0 20px;
  font: 14px/24px "微软雅黑";
  color: #7d7d7d;
}
.xlcontent .bot-box .btnb a:hover {
  color: #f60;
}
.xlcontent .next {
  padding-left: 40px;
  text-align: left;
}
.xlcontent .next a {
  font: 14px/24px "微软雅黑";
  color: #7d7d7d;
}
.xlcontent .next a:hover {
  color: #f60;
}
.curmb-box {
  border-bottom: 1px solid #dfdfdf;
  padding: 30px 20px 0 20px;
  zoom: 1;
}
.curmb-box:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.curmb-box h2 {
  display: inline-block;
  float: left;
  padding-left: 30px;
  font: bold 24px/60px "微软雅黑";
  color: #084099;
}
.curmb-box h2.ico01 {
  background: url(2018yt_gglb_ico01.png) no-repeat left center;
}
.curmb-box h2.ico02 {
  background: url(2018yt_ld_ico01.png) no-repeat left center;
}
.curmb-box h2.ico03 {
  background: url(2018yt_news_ico01.png) no-repeat left center;
}
.curmb-box .curmb {
  display: inline-block;
  float: right;
  background: url(2018yt_gglb_ico02.png) no-repeat left center;
  padding-left: 30px;
  height: 60px;
  font: 14px/60px "微软雅黑";
  color: #333;
}
.curmb-box .curmb a {
  margin: 0 3px;
  font: 14px/60px "微软雅黑";
  color: #333;
}
.curmb-box .curmb a.home {
  display: inline-block;
  margin: 0;
  padding: 0 5px 0 20px;
  background: url(2018yt_gglb_ico02.png) no-repeat left center;
}
.curmb-box .curmb a:hover {
  color: #f60;
}
.curmb-box .curmb span {
  margin: 0 3px;
  font: 14px/60px "微软雅黑";
  color: #333;
}
.curmb01 {
  display: inline-block;
  float: right;
  padding: 0 25px 0 30px;
  margin-top: 40px;
  background: url(2018yt_gglb_ico02.png) no-repeat left center;
  height: 30px;
  font: 14px/30px "微软雅黑";
  color: #333;
}
.curmb01 a {
  margin: 0 3px;
  font: 14px/30px "微软雅黑";
  color: #333;
}
.curmb01 a.home {
  display: inline-block;
  margin: 0;
  padding: 0 5px 0 20px;
  background: url(2018yt_gglb_ico02.png) no-repeat left center;
}
.curmb01 a:hover {
  color: #f60;
}
.curmb01 span {
  margin: 0 3px;
  font: 14px/30px "微软雅黑";
  color: #333;
}
.page-box {
  background: #f7f7f7;
  padding: 5px 20px;
  zoom: 1;
  margin-top: 20px;
}
.page-box:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.page-box .lbox {
  display: inline-block;
  float: left;
}
.page-box .lbox span {
  font: bold 16px/30px "微软雅黑";
  color: #7b7a89;
  margin-right: 20px;
}
.page-box .lbox em {
  margin: 0 3px;
  font: bold 16px/30px "微软雅黑";
  color: #f26522;
}
.page-box .page {
  display: inline-block;
  float: right;
  padding: 0 0;
  height: 30px;
  font: 16px/30px Arial, Helvetica, sans-serif;
  text-align: center;
  color: #7b7a89;
}
.page-box .page a {
  display: inline-block;
  padding: 0 4px;
  margin: 2px;
  font: 16px/30px Arial, Helvetica, sans-serif;
  color: #7b7a89;
  text-decoration: none;
}
.page-box .page a:hover {
  color: #f26522;
  background: none;
}
.page-box .page span {
  padding: 0 5px;
  font: 16px/30px Arial, Helvetica, sans-serif;
  color: #7b7a89;
}
.page-box .page input.tz {
  width: 54px;
  height: 20px;
  text-align: center;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  padding-bottom: 3px;
  padding: 2px 0 0 0 \9;
  cursor: pointer;
}
.page-box .page a,
.page-box .page span {
  font-weight: bold;
}