

* {
    margin: 0;
    padding: 0;
}

body {
    min-width: 1100px;
    font: 14px/1.5 "Arial", "Microsoft Yahei", sans-serif;
    color: #333;
    background: url("http://www.zhuhanjiaoyu.com/imgs/bg-item.png") repeat;
}

ul {
    list-style-type: none;
}

img {
    border: 0;
}

a {
    text-decoration: none;
}

.main-width {
    width: 1200px;
    margin: auto;
}

.b-siz {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}

.clearfix {
    zoom: 1; /* For IE6/7 */
}

.ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.hide{
    display: none;
}
.d-line{
    margin: 0 3px;
    font-family: "宋体";
}
.eave{
    width: 100%;
    height: 30px;
    background: url("http://www.zhuhanjiaoyu.com/imgs/eave.png") repeat;
}

.main-con{
    width: 100%;
    background: url("http://www.zhuhanjiaoyu.com/imgs/flower-bg1.png") no-repeat center bottom;
    background-size: 100% 658px;
}

.pagination a,
.pagination strong{
    display: inline-block;
    height: 28px;
    line-height: 28px;
    margin-right: 7px;
    color: #333;
    text-align: center;
    padding: 0 10px;
    border: 1px solid #d5b499;
}
.pagination a.on,
.pagination a:hover,
.pagination strong{
    color: #fff;
    background-color: #cc3642;
    border-color: #cc3642;
}
.count{
    float: right;
    height: 30px;
    line-height: 30px;
}
.count span{
    margin: 0 5px;
    color: #cc3642;
}
.no-more{
    text-align: center;
}

/* 详情页上一篇,下一篇样式 */
.nav {
    padding-top: 40px;
    margin-top: 50px;
    border-top: 1px solid #d8cab8;
}

.nav span {
    color: #b41b15;
    line-height: 30px;
}

.nav-s {
    display: inline-block;
    margin-right: 3px;
    width: 18px;
    height: 18px;
    line-height: 18px !important;
    text-align: center;
    color: #fff !important;
    background-color: #b41b15;
}

.nav a {
    color: #333;
}

.nav a:hover {
    color: #b41b14;
}