/* ---------------------------------------------------------------------------- */
/* ------------------------------------Html-Body------------------------------- */
/* ---------------------------------------------------------------------------- */
body {
  font-family: "" Ek Mukta "", sans-serif;
  color: #666;
  background: #fff;
  font-size: 16px;
  line-height: 1.6em;
  font-weight: 400;
}
html,
body {
  width: 100%;
  padding: 0;
  margin: 0;
}
.more{
  color: #808080;
  font-size: 14px;
  margin: 0;
}
::-moz-selection {
  background: red;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: red;
  color: #fff;
  text-shadow: none;
}
/* ---------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------- */
html {
   -webkit-text-size-adjust: none;
}
.video embed,
.video object,
.video iframe {
   width: 100%;
    height: auto;
}
img {
  max-width: 100%;
 
}
/* .list-chann img{height: 110px;} */
.list-chann h3{margin-top: -10px;}
.list-chann p{padding-right:10px;font-size: 14px;}
.nav {
  width: 1170px;
  margin: 0 auto;
  height: 48px;
  background: #de5041;
  margin-bottom: 10px;
}
.nav li {
  width: 150px;
  float: left;
  height: 48px;
  position: relative;
  list-style-type: none;
}
.nav li a {
  display: block;
  text-align: center;
  line-height: 48px;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  transition: all 0.3s ease;
}
.nav li a:hover,
.nav li.active a {
  background: #ed6355;
  text-decoration: none;
}
.head .top {
  height: 188px;
  background: url(../images/topbg.png) no-repeat center center;
  margin-bottom: 10px;
}
.head .top .logo {
  padding-top: 8px;
}
h1 {
  font-size: 38px;
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 32px;
  margin:0
}
h4 {
  font-size: 28px;

}
h5 {
  font-size: 24px;
}
h6 {
  font-size: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: #111;
}

p {
  margin: 10px 0 0 0;
}

a {
  color: #fd4239;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

a:hover,
a:focus {
  text-decoration: none;
}



.center {
  text-align: center;
  margin: 0 auto;
}
.f-right {
  float: right;
}
.f-left {
  float: left;
}
.t-right {
  text-align: right;
}
.t-left {
  text-align: left;
}

.post {
}
.post:after,
.post:before,
article:after,
article:before,
section:after,
section:before {
  clear: both;
  content: "\0020";
  display: block;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clear {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix:after,
.clearfix:before {
  clear: both;
  content: "\0020";
  display: block;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* --Line-- */
.line {
  border-bottom: 1px solid #ebebee;
  width: 100%;
  margin: 20px 0;
}

/* --Page-- */
body.index-page {
}
body.sub-page {
  padding-top: 30px;
  background-color: #f9f9f9;
}
body.sub-page .logo {
  margin: 110px 0 80px;
  background: url(../images/bg.jpg) fixed;
  padding: 30px 0 50px;
}

/* ---------------------------------------------------------------------------- */
/* -----------------------------------Header----------------------------------- */
/* ---------------------------------------------------------------------------- */
#top {
  background: #fff;

  color: #000;
}
#top a {
  color: #000;
}

#top ul.top-link {
}

.link {
  text-align: right;
}
.link a {
  display: inline-block;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
}
.link a:hover {
  color: rgba(250, 218, 26, 1);
}
.link li:after {
  content: "";
  margin-left: 13px;
  display: inline-block;
  width: 3px;
  height: 3px;
  margin-bottom: 2px;
  background-color: rgba(250, 218, 26, 1);
}
.link li:last-child:after {
  content: "";
  margin-right: 0px;
  margin-left: 0;
  display: none;
}
.link li ul {
  display: none;
}

@media (min-width: 768px) {
  #menu .dropdown:hover .dropdown-menu {
    display: block;
  }
}
@media (max-width: 767px) {
  #menu .navbar-brand {
    display: block;
    color: #fff;
  }
  #menu div.dropdown-inner > ul.list-unstyled {
    display: block;
  }
  #menu .dropdown-inner a {
    width: 100%;
    color: #fff;
  }
  #menu div.dropdown-menu {
    margin-left: 0 !important;
    padding-bottom: 10px;
    background-color: rgba(0, 0, 0, 0.1);
  }
}

