/* reset */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* Remove Float */

.cle {
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
}

.clefix:after {
    content: '\20';
    display: block;
    height: 0;
    clear: both;
}

.clefix {
    *zoom: 1;
}


/* Common Features */

.hidden {
    display: none;
}

.invisible {
    visibility: hidden;
}

a {
    color:#333;
    text-decoration: none;
}

.clearfix:after {
    content: "020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}

body {
    font-family: "Microsoft YaHei";
    font-size: 12px;
    background: url(../images/background.jpg) no-repeat #fff;
}

.float-left {
    float: left;
}

.hb-width-inner {
    width: 1200px;
    margin: 0 auto;
}

.footer-link {
    position: relative;
    line-height: 24px;
    padding-top: 54px;
}

body .grid {
    width: 100%;
    max-width: 1200px;
    min-width: 748px;
    /* when using padded grid on ipad in portrait mode, width should be viewport-width - padding = (768 - 20) = 748. actually, it should be even smaller to allow for padding of grid containing element */
    margin: 0 auto;
    overflow: hidden;
}

.hb-paddingNone {
    padding: 0px;
}

.hb-index-content {
    margin-bottom: 44px;
}


/*** 页面最顶部***/

.hb-minTop {
    height: 40px;
    line-height: 40px;
    background: #fff;
}

.current_time {
    font-size: 14px;
    color: #616161;
}

.hb-minTop-pageViews {
    font-size: 14px;
    color: #616161;
}

.hb-minTop-pageViews span {
    color: #f00;
}


/*** 首页头部 header***/

.hb-header {
    height: 103px;
}

.hb-header-logo {
    display: block;
    width: 408px;
    height: 103px;
    background: url(../images/logo.png) no-repeat 0px 0px;
}

.hb-header-search {
    height: 34px;
    width: 312px;
    position: relative;
    margin-top: 33px;
}

.hb-header-search input {
    font-family: "Microsoft YaHei";
    float: left;
    width: 214px;
    height: 34px;
    line-height: 34px;
    border: 1px solid #dddddd;
    padding-left: 33px;
    background: url(../images/icons.png) no-repeat #fff 11px 6px;
    margin-right: 1px;
}

.hb-header-search input:focus {
    border-color: #e54a5a!important;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(214, 37, 55, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(214, 37, 55, .6);
}

.hb-header-search a {
    background: #888888;
    color: #fff;
    display: inline-block;
    width: 62px;
    height: 38px;
    position: absolute;
    text-align: center;
    font-size: 14px;
    letter-spacing: 4px;
    right: 0px;
    top: 0px;
    line-height: 38px;
}


/*hb-nav*/

.hb-nav {
    background: url(../images/nav_background.jpg) repeat-x;
    height: 45px;
}

.hb-nav ul li {
    float: left;
    height: 46px;
    line-height: 46px;
    text-align: center;
    background: url(../images/icons.png) no-repeat 0px -1207px;
}

.hb-nav ul li a {
    color: #fff;
    font-size: 16px;
    padding: 0px 34px;
    display: block;
}

.hb-nav ul li a:hover,
.hb-nav ul li a.nav-cut {
    color: #ffff00;
}

.hb-nav ul li.hb-nav-home,
.hb-nav ul li.hb-nav-home a {
    background: none;
}

.hb-nav-inner {
    padding: 0px 10px;
}


/*footer*/

.footer {
    height: 176px;
    background: #30333a;
    color: #6e6e6e;
    position: relative;
}

.footer-link li {
    float: left;
    margin-right: 6px;
}

.footer-link li a {
    color: #6e6e6e;
    padding-right: 10px;
    border-right: 1px solid #666;
}

.footer-link li a:hover {
    color: #B01A0A;
}

.footer-link li:last-child {
    border: none;
}

.footer .code {
    position: absolute;
    width: 98px;
    border: 1px solid #ddd;
    right: 30px;
    top: 24px;
    cursor: pointer;
    padding-bottom: 5px;
    height: 130px;
}

.footer .code a {
    display: inline-block;
    overflow: hidden;
    margin: 10px 0 0 12px;
}

.footer .code a img {
    width: 74px;
    height: 77px;
}

.footer .code h4 {
    color: #fff;
    text-align: center;
}


/*paging*/

body .x-paging-right {
    text-align: center;
    float: none;
}

body .x-paging-right li.x-paging-active a {
    background: #d93647;
    color: #fff;
}

body .x-paging-right li a,
.x-paging-right li span {
    position: relative;
    border: 1px solid #ddd;
    background-color: #fff;
    color: #d93647;
    text-decoration: none;
    line-height: 1.42857143;
}

body .x-paging-right li a:hover {
    background: #d93647;
    color: #fff;
}

body  .x-paging-right li a {
    margin: 0px 3px;
    padding: 5px 10px;
    border-radius: 0px;
}