/* ---------------------------------------------------------------------------- */
/* -------------------------------Owl-Carousel--------------------------------- */
/* ---------------------------------------------------------------------------- */
.owl-carousel {
  background-color: #000;
  padding: 20px 0 5px;
}
.owl-carousel .item {
  margin: 10px;
}

/* ---------------------------------------------------------------------------- */
/* -----------------------------------Content---------------------------------- */
/* ---------------------------------------------------------------------------- */
#page-content > .container {
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
}
.index-page {
}

.single-page {
}

.archive-page {
}
.archive-page article .zoom-container {
  max-width: 250px;
  display: inline-block;
  float: left;
  margin-right: 5px;
}

.contact-page #main-content,
.contact-page #main-content-archive {
  border: none;
}
.contact-page #sidebar {
  border-left: 1px solid #ebebee;
}
.contact-page article .art-header {
  background: none;
  padding: 0;
  margin-top: 20px;
}
.contact-page article .art-header h1 {
  font-size: 30px;
  margin: 0;
  color: #000;
  text-transform: uppercase;
}
.contact-page article .art-content {
  margin-top: 10px;
}

.main-vid .zoom-container .zoom-caption p {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  background: rgba(0, 0, 0, 0.5);
  margin: 0;
  padding: 20px;
}
.sub-vid .zoom-container {
  margin-bottom: 20px;
  width: 100%;
  height: 145px;
}

/* ---------------------------------------------------------------------------- */
/* ---------------------------------MainContent-------------------------------- */
/* ---------------------------------------------------------------------------- */
.featured {
  margin: 20px 0;
}

.box {
}
.box:after,
.box:before {
  clear: both;
  content: "\0020";
  display: block;
  visibility: hidden;
  width: 0;
  height: 0;
}
.box a:hover {
  color: #333;
}
.box .info {
  margin: 0px 0 10px 0;
}
.box .box-header {
  padding: 8px 15px;
  background-color: rgb(252, 18, 18);
  display: inline-block;
  border-radius: 5px;
  margin-bottom: 15px;
}
.box .box-header h2 {
  font-size: 14px;
  margin: 0;
  color: #fff;
  text-transform: uppercase;
}

.box .box-content a {
  font-weight: bold;
}
.box .box-content ol {
  float: left;
  text-align: justify;
  margin: 10px 50px;
  font-size: 16px;
  list-style-type: circle;
}

.box .entry-title {
  line-height: 1;
  position: relative;
  width: 100%;
  font-size: 50px;
  margin: 10px 0 30px 0;
}
.box .entry-title h2 {
  line-height: 1.2;
  font-size: 38px;
}

.box .excerpt {
  border-bottom: 1px dashed #aaa;
  border-top: 1px dashed #aaa;
  margin: 20px 0;
}
.box .excerpt p {
  color: #888;
  margin: 10px 0;
}
.box .dropcap {
  font-size: 70px;
  line-height: 70px;
  font-weight: 500;
  float: left;
  margin-right: 20px;
}

ul.pagination {
  margin: 26px auto 0px;
}
ul.pagination li a {
  border: 1px solid #fd0005;
  color: #444;
}
ul.pagination li a:hover {
  background-color: #fd0005;
  color: #fff;
  border: 1px solid #fd0005;
}

/* ---------------------------------------------------------------------------- */
/* ---------------------------------Sidebar-------------------------------- */
/* ---------------------------------------------------------------------------- */
/* section header
------------------------------------- */
.section-header {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.section-header.border-bottom {
  border-top: 0;
  border-bottom: 1px solid #ebebee;
  margin: 10px 20px 30px 20px;
}
.section-header-left {
  flex: 1;
  min-width: 1px;
}

.section-header-left > * {
  margin-bottom: 15px;
}

.section-header-right {
  width: auto;
  align-items: center;
  display: flex;
  justify-content: center;
}

.section-header-right > * {
  margin-left: 10px;
}

.section-header-right a.see-all {
  position: relative;
  padding-right: 23px;
  color: #9799b1;
  bottom: -3px;
  line-height: 1;
}

.section-header-right a.see-all:hover {
  color: #3e416d;
}

.section-header-right a.see-all::after {
  font-family: "Feather-Icons";
  content: "\e930";
  font-size: 18px;
  right: 0;
  position: absolute;
}

/* Tablet landscape and smaller */
@media (max-width: 768px) {
  .section-header {
    /* display:block; */
    margin-bottom: 10px;
    padding-bottom: 13px;
    align-items: center;
  }

  .section-header-title > * {
    font-size: 17px;
    line-height: 1;
  }

  .section-header-link a {
    font-size: 14px;
    bottom: 0;
  }
}

.display-as {
  border-radius: 7px;
  display: flex;
  /* background: #ffffff; */
}

.display-as a {
  padding: 8px 6px;
  font-size: 16px;
  display: inline-block;
  line-height: 1;
  color: #040404;
}
.display-as a:hover {
  background: #efefef;
}

.display-as a.active {
  background: #efefef;
  border-radius: 5px;
  cursor: pointer !important;
}

@media (max-width: 640px) {
  .display-as a {
    padding: 7px 8px;
    font-size: 16px;
  }
}

#main-content,
#main-content-archive {
  border-right: 1px solid #ebebee;

  padding: 15px;
}
#main-content {
  background: url("../images/body-bg2.png") bottom right no-repeat;
}

.widget {
  margin-top: 20px;
}

.widget:after,
.widget:before {
  clear: both;
  content: "\0020";
  display: block;
  visibility: hidden;
  width: 0;
  height: 0;
}
.widget ul li {
  list-style: none;
}
.widget .heading {
  background-color: #fd0005;
  padding: 5px 14px;
  border-radius: 5px;
  display: inline-block;
  margin-bottom: 20px;
}
.widget .heading h4 {
  color: #fff;
  font-size: 14px;
  margin: 0;
}
.widget .content {
}

.widget.wid-follow {
}
.box-facebook,
.box-twitter,
.box-google {
  width: 95px;
  height: 95px;
  color: #fff;
  text-align: center;
  padding: 15px;
}
.box-facebook:hover,
.box-twitter:hover,
.box-google:hover {
  background-color: #000;
}
.box-facebook {
  background-color: #3b5998;
}
.box-twitter {
  background-color: #1dcaff;
}
.box-google {
  background-color: #dd4b39;
}
.box-facebook span,
.box-twitter span,
.box-google span {
  display: block;
  line-height: 1;
}
.icon {
  margin-bottom: 10px;
}

.widget.wid-tags ul {
  margin: 0;
  padding: 0;
  color: #000;
}
.widget.wid-tags a {
  color: #000;
}
.widget.wid-tags a:hover {
  color: #fd0005;
}

.post {
  margin-bottom: 15px;
}
.post:last-child {
  margin-bottom: 0;
}
.post:after,
.post:before {
  clear: both;
  content: "\0020";
  display: block;
  visibility: hidden;
  width: 0;
  height: 0;
}
.post h5 {
  margin: 0;
  font-size: 16px;
}
.post img {
  float: left;
  max-width: 140px;
  display: inline-block;
}
.post .zoom-container .zoom-caption p {
  font-size: 15px;
  padding: 4px;
}
.post .zoom-container .zoom-caption span {
  font-size: 11px;
}
.post .wrapper {
  display: inline-block;
  text-align: left;
  margin-left: 10px;
  width: 200px;
}
.post .wrapper span {
  display: block;
  margin: 0;
  line-height: 1.7;
}
.post .wrapper span i {
}
.post .wrapper .info h6,
.post .wrapper .info a {
  font-size: 13px;
  margin: 4px 0;
}
.post .info {
  font-size: 12px;
  margin-top: 0;
}
.post .info i {
}

/* ---------------------------------------------------------------------------- */
/* ------------------------------------Footer---------------------------------- */
/* ---------------------------------------------------------------------------- */
/*foot*/
.foot {
  background: #4c4441;
}
.foot .footer {
  padding: 0 20px;
}
.foot .footer .link {
  position: relative;
  padding: 30px 0 20px;
}
.foot .link .link_right {
  width: 210px;
  text-align: center;
  padding-right: 50px;
}
.foot .link .link_right p {
  color: #fff;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  padding: 5px 0;
}
.foot .link .link_right p a {
  font-family: "微软雅黑";
  font-size: 14px;
  color: #939191;
  margin: 0 10px;
}
.foot .link .link_right p a.tel {
  background: url(../images/icon4.gif) no-repeat left center;
  padding-left: 25px;
}
.foot .link .link_right p a.say {
  background: url(../images/icon3.gif) no-repeat left center;
  padding-left: 25px;
}
.foot .footer .link .blank {
  width: 65px;
  float: left;
  font: 14px/31px "微软雅黑";
  color: #fff;
  margin-right: 40px;
}
.foot .footer .link .blank h3 {
  font-size: 14px;
}
.foot .footer .link .blank a {
  color: #b9b9b9;
}
.copyright {
  background: #f1f1f1;
  border-top: 1px solid #cacaca;
  padding: 10px 0;
}
.copyright .logobg {
  position: absolute;
  right: 80px;
  top: 10px;
}
.copyright p {
  line-height: 24px;
  color: #666;
}
.copyright p span,
.copyright p span a {
  color: #666;
}
.ft-menu {
  height: 200px;
  width: 100%;
  background: #333333;
  font-size: 16px;
  overflow: hidden;
}
.ft-menu .menu {
  width: 700px;
  float: left;
  margin-top: 40px;
}
.ft-menu .menu dl {
  float: left;
  margin-right: 0px;
  color: #fff;
}
.ft-menu .menu dl dt {
  font-size: 14px;
}
.ft-menu .menu dl dd {
  margin-top: 20px;
}
.ft-menu .menu dl dd.last {
  margin-top: 14px;
  position: absolute;
}
.ft-menu .menu dl dd a {
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
}
.ft-menu .menu dl dd.last p {
  font-size: 14px;
  line-height: 26px;
}
.ft-menu .menu dl dd a:hover {
  color: #a0e3ff;
}
.ft-menu .menu dl.last {
  margin-left: 100px;
}
.ft-menu .menu dl dd p {
  color: #fff;
  line-height: 24px;
}
.ft-menu .container {
  margin: 0 auto;
}
/* ---------------------------------------------------------------------------- */
/*右侧浮动*/
.rightNav {
  width: 54px;
  position: fixed;
  right: 25px;
  bottom: 20px;
  z-index: 9999;
}
.rightNav li {
  height: 54px;
  margin-bottom: 5px;
  background-color: #fea245;
}
.rightNav li a {
  display: block;
  height: 54px;
  line-height: 22px;
  text-align: center;
  color: #fff;
  font-size: 16px;
}
.rightNav li a:hover {
  background-color: #fed255;
}
.rightNav li a img {
  margin-top: 19px;
}
.rightNav li.text a {
  height: 50px;
  padding: 4px;
}
#goTop {
  display: none;
}

.biao {
  float: left;
  width: 90px;
  margin: 40px 40px 0 0;
}
/* -------------------------------------Contact-------------------------------- */
/* ---------------------------------------------------------------------------- */
.contact h2 {
  font-size: 34px;
  font-weight: 500;
  letter-spacing: 3px;
  padding-top: 20px;
  text-align: center;
}

#contact_form {
  padding: 25px;
}

#ff label {
  cursor: pointer;
  margin: px 0;
  display: block;
  font-weight: bold;
}
#ff input {
  display: block;
  width: 100%;
  color: #000;
  padding: 10px;
  margin: 5px 0 25px 0;
}
#ff textarea {
  display: block;
  width: 100%;
  height: 200px;
  background-color: #fff;
  color: #000;
  padding: 10px;
  margin: 5px 0 25px 0;
}

#ff .sendButton {
  border: none;
  cursor: pointer;
  background-color: #fd0005;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 100px;
  color: #ffffff;
}
#ff .sendButton:hover {
  background-color: #000;
}

.message {
  text-align: center;
}
.message .wrap {
  padding: 50px;
  background: #ffffff;
  border: 1px solid #333333;
  display: inline-block;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
}
.message .text {
  font-size: 35px;
  margin-bottom: 30px;
}

/* ---------------------------------------------------------------------------- */
/* ------------------------------------Button---------------------------------- */
/* ---------------------------------------------------------------------------- */
.btn {
  font-size: 15px;
  border-radius: 5px;
  padding: 5px 14px;
  color: #fff;
}

.btn-facebook:hover,
.btn-twitter:hover,
.btn-pinterest:hover,
.btn-google:hover,
.btn-mail:hover {
  background-color: #000;
  color: #fff;
}
.btn-mail {
  background-color: #666666;
}
.btn-1 {
  color: #f85a46;
  background-color: transparent;
  padding: 0;
  font-weight: bold;
  float: right;
  margin-right: 20px;
}
.btn-1:hover {
  color: #fd0005;
}
.btn-2 {
  margin: 0;
  color: #fff;
  background-color: #000;
  font-size: 11px;
  padding: 5px 15px;
}
.btn-2:hover {
  background-color: #ffd800;
  color: #fff;
}
.btn-3 {
  background-color: #444444;
  color: #fada1a;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 10px;
  margin-right: 7px;
  padding: 10px 20px;
}
.btn-3:hover {
  background: #fff;
  color: #000;
}

/* ---------------------------------------------------------------------------- */
/* ------------------------------Footer-Twitter-------------------------------- */
/* ---------------------------------------------------------------------------- */
.wrap-footer .container > .row:not(.footer-banner-wrapper) {
  font-size: 0;
}
.wrap-footer .container > .row:not(.footer-banner-wrapper) > * {
  font-size: 14px;
}
.wptt_TwitterTweets ul.fetched_tweets li.tweets_avatar:before {
  color: rgba(153, 153, 153, 0.5);
  content: "";
  font-family: "FontAwesome";
  font-size: 26px;
  left: 0;
  position: absolute;
  top: 1px;
}
.wptt_TwitterTweets ul.fetched_tweets li.tweets_avatar {
  color: #999999 !important;
}
.wptt_TwitterTweets ul.fetched_tweets li.tweets_avatar {
  background-color: transparent;
  border-radius: 0 0 0 0;
  box-shadow: none;
  color: #444444 !important;
  margin-bottom: 10px;
  padding: 0 0 0 45px !important;
  position: relative;
}
li.tweets_avatar {
  padding: 8px 8px 0 !important;
}
.fetched_tweets > li {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.widget_recent_entries li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: #999999;
  font-size: 11px;
  margin-bottom: 0;
  padding: 15px 0 16px;
  text-transform: uppercase;
}
.widget_recent_entries li a:before {
  content: "";
  font-family: "FontAwesome";
  left: 0;
  line-height: 1;
  margin-top: -5px;
  position: absolute;
  top: 50%;
}
.widget_recent_entries li a {
  font-weight: bold;
  text-transform: uppercase;
  color: rgba(153, 153, 153, 1);
  display: inline-block;
  position: relative;
  padding-left: 14px;
  letter-spacing: 1px;
}

.widget_most_viewed_entries li a {
  color: #999999;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 1px;
  padding-left: 14px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: top;
}
/* ---------------------------------------------------------------------------- */
/* --------------------------------Zoom-Effect--------------------------------- */
/* ---------------------------------------------------------------------------- */
.zoom-container {
  position: relative;
  overflow: hidden;
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  vertical-align: top;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  overflow: hidden;
  border-radius: 6px;
}
.zoom-container a {
  display: block;
  position: absolute;
  top: -100%;
  opacity: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  color: inherit;
}
.zoom-container:hover a {
  opacity: 1;
  top: 0;
  z-index: 500;
}
.zoom-container:hover a i {
  top: 50%;
  position: absolute;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}

.midd img{
  height: 211px;
}
.list img,.chann img{
  display: block;
  width: 100%;
  height: 148px;

  -webkit-transition: all 0.5s ease; /* Safari and Chrome */
  -moz-transition: all 0.5s ease; /* Firefox */
  -ms-transition: all 0.5s ease; /* IE 9 */
  -o-transition: all 0.5s ease; /* Opera */
  transition: all 0.5s ease;
}
.zoom-container .zoom-caption {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;

  -webkit-transition: all 0.5s ease; /* Safari and Chrome */
  -moz-transition: all 0.5s ease; /* Firefox */
  -ms-transition: all 0.5s ease; /* IE 9 */
  -o-transition: all 0.5s ease; /* Opera */
  transition: all 0.5s ease;
  color: #fff;
}
.zoom-container .zoom-caption span {
  background-color: #fd0005;
  position: absolute;
  top: 0;
  padding: 0px 7px;
  font-weight: bold;
  font-size: 13px;
}
.zoom-container .zoom-caption p {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  background: rgba(0, 0, 0, 0.5);
  margin: 0;
  padding: 10px;
}
.zoom-container:hover img {
  -webkit-transform: scale(1.25); /* Safari and Chrome */
  -moz-transform: scale(1.25); /* Firefox */
  -ms-transform: scale(1.25); /* IE 9 */
  -o-transform: scale(1.25); /* Opera */
  transform: scale(1.25);
}
.zoom-container:hover .zoom-caption {
  background: rgba(0, 0, 0, 0.5);
}
/* ---------------------------------------------------------------------------- */
/* -------------------------------Vid-Effect----------------------------------- */
/* ---------------------------------------------------------------------------- */
.wrap-vid {
  margin-bottom: 20px;
}
.vid-item {
  position: relative;
}
h4.vid-name {
  margin-bottom:10px;
}
.vid-name a {
  font-size: 15px;
  color: #000;
  font-weight: 400;
}
.vid-name a:hover {
  color: #fd0005;
}
.vid-tags {
  margin: 15px 0;
  border: 1px solid #ddd;
  padding: 30px;
}
.vid-tags a {
  background: #fd0005;
  padding: 5px 10px;
  color: #fff;
}
.vid-tags a:hover {
  background: #000;
}
.info {

  font-size: 14px;
}
.info i {
  margin-right: 8px;
}
.info span {
  margin-right: 10px;
}
.info h5,
.info a {
  font-size: 13px;
  line-height: 1;
  margin: 0 0 5px;
}
.info a {
  color: #006ea0;
}
.info a:hover {
  text-decoration: underline;
}

.comment {
}
.comment h3 {
  font-size: 15px;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
}
.comment textarea {
  height: 210px;
}
.page_wrap{clear:both; margin-bottom:10px; overflow:hidden;zoom:1;}
.paginator { height:55px; overflow:hidden; }
.paginator,
.paginator input,
.paginator button {font-family:Tahoma, "宋体"; font-size:12px; }
.paginator a,
.paginator span {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:5px 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:5px 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; }